| Commit message (Expand) | Author | Age | Files | Lines |
* | Continue the internal UTF-8 API tweaking. | Jarkko Hietaniemi | 2000-10-25 | 1 | -2/+2 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -4/+4 |
* | Support s?printf parameter reordering. | Jarkko Hietaniemi | 2000-10-22 | 1 | -18/+49 |
* | Re: Creating const subs for constants. | John Tobey | 2000-10-21 | 1 | -11/+15 |
* | On output try to downgrade to bytes, croak if impossible, | Jarkko Hietaniemi | 2000-10-17 | 1 | -2/+7 |
* | Make eq work again with utf8 (disabling the upgrading | Jarkko Hietaniemi | 2000-10-09 | 1 | -1/+1 |
* | Fix in change 7162 was too-late for case where we "upgraded" to PVIV and | Nick Ing-Simmons | 2000-10-06 | 1 | -3/+4 |
* | Make sv_upgrade() undo READONLY|FAKE shared string hackery. | Nick Ing-Simmons | 2000-10-06 | 1 | -0/+3 |
* | Epoc update | Olaf Flebbe | 2000-10-03 | 1 | -1/+1 |
* | Fix some recursion in overload.pm | Daniel Chetlin | 2000-09-30 | 1 | -5/+10 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -2/+2 |
* | Multiplicity & ithreads fix for sv.c/Encode.xs | Spider Boardman | 2000-09-15 | 1 | -1/+1 |
* | Botched the #7090 check-in. | Jarkko Hietaniemi | 2000-09-15 | 1 | -1/+2 |
* | Re: perl@7078 | Spider Boardman | 2000-09-14 | 1 | -2/+2 |
* | We don't need to count the high bit bytes, a boolean is enough. | Jarkko Hietaniemi | 2000-09-14 | 1 | -12/+9 |
* | Replace #7084 with | Spider Boardman | 2000-09-14 | 1 | -1/+2 |
* | Compilation warnings and an error. | Jarkko Hietaniemi | 2000-09-14 | 1 | -3/+3 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -77/+23 |
* | Hash lookup of constant strings optimization: | Nick Ing-Simmons | 2000-09-03 | 1 | -55/+101 |
* | Forget about NV_MAX (#6951). Various floating point tweaks, | Jarkko Hietaniemi | 2000-08-31 | 1 | -1/+2 |
* | The #6929 was too skimpy. | Jarkko Hietaniemi | 2000-08-31 | 1 | -1/+1 |
* | Heap decorruption. | Alan Burlison | 2000-08-30 | 1 | -2/+2 |
* | [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs | Hugo van der Sanden | 2000-08-29 | 1 | -3/+9 |
* | Fix for ID 20000828.001, long doubles were not formatted | Jarkko Hietaniemi | 2000-08-28 | 1 | -7/+13 |
* | newSVrv() memory leak | Jan Dubois | 2000-08-18 | 1 | -1/+16 |
* | The #6648 wasn't protective enough for limited platforms | Jarkko Hietaniemi | 2000-08-17 | 1 | -0/+2 |
* | Retract #6645. | Jarkko Hietaniemi | 2000-08-17 | 1 | -30/+2 |
* | The numeric locale was reset to "C" by s?printf and never restored. | Christian Kirsch | 2000-08-16 | 1 | -6/+8 |
* | (Retracted by #6660) | Dominic Dunlop | 2000-08-15 | 1 | -2/+30 |
* | Fixes to looking-like-number to keep behaviour as it was in 5.005_03. | Mike Guy | 2000-08-11 | 1 | -13/+4 |
* | Revert the sv.c part of #6559, a better fix is needed. | Jarkko Hietaniemi | 2000-08-10 | 1 | -2/+6 |
* | (The fix did work but was not right, retracted in #6573) | Christian Kirsch | 2000-08-09 | 1 | -6/+2 |
* | Make bless(REF, REF) a fatal error, add bless tests. | Hugo van der Sanden | 2000-08-07 | 1 | -1/+4 |
* | Do not upgrade SVs into utf8 just because they participate | Simon Cozens | 2000-07-29 | 1 | -56/+72 |
* | Fix *foo{FORMAT}. | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+7 |
* | More docs for sv functions. | Jarkko Hietaniemi | 2000-07-15 | 1 | -1/+128 |
* | fix bugs in processing %v-*d and similar format specs (from | Gurusamy Sarathy | 2000-07-12 | 1 | -11/+17 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+3 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -2/+2 |
* | integrate cfgperl changes#6242..6249 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+1 |
* | fix large memory leak that has been around for ever, masked by | Gurusamy Sarathy | 2000-07-04 | 1 | -40/+150 |
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+6 |
* | fork() failure to create pseudo process sets errno=EAGAIN and returns | Gurusamy Sarathy | 2000-05-08 | 1 | -1/+1 |
* | concat doesn't preserve utf8-ness, and doesn't invalidate | Gurusamy Sarathy | 2000-05-07 | 1 | -3/+6 |
* | reverse() and quotemeta() weren't preserving utf8-ness; add tests | Gurusamy Sarathy | 2000-05-07 | 1 | -5/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-04 | 1 | -8/+3 |
|\ |
|
| * | change#5905 wasn't quite right--it's intent only applies when arguments | Gurusamy Sarathy | 2000-05-04 | 1 | -7/+2 |
| * | change#5921 neglected to make eq honor "use bytes" | Gurusamy Sarathy | 2000-05-04 | 1 | -1/+1 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-30 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern) | Gurusamy Sarathy | 2000-04-30 | 1 | -0/+1 |