summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* make Carp messages match die properlyZefram2012-02-021-1/+1
* XS::Typemap: Silence pedantic compiler warningsSteffen Mueller2012-02-021-21/+31
* XS::Typemap: Disable PerlIO related typemap testsSteffen Mueller2012-02-022-57/+69
* Increase $arybase::VERSION to 0.04Father Chrysostomos2012-02-011-1/+1
* [perl #109570] Fix off-by-1 error in arybase’s lsliceFather Chrysostomos2012-02-012-3/+4
* XS::Typemap: Somewhat consistent indentationSteffen Mueller2012-02-011-43/+42
* Move typemap documentation to its own fileSteffen Mueller2012-02-011-580/+51
* XS::Typemap: Fix typo in docs, fix versionSteffen Mueller2012-02-011-2/+2
* XS::Typemap: Tests for T_IN/T_OUT typemapsSteffen Mueller2012-02-013-10/+64
* XS::Typemap: Tests for T_INOUT typemapSteffen Mueller2012-02-013-1/+22
* XS::Typemap: Tests for the T_PACKEDARRAY typemapSteffen Mueller2012-02-013-24/+180
* XS::Typemap: Tests for T_PACKEDSteffen Mueller2012-02-013-4/+91
* Document T_PACKEDARRAYSteffen Mueller2012-02-011-1/+15
* XS::Typemap: Document T_PACKEDSteffen Mueller2012-02-011-1/+32
* XS-Typemap: Document sharing mechanism for typemapsSteffen Mueller2012-02-011-0/+29
* Inline the XS-Typemap typemap fileSteffen Mueller2012-02-012-26/+31
* Document the exact format of a typemapSteffen Mueller2012-02-011-1/+68
* Typemaps: Start writing some general documentationSteffen Mueller2012-02-011-1/+45
* First stab T_REFREF docsSteffen Mueller2012-02-011-1/+8
* 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