summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test-skipping logic for File::Glob under no-taint-perlSteffen Mueller2012-11-191-2/+2
* Increase $XS::APItest::VERSION to 0.45Father Chrysostomos2012-11-171-1/+1
* [perl #115756] Fix XS::APItest::SvIsCOWFather Chrysostomos2012-11-171-1/+1
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-174-120/+283
* clone() wasn't cloning the whole stackDavid Mitchell2012-11-161-1/+15
* SVf_IsCOWFather Chrysostomos2012-11-141-2/+2
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-122-2/+2
* Fix VMS-specific case nit in File::Glob's basic.t.Craig A. Berry2012-11-111-1/+2
* make MULTICALL safe across cxstack reallocsDavid Mitchell2012-11-111-1/+14
* ext/B/t/OptreeCheck.pm: fix hint strippingDavid Mitchell2012-11-101-1/+1
* fix optree_misc.t test after smokeDavid Mitchell2012-11-101-34/+34
* Consolidate any single pad ops after a padrangeDavid Mitchell2012-11-101-1/+65
* Consolidate adjacent padrange opsDavid Mitchell2012-11-101-1/+38