This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
[perl5.git] / doio.c
1999-09-17 Jarkko HietaniemiThe change #4176 should've undone only the test, not...
1999-09-17 Jarkko HietaniemiTake away the infamous io/dup.t #7.
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-07 Robin BarkerFix pointer casts.
1999-08-16 Jarkko HietaniemiA fix of sorts for the flush-before-dup scenario.
1999-08-14 Jarkko HietaniemiAugment filesize limit note.
1999-08-14 Jarkko HietaniemiNote about filesize limits.
1999-08-13 Jarkko HietaniemiJumbo Configure and large file support update.
1999-08-11 Mark-Jason DominusFlush buffer before duplicating file descriptor.
1999-08-10 Jarkko HietaniemiUse Pid_t.
1999-08-10 Jarkko HietaniemiUse Mode_t.
1999-08-10 Jarkko HietaniemiGratuitous uid and gid casts to I32s and ints removed.
1999-08-03 Jarkko HietaniemiRetract #3912, much too many compilation warnings
1999-08-03 Sven Verdoolaege(Retracted). See #3913.
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Fifer, Ericcygwin update
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-26 Gurusamy Sarathyensure implicitly closed handles don't set $? or $!
1999-07-18 Gurusamy Sarathydetypo, update Changes
1999-07-17 Ilya Zakharevichmake system() return -1 and set $! if exec of child...
1999-07-08 Gurusamy Sarathysundry cleanups for clean build on windows
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Gurusamy Sarathybetter diagnostics on read operations from write-only
1999-07-06 Ilya ZakharevichOptimize 2>&1 in commands
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-05 Jarkko HietaniemiHack SOCKS support some more plus a patch from Andy...
1999-07-05 Jarkko HietaniemiIntegrate with mainperl.
1999-07-05 Fifer, Ericcygwin32 update
1999-07-04 Jarkko HietaniemiMiscellaneus AIX fixes + SOCKS support.
1999-06-27 Olaf FlebbeEPOC port to Psion5.
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 Sarathyremove _() non-ansism
1999-05-25 Gurusamy Sarathyassorted tweaks
1999-05-10 Ilya ZakharevichSelf-consistent numeric conversion again
1999-05-10 Ilya ZakharevichRe: [PATCH 5.005_56] Make open(F,"command |") return...
1999-04-13 Jarkko HietaniemiCroak if no known ways to semctl() (don't assume union...
1999-04-04 Jarkko HietaniemiIntegrate from mainperl.
1999-04-03 Gurusamy Sarathyremove duplicate code and an extra branch in sv_setsv...
1999-04-03 John BleyFix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead...
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-02-24 Gurusamy Sarathymore "correct" utbuf for utime()
1999-02-15 Spider BoardmanImport Ultrix update, change #2864,
1999-01-17 Gurusamy Sarathyfix silent taint failures under -U
1999-01-17 Gurusamy Sarathysanity check piped opens (tweaked version of patch...
1999-01-13 Jarkko HietaniemiAtari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
1998-12-21 Mark-Jason DominusTo: perl5-porters@perl.com
1998-11-30 Gurusamy Sarathyintegrate changes#2273,2274,2288,2291 from maint-5.004
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-10-30 Gurusamy Sarathyremaining PL_foo stragglers
1998-10-30 Jarkko Hietaniemi#2133 fallout.
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-02 Scott Henryuse Off_t to permit 64-bit seek()
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-22 Hans MulderFix inplace editing for VMS
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-08 Gurusamy Sarathymake -i'*suffix' work too
1998-07-08 Colin Kuskieadded patch for -i'foo*bar', made code somewhat simpler...
1998-06-18 Gurusamy Sarathyfix memory leaks and uninitialized memory accesses...
1998-05-31 Graham Barr[win32] semctl tweak
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
1998-05-29 Gurusamy Sarathy[win32] merge changes#1014,1038 from maintbranch
1998-05-28 Andy Dougherty[PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solari...
1998-05-28 Malcolm BeattieBack out change 1043 since Andy's forthcoming Config...
1998-05-28 Jarkko HietaniemiThis change really is:
1998-05-28 Andy Dougherty[PATCH 5.004_65] Config_65-01: lchown() detection.
1998-05-26 Gurusamy Sarathy[asperl] tweaks to make it build with the Borland compi...
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-15 Malcolm BeattiePatch from Sarathy to fix up win32 integration. Patch...
1998-05-15 Gurusamy Sarathy[win32] merge changes#906,907,909,910 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#896 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#887 from maintbranch
1998-03-12 Gurusamy Sarathy[asperl] added AS patch#12 with minor changes
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-03 Hugo van der Sanden[win32] yet another maintpatch
1998-03-02 Roderick Schertler[win32] another 'old' patch
1998-02-25 Gisle Aas#ifdef CAN_PROTOTYPE cleanup
1998-02-16 Gurusamy Sarathy[win32] fix mingw32 gcc 2.8.0 build (DLLs generated...
1998-02-06 Chip SalzenbergSome Chip patches (some tweaked to match _5x source):
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy[asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy[win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-17 Robin BarkerMessage-Id: <26260.9712191719@lightning.cise.npl.co.uk>
1998-01-04 Tye McQueen[win32] Add a tweaked version of:
1997-12-17 Molnar LaszloMajor changes to the DOS/djgpp port (including threading):
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-10-03 Malcolm BeattieRemove last traces of "tokenbuf as temp buffer" and...
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
next