summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avoid truncating time values when long is smaller than time_tTony Cook2012-01-181-2/+2
* Make Pod::Html more robust against malformed L<> contents.Nicholas Clark2012-01-171-2/+2
* Purge references to --netscape and --libpods, no longer in Pod::HtmlNicholas Clark2012-01-171-19/+1
* PerlIO::scalar: allow writing to SvIOK SVsFather Chrysostomos2012-01-052-4/+16
* In PerlIO::Scalar’s write, stringify refsFather Chrysostomos2012-01-052-3/+9
* Increase $PerlIO::scalar::VERSION to 0.13Father Chrysostomos2012-01-051-1/+1
* [perl #92706] In PerlIO::Scalar::seek, don’t assume SvPOKpFather Chrysostomos2012-01-052-20/+21
* Correct comment in APItest’s hash.tFather Chrysostomos2012-01-021-1/+1
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-12/+15
* [perl #107296] Document File::Glob’s default flagsFather Chrysostomos2011-12-301-2/+21
* Increase $File::Glob::VERSION to 1.16Father Chrysostomos2011-12-301-1/+1
* include a package POSIX::SigSetRicardo Signes2011-12-301-0/+8
* Provide the correct POSIX return value for POSIX::dup2() on Win32.Nicholas Clark2011-12-302-3/+11
* Convert POSIX::sleep to an XS wrapper for PerlProc_sleep().Nicholas Clark2011-12-303-3/+10
* Increase $POSIX::VERSION to 1.28Father Chrysostomos2011-12-291-1/+1
* Signal handlers must run before sigsuspend returnsLeon Timmermans2011-12-291-0/+4
* Update concise-xs.t for recent DD changeFather Chrysostomos2011-12-251-1/+2
* Supress warning in XS::APItest’s hash.tFather Chrysostomos2011-12-251-1/+3
* Don’t crash when writing to null hash elemFather Chrysostomos2011-12-241-0/+13
* hv.c: Make newHVhv work on tied hashesFather Chrysostomos2011-12-242-0/+15
* *Now* increase $XS::APItest::VERSION to 0.35Father Chrysostomos2011-12-241-1/+1
* Use new feature-testing macrosFather Chrysostomos2011-12-241-8/+9
* Use only \w+ for internal feature namesFather Chrysostomos2011-12-241-8/+8
* Revert "Increase $XS::APItest::VERSION to 0.35"Father Chrysostomos2011-12-232-2/+2
* Increase $XS::APItest::VERSION to 0.35Father Chrysostomos2011-12-232-2/+2
* Update concise-xs.t for B::Deparse’s new importsFather Chrysostomos2011-12-231-2/+2
* Increase $arybase::VERSION to 0.03Father Chrysostomos2011-12-221-1/+1
* Eek! I left some debug code in arybase.xsFather Chrysostomos2011-12-221-1/+0
* Teach B::Concise about OPpCONST_NOVERFather Chrysostomos2011-12-181-1/+2
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+1
* Disable $[ under 5.16Father Chrysostomos2011-12-151-10/+27
* Remove the obsolete code for NO_EMBED from sdbm.hNicholas Clark2011-12-091-5/+1
* Fix ext/B/t/f_map.t failureFather Chrysostomos2011-12-071-1/+1
* Fix up ext/B/t for strict.pm changesFather Chrysostomos2011-12-076-136/+136
* Prepare Socket.pm for dual-lifePaul \"LeoNerd\" Evans2011-12-019-2394/+0
* Fixups for older Perl versions:Paul \"LeoNerd\" Evans2011-12-012-1/+5
* Rewrite ext/Socket/t/Socket.t to use Test::More rather than manual printingPaul \"LeoNerd\" Evans2011-12-011-126/+97
* avoid double defining the POSIX::TCSANOW constant subTony Cook2011-11-282-3/+7
* Optimise substr assignment in void contextFather Chrysostomos2011-11-262-1/+2
* [perl #102586] version->new("version") SEGVsFather Chrysostomos2011-11-221-1/+1
* arybase.xs be more defensiveReini Urban2011-11-221-0/+4
* [RT #36079] Where sensible, replace consecutive single quotation marks with a...jkeenan2011-11-222-11/+11
* Version bumpsif-0.0602Father Chrysostomos2011-11-222-2/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-227-23/+23
* [perl #80628] __SUB__Father Chrysostomos2011-11-222-4/+4
* Make const redef warnings default in newXSFather Chrysostomos2011-11-212-11/+36
* Make newXS redefinition warning respect UTF8Father Chrysostomos2011-11-211-1/+15
* Make newCONSTSUB use the right warning scope.Father Chrysostomos2011-11-211-1/+12
* Merge remote-tracking branch 'p5p/smoke-me/gsoc-pod' into bleadRicardo Signes2011-11-2028-2109/+5242
|\
| * Dynamically create and delete testdir/test.lib/smoke-me/gsoc-podMarc Green2011-10-3111-66/+132