Fix up Larry's copyright statements to my best knowledge.
[p5sagit/p5-mst-13.2.git] / sv.c
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-02 Artur Bergman Add packname->stash cache before the check if a packnam...
2003-04-01 Ilya Zakharevich Integrate:
2003-03-30 Nicholas Clark COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux...
2003-03-26 Nicholas Clark Better version of change #19069
2003-03-26 Nicholas Clark Re: [perl #21614] 5.8.0 Unbalanced string table refcount
2003-03-12 Jarkko Hietaniemi Another finding by IRIX cc: non-void function
2003-03-11 Hugo van der Sanden typo for utf8locale in #18907
2003-03-11 Jarkko Hietaniemi Add missing intrpvar clonings to perl_clone.
2003-03-11 Stas Bekman [patch] PL_taint_warn falls between chairs in perl_clone()
2003-03-09 Jarkko Hietaniemi At Sarathy's request restore the bin5005compat Perl_foo...
2003-03-09 Adrian M. Enache Re: [perl #21498] printf behaviour changes 5.6.1(and...
2003-03-04 Adrian M. Enache Re: [perl #21395] rcatline doesn't grok utf8
2003-03-03 Jarkko Hietaniemi Use a macro for abs() to avoid the possible truncation...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-26 Adrian M. Enache Re: [perl #20683] [fix] Better Patch
2003-02-24 Jarkko Hietaniemi Patching magic from Inaba-san's keyboard: fix for ...
2003-02-18 Nicholas Clark Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
2003-02-17 Nicholas Clark Re: [PATCH] Copy on write for $& and $1...
2003-02-17 Hugo van der Sanden fix typo in sv.c and regenerate perlapi.pod
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-16 Nicholas Clark COW regexps:
2003-02-16 Nicholas Clark inline SvREFCNT_dec:
2003-02-11 Robin Barker [perl #20654] %*v02x considered invalid in printf
2003-02-11 H.Merijn Brand More code cleanup.
2003-02-11 Mark Mielke PATCH: sv_rvweaken() deficiency (against 5.8.0)
2003-02-10 Hugo van der Sanden fix comment in change #18689
2003-02-10 Hugo van der Sanden Fix for [perl #20339]: "%lf" rejected as invalid by...
2003-02-06 Artur Bergman Patch from Richard Soderberg, cleanup the code a bit...
2003-02-05 Inaba Hiroto [Patch] parsing under encoding (Re: [Encode] HEADS...
2003-02-01 Nick Ing-Simmons PerlIO friendly version of speed up of $/ = undef case.
2003-01-30 Adrian M. Enache [FIX] Re: UTF-8 failures (surprise!)
2003-01-26 Jarkko Hietaniemi Missing (STRLEN)casts.
2003-01-26 Adrian M. Enache patch to speed up Perl's slurp mode
2003-01-22 Nicholas Clark Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad...
2003-01-22 Jarkko Hietaniemi Continuation of #18542.
2003-01-22 Hugo van der Sanden #18530 misses a couple of pTHX definitions
2003-01-21 Hugo van der Sanden integrate (by hand) #18353 and #18359 from maint-5.8:
2003-01-16 Jarkko Hietaniemi Fix 'use encoding' I/O for code points 0x80..0xFF;
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2003-01-03 Artur Bergman Fixes bug #15273, the return of the object caused
2003-01-03 Hugo van der Sanden Re: [perl #18257] Attempt to free unreferenced scalar...
2002-12-28 Gurusamy Sarathy these variables are not in use anywhere since 5.8.0
2002-12-25 Hugo van der Sanden #18345 was still broken; should be fixed now.
2002-12-23 Hugo van der Sanden more on #18344.
2002-12-23 Hugo van der Sanden more on #18312: sv.c:ss_dup()
2002-12-16 Artur Bergman More documentation of obscure flags is good, even if the
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
2002-12-02 Jarkko Hietaniemi $0 mofifying part I
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-11-27 Rafael Garcia-Suarez DESTROY called in scalar context ?
2002-11-16 Dave Mitchell optional code for debugging leaking scalars
2002-11-07 Yitzchak Scott-Tho... Re: [perl #18038] DESTROY change in 5.8.0?
2002-11-04 Hugo van der Sanden extend #13786 to cover the other four identical chunks...
2002-10-24 Dan Kogai The Inaba patch for tr/// vs. use encoding
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-10 Rafael Garcia-Suarez Fix bug #17776 : memory corruption in qr/##/x
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-10-01 Yitzchak Scott-Tho... Re: sv_2pv_flags and ROK and UTF8 flags
2002-09-29 Abhijit Menon-Sen Remove package; (Heh heh.)
2002-09-27 John Peacock Re: [REVISED PATCH] Magic v-strings
2002-09-26 Nicholas Clark ANSI-clean? (was Re: [PATCH] COW for ithreads)
2002-09-26 H.Merijn Brand LEAKTEST is dead, RIP
2002-09-09 Allen Smith Re: [PATCH: perl #17849] (corrected) Long double bugs...
2002-09-08 Allen Smith Re: [PATCH: perl #17849] (corrected) Long double bugs...
2002-09-08 Nicholas Clark COW for ithreads (was Re: what copies scalars in ithreads?)
2002-09-08 Yitzchak Scott-Tho... sv_2pv_flags and ROK and UTF8 flags
2002-09-04 Nicholas Clark copy on write: fixes and debugging
2002-08-30 Yitzchak Scott-Tho... Re: glob names and Regexp type introspection
2002-08-29 Rafael Garcia-Suarez B::check_av() ; B::Deparse for CHECK blocks
2002-08-22 John Peacock Re: [PATCH] Version object patch #1
2002-08-20 John Peacock [REVISED PATCH] Magic v-strings
2002-08-20 Nicholas Clark Clean up copy-on-write macros and debug facilities...
2002-08-17 Nicholas Clark Copy On Write
2002-07-17 Hugo van der Sanden Re: sprintf: fix and docs
2002-07-17 Jarkko Hietaniemi NI-S' stab at the #17270 mystery.
2002-07-17 Jarkko Hietaniemi Also the NetWare breakage was due to #17270, go figure.
2002-07-16 Jarkko Hietaniemi DJGPP was broken by #17270. Because of the time crunch
2002-07-16 Hugo van der Sanden sprintf: fix and docs
2002-07-15 Jarkko Hietaniemi Squash "uninitialized" warning from gcc.
2002-07-15 Tim Bunce Re: Core dump in perl_clone (even with 'use threads...
2002-07-14 Hugo van der Sanden Re: [ID 20020713.008] %vd eats two arguments
2002-07-12 Tim Bunce Core dump in perl_clone (even with 'use threads;' first...
2002-07-09 Nick Ing-Simmons Call $encoding->decode($sv) without a $chk argument.
2002-06-30 Jarkko Hietaniemi Retract #17380, the refcnt tweak was misplaced (re_dup...
2002-06-28 Hugo van der Sanden (Retracted by #17383)
2002-06-27 Jarkko Hietaniemi Inlining to avoid costly UTF-8 calls.
2002-06-17 Nick Ing-Simmons Handle IO error in "slow gets"
2002-06-15 Jarkko Hietaniemi Spurious empty statements.
2002-06-10 Jarkko Hietaniemi Further patch on #17163 for Tru64.
2002-06-10 Jarkko Hietaniemi Patch from Hugo for the 'printf' problem:
2002-06-09 Doug MacEachern [patch] ptr_table_store
2002-06-09 Doug MacEachern Re: unique attribute?
2002-06-09 Doug MacEachern Re: unique attribute?
2002-05-30 Nick Ing-Simmons Integrate all but lib/File/stat.t which seems broken.
2002-05-29 Jarkko Hietaniemi Recover some of the #16845.
2002-05-28 Jarkko Hietaniemi Retract #16820, #16819, #16810, #16669, #16531, #16530...
2002-05-27 Jarkko Hietaniemi Comment nit from Yitzchak.
2002-05-27 Nick Ing-Simmons Fix for the IO::Scalar bug (I think).
next