summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: PATCH 5.7.1Mark-Jason Dominus2001-04-231-0/+1
* Re: [ID 20010422.003] Core dump in overloaded bool while using 'Simon Cozens2001-04-221-5/+5
* Thinko in manual patch applying.Jarkko Hietaniemi2001-04-091-1/+1
* Re: [PATCH perl@9424] isn't numeric warning Robin Barker2001-04-091-1/+1
* isn't numeric warningRobin Barker2001-04-071-2/+6
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-061-0/+1
* Integrate changes #9493,9494,9495,9496 from maintperlJarkko Hietaniemi2001-04-011-5/+5
* Noticed that two tests were skipped as perlio:: packageNick Ing-Simmons2001-03-291-2/+6
* Re: perl@9359 breaks HTML::ParserGisle Aas2001-03-271-10/+14
* sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,Jarkko Hietaniemi2001-03-271-1/+3
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-2/+3
* Integrate mainline.Nick Ing-Simmons2001-03-191-7/+13
|\
| * Integrate change #9233 from maintperl into mainline.Jarkko Hietaniemi2001-03-191-4/+4
| * Integrate change #9197 from maintperl to mainline.Jarkko Hietaniemi2001-03-181-4/+10
* | More EBCDIC fixes.Nick Ing-Simmons2001-03-191-9/+5
|/
* Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when thatNick Ing-Simmons2001-03-181-8/+8
* EBCDIC Fixes.Nick Ing-Simmons2001-03-161-22/+28
* Integrate mainline.Nick Ing-Simmons2001-03-121-1/+4
|\