summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* bump $File::Find::VERSIONTony Cook2018-12-201-1/+1
* File::Find: set $Is_Win32 and $Is_VMS variablesTomasz Konojacki2018-12-201-2/+2
* (perl #133673) disable the File::Find nlink optimization by defaultTony Cook2018-12-171-31/+9
* Avoid "Use of uninitialized value $res in numeric eq (==)" warningJames E Keenan2018-12-151-1/+1
* Correct spelling error in 'skip' messageJames E Keenan2018-12-151-1/+1
* ext/GDBM_File/t/fatal.t: handle non-fatalityDavid Mitchell2018-12-141-9/+26
* (perl #133667) documentation improvements for the POSIX moduleTony Cook2018-12-121-2/+5
* we don't need ext/POSIX/t/math.t +xTony Cook2018-12-121-0/+0
* math.t - support C99 math for mingwsisyphus2018-12-111-1/+6
* POSIX.xs - support C99 math for mingwsisyphus2018-12-111-1/+1
* Make ext/B/t/strict.t test alike to other ones.Petr Písař2018-12-071-1/+1
* Correct error message in t/taint.t.James E Keenan2018-12-071-1/+1
* Add header-guards to 2 additional filesJames E Keenan2018-12-042-0/+9
* make boot_Win32CORE extern "C" for C++ buildsTony Cook2018-11-291-0/+3
* stdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCETony Cook2018-11-292-1/+8
* Make Errno_pm.PL compatible with /usr/include/<ARCH>/errno.hNiko Tyni2018-11-201-10/+14
* ext/File-Find: support parallel testingDavid Mitchell2018-11-191-62/+62
* ext/GDBM_File/t/fatal.t: support parallel testingDavid Mitchell2018-11-191-3/+3
* (perl #132147) only test corrupt dbs on archs that matchTony Cook2018-11-191-0/+6
* (perl #132147) add extra block validation checksTony Cook2018-11-192-3/+83
* (perl #132147) don't cache invalid pagesTony Cook2018-11-191-4/+18
* (perl #132147) add tests for corrupt files from ticketsTony Cook2018-11-191-0/+86
* regcomp.c: Fix up RE_TRACK_PATTERN_OFFSETSKarl Williamson2018-11-161-2/+2
* -Drv now turns on all regex debuggingKarl Williamson2018-11-161-2/+4
* ext/re/t/qr.t: Rmv extraneous Debug statementKarl Williamson2018-11-051-1/+0
* (perl #132147) bump *DBM_File versionsTony Cook2018-11-054-4/+4
* (perl #132147) add security warnings to the *DBM_File modulesTony Cook2018-11-054-0/+54
* Correct spelling errorJames E Keenan2018-11-011-1/+1
* basic.t: Provide descriptions for all unit testsJames E Keenan2018-10-181-19/+22
* Use bsd_glob() instead of glob().James E Keenan2018-10-171-2/+2
* Remove File::Glob::glob() in perl-5.30James E Keenan2018-10-172-20/+15
* Update example of Dump on hashref.James E Keenan2018-10-131-23/+20
* POSIX.pod: Mark cuserid() as obsoleteMatthias Bethke2018-10-051-1/+4
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-2617-1257/+1
* Remove B::Debug from core distribution.James E Keenan2018-09-252-4/+4
* (perl #133510) use quadmath versions of log10, ldexp and signbitTony Cook2018-09-122-2/+6
* (perl #133422) handle Off_t smaller than size_tTony Cook2018-08-092-2/+11
* ext/POSIX/t/posix.t - Fix 'strtold works' testsisyphus2018-08-021-1/+1
* Revert "Remove some deprecated functions from mathoms.c"Karl Williamson2018-07-193-5/+19
* APItest: Add comprehensive UTF-8 validity testsKarl Williamson2018-07-051-0/+269
* Remove some deprecated functions from mathoms.cKarl Williamson2018-06-283-19/+5
* grok_atoUV: allow non-C strings and documentKarl Williamson2018-06-252-2/+2
* fix Mingw GCC C++ build errors PL_inf/PL_nanDaniel Dragan2018-05-242-2/+2
* PATCH: [perl #133121] Fix crash in gv_fetchmeth_svSergey Aleynikov2018-04-191-1/+8
* I18N::Langinfo: add a POD linkAaron Crane2018-04-191-1/+2
* I18N::Langinfo: reword list itemsAaron Crane2018-04-191-20/+20
* I18N::Langinfo: clarify POD with a listAaron Crane2018-04-191-1/+19
* I18N::Langinfo: fix POD typoAaron Crane2018-04-191-2/+2
* fix SEGV in XS::APItest::Backrefs::Comctl32Version()Daniel Dragan2018-04-172-2/+2
* POSIX.pm: resolve ambiguous #IfDavid Mitchell2018-04-031-2/+3