| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] The largest hoax of all times? | Ilya Zakharevich | 2000-12-05 | 1 | -0/+2 |
* | UTF-8 hash keys, patch from Inaba Hiroto. | Jarkko Hietaniemi | 2000-12-04 | 1 | -4/+4 |
* | Make utf8_length() and utf8_distance() (the latter of which | Jarkko Hietaniemi | 2000-11-26 | 1 | -1/+1 |
* | C<foreach my $x ...> in pseudo-fork()ed process may diddle | Gurusamy Sarathy | 2000-11-25 | 1 | -0/+1 |
* | Undo the SOCKS workarounds, instead start using PerlIO | Jens Hamisch | 2000-11-25 | 1 | -12/+0 |
* | SOCKS wrestling continues, patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-23 | 1 | -6/+6 |
* | More SOCKS versus 64-bit patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-22 | 1 | -1/+4 |
* | Export the SOCKS workaround symbols only if necessary. | Jarkko Hietaniemi | 2000-11-21 | 1 | -5/+6 |
* | Add a workaround to SOCKS 64-bit problems. | Jarkko Hietaniemi | 2000-11-20 | 1 | -0/+8 |
* | Introduce Perl_utf8_length(). Use it. | Jarkko Hietaniemi | 2000-11-18 | 1 | -0/+1 |
* | [PATCH 5.7.0] make regcomp reenterable | Ilya Zakharevich | 2000-11-18 | 1 | -22/+22 |
* | Locales support (setlocale) fixes | Vadim Konovalov | 2000-11-04 | 1 | -3/+4 |
* | The reëntrant version shouldn't be needed unless USE_PURE_BISON. | Jarkko Hietaniemi | 2000-10-28 | 1 | -2/+2 |
* | Continue the internal UTF-8 API tweaking. | Jarkko Hietaniemi | 2000-10-25 | 1 | -2/+2 |
* | Allow poking holes at the UTF-8 decoding strictness. | Jarkko Hietaniemi | 2000-10-25 | 1 | -1/+1 |
* | Missed the header file changes from #7425. | Jarkko Hietaniemi | 2000-10-24 | 1 | -1/+1 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -6/+6 |
* | Re: Creating const subs for constants. | John Tobey | 2000-10-21 | 1 | -1/+1 |
* | Make scan_num() reëntrant, as suggested in | Roca, Ignasi | 2000-10-20 | 1 | -1/+1 |
* | Reëntrancy fix. | Roca, Ignasi | 2000-10-20 | 1 | -0/+1 |
* | Retract #7091 as suggested in | Robin Barker | 2000-10-02 | 1 | -26/+26 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -1/+2 |
* | Part of #7081 didn't come through. | Jarkko Hietaniemi | 2000-09-14 | 1 | -26/+26 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -10/+2 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -1/+1 |
* | Hash lookup of constant strings optimization: | Nick Ing-Simmons | 2000-09-03 | 1 | -0/+1 |
* | Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?) | Mike Guy | 2000-09-01 | 1 | -1/+1 |
* | magic callbacks all need to have same type signature | Gurusamy Sarathy | 2000-08-15 | 1 | -1/+1 |
* | magic_regdatum_set() is void, not int. | Jarkko Hietaniemi | 2000-08-15 | 1 | -1/+1 |
* | Re: [PATCH] @+, @- readonly | Mike Guy | 2000-08-14 | 1 | -0/+1 |
* | [ID 20000724.004] Perl interpreter segfault when using built-in flock | Ronald F. Guilmette | 2000-08-05 | 1 | -1/+1 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+2 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -2/+2 |
* | typos in change#6399, regen headers | Gurusamy Sarathy | 2000-07-14 | 1 | -6/+1 |
* | Fix the BOM bug: not a byteorder bug, a signedness bug. | Jarkko Hietaniemi | 2000-07-14 | 1 | -1/+1 |
* | Win32 patches for cfgperl from Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -2/+3 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -2/+4 |
|\ |
|
| * | adjust change#6299 | Gurusamy Sarathy | 2000-07-04 | 1 | -2/+4 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | fix memory leak on Windows (PL_sys_intern contents were never | Gurusamy Sarathy | 2000-07-04 | 1 | -3/+2 |
* | | xsub attributes | Doug MacEachern | 2000-06-29 | 1 | -0/+5 |
* | | Regen headers for #6261 (and update embed.pl for this) and #6267, | Jarkko Hietaniemi | 2000-06-29 | 1 | -0/+2 |
* | | tr///, help wanted. | Simon Cozens | 2000-06-28 | 1 | -8/+6 |
* | | Re: [PATCH] support 'my __PACKAGE__ $obj = ...' | Doug MacEachern | 2000-06-28 | 1 | -0/+1 |
* | | is_utf8_string | Simon Cozens | 2000-06-27 | 1 | -0/+1 |
* | | bytes<->utf8 fixes | Simon Cozens | 2000-06-27 | 1 | -1/+1 |
* | | Regen headers. | Jarkko Hietaniemi | 2000-06-25 | 1 | -2/+2 |
* | | Threadsafe patches | Dan Sugalski | 2000-06-06 | 1 | -0/+2 |
|/ |
|
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+1 |
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |