summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix Peek.t under PERL_OLD_COPY_ON_WRITEDavid Mitchell2013-03-121-1/+1
* Revert "Bump Pod::Html to 1.19"Chris 'BinGOs' Williams2013-02-281-1/+1
* Bump Pod::Html to 1.19Chris 'BinGOs' Williams2013-02-281-1/+1
* correct Pod-Html tests for new Pod-Simple outputRicardo Signes2013-02-285-12/+12
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-204-4/+4
* Test that call checkers are copied with actual closures.Nicholas Clark2013-02-131-1/+29
* Make File::DosGlob handle VMS extended filespecs.Craig A. Berry2013-02-121-1/+8
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-094-18/+35
* un-TODO a test that passes on recent FreeBSDTony Cook2013-01-271-1/+2
* EINVAL is expected when f?pathconf() isn't implemented for a pathTony Cook2013-01-271-2/+9
* avoid PERL_UNICODE interfering with the new PerlIO-scalar testsTony Cook2013-01-271-0/+2
* Fix various minor pod issuesKarl Williamson2013-01-242-4/+4
* warn and fail on writes to SVf_UTF8 SVsTony Cook2013-01-252-1/+6
* TODO tests for writing to a SVf_UTF8 scalarTony Cook2013-01-251-1/+25
* handle reading from a SVf_UTF8 scalarTony Cook2013-01-252-7/+17
* TODO tests for reads from a scalar changed to upgraded after openTony Cook2013-01-251-3/+33
* bump PerlIO::scalar's versionTony Cook2013-01-251-1/+1
* fail to open scalars containing characters that don't fit in a byteTony Cook2013-01-252-8/+8
* TODO tests for opening upgraded scalarsTony Cook2013-01-251-1/+36
* bump I18N::Langinfo to a non-dev versionRicardo Signes2013-01-171-1/+1
* handy.h: Fix isIDCONT_utf8()Karl Williamson2013-01-141-0/+4
* Tweak the test from 2721a2ca2e5e889d to work with PERL_UNICODE set.Nicholas Clark2013-01-111-2/+2
* stop -MO=Concise -e'm?x?' segfaultingDavid Mitchell2013-01-094-21/+49
* ext/XS-APItest: Remove unused variable decl.Karl Williamson2013-01-062-2/+1
* Make Pod::Html::_unixify unescape dots on VMS.Craig A. Berry2013-01-061-1/+2
* Pod::Html test portability redux.Craig A. Berry2013-01-066-18/+23
* Revert "porting/podcheck corrections."David Mitchell2012-12-261-2/+1
* porting/podcheck corrections.James E Keenan2012-12-251-1/+2
* ext/Hash-Util/lib/Hash/Util.pm: Bump $VERSION to reflect documentationJames E Keenan2012-12-251-2/+2
* Add new functions of Hash::Util in documentation.reneeb2012-12-251-11/+14
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-233-4/+54
* ext/XS-APItest/t/handy.t: White-space onlyKarl Williamson2012-12-231-18/+18
* ext/XS-APItest/t/handy.t: Work better on platforms sans proper localesKarl Williamson2012-12-231-2/+4
* handy.h: Create isALPHANUMERIC() and kinKarl Williamson2012-12-223-16/+16
* XS-Typemap: bump versionKarl Williamson2012-12-221-1/+1
* when the output isn't RETVAL, update the SV instead of replacing itTony Cook2012-12-201-2/+0
* TODO the failing T_BOOL testsTony Cook2012-12-201-0/+2
* T_BOOL failure exampleDaniel Dragan2012-12-203-1/+20
* The T_BOOL_2 tests should have failed, rewrite and TODOTony Cook2012-12-201-4/+8
* GDBM_File must cast fatal_func appropriately for the version of gdbm.hNicholas Clark2012-12-171-1/+10
* Make DosGlob.t more resilientFather Chrysostomos2012-12-161-1/+2
* Typemap.xs: fix warning under clangDavid Mitchell2012-12-141-1/+1
* Remove the BeOS port.Nicholas Clark2012-12-145-175/+6
* Eliminate the fifth argument from GDBM_File::TIEHASH.Nicholas Clark2012-12-135-9/+2
* GDBM_File is meant to croak() if the gdbm library has a fatal error.Nicholas Clark2012-12-133-2/+52
* B.xs: silence clang warningDavid Mitchell2012-12-131-1/+1
* chdir's argument is a directory in DosGlob.t.Craig A. Berry2012-12-131-1/+1
* {Dos,}Glob.xs: Skip freeing during global destructionFather Chrysostomos2012-12-122-0/+6
* Fix occasional failures in svleak.t and DosGlob.tFather Chrysostomos2012-12-121-2/+2
* In DosGlob.xs, add a block around MY_CXT_INIT, as it contains a declaration.Nicholas Clark2012-12-121-0/+2