-Wall cleanup continues.
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.xs
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-05-02 Jarkko Hietaniemi Fix for a segfault, from Marc Lehmann.
2001-04-25 Jarkko Hietaniemi The tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko Hietaniemi Mac OS X patch for missing tzname definition from Paul...
2001-04-24 Jarkko Hietaniemi Retract #9811.
2001-04-24 Jarkko Hietaniemi (Retracted by #9812.)
2001-04-19 Jarkko Hietaniemi Document and test Time::Piece.
2001-04-19 Jarkko Hietaniemi Move the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko Hietaniemi Move the init_tm() and mini_mktime() up from POSIX...
2001-03-24 Nick Ing-Simmons POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD...
2001-03-21 Benjamin Sugars Re: [PATCH] POSIX::getcwd()
2001-03-20 Jarkko Hietaniemi Integrate changes #9259,9260 from maintperl into mainline.
2001-03-09 anders@broadcom.com A modified version of
2001-02-22 Jarkko Hietaniemi Integrate change #8665 from maintperl to mainline,
2001-02-18 Doug MacEachern [patch] -Wall cleanup round 2
2001-02-08 Charles Bailey SYN SYN
2001-02-01 Jarkko Hietaniemi Integrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-03 Jarkko Hietaniemi The #7521 touched things it shouldn't have.
2000-11-01 Garry T. Williams Make the POSIX::setuid and POSIX::setgid to really...
2000-10-20 Charles Bailey SYN SYN
2000-08-31 Spider Boardman POSIX doesn't report long double values under -Duselong...
2000-08-19 Jarkko Hietaniemi Put back the long double avoidance code to POSIX.xs
2000-08-18 Abigail Use NVs in POSIX math, not doubles.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6261..6266 into mainline
2000-06-29 Yitzchak Scott-Tho... Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
2000-06-03 Dan Sugalski VMS fixups so we can build with MULTIPLICITY
2000-05-28 Gurusamy Sarathy MacOS support, part 1 (from Matthias Neeracher
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-02 Jarkko Hietaniemi Be more forgiving in POSIX about HUGE_VALL.
2000-05-01 Jarkko Hietaniemi Use HUGE_VALL if applicable.
2000-02-19 Gurusamy Sarathy POSIX::strftime gets the date wrong (from John Tobey
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy use builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy cygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-15 Jan Dubois Prevent "Out of memory" error in POSIX's strftime()
1999-09-29 Charles Bailey resync with mainline
1999-09-24 Spider Boardman normalize time for strftime() (without the isdst effects of
1999-09-19 Gurusamy Sarathy control change#1914 via hints (causes problems on some...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-13 Robin Barker Replace change #4100 with
1999-09-07 Robin Barker Fix pointer casts.
1999-08-23 Charles Bailey Update calls for new thread context handling
1999-08-10 Dan Sugalski Patches needed to get _60 building with
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathy rename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-07-26 Jarkko Hietaniemi Use long doubles only if they are useful.
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Steven N. Hirsch slightly modified version of suggested patch
1999-07-05 Fifer, Eric cygwin32 update
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-06-02 Gurusamy Sarathy missed a few files
1999-05-28 Ilya Zakharevich Cosmetic OS/2-related patches
1999-05-17 Fifer, Eric additional cleanups for cygwin32 port
1999-04-10 Andy Dougherty Re: Misspelled macro in ext/POSIX/POSIX.xs?
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-02-15 Jan Dubois use New() et al., rather than safemalloc() et al.
1999-02-02 G. Del Merritt Fix typecasts in #2797
1999-02-02 Ted Law POSIX::strftime buffer overflow problem
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-10-30 Jarkko Hietaniemi #2133 fallout.
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-02 Spider Boardman normalize tm struct passed to strftime() with mktime()
1998-08-02 Jarkko Hietaniemi Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes
1998-08-02 Nicholas Clark hand-apply whitespace-mutiliated patch
1998-07-21 Nick Ing-Simmons Mingw32 PERL_OBJECT tweaks
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-12 Jarkko Hietaniemi generic Configure mods and HAS_GROUP additions to help...
1998-06-25 Gurusamy Sarathy mknod() is not POSIX, so remove the POSIX pieces from...
1998-06-23 Jarkko Hietaniemi applied patch, moved #define mkfifo ... from perl.h...
1998-06-20 Gurusamy Sarathy tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2}...
1998-06-20 Gurusamy Sarathy manual integration of all outstanding ansi branch stuff...
1998-06-20 Nick Ing-Simmons Patches to build with EGCS-1.0.2 Mingw32 port.
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-29 Gurusamy Sarathy [win32] misc changes
1998-05-29 Gurusamy Sarathy [win32] merge changes#1014,1038 from maintbranch
1998-05-26 Gurusamy Sarathy [asperl] more changes to satisfy non-debug VC build...
1998-05-26 Gurusamy Sarathy [asperl] tweaks to make it build with the Borland compi...
1998-05-21 Gurusamy Sarathy [win32] more mingw32 tweaks
1998-05-21 Gurusamy Sarathy [win32] fix POSIX for mingw32
1998-05-14 Gurusamy Sarathy [win32] merge change#886 from maintbranch
1998-04-17 Gurusamy Sarathy [win32] support POSIX, enable more locale tests
1998-04-02 Malcolm Beattie Andy Dougherty's configuration patches (Config_63-01...
1998-04-02 Hans Mulder 5.004_63 picky compiler fixes [PATCH]
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-02-25 Andy Dougherty Re: ANNOUNCE: perl5.004_60 Configure patch is available
1997-12-17 Molnar Laszlo Major changes to the DOS/djgpp port (including threading):
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
1997-10-24 Malcolm Beattie Patches for VMS [Dan Sugalski]
1997-08-06 Dan Sugalski posix.xs broken on VMS 7.1
next