summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailingNick Ing-Simmons2001-06-071-5/+5
* The proper prototyping for #10463.Jarkko Hietaniemi2001-06-061-1/+1
* Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)Nicholas Clark2001-06-061-548/+567
* Sigh. This is what #10424 was supposed to check in.Jarkko Hietaniemi2001-06-041-2/+6
* Potential buffer overrun if the radix separator is more thanJarkko Hietaniemi2001-06-031-5/+6
* [PATCH] DEBUG_* macro cleanupsAbhijit Menon-Sen2001-05-311-3/+3
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-4/+4
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-4/+5
* Re: [ID 20010526.004] Taint looses valueHugo van der Sanden2001-05-281-1/+4
* return clauses are nice.Jarkko Hietaniemi2001-05-261-3/+3
* change 10199 backwards?Doug MacEachern2001-05-261-19/+19
* Re: 5.6.*, bleadperl: bugs in pp_concatHugo van der Sanden2001-05-261-31/+133
* Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]John Peacock2001-05-261-1/+1
* RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checki...Richard Soderberg2001-05-241-9/+27
* [LARGE!] symbolic magicDave Mitchell2001-05-201-56/+72
* Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] Hugo van der Sanden2001-04-301-1/+0
* Change PL_numeric_radix to PL_numeric_radix_sv (and leave inJarkko Hietaniemi2001-04-301-3/+3