This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweaking the order of op creation/op free in Perl_ck_require to Larry's
[perl5.git] / ext / POSIX /
2006-01-29 Nicholas ClarkSolaris seems not to enjoy initialising constants from...
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().
2006-01-09 Nicholas ClarkPOSIX and Fcntl both export the same constants derived...
2006-01-08 Nicholas ClarkTweak the code that generates unique entries in @POSIX...
2006-01-06 Steve HayDBL_MAX and FLT_MAX are not constants in Borland C++
2005-12-24 Nicholas ClarkLooks like the macro CLK_TCK is not actually a constant...
2005-12-23 Nicholas ClarkSIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas ClarkDe-duplicate the items in @EXPORT. (@EXPORT is built...
2005-12-22 Nicholas ClarkUse inlineable proxy constant subs for POSIX.
2005-12-21 Steve PetersAdd tests for untested math functions in POSIX
2005-12-20 Rafael Garcia-SuarezFix typos in regular expressions
2005-12-17 Steve PetersFix for ext/POSIX/t/time.t so the strftime() test works...
2005-11-28 Steve HayFix ext/POSIX/t/time.t on Win32
2005-11-28 Steve PetersMac OS X/Darwin seems to have problems with tzname().
2005-11-26 Steve PetersDeal with differences in what clock() does between...
2005-11-26 Steve PetersJust be explicit about $TZ.
2005-11-26 Steve PetersHmmm...strftime() does work on Win32, but tzset() is...
2005-11-26 Steve PetersAdditional tests for B and POSIX. The POSIX ones conce...
2005-11-03 Steve PetersTest for the right signal should use the constant for...
2005-08-19 AbigailWhitespace
2005-08-01 Piotr FusikPOD typos
2005-07-31 H.Merijn BrandSIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count =...
2005-07-28 Robin Barkersilence compiler warning in mg.c POSIX.xs
2005-07-27 H.Merijn BrandSome signals are more real than others
2005-07-25 H.Merijn Branduse POSIX might not throw an error. Check for useful...
2005-07-21 Jarkko HietaniemiRe: [PATCH] support POSIX SA_SIGINFO
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-20 Steve HayExit test script (if we're going to) *before* declaring...
2005-07-19 Nicholas Clark C<use Foo;> inside Foo.pm considered a "bad...
2005-07-19 Nicholas ClarkXS constants fail when their value is called for, not...
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
2005-02-02 Dave Mitchellfix POSIX::strtod error handling documentation
2005-01-31 Robert Millan[perl #33998] [PATCH] Support for GNU/kFreeBSD
2004-12-16 Andy DoughertyRe: Can't locate auto/POSIX/autosplit.ix [perl #24445...
2004-11-23 Michael G. SchwernRe: [perl #32486] error in documentation for POSIX...
2004-11-19 Chris Lightfoot[perl #32486] error in documentation for POSIX::pipe
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-04-28 bob@starlabs.net[perl #29033] typo in description of sleep in documenta...
2004-03-16 Rafael Garcia-SuarezAdd a lchown() call to the POSIX module. [perl #27547]
2004-03-15 Rafael Garcia-SuarezFix the order of arguments in the usage message of
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...
2004-02-01 Solar DesignerRe: [perl #15063] /tmp issues
2003-12-30 Nicholas ClarkBump VERSION numbers
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-09-16 Andy DoughertyRe: [perl #23791] Many errors in build under NCR MP-RAS
2003-08-27 Jarkko HietaniemiUltrix tweaks: <string.h> must not be included twice
2003-08-13 Nicholas ClarkRe: script wanted
2003-08-10 Jarkko HietaniemiTry simple workaround for the POSIX autosplit.ix warning.
2003-08-10 Jarkko HietaniemiOne more PL_csighandlerp.
2003-08-08 Jarkko HietaniemiMove the csighandler to be a data variable so that
2003-08-05 Alain BarbetRe: [perl #23202] [RESOLVED] coredump on ext/POSIX...
2003-08-03 Alain BarbetRe: [perl #23202] coredump on ext/POSIX/t/posix with...
2003-07-17 Michael G. SchwernRe: POSIX::div
2003-07-09 Chip SalzenbergSafe signals via POSIX::sigaction
2003-06-18 Jarkko HietaniemiOops in change #19809.
2003-06-18 Jarkko HietaniemiIf the first argument of sigaction() was a string,...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-05 Robin BarkerRE: maint @ 19683
2003-05-23 Jarkko HietaniemiHasty editing, grumble.
2003-05-23 Jarkko HietaniemiLinewrapping MUAs, grumble.
2003-05-23 Jarkko HietaniemiU/WIN extension fix from John P. Linderman.
2003-05-07 Jarkko HietaniemiSpelling correction from Nicholas Clark.
2003-05-02 Michael G. SchwernDeceptive POSIX exporting docs
2003-04-27 Adrian M. EnacheNewer glibc's nice(2) return the new nice value, instea...
2003-04-01 Jarkko HietaniemiDocument the _exit() issue with threads in Linux [perl...
2003-03-16 Jarkko HietaniemiStay within known facts: what platforms the skippage...
2003-03-16 Jarkko HietaniemiThis seems to fix (well, dodge) the problems in FreeBSD for
2003-03-12 Jarkko HietaniemiIntegrate:
2003-03-06 Adrian M. Enachecleaning up tests of the 'eval { decl. } <=> runtime...
2003-01-22 Rafael Garcia-SuarezFix [perl #19860] by adding a POSIX::fsync() stub.
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-12-12 Rafael Garcia-SuarezIntegrate from maint-5.8 : changes 18290-1, 18293-5...
2002-12-09 Slaven RezicRe: [perl #18238] timezone and gmt offset as output...
2002-12-02 Hugo van der Sandenintegrate 5.8-maint: changes #18174 18187 18189-92...
2002-09-17 Abhijit Menon-SenTypo fix.
2002-09-04 Brendan O'DeaRe: [PATCH 5.8.0] add accessors for POSIX::SigAction
2002-09-02 Rafael Garcia-SuarezSome simple tests for the POSIX::isXXX() functions.
2002-08-29 Ed SantiagoFix based on:
2002-06-26 Jarkko HietaniemiIntegrate from macperl:
2002-06-21 Nick Ing-SimmonsIntegrate mainline
2002-06-20 Newton, Philip[Patch POSIX.pod] "fmod" ne "modf"
2002-06-19 Paul MarquessRE: [PATCH] POSIX taint tests
2002-06-19 Michael G. SchwernRe: [PATCH] POSIX taint tests
2002-06-19 Paul MarquessPOSIX taint tests
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-05-28 Nikola KnezevicTest::Harness and skiping tests functionality
next