summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POSIX.pod: Fix strxfrm, strcoll entriesKarl Williamson2021-03-121-1/+5
* ext/POSIX/t/mb.t: Don't skip if alt fcn is availableKarl Williamson2021-02-111-2/+2
* POSIX.pod: Clarify wordingKarl Williamson2021-02-111-1/+1
* ext/POSIX/POSIX.xs - allow POSIX::strtold on Windows USE_QUADMATH buildssisyphus2021-01-101-2/+2
* POSIX.xs: Use Perl_signbit unconditionally for POSIX::signbit().TAKAI Kousuke2020-12-271-19/+2
* POSIX.pod: Document [C99] notationKarl Williamson2020-12-211-0/+5
* POSIX.xs: Remove redundant #ifdefKarl Williamson2020-12-212-3/+3
* POSIX::asctime pod: Note it always returns EnglishKarl Williamson2020-12-201-0/+4
* ext/POSIX/t/waitpid.t: Correct one typoJames E Keenan2020-12-191-1/+1
* 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