summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
...
* ext/POSIX: Added tests to check integer constants are defined as IVTAKAI Kousuke2020-12-191-0/+69
* ext/POSIX: Change integer constants to IV.TAKAI Kousuke2020-12-191-3/+6
* Correctly set LC_CTYPE back in POSIX/t/time.tLeon Timmermans2020-12-171-1/+1
* Name individual locale locksKarl Williamson2020-12-081-12/+12
* Change name of mutex macro.Karl Williamson2020-12-081-3/+3
* POSIX.xs: White-space onlyKarl Williamson2020-12-041-3/+3
* POSIX.xs: Use alternative functions if availKarl Williamson2020-12-041-2/+2
* POSIX: t/posix.t: avoid warningDavid Mitchell2020-12-011-1/+6
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* Slience compiler warnings for NV, [IU]V compareKarl Williamson2020-11-222-2/+2
* dragonfly BSD sets errno incorrectly for terminal control functionsTony Cook2020-11-051-7/+37
* ext/POSIX/t/sysconf.t: only unlink the fifo if we have a name for itTony Cook2020-11-041-1/+3
* ext/POSIX/t/posix.t: 0ee0b3d1 added 'use warnings', fix the warningsTony Cook2020-11-041-3/+3
* add versions to POSIX featuresDan Book2020-11-031-50/+73
* ext/POSIX/t/posix.t: use 'warnings'Karl Williamson2020-10-301-0/+1
* sysconf.t: close() takes filehandle, not file descriptorJames E Keenan2020-10-191-5/+6
* avoid using C99/C11 functions that NetBSD doesn't defineTony Cook2020-07-301-0/+16
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-1/+0
* Add z/OS locale categoriesKarl Williamson2020-07-172-3/+4
* update POSIX POD to indicate that 'to(lower|upper)' were removedSergiy Borodych2020-05-231-0/+2
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-222-2/+2
* Fix edge case test failure in ext/POSIX/t/mb.tDominic Hargreaves2020-04-111-7/+8
* POSIX.xs: Never pass NULL to ctermid()Karl Williamson2020-03-182-3/+5
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-193-20/+215
* POSIX::mblen: Make length parameter optionalKarl Williamson2020-02-193-5/+9
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-193-33/+80
* Remove claimed support for mbstowcs, wcstombcKarl Williamson2020-02-123-27/+1
* error check the calls to sigaddset in POSIX::SigSet->newTony Cook2020-01-063-2/+27
* POSIX.xs: Fix typo displayed when fcn doesn't existKarl Williamson2019-12-292-2/+2
* POSIX.pod: Clarify strtod() textKarl Williamson2019-12-231-2/+3
* POSIX.pod: Clarify setlocale() textKarl Williamson2019-12-231-3/+4
* POSIX.pod: Clarify localeconv() textKarl Williamson2019-12-231-3/+5
* POSIX.pod: Fix typoKarl Williamson2019-12-231-1/+1
* POSIX.pod: Fix typoKarl Williamson2019-12-201-1/+1
* POSIX.pod: Update setlocale() docsKarl Williamson2019-12-201-9/+15
* POSIX/t/time.t: Reset LC_CTYPE to CKarl Williamson2019-11-271-3/+11
* fix POSIX.xs under VMSDavid Mitchell2019-11-191-6/+11
* declare perl core's sig handler as 1-argDavid Mitchell2019-11-181-1/+0
* POSIX::sigaction(): use correct sig handlerDavid Mitchell2019-11-182-15/+40
* Correct typo in POSIX.podJames E Keenan2019-07-101-1/+1
* Revert "Fix edge case test failure in ext/POSIX/t/mb.t"James E Keenan2019-06-081-6/+2
* Fix edge case test failure in ext/POSIX/t/mb.tDominic Hargreaves2019-06-071-2/+6
* POSIX.xs: Add NOTREACHED to silence cygwin compilerKarl Williamson2019-05-241-0/+1
* posix_bumpKarl Williamson2019-05-241-1/+1
* ext/POSIX/t/posix.t: Fix undefined C behavior in testsisyphus2019-04-281-1/+2
* ext/POSIX/t/posix.t: Fix typo in test namesisyphus2019-04-281-1/+1
* POSIX.xs: Use new inRANGE macroKarl Williamson2019-04-201-2/+2
* ext/POSIX/t/mb.t: Skip a test on early HP-UXKarl Williamson2019-04-191-2/+2
* ext/POSIX/t/posix.t: Clarify testsKarl Williamson2019-04-191-5/+6
* Check that perl and POSIX::strtod assign same valuesisyphus2019-04-191-3/+51