normalize time for strftime() (without the isdst effects of
[p5sagit/p5-mst-13.2.git] / pp_sys.c
1999-09-13 Robin Barker Replace change #4100 with
1999-09-09 Daniel S. Lewart [ID 19990909.003] MAXINT redefined warning on HP-UX...
1999-09-07 Robin Barker Fix pointer casts.
1999-09-07 Jarkko Hietaniemi Fix a printf thinko: now quads must have the ll L q...
1999-09-06 Paul Marquess Another patch for Lexical Warnings
1999-09-06 Gurusamy Sarathy applied patch suggested by Hans Mulder to fix problems on
1999-09-01 Fifer, Eric [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
1999-08-29 Robin Barker Fix scalar gmtime (and localtime) in quad environments,
1999-08-14 Jarkko Hietaniemi Note about filesize limits.
1999-08-13 Jarkko Hietaniemi Jumbo Configure and large file support update.
1999-08-12 Jarkko Hietaniemi Remove more spurious casting.
1999-08-10 Jarkko Hietaniemi Use Pid_t on pgrp matters.
1999-08-10 Jarkko Hietaniemi Use Pid_t.
1999-08-10 Jarkko Hietaniemi Use Mode_t.
1999-08-10 Jarkko Hietaniemi Remove I32 casting from time-related functions.
1999-08-10 Phil Lobbes Remove I32 casts from pp_stat, these make stat()
1999-08-03 Jarkko Hietaniemi Retract #3912, much too many compilation warnings
1999-08-03 Sven Verdoolaege (Retracted). See #3913.
1999-08-02 Jarkko Hietaniemi Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Fifer, Eric cygwin update
1999-08-01 Gurusamy Sarathy rename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-07-28 Norton T. Allen Need to add some more conditions to deal with the case
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-17 Ilya Zakharevich make system() return -1 and set $! if exec of child...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-11 Jarkko Hietaniemi Manual synchronization with Sarathy (some files
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-07 Gurusamy Sarathy better diagnostics on read operations from write-only
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-06 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-07-05 Jarkko Hietaniemi Integrate with mainperl.
1999-07-05 Jarkko Hietaniemi Hack SOCKS support some more plus a patch from Andy...
1999-07-05 Ilya Zakharevich Long-standing UDP sockets bug on OS/2
1999-07-04 Jarkko Hietaniemi Miscellaneus AIX fixes + SOCKS support.
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-10 Gurusamy Sarathy win32 build fixes
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 avoid dereferencing null pointer from getpwent() et al
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-06-02 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-05-29 Jarkko Hietaniemi Make Configure support the change #3367,
1999-05-10 Patrick O'Brien shadow password support for Solaris (needs Configure...
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-05-09 Gurusamy Sarathy flush all open output buffers before fork(), exec(...
1999-05-08 Nick Ing-Simmons Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO...
1999-05-07 Nick Ing-Simmons Implement open( my $fh, ...) and similar.
1999-05-06 Nick Ing-Simmons open(FH,undef) # creates new_tmpfile opened read/write
1999-04-26 Gurusamy Sarathy allow embedded null characters in diagnostics
1999-04-04 Jarkko Hietaniemi Integrate from mainperl.
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-04-03 John Bley Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead...
1999-03-23 Jarkko Hietaniemi Integrate from mainperl.
1999-03-22 Gurusamy Sarathy update copyright years
1999-03-15 Wilfredo Sánchez First pass of integrating the Rhapsody port,
1999-02-14 Gurusamy Sarathy allow C<select('foo')> to autovivify *foo (SelectSaver...
1999-02-12 Gurusamy Sarathy fix ops that are not filehandle constructors to not...
1999-02-02 Jarkko Hietaniemi telldir prototype issue, from mists of time...
1999-01-21 Jarkko Hietaniemi Two-argument eaccess() of SCO.
1998-12-06 Gurusamy Sarathy fix outdated/incorrect info about arbitrary limits
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-21 Gurusamy Sarathy another win32 portability fix: make sysread() and syswr...
1998-11-08 Gurusamy Sarathy integrate cfgperl changes into mainline
1998-11-08 Gurusamy Sarathy set close-on-exec bit on pipe() FDs
1998-11-04 Spider Boardman sysio.t failure: fix undefined order of evaluation...
1998-10-30 Ilya Zakharevich Overloaded <> and deref again
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy fix stack overrun in file test operators
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Jarkko Hietaniemi commented version of a patch suggested by Drago Goricanec
1998-10-17 Jarkko Hietaniemi The VM/ESA port essentials, based on
1998-10-17 Gisle Aas applied suggested patch with small doc tweak
1998-10-02 Scott Henry use Off_t to permit 64-bit seek()
1998-10-02 Jarkko Hietaniemi various Configure and hints updates (prefer drand48...
1998-09-25 Gurusamy Sarathy update template config.sh, add new config vars to win32...
1998-09-25 Gurusamy Sarathy big Configure update from Jarkko: sync metaconfig units...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-08-01 Winfried König stray s/foo/PL_foo/
1998-07-26 Lupe Christoph another platform where pp_sselect() needs a whole fd_se...
1998-07-21 Jarkko Hietaniemi allocate a whole fd_set for pp_sselect() on more platforms
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ stuff passes non-threaded on Mingw32
1998-07-18 Nick Ing-Simmons PL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathy check ferror() only if read() returned 0
1998-07-14 Gurusamy Sarathy merge changes#1423,1465 from maintbranch; checkin two...
1998-07-12 Jarkko Hietaniemi generic Configure mods and HAS_GROUP additions to help...
1998-07-11 Douglas Lankshear added patch, made linking with setargv a build option
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-06 Gurusamy Sarathy per Larry suggestion, toss change#1327 and fix the...
1998-07-05 Gurusamy Sarathy make read() return undef on errors as documented, and...
1998-07-05 Gurusamy Sarathy fix getc() to return empty string instead of undef...
1998-06-28 Joshua Pritikin PUSHSTACK renovation
next