[perl #18154] Problem found in calculating offsets in regex
[p5sagit/p5-mst-13.2.git] / doio.c
2002-10-17 Steve Grazzini Re: [perl #17830] open FH, "<&", $fd
2002-10-02 Rafael Garcia-Suarez Re: perlio bug?
2002-09-26 Jarkko Hietaniemi enable -ansi -pedantic
2002-07-09 Jarkko Hietaniemi Change PerlIO::Scalar and Via to scalar and via.
2002-07-04 Andy Dougherty Re: autom4te and perl 5.8.0
2002-06-20 Nick Ing-Simmons Fix segv on IO::File->open("/dev/null").
2002-06-06 Nick Ing-Simmons doio.c tweaks
2002-06-05 Johan Vromans Address the second half of
2002-06-01 Gerrit P. Haase [Patch] Inplace editing on Cygwin and others?
2002-05-09 Nick Ing-Simmons Integrate maint branch io (pipe) fixes. (changes#16329...
2002-05-03 Gerrit P. Haase perl -i clobbers files on Cygwin
2002-04-21 Gurusamy Sarathy Windows 64-bit support:
2002-04-19 Rafael Garcia-Suarez warn on ref open without perlio
2002-03-26 Jarkko Hietaniemi EPOC update from Olaf Flebbe.
2002-03-22 Nick Ing-Simmons Fix [ID 20020318.003] cannot open STDOUT into in memory...
2002-03-11 Paul Marquess more warnings tidyup
2002-02-18 Abhijit Menon-Sen Forward port #14704 from maint-5.6.
2002-02-18 Nick Ing-Simmons Integrate mainline
2002-02-16 Abhijit Menon-Sen Absorb #14701 by Sarathy from maint-5.6.
2002-02-08 Rafael Garcia-Suarez Re: [PATCH] eof() coredumps when ARGV is aliased to...
2002-02-03 Rafael Garcia-Suarez lstat FH and -l FH warnings
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-01-31 Jarkko Hietaniemi Turn the I/O Unicode error by default on, but the
2002-01-27 Jarkko Hietaniemi O_RDONLY/O_WRONLY/O_RDWR portability.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-26 Nicholas Clark Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE...
2001-12-12 H.Merijn Brand doio fatal on cygwin for 13651
2001-12-12 Jarkko Hietaniemi Detypo and rename.
2001-12-11 Jarkko Hietaniemi Try to handle platforms that have O_TEXT != O_BINARY but
2001-12-08 Nick Ing-Simmons Allow multi-arg open() if opening layer declares this...
2001-12-02 Jarkko Hietaniemi Various small nits found by DJGPP build.
2001-12-01 Nick Ing-Simmons Skip socket-ness tests on handles (e.g. PerlIO::Scalar...
2001-11-27 Nicholas Clark doio slightly smaller
2001-11-18 Nick Ing-Simmons Allow dup'ing of PerlIO::Scalar etc.
2001-11-16 Abhijit Menon-Sen [PATCH] Doc spellcheck + podcheck
2001-11-08 Abhijit Menon-Sen open(FH, $file) should strip leading and trailing white...
2001-11-02 Jarkko Hietaniemi microperl sync.
2001-10-20 Nick Ing-Simmons Extract doio.c's open(2) mode to string conversion...
2001-10-17 Jarkko Hietaniemi Oh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi (retracted by #12485)
2001-10-17 Jarkko Hietaniemi (retracted by #12485)
2001-10-10 Jarkko Hietaniemi Unix and VMS agree on "*" as a "match any number of...
2001-08-15 Rafael Garcia-Suarez Warning incorrectly reported without -w
2001-07-30 Jarkko Hietaniemi Integrate change #11051 from macperl; O_RDONLY is not...
2001-07-19 deekoo Security hole in taint checking in open()
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Nicholas Clark Based on
2001-06-28 Robert Spier [ID 20010625.009] open(FILE,"+foo") [PATCH]
2001-06-12 Jarkko Hietaniemi gcc -Wall nits picked out by a non-UNIX system
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-27 Jarkko Hietaniemi O_APPEND and O_TRUNC are not portable. (Not available...
2001-05-27 Robert Spier [PATCH] [ID 19991013.005] utime undef, undef, @files
2001-05-26 Craig A. Berry PerlIO for VMS
2001-05-20 Jarkko Hietaniemi Fix for ID 20010519.003: sysopen() wasn't tainting :-(
2001-05-02 Dan Sugalski Multiplicity and thread fixes for VMS
2001-04-23 Jarkko Hietaniemi Make the "STD* opened only for ..." errors more consistent.
2001-04-20 Nick Ing-Simmons Avoid core dump on
2001-04-20 Nick Ing-Simmons Re: A new PerlIO coredump
2001-04-04 Nick Ing-Simmons Downgrade "Wide character in print" to a warning.
2001-03-24 Nick Ing-Simmons Fix un-init variable leading to spurious "Out of Memory!"
2001-03-24 Jarkko Hietaniemi The length might be uninitialized garbage if the *svp...
2001-03-24 Nick Ing-Simmons Implement:
2001-03-23 Nick Ing-Simmons Check in a stable (working) version before next round...
2001-03-23 Nick Ing-Simmons Avoid "reopen" semantics for time being. Fix bug in...
2001-03-22 Nick Ing-Simmons Snapshot of new PerlIO open scheme. Still buggy - mainl...
2001-03-22 Nick Ing-Simmons Give a meaning to '&' in n-arg open case:
2001-03-22 Nick Ing-Simmons If stdin, stdout or stderr get opened in unexpected...
2001-03-22 Nick Ing-Simmons Die on n-arg open(...,"",xxx,yyy,...)
2001-03-02 Radu Greab Re: sync sync sync: have I missed any patches?
2001-02-28 Tim Jenness Re: sync sync sync: have I missed any patches?
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-08 Charles Bailey SYN SYN
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-24 Charles Bailey SYN SYN
2001-01-20 Nick Ing-Simmons Infrastructure to allow:
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-29 Jarkko Hietaniemi Further VMS piping fixes from Charles Lane:
2000-12-13 Nicholas Clark move startglob out of pp_hot.c
2000-12-09 Nick Ing-Simmons Make print, syswrite, send, readline, getc honour utf8...
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Nick Ing-Simmons Quieten some noise in Win32 builds:
2000-11-25 Nick Ing-Simmons Integrate mainline.
2000-11-25 Jens Hamisch Undo the SOCKS workarounds, instead start using PerlIO
2000-11-24 Nick Ing-Simmons Re-arrange crlf vs binary for platforms that care.
2000-11-24 Jarkko Hietaniemi Integrate perlio:
2000-11-23 Nick Ing-Simmons Win32/perlio Now just fails one io/argv.t test - lack
2000-11-23 Nick Ing-Simmons Win32 passes all but t/lib/peek.t with perlio and home...
2000-11-23 Nick Ing-Simmons Implement PerlIO_binmode()
2000-11-23 Jarkko Hietaniemi SOCKS wrestling continues, patches from Jens Hamisch.
2000-11-23 Jarkko Hietaniemi Finish unfinished SOCKS workaround changes.
2000-11-22 Jarkko Hietaniemi More SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-22 Jarkko Hietaniemi Go ahead and #include <unistd.h> in perl.h.
2000-11-21 Jarkko Hietaniemi Integrate perlio:
2000-11-21 Jarkko Hietaniemi Export the SOCKS workaround symbols only if necessary.
2000-11-20 Nick Ing-Simmons Integrate mainline
next