summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POSIX.pod: Clarify mbtowc(), wctomb() podKarl Williamson2023-01-121-6/+8
* Fix mojibake in POSIX::strftime()Karl Williamson2023-01-051-3/+0
* perlapi,POSIX.pod: Note problematic behavior with strftime()Karl Williamson2023-01-051-0/+3
* POSIX::fmax - Correct the variable used in exampleAndrew Ruthven2022-12-291-1/+1
* Address GH #20571Karl Williamson2022-12-202-1/+13
* locales: Add LC_NAME capabilitiesKarl Williamson2022-12-063-3/+3
* POSIX::localeconv: Return empty/special valuesKarl Williamson2022-11-301-6/+3
* Fix POSIX::strxfrm()Karl Williamson2022-11-293-22/+14
* Fix fegetround on s390x with clangTom Stellard2022-10-292-2/+2
* POSIX.xs: Add some mutex locksKarl Williamson2022-09-292-2/+28
* Update POSIX synopsisElvin Aslanov2022-09-102-3/+3
* Mark certain mutex lock macros as privateKarl Williamson2022-09-091-8/+8
* POSIX: mbrlen,mbtowc: Use SvPVbyte not SvPVKarl Williamson2022-08-251-2/+2
* Add my_strftime8()Karl Williamson2022-08-221-13/+3
* Move POSIX::localeconv() logic to locale.cKarl Williamson2022-08-221-204/+1
* locale.c: Mollify clangKarl Williamson2022-08-221-1/+1
* Move code for mbr?towc() from POSIX.xs to locale.cKarl Williamson2022-08-222-25/+10
* define POSIX:: constants from limits.h when building with mingwSidney Markowitz2022-06-171-0/+3
* Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALEKarl Williamson2022-06-161-3/+3
* Remove support for UltrixKarl Williamson2022-06-101-3/+0
* POSIX.xs: White-space onlyKarl Williamson2022-06-091-27/+28
* POSIX.xs: Use macro to reduce complexityKarl Williamson2022-06-092-25/+31
* POSIX.pod: Use proper hyperlinkKarl Williamson2022-05-041-1/+1
* POSIX.pod: wording fix in the description of testing NaN-nessTAKAI Kousuke2022-02-151-1/+1
* POSIX.pod: add link and small example for the description for NaN-ness testTAKAI Kousuke2022-02-151-2/+3
* POSIX.pod: NaN-ness should be able to be tested by "=="TAKAI Kousuke2022-02-151-1/+1
* 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