This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
for (reverse @foo) now iterates in reverse in place.
[perl5.git] / sv.c
2004-07-12 Nicholas ClarkBodge to make Tk work - like the UTF8 flag, the READONL...
2004-07-12 Nick Ing-SimmonsNI-S: IMHO utf8_upgrade is just changing representation...
2004-07-07 Rafael Garcia-SuarezMake Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
2004-06-30 Nicholas ClarkAssert that we aren't leaking memory.
2004-06-29 Nicholas ClarkNote that sv_2mortal isn't just "increase reference...
2004-06-28 Dave Mitchell[perl #30509] use encoding and "eq" cause memory leak
2004-06-17 Nicholas ClarkAs 2/3rds (or 3/4s) of the SV head structure is rewritt...
2004-06-14 Nicholas ClarkAssert that SV type has magic member when reading/writing.
2004-06-08 Marcus Holland-MoritzRe: newSVpvn(NULL, 0); doesn't work as advertised
2004-06-06 SADAHIRO TomoyukiRe: [PATCH] [perl #29841] utf8::decode doesn't work...
2004-05-24 SADAHIRO TomoyukiRe: utf-8 and taint don't work together
2004-05-19 Dave Mitchellimprove hashing algorithm for ptr tables in perl_clone:
2004-05-19 Dave Mitchell[perl #29637] Thread creation time is hypersensitive
2004-05-12 Olli Savia[perl #29527] Perl 5.8.4 build problems on LynxOS
2004-05-07 Dave Mitchellsymbolic references like ${"foo$index"}*3 would incorre...
2004-04-29 SADAHIRO TomoyukiFix 29149 - another UTF8 cache bug hit by substr.
2004-04-24 Dave Mitchellfix 64-bit casting error in change 22741 (uninit var...
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-04-21 Stas Bekman[patch] log the interpreter id in warnings
2004-04-11 Dave MitchellStop PL_comppad pointing to a freed pad during global...
2004-04-11 Dave MitchellMake global cleanup fractionally faster by giving S_visit()
2004-04-05 Marcus Holland-MoritzC<undef> doesn't look like a number. See also:
2004-04-05 SADAHIRO Tomoyukisv_pvutf8n_force and sv_pvbyten_force
2004-03-26 Dave Mitchell[perl #27268] Blessed reference to anonymous glob
2004-03-21 Rafael Garcia-SuarezSilence a gcc warning.
2004-03-21 SADAHIRO TomoyukiRe: [perl #27803] perl crashes when utf8::upgrade(...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-12 Hugo van der SandenFix a bug in the cloning of regexps
2004-03-10 Nicholas Clarkcroaking for readonly SVs in Perl_sv_utf8_upgrade_flags...
2004-03-07 Nicholas ClarkFix Dave's original shared hash key corruption bug
2004-03-07 Nicholas ClarkAdd a readonly check to Perl_sv_utf8_upgrade_flags...
2004-03-05 Dave Mitchellsilence some compiler warnings
2004-03-04 Dave Mitchellensure utf8::encode() normalises its arg
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-17 Dave MitchellSlight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2004-02-09 Hugo van der SandenRe: [perl #26073] sprintf miscounts padding when format...
2004-01-17 Dave Mitchellback out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2004-01-10 Adrian M. Enachestill problems with backreferences + reverse cloning
2004-01-08 Dave Mitchellsegv in pad.c with threads (was: DBD::Oracle and Perl...
2004-01-01 Dave MitchellFix bug #24383, where hashes with the :unique attribute...
2003-12-27 Marcus Holland-MoritzRemove Win32 compiler warnings
2003-12-27 Marcus Holland-MoritzTurn Quad_t to Uquad_t in unsigned branch
2003-12-26 Marcus Holland-MoritzRe: GCC bug breaking Perl_sv_catpvfn()?
2003-12-25 Fergal Daly[perl #24506] [PATCH] cannot weaken refs to read only...
2003-12-20 Adrian M. Enachefix [perl #24660], [perl #24663].
2003-12-20 Nicholas ClarkSolaris gconvert() doesn't like ndigits == 0. Currently...
2003-12-11 Adrian M. Enache#21866 was wrong. another try to plumb that damn leak.
2003-12-11 Adrian M. Enachefix bug #24605.
2003-12-08 Adrian M. Enacheplumb a leak with pos().
2003-12-06 Nicholas ClarkMake sv_force_normal_flags cope with shared hash key...
2003-12-03 Stas BekmanRe: XS modules having problems with CLONE and ithreads...
2003-11-29 Nicholas ClarkWhen Gconvert is a macro around sprintf with a .* forma...
2003-11-29 Nicholas ClarkGconvert actually takes type NV, while nv may be either...
2003-11-28 Rafael Garcia-SuarezFix a regression introduced by change #21694 on sprintf()
2003-11-22 Nicholas ClarkDon't COW if the destination has magic.
2003-11-09 Ilya Zakharevich[PATCH 5.8.2 @21574] sprintf() painfully slow
2003-11-03 Nicholas Clarks/new_hash/rehash/g (Stas suggested a better name)
2003-10-31 Stas Bekman[5.8.x segfault + patch] chicken&egg segfault in -Dm...
2003-10-21 Radu Greabembedding perl
2003-10-16 Nicholas ClarkPlan C for foiling the algorithmic complexity attack
2003-10-07 Abhijit Menon-SenMinor tweaks to pod/perlsyn.pod (as suggested by Yves...
2003-10-07 Stas Bekman[patch sv.c] improve "...free unref scalar" warning
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-08-31 Marcus Holland-MoritzRe: [PATCH] add "$lexical not available" warning in...
2003-08-26 Joe Schaeferperlapi.pod tweaks, based on :
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
2003-08-09 Dave Mitchell[ PATCH] Re: strange destruction problem on VMS
2003-07-29 Jarkko HietaniemiOops.
2003-07-29 Jarkko HietaniemiCleanup the sv_gets() logic for platforms with small...
2003-07-28 Jarkko HietaniemiMake Storable work with blead/maint by making PL_sv_pla...
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-07-24 Stas BekmanRe: [typo] sv.c pod/perlapi.pod
2003-07-24 Dave MitchellRe: Reference to tied elements results in lvalue.
2003-07-17 Anton Berezinfix $^N-related coredump
2003-07-03 Jarkko HietaniemiAdd at least meager beginnings of assertion checks for
2003-07-03 Dave MitchellRe: ext/List/Util/t/weak.t panic
2003-07-02 Jarkko HietaniemiFix for [perl #22759 insufficient format string checking];
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-06-24 Dave MitchellRe: [perl #22719] ISA cache problem with blessed stash...
2003-06-20 Jarkko HietaniemiMore Perl malloc debugging magic from Ilya. Seems...
2003-06-15 Marcus Holland-MoritzRe: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
2003-06-14 Jarkko HietaniemiFollowup on #19779: make the helper function static,
2003-06-14 Marcus Holland-Moritzstrchr() running amok in sv_vcatpvfn()
2003-06-12 Robin BarkerAdd a new warning, "Newline in left-justified string...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-05-31 Jarkko HietaniemiBetter patch from Inaba Hiroto for
2003-05-31 Adrian M. EnacheRe: [perl #22372] [PATCH] sv_chop() broken
2003-05-30 Jarkko HietaniemiFix for "#22375 'split'/'index' problem for utf8".
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-12 Jarkko HietaniemiMore moves to intrpvar.h.
2003-05-11 Jarkko HietaniemiMove the thread *hook into interpreter.
2003-05-03 Jarkko HietaniemiTru64: PerlIO_tell() was returning about one _megabyte_ for
2003-04-28 Jarkko HietaniemiFeel-good cleanup.
2003-04-21 Artur BergmanFix bug 17964 by properly refcounting the gv top.
2003-04-20 Adrian M. EnacheRe: [perl #22000] AutoReply: [PATCH] Naughty sv_gets...
next