This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
the "local @foo with $#foo" tests are no longer TODO
[perl5.git] / doio.c
2005-07-18 Steve HaySilence compiler warning following change 25157
2005-07-17 Dave Mitchellchange #25129 was overzealous in delaying the call...
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-10 Dave Mitchellno code before declarations!
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-29 Nicholas ClarkFixes to -DPERL_DONT_CREATE_GVSV to make more tests...
2005-06-23 Steve HayOops! Change 24946 wasn't quite right
2005-06-23 Steve HayMore bcc32 compiler warnings to silence
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMove SvPV consting, remove an n_a, and correct one...
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Andy LesterRandom consting
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-29 Craig A. BerryVMS build update for blead
2005-05-20 Steve PetersSvPVX_const() - Patch #1
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-07 Andy LesterGCC attributes!
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-04-05 Nicholas ClarkUsing savesvpv() here is terser and produces smaller...
2005-04-04 Andy Lesterconst-eight.diff
2005-03-29 Steve HayFix PerlLIO_chsize() for platforms that don't have...
2005-03-24 Andy LesterThird consting batch
2005-03-10 Rafael Garcia-SuarezMake the return value of close() depend not only on...
2005-02-15 Steve PetersUse strl* functions in doio.c when available
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2004-12-31 Nicholas ClarkDoing the strnEQ char by char for 2 and 3 character...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-10 Nicholas ClarkPerl_mode_from_discipline must update len. (else SEGV)
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-29 Dave Mitchell [perl #24521] make test breaks permissions on /dev/tty
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2003-12-15 Alan BurlisonRemove incorrect guards around inclusion of <signal.h>
2003-12-12 Alan BurlisonModify the common guard for the signal.h header, because
2003-12-06 Craig A. Berrycasting bug in VMS part of Perl_start_glob
2003-10-23 Jan Duboisdup2() not going through PerlLIO abstraction layer
2003-10-21 Ilya ZakharevichTwo OS/2 portability patches from Ilya.
2003-09-13 Jarkko HietaniemiApparently at some point doing 3-arg open with
2003-09-13 Jarkko HietaniemiMinuscule code cleanup.
2003-09-13 Stas BekmanUnknown discipline ':utf8' w/ maint perl w/o perlio
2003-08-30 Jarkko HietaniemiFewer naked char constants.
2003-07-10 Chip SalzenbergRestore SIGFPE on exec()
2003-06-15 Ilya ZakharevichOS2 patches
2003-05-18 Jarkko HietaniemiIntegrate from perlio:
2003-05-17 Nick Ing-SimmonsFix ticket #22219
2003-05-10 Jarkko HietaniemiIn eof() the errno can get stomped by the peek-ahead.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-28 Jarkko HietaniemiFeeding illegal QP (like \x80) to this
2003-03-20 Jarkko HietaniemiIntegrate:
2003-03-14 Jarkko HietaniemiMake whichsig() to work also if some system defines
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-09 Stas BekmanRe: utime undef, undef, "/tmp/test" and warnings
2003-01-20 Nick Ing-SimmonsIntegrate #18405 from maint-5.8 which fixes whitespac
2003-01-16 Jarkko HietaniemiFix 'use encoding' I/O for code points 0x80..0xFF;
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-11-07 Gurusamy SarathyRe: Is this true that Perl 5.8 uses :crlf as default...
2002-10-17 Steve GrazziniRe: [perl #17830] open FH, "<&", $fd
2002-10-02 Rafael Garcia-SuarezRe: perlio bug?
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-07-09 Jarkko HietaniemiChange PerlIO::Scalar and Via to scalar and via.
2002-07-04 Andy DoughertyRe: autom4te and perl 5.8.0
2002-06-20 Nick Ing-SimmonsFix segv on IO::File->open("/dev/null").
2002-06-06 Nick Ing-Simmonsdoio.c tweaks
2002-06-05 Johan VromansAddress the second half of
2002-06-01 Gerrit P. Haase[Patch] Inplace editing on Cygwin and others?
2002-05-09 Nick Ing-SimmonsIntegrate maint branch io (pipe) fixes. (changes#16329...
2002-05-03 Gerrit P. Haaseperl -i clobbers files on Cygwin
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-19 Rafael Garcia-Suarezwarn on ref open without perlio
2002-03-26 Jarkko HietaniemiEPOC update from Olaf Flebbe.
2002-03-22 Nick Ing-SimmonsFix [ID 20020318.003] cannot open STDOUT into in memory...
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-18 Abhijit Menon-Sen Forward port #14704 from maint-5.6.
2002-02-18 Nick Ing-SimmonsIntegrate mainline
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.
next