summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move script.t from t/comp to t/run, as it's a test for invoking perl.Nicholas Clark2009-10-082-1/+1
* CPAN::YACSmoke has been deprecated and minismokebox is a much more robust CPA...Chris Williams2009-10-071-2/+2
* Add Porting/release_schedule.pod to MANIFEST.Nicholas Clark2009-10-071-0/+1
* Fix Pod errors spotted by podcheck.tNicholas Clark2009-10-071-2/+2
* Makefile and makefile only exist on case-sensitive file systems, so allow them.Nicholas Clark2009-10-071-2/+4
* Remove BEGIN{}, use '..', part deuxMax Maischein2009-10-072-16/+1
* Expand on cookbook todoDavid Golden2009-10-061-0/+10
* Add perltodo: write an XS cookbookDavid Golden2009-10-061-0/+8
* Porting/checkAUTHORS.pl now runs cleanJesse Vincent2009-10-062-5/+8
* Further clean up checkAUTHORS.pl output (fixing encoded @ signs)Jesse Vincent2009-10-061-1/+2
* sort @files once, outside the loop.Nicholas Clark2009-10-061-1/+1
* Standardise t/lib/*.t on ./test.pl, and remove BEGIN boilerplate.Nicholas Clark2009-10-064-13/+14
* Remove commented out reference to Test::MoreNicholas Clark2009-10-061-1/+0
* Standarise t/porting/*.t on ./test.pl, and remove BEGIN boilerplate.Nicholas Clark2009-10-063-13/+16
* Replace a hardcoded temporary file name with test.pl's tempfile().Nicholas Clark2009-10-061-6/+1
* Standardise t/uni/*.t on ./test.pl, and remove PERL_CORE boilerplate.Nicholas Clark2009-10-069-45/+30
* Don't attempt UTF-8 cache assertion for SVs with invalid SvPVX() (eg overloaded)Nicholas Clark2009-10-062-2/+29
* more pod cleanups based on the new podcheck.tJesse Vincent2009-10-055-23/+22
* A number of pod fixes found by podcheck.tJesse Vincent2009-10-0512-40/+60
* podcheck.t now uses MANIFEST to choose which files it should checkJesse Vincent2009-10-051-14/+16
* We don't actually want to check .PL filesJesse Vincent2009-10-051-2/+2
* Check POD in lib/, ext/ and pod/Max Maischein2009-10-052-0/+86
* Note the one mistake in perl.git's history, and the appropriate graft to remo...Alex Vandiver2009-10-061-0/+14
* Adding ikegami to AUTHORSEric Brine2009-10-061-0/+1
* Explain using git send-email for patchesDavid Golden2009-10-051-1/+25
* Update ExtUtils::ParseXS to 2.21David Golden2009-10-058-37/+656
* In Perl_moreswitches(), merge 2 string constants in the code implementing -v.Nicholas Clark2009-10-051-3/+2
* $^O is initalised to OSNAME, so no need to return the latter from Internals::V.Nicholas Clark2009-10-052-5/+3
* Move initialising PL_osname from S_init_predump_symbols to perl_construct().Nicholas Clark2009-10-051-3/+2
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2009-10-051-2/+2
|\
| * Remove :raw open mode from testsMax Maischein2009-10-051-2/+2
* | Adding the current stub of a release schedule for blead to Porting/Jesse Vincent2009-10-051-0/+49
|/
* Upgrade File::Path to 2.08 (and add taint.t test)Rafael Garcia-Suarez2009-10-055-15/+209
* in regexec.c move the BOUND logic out of the way of the special CC logicYves Orton2009-10-051-41/+41
* add tests to make sure the \s and [\s] match the same thingYves Orton2009-10-053-0/+65
* Win32API-File is maintained by CHORNYSteve Hay2009-10-051-2/+2
* Win32API-File has now moved to cpan/Steve Hay2009-10-051-1/+0
* Ignore cpan/Win32API-File/cFile_pc_to_blib build by-productMax Maischein2009-10-051-0/+1
* refactor some common logic in regexec.cYves Orton2009-10-041-10/+4
* make test-reonly bypass the non-xs extensionsYves Orton2009-10-041-2/+8
* Run "cd pod ; ../perl -I../lib buildtoc --build-all"Rafael Garcia-Suarez2009-10-046-35/+42
* Don't autovivify a spurious key "all" in the %Targets hashRafael Garcia-Suarez2009-10-041-1/+1
* Apply the same policy for the value returned by push() and unshift()Vincent Pit2009-10-041-9/+5
* Fix pod toc generation for new perldeltaJesse Vincent2009-10-042-1/+4
* 'make distclean now results in an actually-clean tree.Jesse Vincent2009-10-043-3/+5
* Added a perldeta file for 5.11.1Jesse Vincent2009-10-042-0/+275
* Correcting mistaken description of 'delete local' in perl5110deltaJesse Vincent2009-10-041-1/+1
* Mention Jesse as pumpkinAbigail2009-10-031-1/+1
* Make Win32 treat IO-Compress as an XS extension, as was done elsewhere bySteve Hay2009-10-031-1/+1
* Avoid false negatives on Win32 with Shell.t tests.George Greer2009-10-031-2/+2