summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix unescaped first character in tovmsspec.Craig A. Berry2013-12-201-1/+3
* Long verbatim lines in SDBM_File.pmFather Chrysostomos2013-12-181-3/+3
* [perl #114350] improved documentationKevin Ryde2013-12-181-48/+27
* [perl #114350] access to sdbm_prep()Tony Cook2013-12-183-4/+77
* [perl #114350] add exportable PAGFEXT, DIRFEXT and PAIRMAX constantsTony Cook2013-12-183-1/+28
* posix.t, time.t: Correct saving/restoring localesKarl Williamson2013-12-162-3/+11
* Get optree_samples.t passing when PERL_UNICODE is setFather Chrysostomos2013-12-161-2/+2
* Tests for rpeep optimisations in e45d8982aeMatthew Horsfall (alh)2013-12-141-1/+55
* Optimise out PUSHMARK/RETURN if return is the last statement in a sub.Matthew Horsfall2013-12-131-1/+17
* Test previously untested branches in lib/File/Find.pm.James E Keenan2013-12-091-1/+30
* Remove tests of $File::Find::untaint_pattern.James E Keenan2013-12-071-26/+1
* Add test for previously uncovered case.James E Keenan2013-12-041-1/+25
* Standardize dir_path() and file_path() in package Testing.James E Keenan2013-12-043-115/+65
* Extract subroutines used to test File-Find into separate package.James E Keenan2013-12-013-38/+51
* Standardize subroutine definitions between tests.James E Keenan2013-12-012-25/+31
* Peek.t: Update skip versionFather Chrysostomos2013-11-301-4/+4
* Allow PADTMPs’ strings to be swipedFather Chrysostomos2013-11-301-4/+4
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-282-2/+9
* Revert "Squash COWs in the char* typemap"Father Chrysostomos2013-11-273-35/+2
* Revert "Increase $XS::Typemap::VERSION to 0.13"Father Chrysostomos2013-11-271-1/+1
* bump DynaLoader version after previous commitsDavid Mitchell2013-11-261-1/+1
* dl_hpux.xs: fix PREINIT boundaryDavid Mitchell2013-11-261-1/+1
* Dynaloader: use PREINIT to avoid compiler errorsDavid Mitchell2013-11-262-2/+4
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-1/+6
* XS::APItest: remove unused varDavid Mitchell2013-11-241-2/+1
* Increase $XS::Typemap::VERSION to 0.13Father Chrysostomos2013-11-231-1/+1
* Squash COWs in the char* typemapFather Chrysostomos2013-11-233-2/+35
* Increase $PerlIO::via::VERSION to 0.14Father Chrysostomos2013-11-231-1/+1
* No need to wrap calls to Perl_load_module() in ENTER/LEAVENicholas Clark2013-11-221-2/+0
* Perl_load_module() no longer moves the current stack, so no need to save it.Nicholas Clark2013-11-222-4/+2
* Remove redundant SPAGAIN & PUTBACK after PUSHSTACKi().Nicholas Clark2013-11-223-9/+1
* Remove unused var from APItest.xsFather Chrysostomos2013-11-211-1/+0
* APItest.xs: fix various compiler warningsDavid Mitchell2013-11-212-11/+13
* add Intel C++ Compiler for Win32 supportDaniel Dragan2013-11-201-3/+6
* Check symlink status before setting File::Find::fullname to undef.Victor Efimov2013-11-192-5/+35
* XS::Typemap: silence compiler warning.David Mitchell2013-11-182-1/+2
* POSIX: silence some compiler warningsDavid Mitchell2013-11-182-1/+7
* SDBM_File: fix 'set but not used' warningDavid Mitchell2013-11-182-2/+1
* PerlIO::via: fix compiler warningDavid Mitchell2013-11-182-2/+7
* PerlIO::scalar: silence some compiler warningsDavid Mitchell2013-11-181-2/+2
* un-TODO the test for 120535, Reini's patch fixes itTony Cook2013-11-181-1/+0
* Add UTF8 flag to keys returned by B::HV->ARRAYReini Urban2013-11-181-6/+10
* TODO test for 120535Tony Cook2013-11-181-0/+8
* Convert to using Test::More. Provide each test with a description.James E Keenan2013-11-171-357/+433
* Compliance: Mixed declarations not allowed in some pre-C99 compilersH.Merijn Brand2013-11-141-3/+3
* Dynaloader: fix build issueDavid Mitchell2013-11-149-9/+18
* Opcode: fix 'null argument' warningDavid Mitchell2013-11-132-2/+4
* File::Glob: fix warnings and non-\0-ended stringsDavid Mitchell2013-11-132-4/+14
* File::Glob: silence some compiler warningsDavid Mitchell2013-11-131-4/+13
* Devel::Peek: fix some compiler warningsDavid Mitchell2013-11-132-2/+3