2020-12-01 |
David Mitchell | POSIX: t/posix.t: avoid warning |
blob | commitdiff |
2020-11-03 |
Tony Cook | ext/POSIX/t/posix.t: 0ee0b3d1 added 'use warnings'... |
blob | commitdiff | diff to current |
2020-10-30 |
Karl Williamson | ext/POSIX/t/posix.t: use 'warnings' |
blob | commitdiff | diff to current |
2019-04-29 |
sisyphus | ext/POSIX/t/posix.t: Fix undefined C behavior in test |
blob | commitdiff | diff to current |
2019-04-29 |
sisyphus | ext/POSIX/t/posix.t: Fix typo in test name |
blob | commitdiff | diff to current |
2019-04-19 |
Karl Williamson | ext/POSIX/t/posix.t: Clarify tests |
blob | commitdiff | diff to current |
2019-04-19 |
sisyphus | Check that perl and POSIX::strtod assign same value |
blob | commitdiff | diff to current |
2018-11-01 |
James E Keenan | Correct spelling error |
blob | commitdiff | diff to current |
2018-08-02 |
sisyphus | ext/POSIX/t/posix.t - Fix 'strtold works' test |
blob | commitdiff | diff to current |
2017-10-12 |
Tom Hukins | perl no longer builds on MacOS Classic |
blob | commitdiff | diff to current |
2017-01-13 |
Karl Williamson | Various .t's: Escape literal '}' and ']' in patterns |
blob | commitdiff | diff to current |
2016-05-12 |
Jarkko Hietaniemi | Croak on unimplemented already at import time |
blob | commitdiff | diff to current |
2016-05-12 |
Jarkko Hietaniemi | Remove the deprecated POSIX::tmpnam as unsafe |
blob | commitdiff | diff to current |
2016-02-12 |
Karl Williamson | Remove POSIX isfoo() as scheduled |
blob | commitdiff | diff to current |
2015-11-20 |
Karl Williamson | Various tests: use centralized locale detection |
blob | commitdiff | diff to current |
2015-06-13 |
Jarkko Hietaniemi | Fix @INC so that "make test" in ext/POSIX passes. |
blob | commitdiff | diff to current |
2015-03-09 |
Karl Williamson | Skip various locale tests when locales are not available |
blob | commitdiff | diff to current |
2014-10-31 |
Brian Fraser | POSIX/t/posix.t: Fix skip count for localeless systems |
blob | commitdiff | diff to current |
2014-10-14 |
Tony Cook | deprecate POSIX::tmpnam |
blob | commitdiff | diff to current |
2014-09-22 |
Andrew Fresh | PATCH: [perl #122252] international currency formatting... |
blob | commitdiff | diff to current |
2014-08-31 |
Jarkko Hietaniemi | POSIX math: Add more C99 math tests. |
blob | commitdiff | diff to current |
2014-08-31 |
Jarkko Hietaniemi | POSIX math: Implement glue for the C99 math functions. |
blob | commitdiff | diff to current |
2014-08-31 |
Jarkko Hietaniemi | POSIX math: Add M_ constants like M_PI. |
blob | commitdiff | diff to current |
2014-08-22 |
Jarkko Hietaniemi | Implement POSIX::strtold(). |
blob | commitdiff | diff to current |
2014-02-15 |
Karl Williamson | ext/POSIX/t/posix.t: White-space only |
blob | commitdiff | diff to current |
2014-02-15 |
Karl Williamson | Deprecate uses of POSIX::isfoo() |
blob | commitdiff | diff to current |
2013-12-17 |
Karl Williamson | posix.t, time.t: Correct saving/restoring locales |
blob | commitdiff | diff to current |
2013-11-20 |
Daniel Dragan | add Intel C++ Compiler for Win32 support |
blob | commitdiff | diff to current |
2013-01-27 |
Tony Cook | un-TODO a test that passes on recent FreeBSD |
blob | commitdiff | diff to current |
2012-09-21 |
Nicholas Clark | Remove the MPE/iX port. |
blob | commitdiff | diff to current |
2012-07-06 |
Tony Cook | rt #72232 - ignore wday/yday in mini_mktime as indirect... |
blob | commitdiff | diff to current |
2011-12-30 |
Nicholas Clark | Provide the correct POSIX return value for POSIX::dup2... |
blob | commitdiff | diff to current |
2011-09-17 |
Craig A. Berry | POSIX::access() doesn't do ENOTDIR on VMS. |
blob | commitdiff | diff to current |
2011-09-13 |
Nicholas Clark | Add tests for POSIX::{access,close,dup,dup2}. |
blob | commitdiff | diff to current |
2011-09-13 |
Nicholas Clark | In various POSIX tests, make better use of Test::More. |
blob | commitdiff | diff to current |
2011-09-13 |
Nicholas Clark | Add tests for POSIX::localeconv(). |
blob | commitdiff | diff to current |
2011-05-24 |
Father Chrysostomos | Un-TODO a test on Snow Leopard |
blob | commitdiff | diff to current |
2010-06-30 |
Nicholas Clark | Convert POSIX's test to Test::More. |
blob | commitdiff | diff to current |
2009-08-27 |
Nicholas Clark | Make extensions in ext run their tests from the extensi... |
blob | commitdiff | diff to current |
2009-01-08 |
John Malmberg | ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes |
blob | commitdiff | diff to current |
2007-08-16 |
Nicholas Clark | Correct parentheses. Calling Win32::GetOSVersion()... |
blob | commitdiff | diff to current |
2007-08-15 |
Steve Hay | Skip the POSIX::strftime() time test with a 60sec param... |
blob | commitdiff | diff to current |
2007-04-11 |
Steve Peters | Fix spelling nit. |
blob | commitdiff | diff to current |
2006-12-19 |
Rafael Garcia-Suarez | Add a regression test to verify that POSIX::AUTOLOAD... |
blob | commitdiff | diff to current |
2006-11-22 |
Steve Hay | VC8 regards 60 seconds as an invalid parameter for... |
blob | commitdiff | diff to current |
2006-10-19 |
Yves Orton | Re: Off by one in the trie code? |
blob | commitdiff | diff to current |
2003-11-30 |
SADAHIRO Tomoyuki | Re: [perl #24554] Segfault in POSIX module |
blob | commitdiff | diff to current |
2003-11-29 |
Rafael Garcia-Suarez | POSIX::isXXX(undef) segfaulted. (bug #24554.) |
blob | commitdiff | diff to current |
2003-08-05 |
Alain Barbet | Re: [perl #23202] [RESOLVED] coredump on ext/POSIX... |
blob | commitdiff | diff to current |
2003-08-03 |
Alain Barbet | Re: [perl #23202] coredump on ext/POSIX/t/posix with... |
blob | commitdiff | diff to current |
2003-03-16 |
Jarkko Hietaniemi | Stay within known facts: what platforms the skippage... |
blob | commitdiff | diff to current |
2003-03-16 |
Jarkko Hietaniemi | This seems to fix (well, dodge) the problems in FreeBSD for |
blob | commitdiff | diff to current |
2002-12-12 |
Rafael Garcia-Suarez | Integrate from maint-5.8 : changes 18290-1, 18293-5... |
blob | commitdiff | diff to current |
2002-12-09 |
Slaven Rezic | Re: [perl #18238] timezone and gmt offset as output... |
blob | commitdiff | diff to current |
2002-09-02 |
Rafael Garcia-Suarez | Some simple tests for the POSIX::isXXX() functions. |
blob | commitdiff | diff to current |
2002-06-19 |
Paul Marquess | RE: [PATCH] POSIX taint tests |
blob | commitdiff | diff to current |
2002-05-24 |
Abigail | Typos |
blob | commitdiff | diff to current |
2002-03-29 |
Michael G. Schwern | Quieting OS X |
blob | commitdiff | diff to current |
2002-03-28 |
Paul Green | ext/POSIX/t/posix.t -- neuter final test on VOS |
blob | commitdiff | diff to current |
2002-03-24 |
Craig A. Berry | errno help for VMS |
blob | commitdiff | diff to current |
2002-03-02 |
Jarkko Hietaniemi | The _POSIX_OPEN_MAX values are allowed *minimums*, |
blob | commitdiff | diff to current |
2002-02-05 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2002-02-05 |
Artur Bergman | Add in change for Apple/Darwin Bug: 2785519 to fix... |
blob | commitdiff | diff to current |
2002-02-05 |
Artur Bergman | Change to check if _POSIX_OPEN_MAX is 16 or 20, however... |
blob | commitdiff | diff to current |
2001-12-17 |
Nicholas Clark | more POSIX tests, and more autoloading |
blob | commitdiff | diff to current |
2001-11-08 |
Jarkko Hietaniemi | Test miscounting. |
blob | commitdiff | diff to current |
2001-11-08 |
Jarkko Hietaniemi | [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com]... |
blob | commitdiff | diff to current |
2001-09-07 |
Jarkko Hietaniemi | Clean up 1_compile.t; move tests to more consistent |
blob | commitdiff | diff to current |
|