summaryrefslogtreecommitdiff
path: root/ext/POSIX/lib/POSIX.pod
Commit message (Expand)AuthorAgeFilesLines
* POSIX.pod: Document [C99] notationKarl Williamson2020-12-211-0/+5
* POSIX::asctime pod: Note it always returns EnglishKarl Williamson2020-12-201-0/+4
* add versions to POSIX featuresDan Book2020-11-031-50/+73
* update POSIX POD to indicate that 'to(lower|upper)' were removedSergiy Borodych2020-05-231-0/+2
* 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-121-8/+0
* error check the calls to sigaddset in POSIX::SigSet->newTony Cook2020-01-061-0/+3
* 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
* Correct typo in POSIX.podJames E Keenan2019-07-101-1/+1
* (perl #133667) documentation improvements for the POSIX moduleTony Cook2018-12-121-2/+5
* POSIX.pod: Mark cuserid() as obsoleteMatthias Bethke2018-10-051-1/+4
* POSIX.pod: Fix nitKarl Williamson2018-03-121-1/+1
* Work around Microsoft threaded locale bug for localeconv()Karl Williamson2018-03-121-0/+4
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+1
* POSIX.pod: Add cautions about locale useKarl Williamson2017-11-141-1/+7
* (perl #131982) provide constants for get/setpriority in POSIX.pmTony Cook2017-10-161-0/+12
* Document that POSIX::abs, ::alarm, ::atan2, ::chdir, ::chmod need explicit ar...James E Keenan2017-10-151-11/+35
* Document that POSIX::localtime needs explicit argument.James E Keenan2017-09-261-2/+10
* POSIX.pod: Remove obsolete textKarl Williamson2017-03-081-1/+1
* POSIX: delete the L_tmpnam and L_tmpname symbolsAaron Crane2016-05-161-1/+1
* POSIX.pod: Fix grammarKarl Williamson2016-05-121-1/+1
* Remove the deprecated POSIX::tmpnam as unsafeJarkko Hietaniemi2016-05-111-5/+1
* POSIX.pod: Add some caveats about strcoll(), strxfrm()Karl Williamson2016-05-091-0/+8
* Strengthen cautions about locale use with threadsKarl Williamson2016-04-081-0/+7
* Export lround() from POSIXAaron Crane2016-04-021-0/+4
* Export Winsock error constants from POSIX.pmSteve Hay2016-03-111-0/+22
* Remove POSIX isfoo() as scheduledKarl Williamson2016-02-111-156/+33
* ext/POSIX/lib/POSIX.pod: Make verbatim line fit in 79 colsKarl Williamson2016-01-271-2/+2
* Add SA_SIGINFO 'code' constants to POSIXDagfinn Ilmari Mannsåker2016-01-261-0/+11
* Fix a couple of pod issuesKarl Williamson2015-09-051-1/+1
* POSIX: mention the Inf, NaN constants; other small tweaksJarkko Hietaniemi2015-08-211-5/+27
* Pod tweak for [rt.perl.org #125710].Jarkko Hietaniemi2015-08-101-1/+3
* infnan: Implement NaN payload APIs.Jarkko Hietaniemi2015-06-121-2/+85
* POSIX: discourage use of default exportsAristotle Pagaltzis2015-05-071-9/+9
* POSIX: document the new C99 math constantsAristotle Pagaltzis2015-05-071-27/+26
* infnan: revert nan payload/signaling changesJarkko Hietaniemi2015-02-111-7/+1
* infnan: add POSIX::issignalingJarkko Hietaniemi2015-02-081-1/+7
* POSIX.pod: Various nits, typos, clarificationsKarl Williamson2015-01-101-140/+159
* PATCH: [perl #122252] international currency formatting (POSIX.1-2008)Andrew Fresh2014-09-221-0/+9
* POSIX pod tweaks.Jarkko Hietaniemi2014-09-171-24/+32
* POSIX math: implement lround().Jarkko Hietaniemi2014-09-081-2/+9
* POSIX math: First cut at C99 math docs.Jarkko Hietaniemi2014-09-011-0/+262
* Implement POSIX::strtold().Jarkko Hietaniemi2014-08-221-0/+5