summaryrefslogtreecommitdiff
path: root/ext/POSIX/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove my_strftime8()Karl Williamson2023-05-011-1/+1
* POSIX.pod: Remove obsolete C89 referenceKarl Williamson2023-03-011-1/+1
* POSIX.xs: Silence compiler warningKarl Williamson2023-03-011-1/+1
* Export S_ISLNK and S_ISSOCK from POSIX.pmDavid Cantrell2023-01-192-5/+5
* 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-061-1/+1
* Fix POSIX::strxfrm()Karl Williamson2022-11-292-4/+9
* Fix fegetround on s390x with clangTom Stellard2022-10-291-1/+1
* POSIX.xs: Add some mutex locksKarl Williamson2022-09-291-1/+1
* Update POSIX synopsisElvin Aslanov2022-09-102-3/+3
* Move code for mbr?towc() from POSIX.xs to locale.cKarl Williamson2022-08-221-1/+1
* POSIX.xs: Use macro to reduce complexityKarl Williamson2022-06-091-1/+1
* 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
* Bump version number of ext/POSIXKarl Williamson2021-12-241-1/+1
* Remove AT&T UWIN supportDagfinn Ilmari Mannsåker2021-11-021-1/+1
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-1/+1
* Update comment in POSIX::import()Olaf Alders2021-09-201-2/+2
* POSIX: Bump versionKarl Williamson2021-07-241-1/+1
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-021-1/+1
* POSIX.pod: Fix strxfrm, strcoll entriesKarl Williamson2021-03-121-1/+5
* POSIX.pod: Clarify wordingKarl Williamson2021-02-111-1/+1
* POSIX.pod: Document [C99] notationKarl Williamson2020-12-211-0/+5
* POSIX.xs: Remove redundant #ifdefKarl Williamson2020-12-211-1/+1
* POSIX::asctime pod: Note it always returns EnglishKarl Williamson2020-12-201-0/+4
* Slience compiler warnings for NV, [IU]V compareKarl Williamson2020-11-221-1/+1
* add versions to POSIX featuresDan Book2020-11-031-50/+73
* Add z/OS locale categoriesKarl Williamson2020-07-171-2/+3
* 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-221-1/+1
* POSIX.xs: Never pass NULL to ctermid()Karl Williamson2020-03-181-1/+1
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-191-4/+51
* POSIX::mblen: Make length parameter optionalKarl Williamson2020-02-191-1/+2
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-191-7/+23
* Remove claimed support for mbstowcs, wcstombcKarl Williamson2020-02-122-9/+1
* error check the calls to sigaddset in POSIX::SigSet->newTony Cook2020-01-061-0/+3
* POSIX.xs: Fix typo displayed when fcn doesn't existKarl Williamson2019-12-291-1/+1
* 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::sigaction(): use correct sig handlerDavid Mitchell2019-11-181-1/+1