Check for sanity of UTF-8 keys in hashes
[p5sagit/p5-mst-13.2.git] / sv.c
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi Fix for "UTF-8 bug with s///" from Hugo.
2002-03-18 Jarkko Hietaniemi For DEBUGGING threaded builds.
2002-03-17 Nick Ing-Simmons Avoid overwrite of un-allocated memory when SvCUR ...
2002-03-16 Jarkko Hietaniemi HP-UX gcc 3 warnings found by Sarathy.
2002-03-11 Jarkko Hietaniemi Undocument the use of .*utf8.*{upgrade,downgrade,encode...
2002-03-11 Paul Marquess more warnings tidyup
2002-03-10 Jarkko Hietaniemi Renaming tweaks, and split off the reentrant "superbuffer"
2002-03-08 Anton Tagunov Re[2]: [ID 20020307.006] [BUG][use encoding] use encodi...
2002-03-07 Jarkko Hietaniemi As suggested by Anton Tagunov, eq and cmp now obey the
2002-03-07 Jarkko Hietaniemi Retract #14985, #14899, and #14990, following the princ...
2002-03-04 Ilya Zakharevich sv_cmp and friends
2002-02-25 John Peacock Re: [PATCH] Re: Copying PV only with possible UTF-8...
2002-02-25 Jarkko Hietaniemi SvSetSV() is not returnable, but that's okay since
2002-02-24 John Peacock Re: Copying PV only with possible UTF-8 characters
2002-02-22 Rafael Garcia-Suarez Re: Prototype checking on assignment of coderef to...
2002-02-03 Nick Ing-Simmons Fix SvGROW on an SV with SvLEN == 0 - copy in any exist...
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-23 Jarkko Hietaniemi Unused (the only occurrence of USE_BYTES_DOWNGRADES...
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-18 Nick Ing-Simmons Split out core of sv_magic() into sv_magicext().
2002-01-15 Nick Ing-Simmons Integrate rest of mainline
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-13 Jarkko Hietaniemi Move the UTF-8 conversion code earlier so that
2002-01-13 Jarkko Hietaniemi Grow the buffer in case Unicode caused size changes
2002-01-12 Jarkko Hietaniemi Integrate perlio:
2002-01-12 Nick Ing-Simmons Abstract out the cloning of SvPVX and handle shared...
2002-01-11 Andreas König Fix for
2002-01-11 Gurusamy Sarathy malloc() things must be free()d, not Safefree()d (bug...
2002-01-06 Jarkko Hietaniemi PL_debug_pad wasn't initialized to zeroes which broke
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2002-01-02 Nick Ing-Simmons Avoid un-init perl_debug_pad in clones
2001-12-22 Nick Ing-Simmons Correct checking code which Ilya spotted was tripped...
2001-12-19 Hugo van der Sanden Re: [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-Simmons Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-14 Jarkko Hietaniemi Silence compiler worries found by Schwern/Digital cc.
2001-12-08 coral@eekeek.org Fix odd language in an sv.c comment
2001-12-08 Jarkko Hietaniemi Retract #11156 since Sarathy has found that it breaks...
2001-12-03 Nicholas Clark shared hash keys and ++/--
2001-11-20 Jarkko Hietaniemi Really define do_report_used() only if DEBUGGING.
2001-11-19 Jarkko Hietaniemi Protect sv_dump() from being included unless DEBUGGING,
2001-11-18 Nick Ing-Simmons Allow dup'ing of PerlIO::Scalar etc.
2001-11-12 Jeffrey Friedl a few typo fixes
2001-11-10 Jarkko Hietaniemi A potential recursion breaker.
2001-11-07 Jarkko Hietaniemi Tweak for Cray-friendliness from Nicholas Clark.
2001-11-03 Abhijit Menon-Sen Ugly bandaid to stop C<package;> from segfaulting ...
2001-11-02 Jarkko Hietaniemi Unicode: add ToFold mapping. Not used yet; but basically
2001-10-31 Jarkko Hietaniemi Extend the effect of the encoding pragma to chr() and...
2001-10-31 Jarkko Hietaniemi More documentation for the encode pragma.
2001-10-31 Jarkko Hietaniemi Thinko in #12783.
2001-10-31 Jarkko Hietaniemi Make sv_recode_to_utf8() a real API: the encoding
2001-10-31 Jarkko Hietaniemi Enable -Mencoding=foobar also for string literals.
2001-10-28 Jarkko Hietaniemi Add the encoding pragma to control the "upgrade"
2001-10-23 Jarkko Hietaniemi Make the "isn't numeric" warning to show Unicode as...
2001-10-23 Artur Bergman Change #12607 introduced a bug, seems like some MAGICAL SVs
2001-10-23 Artur Bergman Call setmagic on the referent we are blessing.
2001-10-21 Nick Ing-Simmons Convert rest of PerlIO's memory tables to per-interp...
2001-10-21 Nick Ing-Simmons PerlIO layer table as PL_perlio (per-interpreter)
2001-10-19 Nick Ing-Simmons Fix gross win32 build issues
2001-10-16 Nick Ing-Simmons Builds under ithreads (but fails all threads tests)
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-10-12 Andy Dougherty Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
2001-09-17 Artur Bergman Fixes coredump introduced by 11755 and 11790. Thanks...
2001-09-15 Doug MacEachern [patch] ithreads+PL_beginav_save
2001-09-15 Hugo van der Sanden Re: [ID 20010815.012] Unfortunate interaction between...
2001-09-12 Robin Barker may be uninitialized warning forperl@12003
2001-09-10 John Peacock PATCH Resubmission - was Re: [ID 20010902.001] v strin...
2001-09-10 Artur Bergman Silence some more warnings INT2PTR.
2001-09-10 Artur Bergman Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-09-05 Nicholas Clark Re: [ID 20010825.006] -DCRIPPLED_CC is broken
2001-09-03 Gurusamy Sarathy integrate change#11847 from maint-5.6
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-29 Nicholas Clark pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon Cozens Custom Ops
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-17 Artur Bergman Let perl_clone copy PL_exit_flags
2001-08-14 Nikola Knezevic removing sv.c warnings on VC++5.0
2001-08-05 Philip Newton warning in sv.c: double format, NV arg
2001-08-04 Doug MacEachern Re: [patch] rid "Scalars leaked" from perl_clone
2001-08-04 Abhijit Menon-Sen Re: [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 Cozens Pluggable optimizer
2001-07-31 Dave Mitchell Re: [PATCH sv.c] mortal doc thinko
2001-07-16 Radu Greab re_dup
2001-07-13 Abhijit Menon-Sen Re: [patch] re_dup
2001-07-13 Doug MacEachern [patch] re_dup
2001-07-13 Abhijit Menon-Sen Re: [PATCH] Re: Memory corruption? Read-only $_?
2001-07-13 Jarkko Hietaniemi Remove unicode::distinct, as per Inaba Hiroto.
2001-07-12 Abhijit Menon-Sen Re: Memory corruption? Read-only $_?
2001-07-12 Artur Bergman fixes perl_clone of perl_clone
2001-07-12 Abhijit Menon-Sen Perl_re_dup()
2001-07-12 Artur Bergman Use reentrant API glibc
2001-07-12 Doug MacEachern [patch] perl_clone leaks
next