summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Typemap tests: T_SHORT, T_U_INT, T_INT, T_LONGSteffen Mueller2012-02-013-14/+74
* Cleanup: Condense tests and add a fewSteffen Mueller2012-02-011-80/+34
* Minor documentation fixes and annotationsSteffen Mueller2012-02-012-5/+8
* Stop SvPVutf8 from forcing the POK flagFather Chrysostomos2012-01-311-1/+3
* XS::APItest: svpv_magic.t: Correct test nameFather Chrysostomos2012-01-311-1/+1
* Make SvPVbyte return bytes for non-PVsFather Chrysostomos2012-01-311-1/+7
* Test that SvPVutf8 works with magic varsFather Chrysostomos2012-01-311-1/+19
* [perl #108994] Stop SvPVutf8 from coercing SVsFather Chrysostomos2012-01-312-0/+33
* XS::APItest: Move $VERSION further upFather Chrysostomos2012-01-311-2/+2
* Increase $XS::APItest::VERSION to 0.35Father Chrysostomos2012-01-311-1/+1
* B.pm: Document stashflagsFather Chrysostomos2012-01-311-0/+2
* Increase $File::Glob::VERSION to 1.17Father Chrysostomos2012-01-311-1/+1
* In B.xs, use *pvf() functions to reduce the number of API calls.Nicholas Clark2012-01-311-7/+5
* Increase the fallback value of MAXPATHLENDominic Hargreaves2012-01-301-1/+1
* Moving :mmap out of core binary into a moduleLeon Timmermans2012-01-302-0/+350
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-2/+2
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-231-1/+1
* Fix bad pointer size in has_trailing_nulEric Brine2012-01-231-2/+3
* Increase $B::VERSION to 1.34Father Chrysostomos2012-01-231-1/+1
* B.xs add missing B::COP::stashflagsReini Urban2012-01-231-0/+11
* B.pm POD: revise 44f7f2d5b1 on IoFLAGSReini Urban2012-01-231-2/+0
* PerlIO::scalar: tests for trailing nullFather Chrysostomos2012-01-191-1/+24
* (PerlIO::)scalar.t: Add function for testing trailing nullEric Brine2012-01-191-0/+14
* [perl #108398] Make PerlIO::scalar add null terminatorBo Lindbergh2012-01-191-5/+7
* B.pm: spaces after dotsFather Chrysostomos2012-01-191-28/+29
* B.pm: wording tweaksFather Chrysostomos2012-01-191-3/+4
* Make B’s pod fit in 79 colsFather Chrysostomos2012-01-191-2/+2
* Document B::PV’s LEN and CUR methodsFather Chrysostomos2012-01-191-1/+11
* Increase $B::VERSION to 1.32Father Chrysostomos2012-01-191-1/+1
* B.pm: fix and add B::IO documentationReini Urban2012-01-191-3/+28
* 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