summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update META.yml following 986a805cFather Chrysostomos2011-09-171-0/+1
* Correct punctuation in some POSIX error messagesFather Chrysostomos2011-09-172-39/+39
* perlop: Clarify \octal slightlyFather Chrysostomos2011-09-171-3/+4
* Make IO::Handle::getline(s) respect the open pragmaFather Chrysostomos2011-09-177-4/+99
* perldelta for h2ph conditional sub fixFather Chrysostomos2011-09-171-2/+10
* don't redefine macrosubs in .phLukas Mai2011-09-171-13/+11
* perlobj: Fix pod problemsKarl Williamson2011-09-171-2/+4
* perldata: Only one "_" is allowed between each digit pairKarl Williamson2011-09-171-1/+3
* podcheck.t: Don't use case-sensitive file exclusionKarl Williamson2011-09-171-2/+14
* Lots of revisions from Damian for perlobjDamian Conway2011-09-171-124/+183
* Tweaks to perlootut by DamianDamian Conway2011-09-171-18/+18
* POSIX::access() doesn't do ENOTDIR on VMS.Craig A. Berry2011-09-171-1/+1
* Fix recursion warning for ‘no warnings; goto &sub’Father Chrysostomos2011-09-172-2/+6
* Tests for goto &xsub and lexical hintsFather Chrysostomos2011-09-163-0/+26
* Make goto &CORE::sub use the right lexical scopeFather Chrysostomos2011-09-163-0/+17
* Merge postinc and postdecFather Chrysostomos2011-09-164-31/+12
* Merge preinc and postincFather Chrysostomos2011-09-165-26/+11
* Make ++ and -- work on glob copiesFather Chrysostomos2011-09-165-8/+20
* [perl #93638] $ENV{LS_COLORS} causes miniperl glob failureFather Chrysostomos2011-09-162-0/+8
* update B::Concise test for B::Deparse changeZefram2011-09-161-0/+1
* Update CPAN-Meta to CPAN version 2.112580Chris 'BinGOs' Williams2011-09-1613-20/+175
* Update CPANPLUS to CPAN version 0.9111Chris 'BinGOs' Williams2011-09-166-7/+11
* skip_all is a sub in t/test.pl.Craig A. Berry2011-09-161-2/+2
* make B::Deparse handle $[ for older perlsZefram2011-09-161-8/+48
* NetWare has stdbool.h, so add it as 'define' to config.wcNicholas Clark2011-09-161-0/+1
* Assorted File::Glob test fix-ups following 528bd3ce85.Craig A. Berry2011-09-161-24/+32
* Disallow weakening of read-only referencesFather Chrysostomos2011-09-163-1/+34
* perldelta updateFather Chrysostomos2011-09-161-7/+97
* Revert "Put Jesse's "How a Bill Becomes a Law" into perlhack (with editing)"Dave Rolsky2011-09-161-50/+2
* Partial perldelta updateFather Chrysostomos2011-09-161-2/+43
* i_stdbool for configure.com.Craig A. Berry2011-09-161-0/+6
* Regenerate. Sorry for the massive re-orderH.Merijn Brand2011-09-163-2255/+2259
* Probe for <stdbool.h>, and if found use it in handy.hNicholas Clark2011-09-1619-6/+51
* Dear perlvar: ${PEN} was introduced in 5.8.0.Father Chrysostomos2011-09-151-1/+1
* [perl #92728] open.pm without :std should leave std aloneFather Chrysostomos2011-09-152-6/+28
* Make open.t use test.plFather Chrysostomos2011-09-151-1/+2
* Add a mention of #p5p to perlhackDave Rolsky2011-09-151-0/+6
* Put Jesse's "How a Bill Becomes a Law" into perlhack (with editing)Dave Rolsky2011-09-151-2/+50
* Wording tweak to clarify that perlbug submits the patch for you via emailDave Rolsky2011-09-151-2/+2
* Run podtidy on perlhack.podDave Rolsky2011-09-151-20/+22
* Make tie_fetch_count.t skip -[guk] globref testsFather Chrysostomos2011-09-151-10/+4
* [perl #99142] Make GV_ADDMG and magic vars account for s(t)ubsFather Chrysostomos2011-09-152-2/+15
* document convention for keys in %^HZefram2011-09-152-4/+26
* Fix some bugs in the example code for perlootutDave Rolsky2011-09-151-2/+2
* remove outdated information from perlportMoritz Lenz2011-09-151-4/+0
* Don't #include headers already included by perl.hNicholas Clark2011-09-155-27/+0
* Use test.pl miniperl check rather than by-hand in t/io/shm.tGeorge Greer2011-09-141-3/+1
* Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead.George Greer2011-09-141-1/+1
* shm.t: Skip under miniperlFather Chrysostomos2011-09-141-0/+3
* shm.t: Don’t call shmctl in END when undefinedFather Chrysostomos2011-09-141-3/+3