This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Make Schwern poor in just 20 easy steps!
[perl5.git] / doio.c
2002-02-18 Abhijit Menon-Sen Forward port #14704 from maint-5.6.
2002-02-16 Abhijit Menon-Sen Absorb #14701 by Sarathy from maint-5.6.
2002-02-08 Rafael Garcia-SuarezRe: [PATCH] eof() coredumps when ARGV is aliased to...
2002-02-03 Rafael Garcia-Suarezlstat FH and -l FH warnings
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-01-31 Jarkko HietaniemiTurn the I/O Unicode error by default on, but the
2002-01-27 Jarkko HietaniemiO_RDONLY/O_WRONLY/O_RDWR portability.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-26 Nicholas ClarkRe: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE...
2001-12-12 H.Merijn Branddoio fatal on cygwin for 13651
2001-12-12 Jarkko HietaniemiDetypo and rename.
2001-12-11 Jarkko HietaniemiTry to handle platforms that have O_TEXT != O_BINARY but
2001-12-08 Nick Ing-SimmonsAllow multi-arg open() if opening layer declares this...
2001-12-02 Jarkko HietaniemiVarious small nits found by DJGPP build.
2001-12-01 Nick Ing-SimmonsSkip socket-ness tests on handles (e.g. PerlIO::Scalar...
2001-11-27 Nicholas Clarkdoio slightly smaller
2001-11-18 Nick Ing-SimmonsAllow dup'ing of PerlIO::Scalar etc.
2001-11-16 Abhijit Menon-Sen[PATCH] Doc spellcheck + podcheck
2001-11-08 Abhijit Menon-Senopen(FH, $file) should strip leading and trailing white...
2001-11-02 Jarkko Hietaniemimicroperl sync.
2001-10-20 Nick Ing-SimmonsExtract doio.c's open(2) mode to string conversion...
2001-10-17 Jarkko HietaniemiOh, 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 HietaniemiUnix and VMS agree on "*" as a "match any number of...
2001-08-15 Rafael Garcia-SuarezWarning incorrectly reported without -w
2001-07-30 Jarkko HietaniemiIntegrate change #11051 from macperl; O_RDONLY is not...
2001-07-19 deekooSecurity hole in taint checking in open()
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Nicholas ClarkBased on
2001-06-28 Robert Spier[ID 20010625.009] open(FILE,"+foo") [PATCH]
2001-06-12 Jarkko Hietaniemigcc -Wall nits picked out by a non-UNIX system
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-30 Jarkko HietaniemiMedley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-27 Jarkko HietaniemiO_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. BerryPerlIO for VMS
2001-05-20 Jarkko HietaniemiFix for ID 20010519.003: sysopen() wasn't tainting :-(
2001-05-02 Dan SugalskiMultiplicity and thread fixes for VMS
2001-04-23 Jarkko HietaniemiMake the "STD* opened only for ..." errors more consistent.
2001-04-20 Nick Ing-SimmonsAvoid core dump on
2001-04-20 Nick Ing-SimmonsRe: A new PerlIO coredump
2001-04-04 Nick Ing-SimmonsDowngrade "Wide character in print" to a warning.
2001-03-24 Nick Ing-SimmonsFix un-init variable leading to spurious "Out of Memory!"
2001-03-24 Jarkko HietaniemiThe length might be uninitialized garbage if the *svp...
2001-03-24 Nick Ing-SimmonsImplement:
2001-03-23 Nick Ing-SimmonsCheck in a stable (working) version before next round...
2001-03-23 Nick Ing-SimmonsAvoid "reopen" semantics for time being. Fix bug in...
2001-03-22 Nick Ing-SimmonsSnapshot of new PerlIO open scheme. Still buggy - mainl...
2001-03-22 Nick Ing-SimmonsGive a meaning to '&' in n-arg open case:
2001-03-22 Nick Ing-SimmonsIf stdin, stdout or stderr get opened in unexpected...
2001-03-22 Nick Ing-SimmonsDie on n-arg open(...,"",xxx,yyy,...)
2001-03-02 Radu GreabRe: sync sync sync: have I missed any patches?
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-08 Charles BaileySYN SYN
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-24 Charles BaileySYN SYN
2001-01-20 Nick Ing-SimmonsInfrastructure to allow:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-29 Jarkko HietaniemiFurther VMS piping fixes from Charles Lane:
2000-12-13 Nicholas Clarkmove startglob out of pp_hot.c
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Nick Ing-SimmonsQuieten some noise in Win32 builds:
2000-11-25 Nick Ing-SimmonsIntegrate mainline.
2000-11-25 Jens HamischUndo the SOCKS workarounds, instead start using PerlIO
2000-11-24 Nick Ing-SimmonsRe-arrange crlf vs binary for platforms that care.
2000-11-24 Jarkko HietaniemiIntegrate perlio:
2000-11-23 Nick Ing-SimmonsWin32/perlio Now just fails one io/argv.t test - lack
2000-11-23 Nick Ing-SimmonsWin32 passes all but t/lib/peek.t with perlio and home...
2000-11-23 Nick Ing-SimmonsImplement PerlIO_binmode()
2000-11-23 Jarkko HietaniemiSOCKS wrestling continues, patches from Jens Hamisch.
2000-11-23 Jarkko HietaniemiFinish unfinished SOCKS workaround changes.
2000-11-22 Jarkko HietaniemiMore SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-21 Jarkko HietaniemiIntegrate perlio:
2000-11-21 Jarkko HietaniemiExport the SOCKS workaround symbols only if necessary.
2000-11-20 Nick Ing-SimmonsIntegrate mainline
2000-11-20 Nick Ing-SimmonsMake extra buffer layer work (dummy crlf layer)
2000-11-20 Jarkko HietaniemiAdd a workaround to SOCKS 64-bit problems.
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-11-18 Nick Ing-SimmonsBasic tweaks to do_open() type parsing to allow layer...
2000-11-16 Nick Ing-SimmonsMinor tweaks:
2000-11-14 Jens HamischHoist the duplicated socket/netdb include logic to...
2000-10-20 Jens HamischSOCKS function redefinitions need prototypes, too,...
2000-10-20 Charles BaileySYN SYN
2000-10-19 Nicholas ClarkPATCH do_print has 2 PerlIO_error()s
2000-10-18 Jarkko HietaniemiDisable the UTF8 downgrade croakage for now to avoid
2000-10-17 Jarkko HietaniemiOn output try to downgrade to bytes, croak if impossible,
2000-10-17 Nicholas ClarkWorkaround for a sfio bug where the stream error indicator
2000-10-17 Jarkko HietaniemiMore IoTYPE sprinkling.
2000-10-04 Jarkko HietaniemiCode around the stat-on-a-pipe-returns-a-mode-of-zero bug
2000-08-06 Jarkko HietaniemiHave symbols for the IoTYPEs.
2000-08-06 Jarkko HietaniemiContinue fixing the io warnings. This also
2000-08-04 Jarkko HietaniemiIn the warnings call filehandles consistently so;
next