summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Pacify picky VMS compiler.Craig A. Berry2000-12-311-6/+12
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-7/+21
* The sv_catsv() fix, take two.Jarkko Hietaniemi2000-12-301-13/+28
* Undo all the join-related changes since #8248: relevantJarkko Hietaniemi2000-12-301-58/+23
* (Retracted by #8264) Tweak sv_catsv() some more.Jarkko Hietaniemi2000-12-301-2/+1
* (Retracted by #8264) More fixing for #8251.Jarkko Hietaniemi2000-12-291-10/+6
* (Retracted by #8264)Jarkko Hietaniemi2000-12-291-9/+15
* (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.Jarkko Hietaniemi2000-12-291-23/+57
* obscure timing knowledgeNicholas Clark2000-12-201-0/+16
* [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-mult...Spider Boardman2000-12-201-2/+1
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-2/+0
* One more IVUV tweak from Nicholas Clark.Jarkko Hietaniemi2000-12-151-11/+21
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-185/+783
* speeding up object creation/destruction 4x timesIlya Zakharevich2000-12-151-5/+4
* Something is really wonky.Jarkko Hietaniemi2000-12-151-785/+185
* Fixes for the IV UV patches to compile in Digital UNIX.Jarkko Hietaniemi2000-12-151-37/+41
* strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ari...Nicholas Clark2000-12-151-2/+21
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-141-185/+762
* Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.Nick Ing-Simmons2000-12-121-11/+13
* Fix for Tk, and upgrading shared SVs.Nick Ing-Simmons2000-12-121-4/+20
* Integrate perlio:Jarkko Hietaniemi2000-12-091-4/+30
|\
| * Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-4/+30
* | Additional patch for UTF8-keys (Re: perl@8016)Inaba Hiroto2000-12-091-4/+11
|/
* UTF8 output prework.Nick Ing-Simmons2000-12-091-6/+4
* Re: [PATCH] The largest hoax of all times?Ilya Zakharevich2000-12-051-7/+34
* 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