Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
[p5sagit/p5-mst-13.2.git] / sv.c
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
2001-07-11 Artur Bergman Threadsafe PMOPs! We might still win this war.
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-05 Radu Greab (retracted by #13533)
2001-07-02 Abhijit Menon-Sen Re: [PATH] shared -> unique;
2001-07-02 Gurusamy Sarathy win32 fixes: fix various syntax errors ("no preprocesso...
2001-06-30 Jarkko Hietaniemi Code cleanup based on turning off the -woffs in IRIX.
2001-06-30 Jarkko Hietaniemi The #11040 had slipped to a wrong function...
2001-06-30 Artur Bergman weakref fix 2, not yet there
2001-06-29 Artur Bergman CLONE && weakrefs
2001-06-27 Abhijit Menon-Sen two little documentation nits
2001-06-26 Doug MacEachern [patch] perl_clone+CvFILE
2001-06-26 Artur Bergman Adds perl_clone_host under IMPLICIT SYS
2001-06-21 Radu Greab Re: [PATCH 5.7.1] sv.c documentation
2001-06-21 Artur Bergman Re: perl@10765: sv.c not OK on win32
2001-06-20 Artur Bergman Fixes case of CvDEPTH for perl_clone
2001-06-18 Doug MacEachern PL_nullstash + perl_clone()
2001-06-18 Dave Mitchell sv.c documentation
2001-06-18 Nick Ing-Simmons Integrate mainline (new test scheme now ok on Linux).
2001-06-18 Abhijit Menon-Sen Re: [PATCH] more anonymous stash cleanups
2001-06-15 Nick Ing-Simmons Check that HVs with HvNAME() != NULL are really stashes...
2001-06-13 Richard Soderberg Re: [ID 20010526.001] localized glob loses value when...
2001-06-12 Abhijit Menon-Sen anonymous stashes
2001-06-10 Jarkko Hietaniemi Move the grok_number and its lieutenant grok_numeric_radix
2001-06-10 Nick Ing-Simmons Integrate mainline
2001-06-10 Hugo van der Sanden Re: pragma/locale.t #107
2001-06-10 Nicholas Clark Try to grok numbers both with the locale specific separator
2001-06-09 Artur Bergman New attempt to clone callack
2001-06-09 Jarkko Hietaniemi Numeric conversion tweaks suggested by Hugo and Nicholas.
2001-06-09 Nicholas Clark Re: pragma/locale.t #107
2001-06-07 Nick Ing-Simmons MULTIPLICITY fix for S_grok_number(), also a few gratui...
2001-06-06 Jarkko Hietaniemi The proper prototyping for #10463.
2001-06-06 Nicholas Clark Re: [PATCH] nuke strtol (was Re: One fix for strtoul...
2001-06-04 Jarkko Hietaniemi Sigh. This is what #10424 was supposed to check in.
2001-06-03 Jarkko Hietaniemi Potential buffer overrun if the radix separator is...
2001-05-31 Nick Ing-Simmons Integrate mainline.
2001-05-31 Abhijit Menon-Sen [PATCH] DEBUG_* macro cleanups
2001-05-31 Jarkko Hietaniemi Salvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-28 Hugo van der Sanden Re: [ID 20010526.004] Taint looses value
2001-05-26 Jarkko Hietaniemi return clauses are nice.
2001-05-26 Doug MacEachern change 10199 backwards?
2001-05-26 Hugo van der Sanden Re: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 John Peacock Re: [ID 20010426.005] Magic not being removed at scope...
2001-05-24 Richard Soderberg RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc...
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-04-30 Hugo van der Sanden Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-30 Jarkko Hietaniemi Change PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-23 Mark-Jason Dominus Re: PATCH 5.7.1
2001-04-22 Simon Cozens Re: [ID 20010422.003] Core dump in overloaded bool...
2001-04-09 Jarkko Hietaniemi Thinko in manual patch applying.
2001-04-09 Robin Barker Re: [PATCH perl@9424] isn't numeric warning
2001-04-07 Robin Barker isn't numeric warning
2001-04-06 Jarkko Hietaniemi Integrate changes #9584,9587 from maintperl into mainline.
2001-04-01 Jarkko Hietaniemi Integrate changes #9493,9494,9495,9496 from maintperl
2001-03-29 Nick Ing-Simmons Noticed that two tests were skipped as perlio:: package
2001-03-27 Gisle Aas Re: perl@9359 breaks HTML::Parser
2001-03-27 Jarkko Hietaniemi sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
2001-03-20 Nick Ing-Simmons More EBCDIC stuff:
2001-03-19 Nick Ing-Simmons Integrate mainline.
2001-03-19 Nick Ing-Simmons More EBCDIC fixes.
2001-03-19 Jarkko Hietaniemi Integrate change #9233 from maintperl into mainline.
2001-03-18 Jarkko Hietaniemi Integrate change #9197 from maintperl to mainline.
2001-03-18 Nick Ing-Simmons Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
next