This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
revive probe for futimes ()
[perl5.git] / mg.c
2005-10-31 Rafael Garcia-SuarezAvoid corruption when calling mg_get to retrieve the...
2005-10-29 Steve PetersOops, missed an sv_force_normal()
2005-10-29 Steve PetersChange to use sv_force_normal_flags() directly, rather...
2005-10-20 John E. Malmberg[patch@25809]restore documented exit behavior
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-09-27 Rafael Garcia-SuarezFix by Rick Delaney for [perl #3269] no warnings "barew...
2005-09-06 Yitzchak Scott-Tho... Re: Fw: Tied hash numeric values are rounded off under...
2005-08-01 Rafael Garcia-SuarezVarious patches by John E. Malmberg to fix data
2005-07-28 Paul GreenRE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
2005-07-28 Robin Barkertidy up DieNull and DIE_NULL
2005-07-28 Robin Barkersilence compiler warning in mg.c POSIX.xs
2005-07-24 Craig A. Berryblead help for VMS
2005-07-21 Jarkko HietaniemiRe: [PATCH] support POSIX SA_SIGINFO
2005-07-20 Steve HayFix definition of Perl_sighandler following change...
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-15 Andy Lestermore embed cleanup
2005-07-07 Dave Mitchellmore taint fallout from change 24943
2005-07-05 Dave Mitchellchange 24943 broke restoration of localized taint values
2005-07-04 Steve HayFix change 25045
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-23 Nicholas ClarkRemove the reference loop between symbol tables and...
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-22 Dave Mitchellremove taint hack now that local $tainted no longer...
2005-06-22 Dave Mitchellhandle magic in local correctly
2005-06-21 Steve HayTrim trailing whitespace from $! and $^E
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-14 Dave Mitchellwhoops, Perl_magic_freearylen_p returns int
2005-06-14 Dave MitchellPerl_magic_freearylen_p could coredump
2005-06-09 Nicholas ClarkFixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-09 Andy Lesterregcomp.c and more
2005-06-09 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas ClarkAdd and use MgPV_nolen_const
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Rafael Garcia-SuarezRemove unused variable (thanks to Andy's lint)
2005-06-07 Jarkko Hietaniemione more round of is_utf8_foo tuneup
2005-05-26 Andy LesterUpdated lint infrastructure
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-20 Andy LesterAttribute configuration
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-17 Jarkko Hietaniemiperl 5.9.x (@ 24471): Symbian update
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
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-08 Nicholas ClarkPerl_croak uses perl's printf, so can pass in SVs direc...
2005-05-06 Abhijit Menon-SenDon't pretend SIGZERO exists [#35291].
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-20 glasser@tang-eleve... [perl #35059] [PATCH] caller() skips frames (such as...
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-04-04 Andy Lesterconst-eight.diff
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-26 Nicholas ClarkNeed to return something when the compiler doesn't...
2005-03-25 Andy LesterConsting five
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-14 Andy LesterAdding const qualifiers
2005-01-09 Nicholas Clarksavepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2005-01-07 Robin Barkerto improve -DCHECK_FORMAT
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2005-01-04 Nicholas ClarkUpdate copyright years.
2005-01-04 Nicholas ClarkAdd ${^UTF8LOCALE} to give perl space access to PL_utf8...
2004-11-17 Michael SchroederSuSE's perl safe_putenf diff
2004-10-14 Rafael Garcia-SuarezFix [perl #31971] local $^D gives noise
2004-09-08 Marcus Holland-MoritzSvO?OK_off()'s return value
2004-08-03 Dave Mitchellmore typo fixes for change 3176 (comments at top of...
2004-07-31 Dave Mitchellshut up a warning in mg.c
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-23 Dave Mitchellremove the return stack PL_retstack, and store return...
2004-07-05 Nicholas Clarkt/op/tie.t test 23 is failing when run with utf8 everyw...
2004-06-22 Nicholas ClarkAbolish the "Tied variable freed while still in use...
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-29 Graham BarrRe: [perl #24346] pulling in stuff from outside the...
2004-02-28 Dave Mitchellmake the bison-based parser threadsafe and capable...
2004-01-19 Dave Mitchellchange #22071 (taint bug in $^0) introduced a potential...
2004-01-05 Dave Mitchell[perl #24674]
2003-12-20 Adrian M. Enachefix [perl #24660], [perl #24663].
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-11 Adrian M. Enache#21866 was wrong. another try to plumb that damn leak.
2003-12-08 Tassilo von Parsevaliterator reset moved to hv.c (was: [PATCH] SCALAR/FIRST...
2003-12-06 Tassilo von ParsevalSCALAR/FIRSTKEY for tied hashes in scalar context
2003-12-05 Paul Johnson$^P, eval and caller
2003-12-02 Jan Duboissetting $0 still broken
2003-11-22 Nicholas Clarkrestore_magic needs to undo COW
2003-11-19 Rafael Garcia-SuarezRestore errno after having read $^E (like for $!)
2003-10-27 Abhijit Menon-SenWill the real off by one please stand up?
2003-10-26 Abhijit Menon-SenFix off-by-one in $0 set magic. (From Autrijus.)
2003-10-12 pxm@nubz.org[perl #24122] setreuid and friends borked on darwin/osx
2003-09-24 Olli Savia[perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
2003-08-22 Jarkko HietaniemiThe change #20809 opened up a code path that might...
2003-08-21 Rafael Garcia-SuarezThe magic variables that alter STDOUT have a tendancy...
next