Third consting batch
[p5sagit/p5-mst-13.2.git] / sv.c
2005-03-24 Andy Lester Third consting batch
2005-03-21 Andy Lester More consting goodness
2005-03-18 Yves Orton Re: Reworked Trie Patch
2005-03-18 Andy Lester More const parms
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-19 Robin Barker Further follow-up to 23767
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
2005-01-14 Nicholas Clark Improve documentation for sv_catpvf, to note that patte...
2005-01-13 Nicholas Clark Use the new SV_NOSTEAL flag to avoid the SvTEMP dance...
2005-01-13 Nicholas Clark Update copyright years. Add an editor block while passi...
2005-01-11 Robin Barker follow-up to 23767
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
2005-01-07 Robin Barker to improve -DCHECK_FORMAT
2005-01-07 Nicholas Clark Stage 1 of utf8 support for soft references.
2004-12-27 Stas Bekman [patch sv.c] comment fix
2004-12-24 Stas Bekman Re: [patch perlapi doc] sv_magic
2004-12-07 Nicholas Clark Avoid getting the stash name twice (at least visually...
2004-12-01 Nicholas Clark Tidy up the reference name stringification to save...
2004-10-31 Nicholas Clark Set the IV values for PL_sv_yes and PL_sv_no at initial...
2004-10-29 Dave Mitchell [perl #31851] Threading crash with closures
2004-10-29 Steve Hay Document sv_magic() changes brought about by sv_magicext()
2004-10-15 Nicholas Clark Implement sv_svset _nosteal variants by passing a flag...
2004-10-15 Steve Hay Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and...
2004-10-02 Nicholas Clark Perl_sv_recode_to_utf8 shouldn't be returning SvPVX...
2004-09-12 Dave Mitchell [perl #30066] Memory leak in nested shared data structu...
2004-09-08 Marcus Holland-Moritz SvO?OK_off()'s return value
2004-08-06 Craig A. Berry signedness nit in #23190
2004-08-04 Rafael Garcia-Suarez Remove compilation warnings about uninitialized variables.
2004-08-04 Rafael Garcia-Suarez Remove the "Newline in left-justified string" warning.
2004-08-04 John Peacock Final version object core patch?
2004-07-23 Dave Mitchell remove the return stack PL_retstack, and store return...
2004-07-16 Nicholas Clark Encourage compilers to tail call optimise in sv_savepv...
2004-07-12 Nicholas Clark Bodge to make Tk work - like the UTF8 flag, the READONL...
2004-07-12 Nick Ing-Simmons NI-S: IMHO utf8_upgrade is just changing representation...
2004-07-07 Rafael Garcia-Suarez Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
2004-06-30 Nicholas Clark Assert that we aren't leaking memory.
2004-06-29 Nicholas Clark Note 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 Clark As 2/3rds (or 3/4s) of the SV head structure is rewritt...
2004-06-14 Nicholas Clark Assert that SV type has magic member when reading/writing.
2004-06-08 Marcus Holland-Moritz Re: newSVpvn(NULL, 0); doesn't work as advertised
2004-06-06 SADAHIRO Tomoyuki Re: [PATCH] [perl #29841] utf8::decode doesn't work...
2004-05-24 SADAHIRO Tomoyuki Re: utf-8 and taint don't work together
2004-05-19 Dave Mitchell improve 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 Mitchell symbolic references like ${"foo$index"}*3 would incorre...
2004-04-29 SADAHIRO Tomoyuki Fix 29149 - another UTF8 cache bug hit by substr.
2004-04-24 Dave Mitchell fix 64-bit casting error in change 22741 (uninit var...
2004-04-23 Dave Mitchell Include variable names in "Use of uninitialized value...
2004-04-21 Stas Bekman [patch] log the interpreter id in warnings
2004-04-11 Dave Mitchell Stop PL_comppad pointing to a freed pad during global...
2004-04-11 Dave Mitchell Make global cleanup fractionally faster by giving S_visit()
2004-04-05 Marcus Holland-Moritz C<undef> doesn't look like a number. See also:
2004-04-05 SADAHIRO Tomoyuki sv_pvutf8n_force and sv_pvbyten_force
2004-03-26 Dave Mitchell [perl #27268] Blessed reference to anonymous glob
2004-03-21 Rafael Garcia-Suarez Silence a gcc warning.
2004-03-21 SADAHIRO Tomoyuki Re: [perl #27803] perl crashes when utf8::upgrade(...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-03-12 Hugo van der Sanden Fix a bug in the cloning of regexps
2004-03-10 Nicholas Clark croaking for readonly SVs in Perl_sv_utf8_upgrade_flags...
2004-03-07 Nicholas Clark Fix Dave's original shared hash key corruption bug
2004-03-07 Nicholas Clark Add a readonly check to Perl_sv_utf8_upgrade_flags...
2004-03-05 Dave Mitchell silence some compiler warnings
2004-03-04 Dave Mitchell ensure utf8::encode() normalises its arg
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-17 Dave Mitchell Slight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von Parseval Re: [PATCH] GLOB to LVALUE assignment fix
2004-02-14 Dave Mitchell Switch from byacc to bison and simplify the perly....
2004-02-09 Hugo van der Sanden Re: [perl #26073] sprintf miscounts padding when format...
2004-01-17 Dave Mitchell back 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. Enache still problems with backreferences + reverse cloning
2004-01-08 Dave Mitchell segv in pad.c with threads (was: DBD::Oracle and Perl...
2004-01-01 Dave Mitchell Fix bug #24383, where hashes with the :unique attribute...
2003-12-27 Marcus Holland-Moritz Remove Win32 compiler warnings
2003-12-27 Marcus Holland-Moritz Turn Quad_t to Uquad_t in unsigned branch
2003-12-26 Marcus Holland-Moritz Re: 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. Enache fix [perl #24660], [perl #24663].
2003-12-20 Nicholas Clark Solaris 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. Enache fix bug #24605.
2003-12-08 Adrian M. Enache plumb a leak with pos().
2003-12-06 Nicholas Clark Make sv_force_normal_flags cope with shared hash key...
2003-12-03 Stas Bekman Re: XS modules having problems with CLONE and ithreads...
2003-11-29 Nicholas Clark When Gconvert is a macro around sprintf with a .* forma...
2003-11-29 Nicholas Clark Gconvert actually takes type NV, while nv may be either...
2003-11-28 Rafael Garcia-Suarez Fix a regression introduced by change #21694 on sprintf()
2003-11-22 Nicholas Clark Don't COW if the destination has magic.
2003-11-09 Ilya Zakharevich [PATCH 5.8.2 @21574] sprintf() painfully slow
2003-11-03 Nicholas Clark s/new_hash/rehash/g (Stas suggested a better name)
2003-10-31 Stas Bekman [5.8.x segfault + patch] chicken...
2003-10-21 Radu Greab embedding perl
2003-10-16 Nicholas Clark Plan C for foiling the algorithmic complexity attack
2003-10-07 Abhijit Menon-Sen Minor 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 Hietaniemi Macrofy the compile/runtime test.
2003-09-12 Jarkko Hietaniemi It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
next