summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* scalar(%h = (1,1,1,1)) should return 4, not 2Ruslan Zakirov2012-12-111-2/+2
* Glob.xs: PL_opfreehook is an interpreter variableFather Chrysostomos2012-12-111-7/+4
* DosGlob: Don’t leak when caller’s op tree is freedFather Chrysostomos2012-12-113-2/+49
* Stop DynaLoader.t from unload File::GlobFather Chrysostomos2012-12-101-2/+8
* Don’t leak when partly iterated glob op is freedFather Chrysostomos2012-12-091-0/+17
* Increase $File::Glob::VERSION to 1.19Father Chrysostomos2012-12-091-1/+1
* Stop using PL_glob_index for PL_globhookFather Chrysostomos2012-12-091-10/+2
* File::Glob: Don’t use the magic 2nd arg to globFather Chrysostomos2012-12-092-11/+9
* DosGlob: Don’t use the magic 2nd arg to globFather Chrysostomos2012-12-093-4/+25
* Increase $File::DosGlob::VERSION to 1.09Father Chrysostomos2012-12-091-1/+1
* Move File::DosGlob from lib to extFather Chrysostomos2012-12-092-0/+431
* ext/XS-APItest/t/handy.t: White space onlyKarl Williamson2012-12-091-16/+16
* XS-APItest: Add tests for handy.hKarl Williamson2012-12-093-12/+455
* Deprecate lexical $_Father Chrysostomos2012-12-041-1/+1
* encoding.t: Skip 2 tests under debuggingFather Chrysostomos2012-12-041-0/+10
* Make isIDFIRST_uni() return identically as isIDFIRST_utf8()Karl Williamson2012-11-291-0/+4
* XS-APItest/t/handy.t: Turn off non_unicode warningsKarl Williamson2012-11-291-0/+1
* Fix up Peek.t to account for preceding commitsFather Chrysostomos2012-11-271-3/+5
* Missing dependency in XS::APItest’s MakefileFather Chrysostomos2012-11-251-0/+2
* Remove "register" declarationsKarl Williamson2012-11-2421-132/+132
* Bump $XS::Typemap::VERSION after previous commit.Nicholas Clark2012-11-221-1/+1
* Add additional tests for T_BOOL typemapSteffen Mueller2012-11-223-1/+14
* Remove improper use of each() in B::walksymtable and fix ext/B/t/xref.tYves Orton2012-11-222-3/+5
* handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-193-1/+18
* XS-APItest/t/handy.t: RefactorKarl Williamson2012-11-191-361/+97
* Remove the EPOC port.Nicholas Clark2012-11-192-9/+2