summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* PATCH: [perl #133405] POSIX.xs: Silence compiler warningKarl Williamson2018-04-012-2/+2
* Mark unused dl_unload_all_files() argumentDagfinn Ilmari Mannsåker2018-03-271-0/+1
* Fix building with -Accflags=-DDL_UNLOAD_ALL_AT_EXITDagfinn Ilmari Mannsåker2018-03-271-6/+3
* I18N::Langinfo/t/Langinfo.t: Skip tests on early netbsdKarl Williamson2018-03-221-4/+10
* op_dump(): display PARENT of top-most nodeDavid Mitchell2018-03-211-0/+1
* Update File::Glob to 1.31 to account for changes in 5.27.10Todd Rinaldo2018-03-191-1/+1
* Silence compilter warningKarl Williamson2018-03-162-2/+2
* Don't use duplocale() unless is presentKarl Williamson2018-03-121-1/+2
* POSIX.pod: Fix nitKarl Williamson2018-03-121-1/+1
* Work around Microsoft threaded locale bug for localeconv()Karl Williamson2018-03-123-2/+42
* Langinfo: Implement CODESET on WindowsKarl Williamson2018-03-121-2/+5
* PATCH: [perl #127288] I18N::Langinfo sets UTF-8 bitKarl Williamson2018-03-122-9/+145
* I18N::Langinfo: fix pod nitsKarl Williamson2018-03-121-6/+7
* Actually make I18N::Langinfo avail on all platformsKarl Williamson2018-03-122-16/+76
* Change enum names for new locale function parametersKarl Williamson2018-03-121-2/+2
* APItest/t/locale.t: Store hash return for readabilityKarl Williamson2018-03-121-4/+4
* APItest/t/locale.t: Sort some testsKarl Williamson2018-03-121-6/+6
* File::Glob bsd_glob.c dont use "loop" as a goto labelDaniel Dragan2018-03-071-2/+2
* Bump version of POSIX.pm to 1.83; warnings to 1.42Karl Williamson2018-03-021-1/+1
* Remove parameter from isSCRIPT_RUNKarl Williamson2018-03-011-2/+1
* ext/File-Glob/t/rt131211.t: fix timing issuesDavid Mitchell2018-02-271-3/+10
* APItest/t/locale.t: Add detail to test namesKarl Williamson2018-02-251-4/+5
* APItest:locale.t Fix ALT_DIGITS testKarl Williamson2018-02-221-1/+1
* Fix two bugs when calling &xsub when @_ has holesFather Chrysostomos2018-02-181-0/+7
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+1
* Add Perl_setlocale()Karl Williamson2018-02-181-6/+2
* POSIX.xs: Fix localeconv_l()Karl Williamson2018-02-181-1/+2
* APItest: Add U8* typemap, and use itKarl Williamson2018-02-162-82/+83