This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / sv.c
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2003-01-03 Artur BergmanFixes bug #15273, the return of the object caused
2003-01-03 Hugo van der SandenRe: [perl #18257] Attempt to free unreferenced scalar...
2002-12-28 Gurusamy Sarathythese 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 Sandenmore on #18344.
2002-12-23 Hugo van der Sandenmore on #18312: sv.c:ss_dup()
2002-12-16 Artur BergmanMore documentation of obscure flags is good, even if the
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-27 Rafael Garcia-SuarezDESTROY called in scalar context ?
2002-11-16 Dave Mitchelloptional 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 Sandenextend #13786 to cover the other four identical chunks...
2002-10-24 Dan KogaiThe Inaba patch for tr/// vs. use encoding
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-10 Rafael Garcia-SuarezFix bug #17776 : memory corruption in qr/##/x
2002-10-02 Dave Mitchellmove 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-SenRemove package; (Heh heh.)
2002-09-27 John PeacockRe: [REVISED PATCH] Magic v-strings
2002-09-26 Nicholas ClarkANSI-clean? (was Re: [PATCH] COW for ithreads)
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-09-09 Allen SmithRe: [PATCH: perl #17849] (corrected) Long double bugs...
2002-09-08 Allen SmithRe: [PATCH: perl #17849] (corrected) Long double bugs...
2002-09-08 Nicholas ClarkCOW 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 Clarkcopy on write: fixes and debugging
2002-08-30 Yitzchak Scott-Tho... Re: glob names and Regexp type introspection
2002-08-29 Rafael Garcia-SuarezB::check_av() ; B::Deparse for CHECK blocks
2002-08-22 John PeacockRe: [PATCH] Version object patch #1
2002-08-20 John Peacock[REVISED PATCH] Magic v-strings
2002-08-20 Nicholas ClarkClean up copy-on-write macros and debug facilities...
2002-08-17 Nicholas ClarkCopy On Write
2002-07-17 Hugo van der SandenRe: sprintf: fix and docs
2002-07-17 Jarkko HietaniemiNI-S' stab at the #17270 mystery.
2002-07-17 Jarkko HietaniemiAlso the NetWare breakage was due to #17270, go figure.
2002-07-16 Jarkko HietaniemiDJGPP was broken by #17270. Because of the time crunch
2002-07-16 Hugo van der Sandensprintf: fix and docs
2002-07-15 Jarkko HietaniemiSquash "uninitialized" warning from gcc.
2002-07-15 Tim BunceRe: Core dump in perl_clone (even with 'use threads...
2002-07-14 Hugo van der SandenRe: [ID 20020713.008] %vd eats two arguments
2002-07-12 Tim BunceCore dump in perl_clone (even with 'use threads;' first...
2002-07-09 Nick Ing-SimmonsCall $encoding->decode($sv) without a $chk argument.
2002-06-30 Jarkko HietaniemiRetract #17380, the refcnt tweak was misplaced (re_dup...
2002-06-28 Hugo van der Sanden(Retracted by #17383)
2002-06-27 Jarkko HietaniemiInlining to avoid costly UTF-8 calls.
2002-06-17 Nick Ing-SimmonsHandle IO error in "slow gets"
2002-06-15 Jarkko HietaniemiSpurious empty statements.
2002-06-10 Jarkko HietaniemiFurther patch on #17163 for Tru64.
2002-06-10 Jarkko HietaniemiPatch from Hugo for the 'printf' problem:
2002-06-09 Doug MacEachern[patch] ptr_table_store
2002-06-09 Doug MacEachernRe: unique attribute?
2002-06-09 Doug MacEachernRe: unique attribute?
2002-05-30 Nick Ing-SimmonsIntegrate all but lib/File/stat.t which seems broken.
2002-05-29 Jarkko HietaniemiRecover some of the #16845.
2002-05-28 Jarkko HietaniemiRetract #16820, #16819, #16810, #16669, #16531, #16530...
2002-05-27 Jarkko HietaniemiComment nit from Yitzchak.
2002-05-27 Nick Ing-SimmonsFix for the IO::Scalar bug (I think).
2002-05-26 Nick Ing-Simmons**** UNSAFE **** partial fix for IO::Scalar and local...
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-19 Jarkko HietaniemiSarathy pointed out that instead of zeroing heap
2002-05-17 Jarkko HietaniemiPERL_HASH() casting games so that our hashed data is...
2002-05-15 Jarkko HietaniemiPurify finding: jperl.t causes a few Array Bounds Reads
2002-05-12 Artur BergmanFixed bug where tmpsv would be null after the return...
2002-05-11 Jarkko HietaniemiExplicit casts due to #16542.
2002-05-08 Yitzchak Scott-Tho... [PATCH] Re: perl@16433
2002-05-04 Dave Mitchelldelete inaccurate comment
2002-05-02 Gurusamy Sarathymanual integrate of change#16332 from maint-5.6 branch
2002-05-01 Jarkko HietaniemiRemove sv_setpviv{_,mg}; regen perlapi.
2002-05-01 Dave Mitchellremove macroized bincompat functions
2002-04-27 Jarkko HietaniemiMore VC5-induced casting found by Nikola Knezevic.
2002-04-26 Gurusamy Sarathyfix typo that caused pseudo-fork() crashes on win64...
2002-04-25 Jarkko Hietaniemi-Wformat cleanups from Robin Barker.
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-16 Jarkko Hietaniemimy $utf8here, our $utf8here, and package variable ...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Rafael Garcia-SuarezFully qualify in warning message the name of a subrouti...
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Jeffrey FriedlRe: [ID 20020324.003] fairly major problem with qr...
2002-03-24 Jarkko HietaniemiIn the spirit of #15464.
2002-03-23 Dave Mitchelltidy sv.[ch] after CRIPPLED_CC removal
2002-03-23 Jarkko HietaniemiPurify: Unitialized memory read. Too many code paths
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiFix for "UTF-8 bug with s///" from Hugo.
2002-03-18 Jarkko HietaniemiFor DEBUGGING threaded builds.
2002-03-17 Nick Ing-SimmonsAvoid overwrite of un-allocated memory when SvCUR ...
2002-03-16 Jarkko HietaniemiHP-UX gcc 3 warnings found by Sarathy.
2002-03-11 Jarkko HietaniemiUndocument the use of .*utf8.*{upgrade,downgrade,encode...
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-10 Jarkko HietaniemiRenaming tweaks, and split off the reentrant "superbuffer"
2002-03-08 Anton TagunovRe[2]: [ID 20020307.006] [BUG][use encoding] use encodi...
2002-03-07 Jarkko HietaniemiAs suggested by Anton Tagunov, eq and cmp now obey the
2002-03-07 Jarkko HietaniemiRetract #14985, #14899, and #14990, following the princ...
2002-03-04 Ilya Zakharevichsv_cmp and friends
2002-02-25 John PeacockRe: [PATCH] Re: Copying PV only with possible UTF-8...
2002-02-25 Jarkko HietaniemiSvSetSV() is not returnable, but that's okay since
next