summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* POSIX/t/mb.t: Skip test on early HP-UXKarl Williamson2019-04-141-0/+6
* Reinstate and fix failing POSIX mb.t testKarl Williamson2019-04-131-4/+8
* Revert "ext/POSIX/t/mb.t: Add test for MB_CUR_MAX"James E Keenan2019-04-121-6/+4
* ext/POSIX/t/mb.t: Add test for MB_CUR_MAXKarl Williamson2019-04-091-4/+6
* Make POSIX::mblen() slightly saferKarl Williamson2019-04-091-0/+5
* ext/POSIX/t/mb.t: Use actual expected char lenKarl Williamson2019-04-091-2/+2
* ext/POSIX/t/mb.t: Generalize for EBCDICKarl Williamson2019-04-091-1/+4
* Fix POSIX::mblen mbstate_t initialization on threaded perls with glibcNiko Tyni2019-03-243-2/+49
* there is no sv_catpvfn()Tony Cook2019-03-141-1/+1
* bump $PerlIO::encoding::VERSIONTony Cook2019-02-251-1/+1
* (perl #131683) enable warnings for the block that tests for warningsTony Cook2019-02-251-0/+1
* PerlIO::encoding: Use Encode::ONLY_PRAGMA_WARNINGS in fallback by defaultPali2019-02-251-1/+1
* get MakeMaker to play under PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-2/+7
* ext/SDBM_File/sdbm.c: don't include INTERN.hDavid Mitchell2019-02-191-1/+0
* ext/POSIX: Fix compilation errorKarl Williamson2019-02-062-2/+3
* PERL_OP_PARENT is always defined, stop testing for itTony Cook2019-01-255-11/+3
* find.t: Use temporary testing directory for all blocks of tests.James E Keenan2019-01-231-46/+56
* Provide defined value for $TODO only where test should not run.James E Keenan2019-01-201-10/+9
* Provide defined value for $TODO only where test is still failing.James E Keenan2019-01-201-3/+5
* 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