This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
install useful Regexp::CARP_TRACE from Carp
[perl5.git] / ext / POSIX /
2013-07-10 Karl Williamsonlocale documentation: Grammaar and appearance nits
2013-07-10 Karl WilliamsonBetter document setlocale, "use locale" interactions
2013-07-08 Karl WilliamsonPATCH: [perl #115808]: POSIX::setlocale returns bizarre...
2013-06-27 Aristotle Pagaltzis[perl #117751] prevent POSIX::AUTOLOAD recursing if...
2013-06-03 Tony Cookeliminate an unused variable
2013-05-27 Father ChrysostomosPOSIX.pod: wrap/shorten long lines
2013-05-24 David Goldenfix various Pod line length warnings
2013-01-27 Tony Cookun-TODO a test that passes on recent FreeBSD
2013-01-27 Tony CookEINVAL is expected when f?pathconf() isn't implemented...
2013-01-25 Karl WilliamsonFix various minor pod issues
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-08-17 Nicholas ClarkRemove the UTS port.
2012-07-06 Tony Cookrt #72232 - ignore wday/yday in mini_mktime as indirect...
2012-06-20 Aristotle PagaltzisPOSIX: Sometimes `printf` beats interpolation
2012-06-20 Daniel PerrettTidier example code for POSIX::localeconv()
2012-06-04 Craig A. BerryVersion bump for POSIX.pm.
2012-06-03 Craig A. Berryextern "C" for POSIX.xs.
2012-05-14 Paul JohnsonDon't test that errno is still 0 after POSIX::f?pathconf
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-15 Ævar Arnfjörð Bjar... POSIX: bump version to 1.30
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-15 Ævar Arnfjörð Bjar... Revert "Use the strptime() probe in POSIX.xs & tests"
2012-02-14 H.Merijn Brandmixing declarations and assignments not allowed in C89
2012-02-12 Ævar Arnfjörð Bjar... Use the strptime() probe in POSIX.xs & tests
2012-02-12 Craig A. BerryCast around signedness warnings in POSIX's new strptime.
2012-02-11 Ævar Arnfjörð Bjar... Merge branch 'avar/POSIX-strptime' into blead
2012-02-11 Paul "LeoNerd" EvansMore obvious variable names and neater code in strptime()
2012-02-11 Paul "LeoNerd" Evansstr_offset ought to be a STRLEN, not an int
2012-02-11 Paul "LeoNerd" EvansIf strptime() is called with UTf-8 string but legacy...
2012-02-11 Paul "LeoNerd" EvansIf strptime() is called with legacy string but UTF...
2012-02-11 Paul "LeoNerd" EvansSmall refactor of string offset code in POSIX::strptime...
2012-02-11 Paul "LeoNerd" EvansWhen strptime() receives a reference, ensure it's a...
2012-02-11 Paul "LeoNerd" EvansYield -1 as undef from POSIX::strptime(); ensure that...
2012-02-11 Paul "LeoNerd" EvansActually implement @EXPORT_OK of strptime correctly...
2012-02-11 Paul "LeoNerd" EvansSolaris needs _STRPTIME_DONTZERO in order not to zero...
2012-02-11 Paul "LeoNerd" EvansFix ext/POSIX/t/time.t test 17's name to be a) unique...
2012-02-11 Paul "LeoNerd" EvansRemember to init_tm() the struct tm before strptime...
2012-02-11 Paul "LeoNerd" EvansDetect failure of mktime(), return error
2012-02-11 Paul "LeoNerd" EvansDon't use 1906 to test strptime/mktime because it yield...
2012-02-11 Paul "LeoNerd" EvansBump version number in POSIX.pm
2012-02-11 Paul "LeoNerd" EvansAdded some docs about new POSIX::strptime()
2012-02-11 Paul "LeoNerd" Evansmktime() before returning result from strptime(), to...
2012-02-11 Paul "LeoNerd" EvansAccept strptime \$str, "format" to use/set pos() magic...
2012-02-11 Paul "LeoNerd" EvansInitial hack at strptime(); just literal strings for now
2012-02-11 Paul "LeoNerd" EvansAmmend comment referring to init_tm() to point to its...
2012-01-18 Tony Cookavoid truncating time values when long is smaller than...
2011-12-30 Ricardo Signesinclude a package POSIX::SigSet
2011-12-30 Nicholas ClarkProvide the correct POSIX return value for POSIX::dup2...
2011-12-30 Nicholas ClarkConvert POSIX::sleep to an XS wrapper for PerlProc_sleep().
2011-12-29 Father ChrysostomosIncrease $POSIX::VERSION to 1.28
2011-12-29 Leon TimmermansSignal handlers must run before sigsuspend returns
2011-11-28 Tony Cookavoid double defining the POSIX::TCSANOW constant sub
2011-11-04 Pino ToscanoFix hang in ext/POSIX/t/sysconf.t on GNU/Hurd
2011-09-17 Father ChrysostomosCorrect punctuation in some POSIX error messages
2011-09-17 Craig A. BerryPOSIX::access() doesn't do ENOTDIR on VMS.
2011-09-13 Nicholas ClarkChange POSIX::Termios::setattr() to default to TCASNOW...
2011-09-13 Nicholas ClarkRemove unneeded fallback definitions of dNOOP, dVAR...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{asctime,mktime...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{access,mkfifo...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{close,dup,tcdrain...
2011-09-13 Nicholas ClarkAdd tests for POSIX::{access,close,dup,dup2}.
2011-09-13 Nicholas ClarkIn ext/POSIX/t/sysconf.t, make the tests more strict.
2011-09-13 Nicholas ClarkIn ext/POSIX/t/sysconf.t, refactor the API of _check_an...
2011-09-13 Nicholas ClarkIn various POSIX tests, make better use of Test::More.
2011-09-13 Nicholas ClarkMerge the implementations of 11 is*() functions in...
2011-09-13 Nicholas ClarkMerge the implementations of 10 maths functions in...
2011-09-13 Nicholas ClarkFurther tests for POSIX trigonometric and hyperbolic...
2011-09-13 Nicholas ClarkChange POSIX::localeconv() to a table-driven implementa...
2011-09-13 Nicholas ClarkAdd tests for POSIX::localeconv().
2011-09-13 Nicholas ClarkMerge the implementations of 2 sets of POSIX functions.
2011-09-13 Nicholas ClarkMerge the implementations of 4 sets of POSIX::Termios...
2011-09-13 Nicholas ClarkMerge the implementations of 2 pairs of POSIX::SigSet...
2011-09-13 Nicholas ClarkStore sigset_t used by POSIX::SigSet directly in the...
2011-09-13 Nicholas ClarkIn POSIX.xs, extract allocate_struct() from POSIX:...
2011-09-13 Nicholas ClarkAdd tests for POSIX::SigSet.
2011-09-13 Nicholas ClarkStore struct termios used by POSIX::Termios directly...
2011-09-13 Nicholas ClarkAdd tests for POSIX::tc{drain,flow,flush,sendbreak}()
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->setattr().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->setcc().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->get[iocf]flags().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->get[io]speed().
2011-09-13 Nicholas ClarkAdd tests for passing POSIX::Termios->getcc() out of...
2011-09-13 Nicholas ClarkIn termios.t, avoid reading uninitialised memory in...
2011-09-13 Nicholas ClarkRefactor ext/POSIX/t/termios.t
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-09-01 Nicholas ClarkChange the synopsis in POSIX.pod to stress use POSIX ();
2011-09-01 Nicholas ClarkGenerate @POSIX::EXPORT_OK from %reimpl, %replacement...
2011-09-01 Nicholas ClarkTest that @POSIX::EXPORT and @POSIX::EXPORT_OK are...
2011-09-01 Nicholas ClarkRemove isatty from @POSIX::EXPORT_OK, as it's already...
2011-09-01 Aristotle PagaltzisReplace use of AutoLoader in POSIX with a custom compil...
2011-09-01 Nicholas ClarkIn POSIX, improve the diagnostic for the "use $method...
2011-09-01 Aristotle PagaltzisIn POSIX, drastically simplify the wrappers for "unimpl...
2011-09-01 Aristotle PagaltzisIn POSIX.pm, modernise package variable style.
2011-09-01 Nicholas ClarkThe more regular POSIX "unimplemented" diagnostics...
2011-09-01 Nicholas ClarkImprovements to the diagnostics for "unimplemented...
2011-09-01 Nicholas ClarkTest the POSIX functions that wrap core builtins.
2011-09-01 Nicholas ClarkConvert the POSIX waitpid tests to Test::More.
next