summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Change the synopsis in POSIX.pod to stress use POSIX ();Nicholas Clark2011-09-011-2/+4
* Generate @POSIX::EXPORT_OK from %reimpl, %replacement and an exception list.Nicholas Clark2011-09-011-59/+5
* Test that @POSIX::EXPORT and @POSIX::EXPORT_OK are not inadvertently changed.Nicholas Clark2011-09-011-0/+116
* Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT.Nicholas Clark2011-09-011-1/+0
* Replace use of AutoLoader in POSIX with a custom compilation deferral scheme.Aristotle Pagaltzis2011-09-012-380/+100
* In POSIX, improve the diagnostic for the "use $method" instead.Nicholas Clark2011-09-012-2/+3
* In POSIX, drastically simplify the wrappers for "unimplemented" functions.Aristotle Pagaltzis2011-09-012-341/+105
* In POSIX.pm, modernise package variable style.Aristotle Pagaltzis2011-09-011-9/+8
* The more regular POSIX "unimplemented" diagnostics simplify the tests.Nicholas Clark2011-09-011-60/+60
* Improvements to the diagnostics for "unimplemented" POSIX functions.Nicholas Clark2011-09-012-44/+44
* Test the POSIX functions that wrap core builtins.Nicholas Clark2011-09-011-0/+233
* Convert the POSIX waitpid tests to Test::More.Nicholas Clark2011-09-011-15/+16
* Explicitly test both CORE:: and POSIX:: gmtime and localtime.Nicholas Clark2011-09-011-8/+21
* Test the diagnostics for usage messages for POSIX wrapper functions.Nicholas Clark2011-09-012-4/+52
* Test the diagnostics for all POSIX::* functions that are "unimplemented".Nicholas Clark2011-09-011-0/+98
* In ext/POSIX/t/is.t, make better use of Test::More.Nicholas Clark2011-09-011-10/+8
* Reassign op_private flags of OP_ENTERSUB such that bits 32 and 64 can be used...Gerard Goossen2011-09-011-1/+1
* Make pod2html a regular script without substitutionsFlorian Ragwitz2011-08-271-42/+0
* Give Pod-Html a more modern dist layoutFlorian Ragwitz2011-08-271-16/+16
* Add OPpCOREARGS_SCALARMOD flagFather Chrysostomos2011-08-261-1/+1
* Add OPpCOREARGS_PUSHMARK flagFather Chrysostomos2011-08-251-1/+1
* Add private coreargs flags for vivifying GVsFather Chrysostomos2011-08-251-1/+2
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-2/+2
* boot_Win32CORE needs to be XS_EXTERNAL() following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
* Exlicitly enable exporting of some XSUB symbolsSteffen Mueller2011-08-214-4/+8
* Add OPpASSIGN_CV_TO_GV to B::ConciseFather Chrysostomos2011-08-191-0/+1
* Add OPpDONT_INIT_GV to B::ConciseFather Chrysostomos2011-08-191-0/+1
* &CORE::wantarray()Father Chrysostomos2011-08-181-0/+1
* Add coreargs opFather Chrysostomos2011-08-181-2/+2
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-171-17/+25
* Remove OPpENTERSUB_NOMOD from B::ConciseFather Chrysostomos2011-08-151-2/+2
* B::Terse and B::Xref were missing some documentation.Reini Urban2011-08-142-3/+61
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-112-17/+17
* Support gcc-4.x on HP-UX PA-RISC/64H.Merijn Brand2011-08-041-4/+10
* Increase $IPC::Open::VERSION to 1.12Father Chrysostomos2011-07-271-1/+1
* [perl #95748] IPC::Open3::open3(..., '-') brokenSalvador Fandino2011-07-271-2/+5
* Increase $PerlIO::via::VERSION following commit d477ab3eb4369a52.Nicholas Clark2011-07-211-1/+1
* s/bellow/below/ in PerlIO::via docsEric Brine2011-07-211-2/+2
* Perl_rpeep: undo tail recursion optimisationDavid Mitchell2011-07-181-2/+4
* Actually test cop_*_labelReini Urban2011-07-171-0/+10
* Fix a wrong length in APItest.xs:test_coplabelFather Chrysostomos2011-07-171-1/+1
* Bring cop label testing in line with intentions.Craig A. Berry2011-07-171-12/+13
* Export store_cop_label for the perl compilerReini Urban2011-07-161-0/+21
* make peep optimiser recurse mostly only shallowlyDavid Mitchell2011-07-141-9/+12
* Tests for the pad cleanup.Brian Fraser2011-07-122-4/+25
* pad.c: flags checking for the UTF8 flag when necessaryBrian Fraser2011-07-121-0/+321
* API tests for pad_findmy_*()Zefram2011-07-122-0/+140
* API test for find_rundefsv()Zefram2011-07-122-0/+34
* APIify pad functionsZefram2011-07-121-5/+1
* Merge branch 'smueller/eu_typemap' into bleadSteffen Mueller2011-07-121-1/+1
|\