summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate mainlineNick Ing-Simmons2001-02-171-8/+89
* [ID 20010206.010] S_ functions not declared STATICNicholas Clark2001-02-081-1/+1
* Re: [patch] Re: PL_ptr_tableDoug MacEachern2001-02-081-1/+51
* Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669Jarkko Hietaniemi2001-02-011-1/+1
* All the uses of PL_numeric_radix must be protected byOlaf Flebbe2001-01-311-0/+6
* Fix for the fa_IR locale failure. The reason for the failureJarkko Hietaniemi2001-01-301-4/+11
* Signedness nit.Jarkko Hietaniemi2001-01-301-2/+2
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-18/+14
* No point in checking the length before we know whether the pointerJarkko Hietaniemi2001-01-271-5/+6
* Add sv_force_normal() to sv_utf8_downgrade() as suggestedJarkko Hietaniemi2001-01-221-3/+7
* Integrate perlio:Jarkko Hietaniemi2001-01-211-4/+4
|\
| * Fixup after integrate:Nick Ing-Simmons2001-01-211-4/+4
* | Re: 8482 busted for $^V sprintf()s on OS/390 Hugo van der Sanden2001-01-211-7/+5
|/
* Signedness nit plus few memcpy/Copy nits.Jarkko Hietaniemi2001-01-201-4/+4
* Re: new feature: s?printf parameter reordering Hugo van der Sanden2001-01-191-102/+111
* Win32 "safe signals" co-existance fix.Nick Ing-Simmons2001-01-181-2/+9
* Define SIG_SIZE, the number of elements in the sig_name andJarkko Hietaniemi2001-01-171-6/+5
* Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.Nick Ing-Simmons2001-01-161-0/+2
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-1/+1
* Use UVXf.Jarkko Hietaniemi2001-01-121-3/+3
* -WformatRobin Barker2001-01-121-3/+3
* Re: [ID 20010109.003] Patch 8138 broke a test in libwwwJarkko Hietaniemi2001-01-101-18/+38
* Fix "scalars leaked" bugs caused by overload magicNick Ing-Simmons2001-01-081-17/+17
* [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=1844674407...Nicholas Clark2001-01-081-0/+6
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-2/+2
* Unify UTF-8 malformedness handling.Jarkko Hietaniemi2001-01-051-8/+9
* Variable naming tweak.Jarkko Hietaniemi2001-01-021-17/+17
* 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