| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate mainline | Nick Ing-Simmons | 2001-02-17 | 1 | -8/+89 |
* | [ID 20010206.010] S_ functions not declared STATIC | Nicholas Clark | 2001-02-08 | 1 | -1/+1 |
* | Re: [patch] Re: PL_ptr_table | Doug MacEachern | 2001-02-08 | 1 | -1/+51 |
* | Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669 | Jarkko Hietaniemi | 2001-02-01 | 1 | -1/+1 |
* | All the uses of PL_numeric_radix must be protected by | Olaf Flebbe | 2001-01-31 | 1 | -0/+6 |
* | Fix for the fa_IR locale failure. The reason for the failure | Jarkko Hietaniemi | 2001-01-30 | 1 | -4/+11 |
* | Signedness nit. | Jarkko Hietaniemi | 2001-01-30 | 1 | -2/+2 |
* | Patch from Inaba Hiroto: | Jarkko Hietaniemi | 2001-01-28 | 1 | -18/+14 |
* | No point in checking the length before we know whether the pointer | Jarkko Hietaniemi | 2001-01-27 | 1 | -5/+6 |
* | Add sv_force_normal() to sv_utf8_downgrade() as suggested | Jarkko Hietaniemi | 2001-01-22 | 1 | -3/+7 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-01-21 | 1 | -4/+4 |
|\ |
|
| * | Fixup after integrate: | Nick Ing-Simmons | 2001-01-21 | 1 | -4/+4 |
* | | Re: 8482 busted for $^V sprintf()s on OS/390 | Hugo van der Sanden | 2001-01-21 | 1 | -7/+5 |
|/ |
|
* | Signedness nit plus few memcpy/Copy nits. | Jarkko Hietaniemi | 2001-01-20 | 1 | -4/+4 |
* | Re: new feature: s?printf parameter reordering | Hugo van der Sanden | 2001-01-19 | 1 | -102/+111 |
* | Win32 "safe signals" co-existance fix. | Nick Ing-Simmons | 2001-01-18 | 1 | -2/+9 |
* | Define SIG_SIZE, the number of elements in the sig_name and | Jarkko Hietaniemi | 2001-01-17 | 1 | -6/+5 |
* | Provide infrastructure for PERL_ASYNC_CHECK() style safe signals. | Nick Ing-Simmons | 2001-01-16 | 1 | -0/+2 |
* | More UTF-8 patches from Inaba Hiroto. | Jarkko Hietaniemi | 2001-01-15 | 1 | -1/+1 |
* | Use UVXf. | Jarkko Hietaniemi | 2001-01-12 | 1 | -3/+3 |
* | -Wformat | Robin Barker | 2001-01-12 | 1 | -3/+3 |
* | Re: [ID 20010109.003] Patch 8138 broke a test in libwww | Jarkko Hietaniemi | 2001-01-10 | 1 | -18/+38 |
* | Fix "scalars leaked" bugs caused by overload magic | Nick Ing-Simmons | 2001-01-08 | 1 | -17/+17 |
* | [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=1844674407... | Nicholas Clark | 2001-01-08 | 1 | -0/+6 |
* | UTF-8 cleanup. | Jarkko Hietaniemi | 2001-01-05 | 1 | -2/+2 |
* | Unify UTF-8 malformedness handling. | Jarkko Hietaniemi | 2001-01-05 | 1 | -8/+9 |
* | Variable naming tweak. | Jarkko Hietaniemi | 2001-01-02 | 1 | -17/+17 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | Pacify picky VMS compiler. | Craig A. Berry | 2000-12-31 | 1 | -6/+12 |
* | more UTF8 test suites and an UTF8 patch | Inaba Hiroto | 2000-12-30 | 1 | -7/+21 |
* | The sv_catsv() fix, take two. | Jarkko Hietaniemi | 2000-12-30 | 1 | -13/+28 |
* | Undo all the join-related changes since #8248: relevant | Jarkko Hietaniemi | 2000-12-30 | 1 | -58/+23 |
* | (Retracted by #8264) Tweak sv_catsv() some more. | Jarkko Hietaniemi | 2000-12-30 | 1 | -2/+1 |
* | (Retracted by #8264) More fixing for #8251. | Jarkko Hietaniemi | 2000-12-29 | 1 | -10/+6 |
* | (Retracted by #8264) | Jarkko Hietaniemi | 2000-12-29 | 1 | -9/+15 |
* | (Retracted by #8264) Externally: join() was still quite UTF-8-unaware. | Jarkko Hietaniemi | 2000-12-29 | 1 | -23/+57 |
* | obscure timing knowledge | Nicholas Clark | 2000-12-20 | 1 | -0/+16 |
* | [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-mult... | Spider Boardman | 2000-12-20 | 1 | -2/+1 |
* | Polymorphic regexps. | Jarkko Hietaniemi | 2000-12-17 | 1 | -2/+0 |
* | One more IVUV tweak from Nicholas Clark. | Jarkko Hietaniemi | 2000-12-15 | 1 | -11/+21 |
* | Return of the IVUV-preservation, now seems to be happy even | Jarkko Hietaniemi | 2000-12-15 | 1 | -185/+783 |
* | speeding up object creation/destruction 4x times | Ilya Zakharevich | 2000-12-15 | 1 | -5/+4 |
* | Something is really wonky. | Jarkko Hietaniemi | 2000-12-15 | 1 | -785/+185 |
* | Fixes for the IV UV patches to compile in Digital UNIX. | Jarkko Hietaniemi | 2000-12-15 | 1 | -37/+41 |
* | strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ari... | Nicholas Clark | 2000-12-15 | 1 | -2/+21 |
* | faster and 64 bit preserving arithmetic | Nicholas Clark | 2000-12-14 | 1 | -185/+762 |
* | Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff. | Nick Ing-Simmons | 2000-12-12 | 1 | -11/+13 |
* | Fix for Tk, and upgrading shared SVs. | Nick Ing-Simmons | 2000-12-12 | 1 | -4/+20 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-12-09 | 1 | -4/+30 |
|\ |
|
| * | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 1 | -4/+30 |