summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* Add last-resort implementation for POSIX::FLT_ROUNDS.TAKAI Kousuke2021-12-242-1/+72
* POSIX: FLT_ROUNDS is now an XS function rather than a constantTAKAI Kousuke2021-12-243-4/+25
* Bump version number of ext/POSIXKarl Williamson2021-12-241-1/+1
* Remove AT&T UWIN supportDagfinn Ilmari Mannsåker2021-11-023-5/+4
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-023-8/+5
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-084-22/+7
* Nothing changed in SIGINFO for OpenBSD 7.0Andrew Hewus Fresh2021-09-211-1/+1
* Update comment in POSIX::import()Olaf Alders2021-09-201-2/+2
* POSIX: Use NV instead of hardcoded 'double' in strtol()/strtoul().TAKAI Kousuke2021-08-051-2/+2
* POSIX: Save a '&' instr by casting to U8Karl Williamson2021-07-301-1/+1
* POSIX: Make strtoul() return UV if possibleTAKAI Kousuke2021-07-242-5/+12
* POSIX: Bump versionKarl Williamson2021-07-241-1/+1
* Silence one "non-numeric" warningJames E Keenan2021-06-161-2/+3
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-022-7/+7
* POSIX: Prefer system's NAN/INFINITY for POSIX::NAN and POSIX::INFINITY.TAKAI Kousuke2021-04-172-7/+30
* 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