summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regen generated filesdrolsky/stub-deleted-podsDave Rolsky2011-09-153-0/+27
* Include stub files in pod.lstDave Rolsky2011-09-151-0/+7
* Explicitly ignore the stub pod files I just added when doing the sanity checkDave Rolsky2011-09-151-1/+7
* add stub files for deleted OO-related pod filesDave Rolsky2011-09-154-0/+48
* 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
| * Remove from Storable.xs all compatibility code that duplicates ppport.hNicholas Clark2011-09-141-49/+1
| * Restore 5.004 and 5.005 support in Storable.Nicholas Clark2011-09-143-18/+18
| * Remove Symbian compatibility macros from Storable, now supplied by ppport.hNicholas Clark2011-09-142-21/+1
|/
* Simplify S_set_caret_X() by returning early if we set caret_x.Nicholas Clark2011-09-141-9/+7
* Inline S_procself_val() into S_set_caret_x().Nicholas Clark2011-09-141-36/+25
* In S_set_caret_X(), use GvSV() consistently in all conditional code.Nicholas Clark2011-09-131-3/+4
* Bump $Module::CoreList::VERSION after 77cc041da6484066.Nicholas Clark2011-09-131-1/+1
* Corrected the version of Module::CoreList shipped with v5.10.0Chris 'BinGOs' Williams2011-09-132-1/+4
* Merge POSIX improvements (refactoring, tests, bugfix for Solaris)Nicholas Clark2011-09-1312-596/+794
|\
| * Change POSIX::Termios::setattr() to default to TCASNOW, not 0.Nicholas Clark2011-09-132-1/+12
| * Remove unneeded fallback definitions of dNOOP, dVAR etc from POSIX.xsNicholas Clark2011-09-131-20/+0
| * Update perldelta to note that POSIX.so is now 12% smaller.Nicholas Clark2011-09-131-1/+3
| * Merge the implementations of POSIX::{asctime,mktime} using ALIAS.Nicholas Clark2011-09-131-34/+18
| * Merge the implementations of POSIX::{access,mkfifo} using ALIAS.Nicholas Clark2011-09-131-7/+8
| * Merge the implementations of POSIX::{close,dup,tcdrain} using ALIAS.Nicholas Clark2011-09-131-8/+8
| * Add tests for POSIX::{access,close,dup,dup2}.Nicholas Clark2011-09-131-2/+51
| * In ext/POSIX/t/sysconf.t, make the tests more strict.Nicholas Clark2011-09-131-8/+5
| * In ext/POSIX/t/sysconf.t, refactor the API of _check_and_report().Nicholas Clark2011-09-131-24/+18
| * In various POSIX tests, make better use of Test::More.Nicholas Clark2011-09-133-35/+38
| * Merge the implementations of 11 is*() functions in POSIX using XSANY.Nicholas Clark2011-09-131-154/+74
| * Merge the implementations of 10 maths functions in POSIX using ALIAS.Nicholas Clark2011-09-131-36/+44
| * Further tests for POSIX trigonometric and hyperbolic functions.Nicholas Clark2011-09-131-1/+31