| Commit message (Expand) | Author | Age | Files | Lines |
* | POSIX.pod: Document [C99] notation | Karl Williamson | 2020-12-21 | 1 | -0/+5 |
* | POSIX::asctime pod: Note it always returns English | Karl Williamson | 2020-12-20 | 1 | -0/+4 |
* | add versions to POSIX features | Dan Book | 2020-11-03 | 1 | -50/+73 |
* | update POSIX POD to indicate that 'to(lower|upper)' were removed | Sergiy Borodych | 2020-05-23 | 1 | -0/+2 |
* | Fixup POSIX::mbtowc, wctomb | Karl Williamson | 2020-02-19 | 1 | -4/+51 |
* | POSIX::mblen: Make length parameter optional | Karl Williamson | 2020-02-19 | 1 | -1/+2 |
* | POSIX::mblen() Make thread-safe; allow shift state control | Karl Williamson | 2020-02-19 | 1 | -7/+23 |
* | Remove claimed support for mbstowcs, wcstombc | Karl Williamson | 2020-02-12 | 1 | -8/+0 |
* | error check the calls to sigaddset in POSIX::SigSet->new | Tony Cook | 2020-01-06 | 1 | -0/+3 |
* | POSIX.pod: Clarify strtod() text | Karl Williamson | 2019-12-23 | 1 | -2/+3 |
* | POSIX.pod: Clarify setlocale() text | Karl Williamson | 2019-12-23 | 1 | -3/+4 |
* | POSIX.pod: Clarify localeconv() text | Karl Williamson | 2019-12-23 | 1 | -3/+5 |
* | POSIX.pod: Fix typo | Karl Williamson | 2019-12-23 | 1 | -1/+1 |
* | POSIX.pod: Fix typo | Karl Williamson | 2019-12-20 | 1 | -1/+1 |
* | POSIX.pod: Update setlocale() docs | Karl Williamson | 2019-12-20 | 1 | -9/+15 |
* | Correct typo in POSIX.pod | James E Keenan | 2019-07-10 | 1 | -1/+1 |
* | (perl #133667) documentation improvements for the POSIX module | Tony Cook | 2018-12-12 | 1 | -2/+5 |
* | POSIX.pod: Mark cuserid() as obsolete | Matthias Bethke | 2018-10-05 | 1 | -1/+4 |
* | POSIX.pod: Fix nit | Karl Williamson | 2018-03-12 | 1 | -1/+1 |
* | Work around Microsoft threaded locale bug for localeconv() | Karl Williamson | 2018-03-12 | 1 | -0/+4 |
* | Add thread-safe locale handling | Karl Williamson | 2018-02-18 | 1 | -0/+1 |
* | POSIX.pod: Add cautions about locale use | Karl Williamson | 2017-11-14 | 1 | -1/+7 |
* | (perl #131982) provide constants for get/setpriority in POSIX.pm | Tony Cook | 2017-10-16 | 1 | -0/+12 |
* | Document that POSIX::abs, ::alarm, ::atan2, ::chdir, ::chmod need explicit ar... | James E Keenan | 2017-10-15 | 1 | -11/+35 |
* | Document that POSIX::localtime needs explicit argument. | James E Keenan | 2017-09-26 | 1 | -2/+10 |
* | POSIX.pod: Remove obsolete text | Karl Williamson | 2017-03-08 | 1 | -1/+1 |
* | POSIX: delete the L_tmpnam and L_tmpname symbols | Aaron Crane | 2016-05-16 | 1 | -1/+1 |
* | POSIX.pod: Fix grammar | Karl Williamson | 2016-05-12 | 1 | -1/+1 |
* | Remove the deprecated POSIX::tmpnam as unsafe | Jarkko Hietaniemi | 2016-05-11 | 1 | -5/+1 |
* | POSIX.pod: Add some caveats about strcoll(), strxfrm() | Karl Williamson | 2016-05-09 | 1 | -0/+8 |
* | Strengthen cautions about locale use with threads | Karl Williamson | 2016-04-08 | 1 | -0/+7 |
* | Export lround() from POSIX | Aaron Crane | 2016-04-02 | 1 | -0/+4 |
* | Export Winsock error constants from POSIX.pm | Steve Hay | 2016-03-11 | 1 | -0/+22 |
* | Remove POSIX isfoo() as scheduled | Karl Williamson | 2016-02-11 | 1 | -156/+33 |
* | ext/POSIX/lib/POSIX.pod: Make verbatim line fit in 79 cols | Karl Williamson | 2016-01-27 | 1 | -2/+2 |
* | Add SA_SIGINFO 'code' constants to POSIX | Dagfinn Ilmari Mannsåker | 2016-01-26 | 1 | -0/+11 |
* | Fix a couple of pod issues | Karl Williamson | 2015-09-05 | 1 | -1/+1 |
* | POSIX: mention the Inf, NaN constants; other small tweaks | Jarkko Hietaniemi | 2015-08-21 | 1 | -5/+27 |
* | Pod tweak for [rt.perl.org #125710]. | Jarkko Hietaniemi | 2015-08-10 | 1 | -1/+3 |
* | infnan: Implement NaN payload APIs. | Jarkko Hietaniemi | 2015-06-12 | 1 | -2/+85 |
* | POSIX: discourage use of default exports | Aristotle Pagaltzis | 2015-05-07 | 1 | -9/+9 |
* | POSIX: document the new C99 math constants | Aristotle Pagaltzis | 2015-05-07 | 1 | -27/+26 |
* | infnan: revert nan payload/signaling changes | Jarkko Hietaniemi | 2015-02-11 | 1 | -7/+1 |
* | infnan: add POSIX::issignaling | Jarkko Hietaniemi | 2015-02-08 | 1 | -1/+7 |
* | POSIX.pod: Various nits, typos, clarifications | Karl Williamson | 2015-01-10 | 1 | -140/+159 |
* | PATCH: [perl #122252] international currency formatting (POSIX.1-2008) | Andrew Fresh | 2014-09-22 | 1 | -0/+9 |
* | POSIX pod tweaks. | Jarkko Hietaniemi | 2014-09-17 | 1 | -24/+32 |
* | POSIX math: implement lround(). | Jarkko Hietaniemi | 2014-09-08 | 1 | -2/+9 |
* | POSIX math: First cut at C99 math docs. | Jarkko Hietaniemi | 2014-09-01 | 1 | -0/+262 |
* | Implement POSIX::strtold(). | Jarkko Hietaniemi | 2014-08-22 | 1 | -0/+5 |