summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate perlio:Jarkko Hietaniemi2000-12-051-1/+1
|\
| * PERL_IMPLICIT_SYS (almost) works - something odd with "signal"Nick Ing-Simmons2000-12-041-1/+1
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-56/+4
* | ++ 20% fasterNicholas Clark2000-12-041-3/+3
* | Make uv_to_utf8() to zero-terminate its output buffer,Jarkko Hietaniemi2000-12-031-1/+1
|/
* Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().Jarkko Hietaniemi2000-11-301-12/+16
* Retract #7921, the patch shouldn't be needed.Jarkko Hietaniemi2000-11-291-1/+1
* (Retracted by #7927.)Simon Cozens2000-11-291-1/+1
* Restore also the locale test to no-sprintf-taint state.Jarkko Hietaniemi2000-11-271-2/+2
* Retract #7863. It makes more sense not to taint formatted output,Jarkko Hietaniemi2000-11-271-4/+3
* Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havocBenjamin Holzman2000-11-261-1/+2
* Fix locale inconsistencies unearthed by Hugo's work.Jarkko Hietaniemi2000-11-261-0/+4
* Re: pp_add -> pp_i_add efficiency hack?Nicholas Clark2000-11-261-0/+1
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+8
* Fixes for signedness warnings noticed by VMSperlers.Jarkko Hietaniemi2000-11-221-2/+5
* [perl 7711: EPOC] updatesOlaf Flebbe2000-11-201-1/+1
* Missing aTHX_Nick Ing-Simmons2000-11-191-1/+1
* Introduce Perl_utf8_length(). Use it.Jarkko Hietaniemi2000-11-181-12/+6
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-0/+2
* Fix forAndrew Pimlott2000-11-051-5/+10
* Locale tweakery. Add test case for bug id 20000809.003 to op/misc,Jarkko Hietaniemi2000-11-041-9/+1
* Fix for sv_2iv() on "shared" value from keys %hash.Nick Ing-Simmons2000-10-281-1/+4
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-2/+2
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-4/+4
* Support s?printf parameter reordering.Jarkko Hietaniemi2000-10-221-18/+49
* Re: Creating const subs for constants.John Tobey2000-10-211-11/+15
* On output try to downgrade to bytes, croak if impossible,Jarkko Hietaniemi2000-10-171-2/+7
* Make eq work again with utf8 (disabling the upgradingJarkko Hietaniemi2000-10-091-1/+1
* Fix in change 7162 was too-late for case where we "upgraded" to PVIV andNick Ing-Simmons2000-10-061-3/+4
* Make sv_upgrade() undo READONLY|FAKE shared string hackery.Nick Ing-Simmons2000-10-061-0/+3
* 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