summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POSIX.pod: Document correct redirect for 'atexit'.Lukas Mai2014-07-281-1/+1
* POSIX.pod: Add clarification for strtod();Karl Williamson2014-05-151-1/+3
* POSIX.pod: NitsKarl Williamson2014-04-131-447/+449
* Refactor and reduce VMS-specific workarounds in POSIX.xs.Craig A. Berry2014-03-022-40/+3
* Use a temporary file instead of $^X when testing stat.Nicholas Clark2014-02-251-2/+7
* ext/POSIX/POSIX.xs: Add commentsKarl Williamson2014-02-151-0/+4
* ext/POSIX/t/posix.t: White-space onlyKarl Williamson2014-02-151-31/+31
* Deprecate uses of POSIX::isfoo()Karl Williamson2014-02-154-65/+213
* Emulate POSIX locale setting on WindowsKarl Williamson2014-02-152-1/+5
* ext/POSIX/t/sysconf.t: Skip testing pathconf with _PC_LINK_MAX on androidBrian Fraser2014-01-261-1/+7
* ext/POSIX/t/time.t: Conditionalize the use of setlocale/LC_TIMEBrian Fraser2014-01-182-4/+9
* freemint doesn't need the extra -lm -lposix eitherAlan Hourihane2014-01-161-1/+1
* POSIX:strtod() should restore the locale it changedKarl Williamson2014-01-042-2/+3
* posix.t, time.t: Correct saving/restoring localesKarl Williamson2013-12-162-3/+11
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-282-2/+9
* add Intel C++ Compiler for Win32 supportDaniel Dragan2013-11-201-3/+6
* POSIX: silence some compiler warningsDavid Mitchell2013-11-182-1/+7
* Add more errno.h constants to POSIX for exporting if they existSteve Hay2013-09-164-44/+50
* Fix a problem with mod_perl on Windows using VS2010+.Steve Hay2013-09-162-155/+4
* More changes to perllocale and POSIX.pod setlocaleKarl Williamson2013-08-311-5/+9
* 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