This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
hoping this works finally. gcc is too permissive with my build options
[perl5.git] / ext / POSIX / POSIX.xs
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-06-03 Craig A. Berryextern "C" for POSIX.xs.
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
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 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" EvansSolaris needs _STRPTIME_DONTZERO in order not to zero...
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" 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 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 Leon TimmermansSignal handlers must run before sigsuspend returns
2011-11-28 Tony Cookavoid double defining the POSIX::TCSANOW constant sub
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 ClarkMerge the implementations of 11 is*() functions in...
2011-09-13 Nicholas ClarkMerge the implementations of 10 maths functions in...
2011-09-13 Nicholas ClarkChange POSIX::localeconv() to a table-driven implementa...
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 ClarkStore struct termios used by POSIX::Termios directly...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-03-19 Steve HayRedefine errno values for Visual Studio 2010
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-11 Zeframfix various compiler warnings from XS code
2010-08-30 Tony Cookrt77432: sigaction would crash/assert with a replaced...
2009-11-23 Stepan Kasalfix logic for a workaround in POSIX.xs
2009-11-12 Gerard GoossenAdd missing LEAVE to POSIX.xs sigaction
2009-11-11 Jan DuboisMap winsock error codes to POSIX errno values
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas ClarkUse newSVpvn(), newSVpvs() and gv_fetchpvs(), the later...
2009-10-15 Nicholas ClarkIn strftime(), save a malloc()/free() by using sv_usepv...
2009-10-15 Nicholas ClarkPOSIX::strftime() should be able to handle Unicode...
2009-10-15 Steve PetersHmmm... this may be a heisenbug. Works on some termina...
2009-10-15 Steve PetersPOSIX::strftime() should be able to handle Unicode...
2009-07-08 Tim JennessFix compiler warning when cuserid is absent and sizeof...
2009-05-06 Steve HayFix POSIX::tzset() as per Time::Piece::_tzset().
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-01-05 Ingo WeinholdAdjustments to POSIX for the Haiku port
2008-05-31 Nicholas ClarkAdd conditional code to initialise RETVAL, to avoid...
2008-05-25 Nicholas ClarkMy recent changes to POSIX.xs forgot that WEXITSTATUS...
2008-05-21 Nicholas ClarkReplaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFST...
2008-05-21 Nicholas ClarkEliminate POSIX::int_macro_int, and all the complex...
2008-05-15 Nicholas ClarkRemove POSIX's internal implementation of S_ISBLK,...
2008-01-11 Robin BarkerFrom: "Robin Barker" <Robin.Barker@npl.co.uk>
2007-12-22 Robin Barkerext/ consting
2007-06-27 Steve HayFix POSIX::setlocale(): the CRT function returns a...
2007-04-10 Nicholas ClarkCast needed to get POSIX compiling with g++ on FreeBSD.
2007-03-15 Rafael Garcia-SuarezMake the isdst argument to asctime and mktime default...
2006-11-28 Steve HaySilence VC++ 8 warnings about "possible loss of data"
2006-08-16 Steve PetersAdditional changes to get C++ a little closer to a...
2006-05-09 Nicholas ClarkTwo signed array indicies that Coverity spots should...
2006-03-09 Steve Peterscroak in POSIX::sigaction() when passed a negative...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2005-08-19 AbigailWhitespace
2005-07-28 Robin Barkersilence compiler warning in mg.c POSIX.xs
2005-07-19 Jarkko Hietaniemiallow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-13 Rafael Garcia-SuarezComment nit to help Devel::Cover, spotted by Steve...
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-20 Nicholas ClarkUpdate XS code to declare PERL_UNUSED_DECL conditionally
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2004-08-10 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-08-09 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-08-04 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-03-16 Rafael Garcia-SuarezAdd a lchown() call to the POSIX module. [perl #27547]
2004-03-05 Rafael Garcia-SuarezChange 22436 broke the Windows build.
2004-03-04 Andy DoughertyRe: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
2004-02-18 Marcus Holland-Moritz1. Add section to perlxs.pod describing that the refcou...
2003-12-29 Marcus Holland-MoritzWindows hasn't getuid/setuid and friends.
2003-12-25 Rafael Garcia-SuarezFix bug [perl #24641] : when POSIX::set[ug]id() are...
2003-11-30 SADAHIRO TomoyukiRe: [perl #24554] Segfault in POSIX module
2003-11-29 Rafael Garcia-SuarezPOSIX::isXXX(undef) segfaulted. (bug #24554.)
2003-08-27 Jarkko HietaniemiUltrix tweaks: <string.h> must not be included twice
2003-08-10 Jarkko HietaniemiOne more PL_csighandlerp.
2003-08-08 Jarkko HietaniemiMove the csighandler to be a data variable so that
2003-07-09 Chip SalzenbergSafe signals via POSIX::sigaction
2003-06-18 Jarkko HietaniemiOops in change #19809.
next