This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
missing PerlIO_reopen() (suggested by sam@daemoninc.com)
[perl5.git] / pp_sys.c
1999-07-07 Gurusamy Sarathybetter diagnostics on read operations from write-only
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-07-05 Jarkko HietaniemiIntegrate with mainperl.
1999-07-05 Jarkko HietaniemiHack SOCKS support some more plus a patch from Andy...
1999-07-05 Ilya ZakharevichLong-standing UDP sockets bug on OS/2
1999-07-04 Jarkko HietaniemiMiscellaneus AIX fixes + SOCKS support.
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyavoid dereferencing null pointer from getpwent() et al
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-06-02 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-06-02 Gurusamy Sarathyremove stray K&R-isms
1999-05-29 Jarkko HietaniemiMake Configure support the change #3367,
1999-05-10 Patrick O'Brienshadow password support for Solaris (needs Configure...
1999-05-10 Alexander Smishlajevcygwin32 update (untested adaptation of patch against...
1999-05-09 Gurusamy Sarathyflush all open output buffers before fork(), exec(...
1999-05-08 Nick Ing-SimmonsImplement OPEN, EOF, SEEK, TELL, BINMODE and FILENO...
1999-05-07 Nick Ing-SimmonsImplement open( my $fh, ...) and similar.
1999-05-06 Nick Ing-Simmonsopen(FH,undef) # creates new_tmpfile opened read/write
1999-04-26 Gurusamy Sarathyallow embedded null characters in diagnostics
1999-04-04 Jarkko HietaniemiIntegrate from mainperl.
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-04-03 John BleyFix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead...
1999-03-23 Jarkko HietaniemiIntegrate from mainperl.
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-03-15 Wilfredo SánchezFirst pass of integrating the Rhapsody port,
1999-02-14 Gurusamy Sarathyallow C<select('foo')> to autovivify *foo (SelectSaver...
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-02-02 Jarkko Hietaniemitelldir prototype issue, from mists of time...
1999-01-21 Jarkko HietaniemiTwo-argument eaccess() of SCO.
1998-12-06 Gurusamy Sarathyfix outdated/incorrect info about arbitrary limits
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-21 Gurusamy Sarathyanother win32 portability fix: make sysread() and syswr...
1998-11-08 Gurusamy Sarathyintegrate cfgperl changes into mainline
1998-11-08 Gurusamy Sarathyset close-on-exec bit on pipe() FDs
1998-11-04 Spider Boardmansysio.t failure: fix undefined order of evaluation...
1998-10-30 Ilya ZakharevichOverloaded <> and deref again
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathyfix stack overrun in file test operators
1998-10-25 Gurusamy Sarathyintegrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Jarkko Hietaniemicommented version of a patch suggested by Drago Goricanec
1998-10-17 Jarkko HietaniemiThe VM/ESA port essentials, based on
1998-10-17 Gisle Aasapplied suggested patch with small doc tweak
1998-10-02 Scott Henryuse Off_t to permit 64-bit seek()
1998-10-02 Jarkko Hietaniemivarious Configure and hints updates (prefer drand48...
1998-09-25 Gurusamy Sarathyupdate template config.sh, add new config vars to win32...
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-08-01 Winfried Königstray s/foo/PL_foo/
1998-07-26 Lupe Christophanother platform where pp_sselect() needs a whole fd_se...
1998-07-21 Jarkko Hietaniemiallocate a whole fd_set for pp_sselect() on more platforms
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ stuff passes non-threaded on Mingw32
1998-07-18 Nick Ing-SimmonsPL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathycheck ferror() only if read() returned 0
1998-07-14 Gurusamy Sarathymerge changes#1423,1465 from maintbranch; checkin two...
1998-07-12 Jarkko Hietaniemigeneric Configure mods and HAS_GROUP additions to help...
1998-07-11 Douglas Lankshearadded patch, made linking with setargv a build option
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-06 Gurusamy Sarathyper Larry suggestion, toss change#1327 and fix the...
1998-07-05 Gurusamy Sarathymake read() return undef on errors as documented, and...
1998-07-05 Gurusamy Sarathyfix getc() to return empty string instead of undef...
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-23 Ilya Zakharevichapplied patch, regen headers
1998-06-10 Graham Barrfix for undef as last arg to setsockopt
1998-05-29 Malcolm BeattieAdd missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
1998-05-23 Gurusamy Sarathy[win32] merge changes#1016,1018 from maintbranch (1017...
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-18 Gurusamy Sarathy[win32] more whitespace tweaks from maintbranch
1998-05-16 Gurusamy Sarathy[win32] merge change#985 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] integrate mainline
1998-05-14 Malcolm BeattieIntegrate win32 branch into mainline
1998-05-14 Andy Dougherty[PATCH for 5.004_64] Configure patch Config_64-01
1998-05-14 Gurusamy Sarathy[win32] merge change#886 from maintbranch
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-04-03 Gurusamy Sarathy[win32] integrate mainline
1998-04-03 Gurusamy Sarathy[win32] implement stack-of-stacks so that magic invocat...
1998-04-02 Malcolm BeattieAndy Dougherty's configuration patches (Config_63-01...
1998-04-02 Stephen PotterRe: doc: perlrun typo
1998-03-16 Malcolm BeattieBump patchlevel.h to 63.
1998-03-16 Andy Dougherty[PATCH 5.004_62} Config_62-01 patch available.
1998-03-16 Gurusamy Sarathy[win32] integrate mainline
1998-03-16 Gurusamy Sarathy[asperl] various changes to get asperl working under...
1998-03-07 Nick Ing-SimmonsThere has been a 'thaw' in config.h (the ICE has gone...
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-05 Andy DoughertyConfigure patches -01 and -02 for 5.004_61.
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-27 Graham Barr_60 & _04 - Add WRITE & CLOSE to TIEHANDLE
1998-02-25 Andy DoughertyRe: ANNOUNCE: perl5.004_60 Configure patch is available
1998-02-22 Gurusamy Sarathy[asperl] integrate latest win32 branch
next