summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* locale documentation: Grammaar and appearance nitsKarl Williamson2013-07-091-6/+5
* Better document setlocale, "use locale" interactionsKarl Williamson2013-07-091-1/+11
* PATCH: [perl #115808]: POSIX::setlocale returns bizarre value on failureKarl Williamson2013-07-081-5/+5
* [perl #117751] prevent POSIX::AUTOLOAD recursing if POSIX$(so) fails to loadAristotle Pagaltzis2013-06-271-1/+3
* eliminate an unused variableTony Cook2013-06-032-2/+1
* POSIX.pod: wrap/shorten long linesFather Chrysostomos2013-05-261-14/+27
* fix various Pod line length warningsDavid Golden2013-05-231-7/+24
* un-TODO a test that passes on recent FreeBSDTony Cook2013-01-271-1/+2
* EINVAL is expected when f?pathconf() isn't implemented for a pathTony Cook2013-01-271-2/+9
* Fix various minor pod issuesKarl Williamson2013-01-241-1/+1
* Remove the BeOS port.Nicholas Clark2012-12-142-2/+2
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-2/+9
* Remove the MPE/iX port.Nicholas Clark2012-09-211-2/+0
* Remove the UTS port.Nicholas Clark2012-08-171-9/+0
* rt #72232 - ignore wday/yday in mini_mktime as indirectly documentedTony Cook2012-07-051-1/+16
* POSIX: Sometimes `printf` beats interpolationAristotle Pagaltzis2012-06-191-1/+1
* Tidier example code for POSIX::localeconv()Daniel Perrett2012-06-191-21/+26
* Version bump for POSIX.pm.Craig A. Berry2012-06-031-1/+1
* extern "C" for POSIX.xs.Craig A. Berry2012-06-031-0/+2
* Don't test that errno is still 0 after POSIX::f?pathconfPaul Johnson2012-05-141-19/+19
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-14/+0
* POSIX: bump version to 1.30Ævar Arnfjörð Bjarmason2012-02-151-1/+1
* Revert "Merge branch 'avar/POSIX-strptime' into blead"Ævar Arnfjörð Bjarmason2012-02-155-303/+8
* Revert "Merge branch 'avar/POSIX-strptime' into blead"Ævar Arnfjörð Bjarmason2012-02-151-1/+1
* Revert "Use the strptime() probe in POSIX.xs & tests"Ævar Arnfjörð Bjarmason2012-02-152-68/+58
* mixing declarations and assignments not allowed in C89H.Merijn Brand2012-02-141-3/+4
* Use the strptime() probe in POSIX.xs & testsÆvar Arnfjörð Bjarmason2012-02-122-58/+68
* Cast around signedness warnings in POSIX's new strptime.Craig A. Berry2012-02-121-3/+3
* Merge branch 'avar/POSIX-strptime' into bleadÆvar Arnfjörð Bjarmason2012-02-115-8/+302
|\
| * More obvious variable names and neater code in strptime()Paul "LeoNerd" Evans2012-02-111-13/+19
| * str_offset ought to be a STRLEN, not an intPaul "LeoNerd" Evans2012-02-111-1/+1
| * If strptime() is called with UTf-8 string but legacy format, then downgrade t...Paul "LeoNerd" Evans2012-02-112-9/+38
| * If strptime() is called with legacy string but UTF-8 format, then upgrade the...Paul "LeoNerd" Evans2012-02-112-2/+47
| * Small refactor of string offset code in POSIX::strptime() to hopefully better...Paul "LeoNerd" Evans2012-02-111-8/+8
| * When strptime() receives a reference, ensure it's a mutable scalarPaul "LeoNerd" Evans2012-02-112-2/+26
| * Yield -1 as undef from POSIX::strptime(); ensure that mktime() isn't biased b...Paul "LeoNerd" Evans2012-02-112-10/+23
| * Actually implement @EXPORT_OK of strptime correctly; delete'ing an undef elem...Paul "LeoNerd" Evans2012-02-112-3/+6
| * Solaris needs _STRPTIME_DONTZERO in order not to zero out all the untouched f...Paul "LeoNerd" Evans2012-02-111-0/+3
| * Fix ext/POSIX/t/time.t test 17's name to be a) unique, and b) factually accuratePaul "LeoNerd" Evans2012-02-111-1/+1
| * Remember to init_tm() the struct tm before strptime()ing it; a workaround for...Paul "LeoNerd" Evans2012-02-111-0/+1
| * Detect failure of mktime(), return errorPaul "LeoNerd" Evans2012-02-111-2/+4
| * Don't use 1906 to test strptime/mktime because it yields a negative time_t valuePaul "LeoNerd" Evans2012-02-111-2/+3
| * Bump version number in POSIX.pmPaul "LeoNerd" Evans2012-02-111-1/+1
| * Added some docs about new POSIX::strptime()Paul "LeoNerd" Evans2012-02-111-0/+59
| * mktime() before returning result from strptime(), to ensure wday/yday/isdst f...Paul "LeoNerd" Evans2012-02-112-7/+13
| * Accept strptime \$str, "format" to use/set pos() magic at parsing positionPaul "LeoNerd" Evans2012-02-112-3/+45
| * Initial hack at strptime(); just literal strings for nowPaul "LeoNerd" Evans2012-02-113-5/+65
|/
* Ammend comment referring to init_tm() to point to its correct locationPaul "LeoNerd" Evans2012-02-111-1/+1
* avoid truncating time values when long is smaller than time_tTony Cook2012-01-181-2/+2
* include a package POSIX::SigSetRicardo Signes2011-12-301-0/+8