summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* XS is more C than perl. Use C-comments pleaseH.Merijn Brand2014-01-061-1/+1
* ext/Win32CORE/Win32CORE.c, rmv redundant stack & mark codeDaniel Dragan2014-01-061-3/+1
* APItest.xs: #include fakesdio.hKarl Williamson2014-01-041-0/+1
* POSIX:strtod() should restore the locale it changedKarl Williamson2014-01-042-2/+3
* ext/Devel-Peek/t/Peek.t: Don't leave PATH tainted.Brian Fraser2014-01-041-0/+3
* Fixups for ext/Devel-Peek/t/Peek.tBrian Fraser2014-01-041-5/+4
* sv_peek didn't add quotes before, doesn't need them nowBrian Fraser2014-01-041-1/+6
* Devel::Peek: Test that we dump CvOUTSIDE properlyBrian Fraser2014-01-041-4/+1
* Make dump.c nul-and-UTF8 cleanBrian Fraser2014-01-041-0/+282
* DynaLoader: Introduce d_libname_uniqueBrian Fraser2014-01-032-3/+58
* Change some warnings in utf8n_to_uvchr()Karl Williamson2014-01-011-4/+7
* ext/XS-APItest/t/utf8.t: White-space onlyKarl Williamson2014-01-011-64/+88
* utf8.c: Fix warning category and subcategory conflictsKarl Williamson2014-01-011-10/+15
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-272-2/+2
* test various types of SVs with call_svDaniel Dragan2013-12-233-2/+84
* 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