2009-10-14 |
Rafael Garcia... |
Remove old code dealing with installing 5.003's perldiag |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Rafael Garcia... |
Ignore files installed by Parse::CPAN::Meta |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Rafael Garcia... |
Don't install uupacktool.pl |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Sisyphus |
Patch t/win32/system.t for mingw32/64 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
brian d foy |
Fix {$^MATCH} typo in perlre |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jan Dubois |
The winsock select() implementation doesn't support... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Sort MANIFEST following commit 9bc662c9c4c134e4. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Note that a test that regen.pl was run is TODO. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Minor podification nit. *2 legs bad* B<4 legs good>. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Eric Brine |
Incorrect warning category case |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Steve Hay |
Fix minor typo in perlpolicy.pod |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Work around Parse-CPAN-Meta's desire to run a command... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Move the new "perl policy" document into pod/ |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Podify the social contract about contributed modules |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Smylers |
perlvar $1 clarification |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Change S_ckwarn_common() to looping over the packed... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Migrate common code in Perl_ckwarn() and Perl_ckwarn_d... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
In Perl_ckwarn() and Perl_ckwarn_d() disentangle the... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Replace Perl_deprecate() with a macro that calls Perl_c... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Move the code related to deprecate("comma-less variable... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Remove category 'syntax' from 5 warnings that should... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Use deprecate() in place of deprecate_old(), and remove... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
ckWARNreg() and ckWARNregdep() now use string concatena... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Replace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
In regcomp.c, where possible replace vWARN* with ckWARN... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Geoffrey T... |
overload no longer implicitly unsets fallback on repeat... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Steve Hay |
Remove Test-Simple's 00compile.t from core |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner_d(), which combines Perl_ckwarn_d... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner(), which combines Perl_ckwarn()... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Normalise 3 fatal pack/unpack error messages to "panic... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
In uni_to_bytes(), fix ckWARN() anomaly. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Re-order a conditional with ckWARN() last, as it is... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Steve Hay |
version's t/survey_locales is not in core so mark it... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
deprecate_old() is not public, and only used within... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
In Perl_ckwarn(), simplify the check of isLEXWARN_on... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Rafael Garcia... |
Don't install filter-util.pl |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Implement TODO support locally in t/comp/opsubs.t |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Fix failed() calls in t/comp |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Craig A. Berry |
Try for smarter (more portable) skip criteria in Encode... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Craig A. Berry |
No longer need to skip t/comp/opsubs.t #22 on VMS. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
porting/manifest.t now tests that all files listed... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Default to running tests in cpan/ with relative paths... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Run tests in ext/ and dist/ with relative paths for... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Swap the chdir and the call to perl_lib(), to work... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
MakeMaker::Test::Utils::perl_lib now copes with relativ... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Remove core @INC setting and chdir boilerplate from... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Remove core @INC setting and chdir boilerplate from... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Remove core @INC setting and chdir boilerplate from... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Remove core @INC setting boilerplate from lib's test. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Correct the location of the DISTRIBUTION tarball for... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Exclude CGI/t/fast.t from the core, as it relies on... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Correct the name of subtest.t, added in 2c4d5b9bac4cc261 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Correct the listed names of the two files uudecoded... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Josh ben Jore |
Darwin's groups can have spaces in them |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Fix Test-Simple's new 00compile.t test in core |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Add Test-Simple's MANIFEST file |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Remove test boilerpates from ExtUtils-CBuilder tests |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Correct MANIFEST, broken by Test-Simple upgrade |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to Test-Simple-0.94 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to Storable-2.21 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to Pod-Simple-3.08 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Sync Pod-Simple test scripts with CPAN versions |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to Parse-CPAN-Meta-1.40 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to ExtUtils-Manifest-1.57 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to ExtUtils-CBuilder-0.260301 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Sync ExtUtils-CBuilder test scripts with CPAN versions |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to CGI.pm-3.48 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Replace UU encoded files in CGI with their binary originals |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Move CGI's Changes file to its proper place |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jesse Vincent |
Applied a patch from David Fifield to fix an error... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jesse Vincent |
Added a TODO test for RT#69332 - PerlIO returns undef... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Simon 'corecode... |
[perl #69686] Fix DragonFly thread lib selection |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Make _quote_args() return a result, rather than passing... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Avoid using ++, op= and anon hash constructors in the... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Refactoring tests to use test.pl is a TODO. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Add a test for the bootstrap rules for tests in t/ |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/fold.t, as require isn't... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Give names to all tests in t/comp/fold.t |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Move the require './test.pl' to the end of t/comp/hints.t |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/multiline.t, as require isn... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/opsubs.t, as require isn... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/our.t, as require isn't teste... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/parser.t, as require isn... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/retainedlines.t, as require... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Avoid relying on prototypes working for tests to pass... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/uproto.t, as require isn... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
In opt(), use is(..., undef) rather than ok(!defined... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Move the test for require 5.11.0 not loading strictures... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/utf.t, as require isn't teste... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jesse Vincent |
Record that Ask and Steve Hay have volunteered to be... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Steve Hay |
Add missing IO-Compress test file |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Use require.t's bytes_to_utf() in place of PerlIO layer... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Print the encoding name as part of the test, rather... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Refactor bytes_to_utf16() into a more generic routine... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Replace longhand invocations of test() with 3 nested... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Test utf8 with BOMs, like we already test utf16be and... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicholas Clark |
Move tests for use for "new style version numbers"... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jesse Vincent |
Slightly clean up the release manager guide by specifyi... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jesse Vincent |
Document that blead is released by a member of the... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jesse Vincent |
Update the release manager guide to clean up the taggin... |
commit | commitdiff | tree | snapshot |
next |