An exceptionally sticky typo.
[p5sagit/p5-mst-13.2.git] / doio.c
2000-08-06 Jarkko Hietaniemi Have symbols for the IoTYPEs.
2000-08-06 Jarkko Hietaniemi Continue fixing the io warnings. This also
2000-08-04 Jarkko Hietaniemi In the warnings call filehandles consistently so;
2000-08-02 Jarkko Hietaniemi The name of a filehandle does not have <these>.
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Roderick Schertler Fix for
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6217 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-23 Doug MacEachern Avoid double close().
2000-06-09 Jarkko Hietaniemi Rename the fdpid locking and integrate with Sarathy.
2000-06-07 Jarkko Hietaniemi Mopup for #6207 and #6209.
2000-06-07 Dan Sugalski Lock PL_fdpid against race conditions, based on:
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-19 Jarkko Hietaniemi Taint msgrcv() messages; general SysV IPC cleanup.
2000-03-19 Jarkko Hietaniemi Taint shmread().
2000-03-11 Gurusamy Sarathy tweaks for lynxos build (from Ed Mooring <mooring@lynx...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-04 Gurusamy Sarathy avoid looking up stale PL_statbuf (spotted by Charles...
2000-03-04 Gurusamy Sarathy avoid warnings from shmread() when given undefined...
2000-02-25 Jarkko Hietaniemi Configure nits; add socksizetype; add getfsstat for...
2000-02-22 Jarkko Hietaniemi Add socklen_t probe; Configure maintenance.
2000-02-19 Gurusamy Sarathy some rearrangement of the includes for easier "microper...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathy use builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-23 Gurusamy Sarathy system('VAR123=foo cmd') wasn't invoking shell (de...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-05 Gurusamy Sarathy severe bugs in change#3786 fixed
1999-12-29 Gurusamy Sarathy slurp mode fix in change#2910 wasn't quite right (spott...
1999-12-28 Gurusamy Sarathy partly fix perldiag regressions identified by Tom Chris...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy minor USE_ITHREADS tweaks
1999-11-21 Jarkko Hietaniemi VMS patches from Peter Prymmer.
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathy tweak change#4502
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-10-31 Gurusamy Sarathy make nested ARGV/$^I loops work correctly; fixes severa...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-06 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-10-02 Jarkko Hietaniemi Untangle the IV_IS_QUAD jungle by introduding
1999-09-29 Charles Bailey resync with mainline
1999-09-20 Jarkko Hietaniemi Add usemorebits and uselfs.
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-17 Jarkko Hietaniemi The change #4176 should've undone only the test, not...
1999-09-17 Jarkko Hietaniemi Take away the infamous io/dup.t #7.
1999-09-13 Robin Barker Replace change #4100 with
1999-09-07 Robin Barker Fix pointer casts.
1999-08-16 Jarkko Hietaniemi A fix of sorts for the flush-before-dup scenario.
1999-08-14 Jarkko Hietaniemi Augment filesize limit note.
1999-08-14 Jarkko Hietaniemi Note about filesize limits.
1999-08-13 Jarkko Hietaniemi Jumbo Configure and large file support update.
1999-08-11 Mark-Jason Dominus Flush buffer before duplicating file descriptor.
1999-08-10 Jarkko Hietaniemi Use Pid_t.
1999-08-10 Jarkko Hietaniemi Use Mode_t.
1999-08-10 Jarkko Hietaniemi Gratuitous uid and gid casts to I32s and ints removed.
1999-08-03 Jarkko Hietaniemi Retract #3912, much too many compilation warnings
1999-08-03 Sven Verdoolaege (Retracted). See #3913.
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-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-26 Gurusamy Sarathy ensure implicitly closed handles don't set $? or $!
1999-07-18 Gurusamy Sarathy detypo, update Changes
1999-07-17 Ilya Zakharevich make system() return -1 and set $! if exec of child...
1999-07-08 Gurusamy Sarathy sundry cleanups for clean build on windows
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Gurusamy Sarathy better diagnostics on read operations from write-only
1999-07-06 Ilya Zakharevich Optimize 2>&1 in commands
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-05 Jarkko Hietaniemi Hack SOCKS support some more plus a patch from Andy...
1999-07-05 Jarkko Hietaniemi Integrate with mainperl.
1999-07-05 Fifer, Eric cygwin32 update
1999-07-04 Jarkko Hietaniemi Miscellaneus AIX fixes + SOCKS support.
1999-06-27 Olaf Flebbe EPOC port to Psion5.
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-05-25 Gurusamy Sarathy assorted tweaks
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Ilya Zakharevich Re: [PATCH 5.005_56] Make open(F,"command |") return...
1999-04-13 Jarkko Hietaniemi Croak if no known ways to semctl() (don't assume union...
1999-04-04 Jarkko Hietaniemi Integrate from mainperl.
1999-04-03 Gurusamy Sarathy remove duplicate code and an extra branch in sv_setsv...
1999-04-03 John Bley Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead...
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-24 Gurusamy Sarathy more "correct" utbuf for utime()
1999-02-15 Spider Boardman Import Ultrix update, change #2864,
next