This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Term::ReadLine tweaks and test
[perl5.git] / sv.c
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.
2001-09-10 Artur BergmanRemove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-09-05 Nicholas ClarkRe: [ID 20010825.006] -DCRIPPLED_CC is broken
2001-09-03 Gurusamy Sarathyintegrate change#11847 from maint-5.6
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-29 Nicholas Clarkpass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon CozensCustom Ops
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-17 Artur BergmanLet perl_clone copy PL_exit_flags
2001-08-14 Nikola Knezevicremoving sv.c warnings on VC++5.0
2001-08-05 Philip Newtonwarning in sv.c: double format, NV arg
2001-08-04 Doug MacEachernRe: [patch] rid "Scalars leaked" from perl_clone
2001-08-04 Abhijit Menon-SenRe: [patch] refcount re ops
2001-08-04 Doug MacEachern[patch] refcount re ops
2001-08-03 Doug MacEachern[patch] plug PL_cshname leak
2001-08-03 Doug MacEachern[patch] plug PL_sh_path leak
2001-08-02 Richard Soderberg[PATCH] -Wall cleanup: op.c
2001-08-01 Simon CozensPluggable optimizer
2001-07-31 Dave MitchellRe: [PATCH sv.c] mortal doc thinko
2001-07-16 Radu Greabre_dup
2001-07-13 Abhijit Menon-SenRe: [patch] re_dup
2001-07-13 Doug MacEachern[patch] re_dup
2001-07-13 Abhijit Menon-SenRe: [PATCH] Re: Memory corruption? Read-only $_?
2001-07-13 Jarkko HietaniemiRemove unicode::distinct, as per Inaba Hiroto.
2001-07-12 Abhijit Menon-SenRe: Memory corruption? Read-only $_?
2001-07-12 Artur Bergmanfixes perl_clone of perl_clone
2001-07-12 Abhijit Menon-SenPerl_re_dup()
2001-07-12 Artur BergmanUse reentrant API glibc
2001-07-12 Doug MacEachern[patch] perl_clone leaks
2001-07-11 Artur BergmanThreadsafe PMOPs! We might still win this war.
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-05 Radu Greab(retracted by #13533)
2001-07-02 Abhijit Menon-SenRe: [PATH] shared -> unique;
2001-07-02 Gurusamy Sarathywin32 fixes: fix various syntax errors ("no preprocesso...
2001-06-30 Jarkko HietaniemiCode cleanup based on turning off the -woffs in IRIX.
2001-06-30 Jarkko HietaniemiThe #11040 had slipped to a wrong function...
2001-06-30 Artur Bergmanweakref fix 2, not yet there
2001-06-29 Artur BergmanCLONE && weakrefs
2001-06-27 Abhijit Menon-Sentwo little documentation nits
2001-06-26 Doug MacEachern[patch] perl_clone+CvFILE
2001-06-26 Artur BergmanAdds perl_clone_host under IMPLICIT SYS
2001-06-21 Radu GreabRe: [PATCH 5.7.1] sv.c documentation
2001-06-21 Artur BergmanRe: perl@10765: sv.c not OK on win32
2001-06-20 Artur BergmanFixes case of CvDEPTH for perl_clone
2001-06-18 Doug MacEachernPL_nullstash + perl_clone()
2001-06-18 Dave Mitchellsv.c documentation
2001-06-18 Nick Ing-SimmonsIntegrate mainline (new test scheme now ok on Linux).
2001-06-18 Abhijit Menon-SenRe: [PATCH] more anonymous stash cleanups
2001-06-15 Nick Ing-SimmonsCheck that HVs with HvNAME() != NULL are really stashes...
2001-06-13 Richard SoderbergRe: [ID 20010526.001] localized glob loses value when...
2001-06-12 Abhijit Menon-Senanonymous stashes
2001-06-10 Jarkko HietaniemiMove the grok_number and its lieutenant grok_numeric_radix
2001-06-10 Nick Ing-SimmonsIntegrate mainline
2001-06-10 Hugo van der SandenRe: pragma/locale.t #107
2001-06-10 Nicholas ClarkTry to grok numbers both with the locale specific separator
2001-06-09 Artur BergmanNew attempt to clone callack
2001-06-09 Jarkko HietaniemiNumeric conversion tweaks suggested by Hugo and Nicholas.
2001-06-09 Nicholas ClarkRe: pragma/locale.t #107
2001-06-07 Nick Ing-SimmonsMULTIPLICITY fix for S_grok_number(), also a few gratui...
2001-06-06 Jarkko HietaniemiThe proper prototyping for #10463.
2001-06-06 Nicholas ClarkRe: [PATCH] nuke strtol (was Re: One fix for strtoul...
2001-06-04 Jarkko HietaniemiSigh. This is what #10424 was supposed to check in.
2001-06-03 Jarkko HietaniemiPotential buffer overrun if the radix separator is...
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Abhijit Menon-Sen[PATCH] DEBUG_* macro cleanups
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
next