This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync up embed.fnc and doio.c
[perl5.git] / doio.c
2006-03-05 John E. MalmbergRe: threads and VMS
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-20 John E. Malmbergpatch@27236 vms glob/readdir/chdir EFS/long filename...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-08 Andy LesterHandle unused args
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-28 Nicholas ClarkCall gv_fetchpvn_flags where we already know the length.
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-18 Gisle AasSuppress "statement not reached" warning from the Sun...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-26 Jim Cromiechg 26486 removes last use of NGROUPS, so remove the...
2005-12-26 Steve PetersObviously, Perl_ingroup() is also using 256k of stack...
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-17 Nicholas ClarkMove and const some definitions of variables used to...
2005-12-15 Nicholas ClarkIn Perl_apply, the name of the op can be found from...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-08 Nicholas ClarkEliminate some unnecessary strlen()s
2005-11-08 Nicholas Clark3 calls to strlen() we can avoid.
2005-11-07 Nicholas Clarks/Nick Clark/Nicholas Clark/
2005-11-07 Jarkko HietaniemiSymbian update blead@26025
2005-11-03 Nicholas ClarkPatch 3945 was a bit overkeen - the effective parameter...
2005-11-02 Nicholas ClarkMove the conditonal compiles that report absence of...
2005-10-31 Gisle Aasfutimes [PATCH]
2005-10-30 Nicholas ClarkI think we have a winner. do_pipe hasn't been called...
2005-10-30 Nicholas ClarkReplace do_aexec() with a macro to call do_aexec5(...
2005-10-30 Nicholas ClarkReplace do_exec() with a macro to call do_exec3() with...
2005-10-30 Nicholas ClarkReplace do_open() with a macro to call do_openn() with...
2005-10-29 Steve PetersAdditional mathoms from doio.c
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-10-04 Gisle AasRe: $^CHILD_ERROR_NATIVE issues (with attachment)
2005-09-27 Peter DintelmannAW: [perl #36291] incorrect $! from open ">&nr" with...
2005-08-23 Rick DelaneyUse SvGETMAGIC more often
2005-08-10 John E. Malmbergpatch@25279 VMS error handling and const fixes
2005-08-01 Rafael Garcia-SuarezVarious patches by John E. Malmberg to fix data
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-24 Craig A. BerryRe: blead@25210 on OpenVMS (not good)
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:
next