Detypo.
[p5sagit/p5-mst-13.2.git] / doio.c
1998-12-21 Mark-Jason Dominus To: perl5-porters@perl.com
1998-11-30 Gurusamy Sarathy integrate changes#2273,2274,2288,2291 from maint-5.004
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-10-30 Gurusamy Sarathy remaining PL_foo stragglers
1998-10-30 Jarkko Hietaniemi #2133 fallout.
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-02 Scott Henry use Off_t to permit 64-bit seek()
1998-09-25 Gurusamy Sarathy big Configure update from Jarkko: sync metaconfig units...
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-07-22 Hans Mulder Fix inplace editing for VMS
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-08 Gurusamy Sarathy make -i'*suffix' work too
1998-07-08 Colin Kuskie added patch for -i'foo*bar', made code somewhat simpler...
1998-06-18 Gurusamy Sarathy fix 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 Beattie Back out change 1043 since Andy's forthcoming Config...
1998-05-28 Jarkko Hietaniemi This 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 Beattie Patch 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 Salzenberg Some 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 Barker Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
1998-01-04 Tye McQueen [win32] Add a tweaked version of:
1997-12-17 Molnar Laszlo Major changes to the DOS/djgpp port (including threading):
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-10-03 Malcolm Beattie Remove last traces of "tokenbuf as temp buffer" and...
1997-09-30 Malcolm Beattie Merge maint-5.004 branch (5.004_01) with mainline.
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-08-06 Gurusamy Sarathy exec() fixed on win32
1997-08-06 Andreas Schwab semctl broken under Linux
1997-06-11 Tim Bunce [differences between cumulative patch application and...
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-04-18 Perl 5 Porters [inseparable changes from match from perl-5.003_97f...
1997-04-17 Perl 5 Porters [inseparable changes from match from perl-5.003_97e...
1997-04-14 Perl 5 Porters [inseparable changes from patch from perl-5.003_97d...
1997-04-01 Jim Avera Fix MM doc's use of "SUPER::"
1997-04-01 Chip Salzenberg Improve definition of Sock_size_t
1997-03-28 Malcolm Beattie Initial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-22 Perl 5 Porters [inseparable changes from match from perl-5.003_94...
1997-03-01 Perl 5 Porters [inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters [inseparable changes from match from perl-5.003_90...
1997-02-21 Chip Salzenberg Don't assume that sizeof(int) >= sizeof(void*)
1997-02-18 Perl 5 Porters [inseparable changes from patch from perl5.003_26 to...
1997-02-18 Roderick Schertler Make format strings correspond exactly to parameters
1997-02-10 Chip Salzenberg On C<sysopen(..., O_APPEND)>, call C<fopen(..., "a")>
1997-02-04 Perl 5 Porters [inseparable changes from patch from perl5.003_24 to...
1996-12-19 Norbert Pueschel Fix for AmigaOS - inplace operation
1996-12-06 Perl 5 Porters [inseparable changes from patch from perl5.003_10 to...
1996-11-29 Perl 5 Porters [inseparable changes from patch from perl5.003_09 to...
1996-11-26 Perl 5 Porters [inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-10-03 Charles Bailey VMS patches to 5.003_05
1996-07-20 Perl 5 Porters perl 5.003_01: doio.c
1996-02-29 Andy Dougherty perl 5.002
1996-02-04 Ilya Zakharevich Inplace editing broken if DOSISH
1996-02-03 Perl 5 Porters perl5.002beta3
1996-08-19 Perl 5 Porters Possibly Include <signal.h> and <unistd.h>
1996-08-10 Larry Wall perl 5.003_02: [no incremental changelog available]
1996-01-02 Perl 5 Porters VMS changes for kill.
1995-11-20 Larry Wall 5.002 beta 1
1995-06-05 Andy Dougherty This is my patch patch.1j for perl5.001.
1995-05-30 Andy Dougherty This is my patch patch.1i for perl5.001.
1995-04-06 Andy Dougherty perl5.001 patch.1c
1995-03-13 Larry Wall Perl 5.001
1995-03-10 Andy Dougherty perl5.000 patch.0o: [address] a few more Configure...
1994-10-17 Larry Wall perl 5.000
1994-05-04 Larry Wall perl 5.0 alpha 9
1994-04-04 Andy Dougherty perl 5.0 alpha 8
1994-03-18 Larry Wall perl 5.0 alpha 6
1993-12-10 Larry Wall perl 5.0 alpha 5
1993-11-10 Larry Wall perl 5.0 alpha 4
1993-10-10 Larry Wall perl 5.0 alpha 3
1993-10-07 Larry Wall perl 5.0 alpha 2
1992-06-11 Larry Wall perl 4.0 patch 34: (combined patch)
1992-06-08 Larry Wall perl 4.0 patch 26: patch #20, continued
1991-11-05 Larry Wall perl 4.0 patch 14: patch #11, continued
1991-06-09 Larry Wall perl 4.0 patch 10: (combined patch)
next