summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-4/+4
* Custom OpsSimon Cozens2001-08-271-8/+8
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-0/+1
* Let perl_clone copy PL_exit_flagsArtur Bergman2001-08-171-0/+1
* removing sv.c warnings on VC++5.0Nikola Knezevic2001-08-141-0/+2
* warning in sv.c: double format, NV argPhilip Newton2001-08-051-4/+4
* Re: [patch] rid "Scalars leaked" from perl_cloneDoug MacEachern2001-08-041-0/+5
* Re: [patch] refcount re opsAbhijit Menon-Sen2001-08-041-1/+2
* [patch] refcount re opsDoug MacEachern2001-08-041-0/+3
* [patch] plug PL_cshname leakDoug MacEachern2001-08-031-1/+1
* [patch] plug PL_sh_path leakDoug MacEachern2001-08-031-1/+1
* [PATCH] -Wall cleanup: op.cRichard Soderberg2001-08-021-1/+1
* Pluggable optimizerSimon Cozens2001-08-011-0/+3
* Re: [PATCH sv.c] mortal doc thinkoDave Mitchell2001-07-311-6/+9
* re_dupRadu Greab2001-07-161-9/+9
* Re: [patch] re_dupAbhijit Menon-Sen2001-07-131-1/+1
* [patch] re_dupDoug MacEachern2001-07-131-1/+1
* Re: [PATCH] Re: Memory corruption? Read-only $_?Abhijit Menon-Sen2001-07-131-5/+2
* Remove unicode::distinct, as per Inaba Hiroto.Jarkko Hietaniemi2001-07-131-9/+1
* Re: Memory corruption? Read-only $_?Abhijit Menon-Sen2001-07-121-2/+12
* fixes perl_clone of perl_cloneArtur Bergman2001-07-121-1/+4
* Perl_re_dup()Abhijit Menon-Sen2001-07-121-18/+103
* Use reentrant API glibcArtur Bergman2001-07-121-0/+5
* [patch] perl_clone leaksDoug MacEachern2001-07-121-1/+4
* Threadsafe PMOPs! We might still win this war.Artur Bergman2001-07-111-0/+13
* (retracted by #13533)Radu Greab2001-07-051-3/+3
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-8/+8
* win32 fixes: fix various syntax errors ("no preprocessor directivesGurusamy Sarathy2001-07-021-2/+4
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-3/+2
* The #11040 had slipped to a wrong function...Jarkko Hietaniemi2001-06-301-12/+12
* weakref fix 2, not yet thereArtur Bergman2001-06-301-0/+12
* CLONE && weakrefsArtur Bergman2001-06-291-9/+9
* two little documentation nitsAbhijit Menon-Sen2001-06-271-26/+22
* [patch] perl_clone+CvFILEDoug MacEachern2001-06-261-0/+1
* Adds perl_clone_host under IMPLICIT SYSArtur Bergman2001-06-261-2/+9
* Re: [PATCH 5.7.1] sv.c documentationRadu Greab2001-06-211-11/+11
* Re: perl@10765: sv.c not OK on win32Artur Bergman2001-06-211-2/+1
* Fixes case of CvDEPTH for perl_cloneArtur Bergman2001-06-201-219/+242
* PL_nullstash + perl_clone()Doug MacEachern2001-06-181-0/+1
* sv.c documentationDave Mitchell2001-06-181-185/+945
* Re: [PATCH] more anonymous stash cleanupsAbhijit Menon-Sen2001-06-181-22/+16
* Check that HVs with HvNAME() != NULL are really stashes beforeNick Ing-Simmons2001-06-151-13/+21
* Re: [ID 20010526.001] localized glob loses value when assigned toRichard Soderberg2001-06-131-5/+0
* anonymous stashesAbhijit Menon-Sen2001-06-121-2/+2
* Move the grok_number and its lieutenant grok_numeric_radixJarkko Hietaniemi2001-06-101-189/+0
* Re: pragma/locale.t #107Hugo van der Sanden2001-06-101-56/+50
* Try to grok numbers both with the locale specific separatorNicholas Clark2001-06-101-34/+52
* New attempt to clone callackArtur Bergman2001-06-091-0/+21
* Numeric conversion tweaks suggested by Hugo and Nicholas.Jarkko Hietaniemi2001-06-091-46/+31
* Re: pragma/locale.t #107Nicholas Clark2001-06-091-0/+2