summaryrefslogtreecommitdiff
path: root/ext/POSIX/lib/POSIX.pm
Commit message (Expand)AuthorAgeFilesLines
* Remove my_strftime8()Karl Williamson2023-05-011-1/+1
* POSIX.xs: Silence compiler warningKarl Williamson2023-03-011-1/+1
* Export S_ISLNK and S_ISSOCK from POSIX.pmDavid Cantrell2023-01-191-4/+4
* Address GH #20571Karl Williamson2022-12-201-1/+1
* locales: Add LC_NAME capabilitiesKarl Williamson2022-12-061-1/+1
* Fix POSIX::strxfrm()Karl Williamson2022-11-291-1/+1
* 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-101-1/+1
* 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
* 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.xs: Remove redundant #ifdefKarl Williamson2020-12-211-1/+1
* Slience compiler warnings for NV, [IU]V compareKarl Williamson2020-11-221-1/+1
* Add z/OS locale categoriesKarl Williamson2020-07-171-2/+3
* 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
* Remove claimed support for mbstowcs, wcstombcKarl Williamson2020-02-121-1/+1
* POSIX.xs: Fix typo displayed when fcn doesn't existKarl Williamson2019-12-291-1/+1
* POSIX::sigaction(): use correct sig handlerDavid Mitchell2019-11-181-1/+1
* posix_bumpKarl Williamson2019-05-241-1/+1
* Fix POSIX::mblen mbstate_t initialization on threaded perls with glibcNiko Tyni2019-03-241-1/+1
* ext/POSIX: Fix compilation errorKarl Williamson2019-02-061-1/+1
* stdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCETony Cook2018-11-291-1/+1
* (perl #133510) use quadmath versions of log10, ldexp and signbitTony Cook2018-09-121-1/+1
* PATCH: [perl #133405] POSIX.xs: Silence compiler warningKarl Williamson2018-04-011-1/+1
* Bump version of POSIX.pm to 1.83; warnings to 1.42Karl Williamson2018-03-021-1/+1
* Teach perl about more locale categoriesKarl Williamson2018-01-301-2/+3
* POSIX.xs: Convert to use is_utf8_non_invariant_string()Karl Williamson2017-11-261-1/+1
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-241-1/+1
* Rely on C89 <stdlib.h>Aaron Crane2017-10-211-1/+1
* (perl #131982) provide constants for get/setpriority in POSIX.pmTony Cook2017-10-161-1/+3
* Move bulk of POSIX::setlocale to locale.cKarl Williamson2017-07-151-1/+1
* POSIX.pm: shut up g++ compiler warningDavid Mitchell2016-11-241-1/+1
* Finish removing POSIX deprecated fcnsKarl Williamson2016-11-141-5/+2
* POSIX version bumpJarkko Hietaniemi2016-10-211-1/+1
* Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")Dagfinn Ilmari Mannsåker2016-09-211-1/+1
* Use new name 'is_utf8_invariant_string' in coreKarl Williamson2016-08-311-1/+1
* Increase $POSIX::VERSION to 1.71Father Chrysostomos2016-07-281-1/+1
* ext/POSIX/t/sigaction.t: Skip uid and pid tests on GNU/HurdDominic Hargreaves2016-05-281-1/+1
* POSIX: delete the L_tmpnam and L_tmpname symbolsAaron Crane2016-05-161-2/+3
* POSIX: add new :sys_socket_h export tag with missing MSG_* symbolsAaron Crane2016-05-161-0/+4
* POSIX: add new :netdb_h tag with missing EAI_* symbolsAaron Crane2016-05-161-0/+5
* POSIX: add lround() to the :math_h_c99 export tagAaron Crane2016-05-161-5/+2
* Croak on unimplemented already at import timeJarkko Hietaniemi2016-05-111-20/+33