This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document the bytes-to-Unicode upgrading.
[perl5.git] / sv.c
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.
2001-05-28 Hugo van der SandenRe: [ID 20010526.004] Taint looses value
2001-05-26 Jarkko Hietaniemireturn clauses are nice.
2001-05-26 Doug MacEachernchange 10199 backwards?
2001-05-26 Hugo van der SandenRe: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 John PeacockRe: [ID 20010426.005] Magic not being removed at scope...
2001-05-24 Richard SoderbergRE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc...
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-04-30 Hugo van der SandenRe: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-23 Mark-Jason DominusRe: PATCH 5.7.1
2001-04-22 Simon CozensRe: [ID 20010422.003] Core dump in overloaded bool...
2001-04-09 Jarkko HietaniemiThinko in manual patch applying.
2001-04-09 Robin BarkerRe: [PATCH perl@9424] isn't numeric warning
2001-04-07 Robin Barkerisn't numeric warning
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-04-01 Jarkko HietaniemiIntegrate changes #9493,9494,9495,9496 from maintperl
2001-03-29 Nick Ing-SimmonsNoticed that two tests were skipped as perlio:: package
2001-03-27 Gisle AasRe: perl@9359 breaks HTML::Parser
2001-03-27 Jarkko Hietaniemisv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-19 Nick Ing-SimmonsIntegrate mainline.
2001-03-19 Nick Ing-SimmonsMore EBCDIC fixes.
2001-03-19 Jarkko HietaniemiIntegrate change #9233 from maintperl into mainline.
2001-03-18 Jarkko HietaniemiIntegrate change #9197 from maintperl to mainline.
2001-03-18 Nick Ing-SimmonsPrefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-16 Nick Ing-SimmonsEBCDIC Fixes.
2001-03-13 Jarkko HietaniemiIntegrate perlio:
2001-03-12 Nick Ing-SimmonsIntegrate mainline.
2001-03-12 Nick Ing-Simmons#ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
2001-03-12 Jarkko HietaniemiIntegrate change #9108 from maintperl to mainline.
2001-03-11 Nick Ing-SimmonsPut utf8_downgrade in CRIPPLED_CC versions of SvPVbyte...
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-03-09 Peter PrymmerRe: Unicode/EBCDIC
2001-03-05 Nick Ing-SimmonsLong-standing "defined but not used" SvPVbyte*() are...
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-24 Nick Ing-SimmonsEncode API documentation nd tidy up.
2001-02-21 Jarkko HietaniemiIntegrate change #8868 from pureperl to mainline.
2001-02-21 Jarkko HietaniemiPut back the #8840, it was innocent.
2001-02-20 Jarkko HietaniemiDon't do casting between pointers pointing to different...
2001-02-20 Jarkko HietaniemiRetract the #8838 and #8840 for now because of
2001-02-19 Doug MacEachern[patch] add sv_setref_uv
next