This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The perlio warnings are not mandatory.
[perl5.git] / sv.c
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
2002-02-24 John PeacockRe: Copying PV only with possible UTF-8 characters
2002-02-22 Rafael Garcia-SuarezRe: Prototype checking on assignment of coderef to...
2002-02-03 Nick Ing-SimmonsFix SvGROW on an SV with SvLEN == 0 - copy in any exist...
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-23 Jarkko HietaniemiUnused (the only occurrence of USE_BYTES_DOWNGRADES...
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-18 Nick Ing-SimmonsSplit out core of sv_magic() into sv_magicext().
2002-01-15 Nick Ing-SimmonsIntegrate rest of mainline
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-13 Jarkko HietaniemiMove the UTF-8 conversion code earlier so that
2002-01-13 Jarkko HietaniemiGrow the buffer in case Unicode caused size changes
2002-01-12 Jarkko HietaniemiIntegrate perlio:
2002-01-12 Nick Ing-SimmonsAbstract out the cloning of SvPVX and handle shared...
2002-01-11 Andreas KönigFix for
2002-01-11 Gurusamy Sarathymalloc() things must be free()d, not Safefree()d (bug...
2002-01-06 Jarkko HietaniemiPL_debug_pad wasn't initialized to zeroes which broke
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2002-01-02 Nick Ing-SimmonsAvoid un-init perl_debug_pad in clones
2001-12-22 Nick Ing-SimmonsCorrect checking code which Ilya spotted was tripped...
2001-12-19 Hugo van der SandenRe: [ID 20011213.001] Segfault with overload and Test
2001-12-18 Jarkko Hietaniemi%g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2001-12-18 Nick Ing-SimmonsTidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-14 Jarkko HietaniemiSilence compiler worries found by Schwern/Digital cc.
2001-12-08 coral@eekeek.orgFix odd language in an sv.c comment
2001-12-08 Jarkko HietaniemiRetract #11156 since Sarathy has found that it breaks...
2001-12-03 Nicholas Clarkshared hash keys and ++/--
2001-11-20 Jarkko HietaniemiReally define do_report_used() only if DEBUGGING.
2001-11-19 Jarkko HietaniemiProtect sv_dump() from being included unless DEBUGGING,
2001-11-18 Nick Ing-SimmonsAllow dup'ing of PerlIO::Scalar etc.
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-10 Jarkko HietaniemiA potential recursion breaker.
2001-11-07 Jarkko HietaniemiTweak for Cray-friendliness from Nicholas Clark.
2001-11-03 Abhijit Menon-SenUgly bandaid to stop C<package;> from segfaulting ...
2001-11-02 Jarkko HietaniemiUnicode: add ToFold mapping. Not used yet; but basically
2001-10-31 Jarkko HietaniemiExtend the effect of the encoding pragma to chr() and...
2001-10-31 Jarkko HietaniemiMore documentation for the encode pragma.
2001-10-31 Jarkko HietaniemiThinko in #12783.
2001-10-31 Jarkko HietaniemiMake sv_recode_to_utf8() a real API: the encoding
2001-10-31 Jarkko HietaniemiEnable -Mencoding=foobar also for string literals.
2001-10-28 Jarkko HietaniemiAdd the encoding pragma to control the "upgrade"
2001-10-23 Jarkko HietaniemiMake the "isn't numeric" warning to show Unicode as...
2001-10-23 Artur BergmanChange #12607 introduced a bug, seems like some MAGICAL SVs
2001-10-23 Artur BergmanCall setmagic on the referent we are blessing.
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-21 Nick Ing-SimmonsPerlIO layer table as PL_perlio (per-interpreter)
2001-10-19 Nick Ing-SimmonsFix gross win32 build issues
2001-10-16 Nick Ing-SimmonsBuilds under ithreads (but fails all threads tests)
2001-10-16 Nick Ing-SimmonsSkeleton of "PerlIO_dup" coded.
2001-10-12 Andy DoughertyRe: Sparc/Linux/ithreads unhappy @12391 [PATCH]
2001-09-17 Artur BergmanFixes coredump introduced by 11755 and 11790. Thanks...
2001-09-15 Doug MacEachern[patch] ithreads+PL_beginav_save
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-09-12 Robin Barkermay be uninitialized warning forperl@12003
2001-09-10 John PeacockPATCH Resubmission - was Re: [ID 20010902.001] v strin...
2001-09-10 Artur BergmanSilence some more warnings INT2PTR.
next