summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be more precise in the wording of how // works.Abigail2011-09-151-5/+7
* [perl #92436] Make Filter::Simple match variables betterFather Chrysostomos2011-09-145-5/+49
* Dear CoreList: Please note that 5.12.3 included VMS::Filespec.Father Chrysostomos2011-09-141-0/+1
* Fix #98480 math when reading shared memoryLeon Timmermans2011-09-142-2/+9
* Added SysV shared memory testsLeon Timmermans2011-09-142-0/+76
* Dear CoreList: FYI, Errno was included in 5.6.0 and .1.Father Chrysostomos2011-09-141-0/+2
* Dear CoreList: 5.8.2 *did* include DB_File.Father Chrysostomos2011-09-141-0/+1
* Missing word in release managers’ guideFather Chrysostomos2011-09-141-1/+1
* Mention that a method can be thought of as a verb for an objectDave Rolsky2011-09-141-1/+2
* Mention mutator as synonym for setterDave Rolsky2011-09-141-1/+1
* Merge Storable improvements (XS tidying, test failures on older perls).Nicholas Clark2011-09-145-95/+34
|\
| * Note Storable changes in perldelta.Nicholas Clark2011-09-141-0/+8
| * Simplify Storable.xs by providing a fallback definition of HvTOTALKEYS().Nicholas Clark2011-09-141-6/+5
| * Change Storable's code.t to serialise a subroutine under our control.Nicholas Clark2011-09-141-1/+1