| Commit message (Expand) | Author | Age | Files | Lines |
* | Move script.t from t/comp to t/run, as it's a test for invoking perl. | Nicholas Clark | 2009-10-08 | 2 | -1/+1 |
* | CPAN::YACSmoke has been deprecated and minismokebox is a much more robust CPA... | Chris Williams | 2009-10-07 | 1 | -2/+2 |
* | Add Porting/release_schedule.pod to MANIFEST. | Nicholas Clark | 2009-10-07 | 1 | -0/+1 |
* | Fix Pod errors spotted by podcheck.t | Nicholas Clark | 2009-10-07 | 1 | -2/+2 |
* | Makefile and makefile only exist on case-sensitive file systems, so allow them. | Nicholas Clark | 2009-10-07 | 1 | -2/+4 |
* | Remove BEGIN{}, use '..', part deux | Max Maischein | 2009-10-07 | 2 | -16/+1 |
* | Expand on cookbook todo | David Golden | 2009-10-06 | 1 | -0/+10 |
* | Add perltodo: write an XS cookbook | David Golden | 2009-10-06 | 1 | -0/+8 |
* | Porting/checkAUTHORS.pl now runs clean | Jesse Vincent | 2009-10-06 | 2 | -5/+8 |
* | Further clean up checkAUTHORS.pl output (fixing encoded @ signs) | Jesse Vincent | 2009-10-06 | 1 | -1/+2 |
* | sort @files once, outside the loop. | Nicholas Clark | 2009-10-06 | 1 | -1/+1 |
* | Standardise t/lib/*.t on ./test.pl, and remove BEGIN boilerplate. | Nicholas Clark | 2009-10-06 | 4 | -13/+14 |
* | Remove commented out reference to Test::More | Nicholas Clark | 2009-10-06 | 1 | -1/+0 |
* | Standarise t/porting/*.t on ./test.pl, and remove BEGIN boilerplate. | Nicholas Clark | 2009-10-06 | 3 | -13/+16 |
* | Replace a hardcoded temporary file name with test.pl's tempfile(). | Nicholas Clark | 2009-10-06 | 1 | -6/+1 |
* | Standardise t/uni/*.t on ./test.pl, and remove PERL_CORE boilerplate. | Nicholas Clark | 2009-10-06 | 9 | -45/+30 |
* | Don't attempt UTF-8 cache assertion for SVs with invalid SvPVX() (eg overloaded) | Nicholas Clark | 2009-10-06 | 2 | -2/+29 |
* | more pod cleanups based on the new podcheck.t | Jesse Vincent | 2009-10-05 | 5 | -23/+22 |
* | A number of pod fixes found by podcheck.t | Jesse Vincent | 2009-10-05 | 12 | -40/+60 |
* | podcheck.t now uses MANIFEST to choose which files it should check | Jesse Vincent | 2009-10-05 | 1 | -14/+16 |
* | We don't actually want to check .PL files | Jesse Vincent | 2009-10-05 | 1 | -2/+2 |
* | Check POD in lib/, ext/ and pod/ | Max Maischein | 2009-10-05 | 2 | -0/+86 |
* | Note the one mistake in perl.git's history, and the appropriate graft to remo... | Alex Vandiver | 2009-10-06 | 1 | -0/+14 |
* | Adding ikegami to AUTHORS | Eric Brine | 2009-10-06 | 1 | -0/+1 |
* | Explain using git send-email for patches | David Golden | 2009-10-05 | 1 | -1/+25 |
* | Update ExtUtils::ParseXS to 2.21 | David Golden | 2009-10-05 | 8 | -37/+656 |
* | In Perl_moreswitches(), merge 2 string constants in the code implementing -v. | Nicholas Clark | 2009-10-05 | 1 | -3/+2 |
* | $^O is initalised to OSNAME, so no need to return the latter from Internals::V. | Nicholas Clark | 2009-10-05 | 2 | -5/+3 |
* | Move initialising PL_osname from S_init_predump_symbols to perl_construct(). | Nicholas Clark | 2009-10-05 | 1 | -3/+2 |
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead | Jesse Vincent | 2009-10-05 | 1 | -2/+2 |
|\ |
|
| * | Remove :raw open mode from tests | Max Maischein | 2009-10-05 | 1 | -2/+2 |
* | | Adding the current stub of a release schedule for blead to Porting/ | Jesse Vincent | 2009-10-05 | 1 | -0/+49 |
|/ |
|
* | Upgrade File::Path to 2.08 (and add taint.t test) | Rafael Garcia-Suarez | 2009-10-05 | 5 | -15/+209 |
* | in regexec.c move the BOUND logic out of the way of the special CC logic | Yves Orton | 2009-10-05 | 1 | -41/+41 |
* | add tests to make sure the \s and [\s] match the same thing | Yves Orton | 2009-10-05 | 3 | -0/+65 |
* | Win32API-File is maintained by CHORNY | Steve Hay | 2009-10-05 | 1 | -2/+2 |
* | Win32API-File has now moved to cpan/ | Steve Hay | 2009-10-05 | 1 | -1/+0 |
* | Ignore cpan/Win32API-File/cFile_pc_to_blib build by-product | Max Maischein | 2009-10-05 | 1 | -0/+1 |
* | refactor some common logic in regexec.c | Yves Orton | 2009-10-04 | 1 | -10/+4 |
* | make test-reonly bypass the non-xs extensions | Yves Orton | 2009-10-04 | 1 | -2/+8 |
* | Run "cd pod ; ../perl -I../lib buildtoc --build-all" | Rafael Garcia-Suarez | 2009-10-04 | 6 | -35/+42 |
* | Don't autovivify a spurious key "all" in the %Targets hash | Rafael Garcia-Suarez | 2009-10-04 | 1 | -1/+1 |
* | Apply the same policy for the value returned by push() and unshift() | Vincent Pit | 2009-10-04 | 1 | -9/+5 |
* | Fix pod toc generation for new perldelta | Jesse Vincent | 2009-10-04 | 2 | -1/+4 |
* | 'make distclean now results in an actually-clean tree. | Jesse Vincent | 2009-10-04 | 3 | -3/+5 |
* | Added a perldeta file for 5.11.1 | Jesse Vincent | 2009-10-04 | 2 | -0/+275 |
* | Correcting mistaken description of 'delete local' in perl5110delta | Jesse Vincent | 2009-10-04 | 1 | -1/+1 |
* | Mention Jesse as pumpkin | Abigail | 2009-10-03 | 1 | -1/+1 |
* | Make Win32 treat IO-Compress as an XS extension, as was done elsewhere by | Steve Hay | 2009-10-03 | 1 | -1/+1 |
* | Avoid false negatives on Win32 with Shell.t tests. | George Greer | 2009-10-03 | 1 | -2/+2 |