| Commit message (Expand) | Author | Age | Files | Lines |
* | rt #72232 - ignore wday/yday in mini_mktime as indirectly documented | Tony Cook | 2012-07-05 | 1 | -1/+16 |
* | POSIX: Sometimes `printf` beats interpolation | Aristotle Pagaltzis | 2012-06-19 | 1 | -1/+1 |
* | Tidier example code for POSIX::localeconv() | Daniel Perrett | 2012-06-19 | 1 | -21/+26 |
* | Version bump for POSIX.pm. | Craig A. Berry | 2012-06-03 | 1 | -1/+1 |
* | extern "C" for POSIX.xs. | Craig A. Berry | 2012-06-03 | 1 | -0/+2 |
* | Don't test that errno is still 0 after POSIX::f?pathconf | Paul Johnson | 2012-05-14 | 1 | -19/+19 |
* | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 2012-02-18 | 1 | -14/+0 |
* | POSIX: bump version to 1.30 | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -1/+1 |
* | Revert "Merge branch 'avar/POSIX-strptime' into blead" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 5 | -303/+8 |
* | Revert "Merge branch 'avar/POSIX-strptime' into blead" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -1/+1 |
* | Revert "Use the strptime() probe in POSIX.xs & tests" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 2 | -68/+58 |
* | mixing declarations and assignments not allowed in C89 | H.Merijn Brand | 2012-02-14 | 1 | -3/+4 |
* | Use the strptime() probe in POSIX.xs & tests | Ævar Arnfjörð Bjarmason | 2012-02-12 | 2 | -58/+68 |
* | Cast around signedness warnings in POSIX's new strptime. | Craig A. Berry | 2012-02-12 | 1 | -3/+3 |
* | Merge branch 'avar/POSIX-strptime' into blead | Ævar Arnfjörð Bjarmason | 2012-02-11 | 5 | -8/+302 |
|\ |
|
| * | More obvious variable names and neater code in strptime() | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -13/+19 |
| * | str_offset ought to be a STRLEN, not an int | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
| * | If strptime() is called with UTf-8 string but legacy format, then downgrade t... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -9/+38 |
| * | If strptime() is called with legacy string but UTF-8 format, then upgrade the... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -2/+47 |
| * | Small refactor of string offset code in POSIX::strptime() to hopefully better... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -8/+8 |
| * | When strptime() receives a reference, ensure it's a mutable scalar | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -2/+26 |
| * | Yield -1 as undef from POSIX::strptime(); ensure that mktime() isn't biased b... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -10/+23 |
| * | Actually implement @EXPORT_OK of strptime correctly; delete'ing an undef elem... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -3/+6 |
| * | Solaris needs _STRPTIME_DONTZERO in order not to zero out all the untouched f... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+3 |
| * | Fix ext/POSIX/t/time.t test 17's name to be a) unique, and b) factually accurate | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
| * | Remember to init_tm() the struct tm before strptime()ing it; a workaround for... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+1 |
| * | Detect failure of mktime(), return error | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -2/+4 |
| * | Don't use 1906 to test strptime/mktime because it yields a negative time_t value | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -2/+3 |
| * | Bump version number in POSIX.pm | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
| * | Added some docs about new POSIX::strptime() | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+59 |
| * | mktime() before returning result from strptime(), to ensure wday/yday/isdst f... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -7/+13 |
| * | Accept strptime \$str, "format" to use/set pos() magic at parsing position | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -3/+45 |
| * | Initial hack at strptime(); just literal strings for now | Paul "LeoNerd" Evans | 2012-02-11 | 3 | -5/+65 |
|/ |
|
* | Ammend comment referring to init_tm() to point to its correct location | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
* | avoid truncating time values when long is smaller than time_t | Tony Cook | 2012-01-18 | 1 | -2/+2 |
* | include a package POSIX::SigSet | Ricardo Signes | 2011-12-30 | 1 | -0/+8 |
* | Provide the correct POSIX return value for POSIX::dup2() on Win32. | Nicholas Clark | 2011-12-30 | 2 | -3/+11 |
* | Convert POSIX::sleep to an XS wrapper for PerlProc_sleep(). | Nicholas Clark | 2011-12-30 | 2 | -2/+9 |
* | Increase $POSIX::VERSION to 1.28 | Father Chrysostomos | 2011-12-29 | 1 | -1/+1 |
* | Signal handlers must run before sigsuspend returns | Leon Timmermans | 2011-12-29 | 1 | -0/+4 |
* | avoid double defining the POSIX::TCSANOW constant sub | Tony Cook | 2011-11-28 | 2 | -3/+7 |
* | Fix hang in ext/POSIX/t/sysconf.t on GNU/Hurd | Pino Toscano | 2011-11-04 | 1 | -1/+1 |
* | Correct punctuation in some POSIX error messages | Father Chrysostomos | 2011-09-17 | 2 | -39/+39 |
* | POSIX::access() doesn't do ENOTDIR on VMS. | Craig A. Berry | 2011-09-17 | 1 | -1/+1 |
* | Change POSIX::Termios::setattr() to default to TCASNOW, not 0. | Nicholas Clark | 2011-09-13 | 1 | -1/+8 |
* | Remove unneeded fallback definitions of dNOOP, dVAR etc from POSIX.xs | Nicholas Clark | 2011-09-13 | 1 | -20/+0 |
* | Merge the implementations of POSIX::{asctime,mktime} using ALIAS. | Nicholas Clark | 2011-09-13 | 1 | -34/+18 |
* | Merge the implementations of POSIX::{access,mkfifo} using ALIAS. | Nicholas Clark | 2011-09-13 | 1 | -7/+8 |
* | Merge the implementations of POSIX::{close,dup,tcdrain} using ALIAS. | Nicholas Clark | 2011-09-13 | 1 | -8/+8 |
* | Add tests for POSIX::{access,close,dup,dup2}. | Nicholas Clark | 2011-09-13 | 1 | -2/+51 |