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 |
2009-10-08 |
Craig A. Berry |
MakeMaker testing in core runs from one level deeper... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Move ... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Move the test for RT #49472 to op/attrs.t from comp... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Rafael Garcia... |
Disable strictures while setting $VERSION in a "package... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Rafael Garcia... |
Merge branch 'feature/package-name-version' into blead |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Rafael Garcia... |
Documentation typo |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Rafael Garcia... |
Simplify code that sets $VERSION on the "package" line |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Avoid using bytes in require.t, as pack "C0U" does... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Avoid using the strict pragma in retainedlines.t -... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Avoid using the strict pragma in colon.t - use may... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Avoid using pragmata in fold.t - use may not work yet. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Avoid using pragmata in opsubs.t - use may not work... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Avoid using the warnings pragma in proto.t - use may... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Rafael Garcia... |
Restore MAD handling of package statements |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Rafael Garcia... |
Let tell() report warnings on unopened filehandles |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Rafael Garcia... |
Make tell() fail properly if called without an argument... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Rafael Garcia... |
Properly return a syntax error instead of segfaulting... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Chris Williams |
Updated Object-Accessor to CPAN version 0.36 |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Nicholas Clark |
Move script.t from t/comp to t/run, as it's a test... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Chris Williams |
CPAN::YACSmoke has been deprecated and minismokebox... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Nicholas Clark |
Add Porting/release_schedule.pod to MANIFEST. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Nicholas Clark |
Fix Pod errors spotted by podcheck.t |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Nicholas Clark |
Makefile and makefile only exist on case-sensitive... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Max Maischein |
Remove BEGIN{}, use '..', part deux |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Rafael Garcia... |
Add tests for syntax errors in "package Name VERSION" |
commit | commitdiff | tree | snapshot |
2009-10-06 |
David Golden |
Expand on cookbook todo |
commit | commitdiff | tree | snapshot |
2009-10-06 |
David Golden |
Add perltodo: write an XS cookbook |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jesse Vincent |
Porting/checkAUTHORS.pl now runs clean |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jesse Vincent |
Further clean up checkAUTHORS.pl output (fixing encoded... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
David Golden |
Add 'package NAME VERSION' syntax |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicholas Clark |
sort @files once, outside the loop. |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicholas Clark |
Standardise t/lib/*.t on ./test.pl, and remove BEGIN... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicholas Clark |
Remove commented out reference to Test::More |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicholas Clark |
Standarise t/porting/*.t on ./test.pl, and remove BEGIN... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicholas Clark |
Replace a hardcoded temporary file name with test.pl... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicholas Clark |
Standardise t/uni/*.t on ./test.pl, and remove PERL_COR... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicholas Clark |
Don't attempt UTF-8 cache assertion for SVs with invali... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jesse Vincent |
more pod cleanups based on the new podcheck.t |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jesse Vincent |
A number of pod fixes found by podcheck.t |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jesse Vincent |
podcheck.t now uses MANIFEST to choose which files... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jesse Vincent |
We don't actually want to check .PL files |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Max Maischein |
Check POD in lib/, ext/ and pod/ |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Alex Vandiver |
Note the one mistake in perl.git's history, and the... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Eric Brine |
Adding ikegami to AUTHORS |
commit | commitdiff | tree | snapshot |
2009-10-05 |
David Golden |
Explain using git send-email for patches |
commit | commitdiff | tree | snapshot |
2009-10-05 |
David Golden |
Update ExtUtils::ParseXS to 2.21 |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Nicholas Clark |
In Perl_moreswitches(), merge 2 string constants in... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Nicholas Clark |
$^O is initalised to OSNAME, so no need to return the... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Nicholas Clark |
Move initialising PL_osname from S_init_predump_symbols... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Jesse Vincent |
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Jesse Vincent |
Adding the current stub of a release schedule for blead... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Max Maischein |
Remove :raw open mode from tests |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Rafael Garcia... |
Upgrade File::Path to 2.08 (and add taint.t test) |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Yves Orton |
in regexec.c move the BOUND logic out of the way of... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Yves Orton |
add tests to make sure the \s and [\s] match the same... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Steve Hay |
Win32API-File is maintained by CHORNY |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Steve Hay |
Win32API-File has now moved to cpan/ |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Max Maischein |
Ignore cpan/Win32API-File/cFile_pc_to_blib build by... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Yves Orton |
refactor some common logic in regexec.c |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Yves Orton |
make test-reonly bypass the non-xs extensions |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Rafael Garcia... |
Run "cd pod ; ../perl -I../lib buildtoc --build-all" |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Rafael Garcia... |
Don't autovivify a spurious key "all" in the %Targets... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Vincent Pit |
Apply the same policy for the value returned by push... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Jesse Vincent |
Fix pod toc generation for new perldelta |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Jesse Vincent |
'make distclean now results in an actually-clean tree. |
commit | commitdiff | tree | snapshot |
next |