summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Change POSIX::localeconv() to a table-driven implementation.Nicholas Clark2011-09-131-63/+58
| * Add tests for POSIX::localeconv().Nicholas Clark2011-09-131-3/+31
| * Merge the implementations of 2 sets of POSIX functions.Nicholas Clark2011-09-131-15/+14
| * Merge the implementations of 4 sets of POSIX::Termios methods.Nicholas Clark2011-09-131-87/+53
| * Merge the implementations of 2 pairs of POSIX::SigSet methods.Nicholas Clark2011-09-131-11/+14
| * Add tests for POSIX::sigpending().Nicholas Clark2011-09-131-3/+10
| * Store sigset_t used by POSIX::SigSet directly in the object SV.Nicholas Clark2011-09-132-23/+16
| * In POSIX.xs, extract allocate_struct() from POSIX::Termios::new().Nicholas Clark2011-09-131-7/+13
| * Add tests for POSIX::SigSet.Nicholas Clark2011-09-132-0/+97
| * Store struct termios used by POSIX::Termios directly in the object SV.Nicholas Clark2011-09-132-16/+28
| * Add tests for POSIX::tc{drain,flow,flush,sendbreak}()Nicholas Clark2011-09-131-0/+18
| * Add tests for POSIX::Termios->setattr().Nicholas Clark2011-09-131-0/+12
| * Add tests for POSIX::Termios->setcc().Nicholas Clark2011-09-131-0/+21
| * Add tests for POSIX::Termios->get[iocf]flags().Nicholas Clark2011-09-131-0/+33
| * Add tests for POSIX::Termios->get[io]speed().Nicholas Clark2011-09-131-0/+25
| * Add tests for passing POSIX::Termios->getcc() out of range subscripts.Nicholas Clark2011-09-131-0/+5
| * In termios.t, avoid reading uninitialised memory in the tests.Nicholas Clark2011-09-131-22/+39
| * Refactor ext/POSIX/t/termios.tNicholas Clark2011-09-131-43/+25
|/
* Remove if(isGV_with_GP(PL_defoutgv)) checks from mg.cFather Chrysostomos2011-09-121-24/+12
* Fix misspellings in gv.tFather Chrysostomos2011-09-121-6/+6
* Make \&$tied call get-magic when it holds a globFather Chrysostomos2011-09-122-10/+12
* Add diag_listed_as for lstat error msgFather Chrysostomos2011-09-122-1/+1
* Make (l)stat respect get-magic on globs and globrefsFather Chrysostomos2011-09-124-18/+19
* Update CPAN-Meta-YAML to CPAN version 0.004Chris 'BinGOs' Williams2011-09-124-10/+49
* Update Exporter to CPAN version 5.65Chris 'BinGOs' Williams2011-09-123-2/+6
* Update perlfaq to CPAN version 5.0150034Chris 'BinGOs' Williams2011-09-1214-1176/+1019
* Make tie_fetch_count.t pass on ‘broken’ platformsFather Chrysostomos2011-09-121-1/+9
* t/TEST: clean up cachegrind.out.$pid intermediate filesJim Cromie2011-09-121-13/+24
* add 3 test.valgrind outputs to .gitignoreJim Cromie2011-09-121-0/+5
* Update CPAN tracking version of ExtUtils::ParseXSSteffen Mueller2011-09-121-1/+1
* perldelta galore for ExtUtils::ParseXS changesSteffen Mueller2011-09-121-5/+38
* ExtUtils::ParseXS changelogSteffen Mueller2011-09-121-0/+5
* Make cpan officially upstream for Text::BalancedFather Chrysostomos2011-09-111-1/+1
* Make truncate respect get-magic on globs and globrefsFather Chrysostomos2011-09-112-25/+16
* Update Devel-PPPort to CPAN version 3.20Chris 'BinGOs' Williams2011-09-11134-667/+1598
* Add links to Windows documentation of shell and CRT quote parsing rulesSteve Hay2011-09-111-9/+12
* Remove Windows 95 support from win32/makefile.mkSteve Hay2011-09-113-169/+7
* Eliminate warnings from XSLoader on 5.005 and 5.004.Nicholas Clark2011-09-113-6/+32
* updated podcheck data file to know about the changes from Leon's patchJesse Vincent2011-09-111-1/+2
* Doc patch to perlipcLeon Timmermans2011-09-111-89/+30
* Add missing win32/config_H.* files to Porting/makerelSteve Hay2011-09-111-0/+4
* Simplify generated XS code by emitting a compatibility version of dVAR.Nicholas Clark2011-09-115-12/+14
* Teach B::Concise about OPpFT_STACKINGFather Chrysostomos2011-09-101-1/+1
* Collapse repetititive code in tie_fetch_count.tFather Chrysostomos2011-09-101-18/+9
* Make utime handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-102-9/+7