summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Epoc updateOlaf Flebbe2000-10-031-1/+1
* Fix some recursion in overload.pmDaniel Chetlin2000-09-301-5/+10
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-2/+2
* Multiplicity & ithreads fix for sv.c/Encode.xsSpider Boardman2000-09-151-1/+1
* Botched the #7090 check-in.Jarkko Hietaniemi2000-09-151-1/+2
* Re: perl@7078 Spider Boardman2000-09-141-2/+2
* We don't need to count the high bit bytes, a boolean is enough.Jarkko Hietaniemi2000-09-141-12/+9
* Replace #7084 withSpider Boardman2000-09-141-1/+2
* Compilation warnings and an error.Jarkko Hietaniemi2000-09-141-3/+3
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-77/+23
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-55/+101
* Forget about NV_MAX (#6951). Various floating point tweaks,Jarkko Hietaniemi2000-08-311-1/+2
* The #6929 was too skimpy.Jarkko Hietaniemi2000-08-311-1/+1
* Heap decorruption.Alan Burlison2000-08-301-2/+2
* [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefsHugo van der Sanden2000-08-291-3/+9
* Fix for ID 20000828.001, long doubles were not formattedJarkko Hietaniemi2000-08-281-7/+13
* newSVrv() memory leakJan Dubois2000-08-181-1/+16
* The #6648 wasn't protective enough for limited platformsJarkko Hietaniemi2000-08-171-0/+2
* Retract #6645.Jarkko Hietaniemi2000-08-171-30/+2
* The numeric locale was reset to "C" by s?printf and never restored.Christian Kirsch2000-08-161-6/+8
* (Retracted by #6660)Dominic Dunlop2000-08-151-2/+30
* Fixes to looking-like-number to keep behaviour as it was in 5.005_03.Mike Guy2000-08-111-13/+4
* Revert the sv.c part of #6559, a better fix is needed.Jarkko Hietaniemi2000-08-101-2/+6
* (The fix did work but was not right, retracted in #6573)Christian Kirsch2000-08-091-6/+2
* Make bless(REF, REF) a fatal error, add bless tests.Hugo van der Sanden2000-08-071-1/+4
* Do not upgrade SVs into utf8 just because they participateSimon Cozens2000-07-291-56/+72
* Fix *foo{FORMAT}.Jarkko Hietaniemi2000-07-261-0/+7
* More docs for sv functions.Jarkko Hietaniemi2000-07-151-1/+128
* fix bugs in processing %v-*d and similar format specs (fromGurusamy Sarathy2000-07-121-11/+17
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-1/+3
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-2/+2
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-1/+1
* fix large memory leak that has been around for ever, masked byGurusamy Sarathy2000-07-041-40/+150
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+6
* fork() failure to create pseudo process sets errno=EAGAIN and returnsGurusamy Sarathy2000-05-081-1/+1
* concat doesn't preserve utf8-ness, and doesn't invalidateGurusamy Sarathy2000-05-071-3/+6
* reverse() and quotemeta() weren't preserving utf8-ness; add testsGurusamy Sarathy2000-05-071-5/+1
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-041-8/+3
|\
| * change#5905 wasn't quite right--it's intent only applies when argumentsGurusamy Sarathy2000-05-041-7/+2
| * change#5921 neglected to make eq honor "use bytes"Gurusamy Sarathy2000-05-041-1/+1
* | Integrate with Sarathy.Jarkko Hietaniemi2000-04-301-0/+1
|\ \ | |/
| * unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)Gurusamy Sarathy2000-04-301-0/+1
* | Do not warn that an infinity does not look like a number.Jarkko Hietaniemi2000-04-281-14/+32
|/
* destructive sv_setsv() can lose UV-ness from source, causingGurusamy Sarathy2000-04-281-6/+6
* numeric conversion of non-number in change#3378 tramples onGurusamy Sarathy2000-04-281-3/+3
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-4/+13
* Fix for "[ID 20000329.080] quad printing does not work as documented",Jarkko Hietaniemi2000-03-311-0/+5
* fix misplaced OP refcount for eval rootGurusamy Sarathy2000-03-231-2/+5
* clone awareness for change#5847Gurusamy Sarathy2000-03-211-0/+3
* Add newSVuv().Jarkko Hietaniemi2000-03-181-0/+19