| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "scalars leaked" bugs caused by overload magic | Nick Ing-Simmons | 2001-01-08 | 1 | -0/+4 |
* | Integrate mainline | Nick Ing-Simmons | 2000-12-30 | 1 | -0/+8 |
* | Integrate mainline. | Nick Ing-Simmons | 2000-12-19 | 1 | -9/+5 |
* | Return of the IVUV-preservation, now seems to be happy even | Jarkko Hietaniemi | 2000-12-15 | 1 | -0/+14 |
* | speeding up object creation/destruction 4x times | Ilya Zakharevich | 2000-12-15 | 1 | -0/+4 |
* | This seems to be a stage sane and stable enough to checkin. | Jarkko Hietaniemi | 2000-12-15 | 1 | -14/+0 |
* | faster and 64 bit preserving arithmetic | Nicholas Clark | 2000-12-14 | 1 | -0/+14 |
* | Move the proto of start_glob() to a better place; regen api files. | Jarkko Hietaniemi | 2000-12-13 | 1 | -8/+2 |
* | move startglob out of pp_hot.c | Nicholas Clark | 2000-12-13 | 1 | -0/+8 |
* | Re: [PATCH] The largest hoax of all times? | Ilya Zakharevich | 2000-12-05 | 1 | -0/+8 |
* | C<foreach my $x ...> in pseudo-fork()ed process may diddle | Gurusamy Sarathy | 2000-11-25 | 1 | -0/+4 |
* | Undo the SOCKS workarounds, instead start using PerlIO | Jens Hamisch | 2000-11-25 | 1 | -43/+0 |
* | SOCKS wrestling continues, patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-23 | 1 | -0/+18 |
* | More SOCKS versus 64-bit patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-22 | 1 | -2/+11 |
* | Export the SOCKS workaround symbols only if necessary. | Jarkko Hietaniemi | 2000-11-21 | 1 | -7/+11 |
* | Add a workaround to SOCKS 64-bit problems. | Jarkko Hietaniemi | 2000-11-20 | 1 | -0/+12 |
* | Introduce Perl_utf8_length(). Use it. | Jarkko Hietaniemi | 2000-11-18 | 1 | -0/+4 |
* | [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 | -0/+4 |
* | The reëntrant version shouldn't be needed unless USE_PURE_BISON. | Jarkko Hietaniemi | 2000-10-28 | 1 | -7/+7 |
* | Continue the internal UTF-8 API tweaking. | Jarkko Hietaniemi | 2000-10-25 | 1 | -5/+5 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 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/+4 |
* | Regen headers. | Jarkko Hietaniemi | 2000-10-03 | 1 | -0/+4 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -1/+5 |
* | 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 | -1/+5 |
* | Re: [PATCH] @+, @- readonly | Mike Guy | 2000-08-14 | 1 | -0/+4 |
* | Essential prototype changes were missing from #6527. | Jarkko Hietaniemi | 2000-08-05 | 1 | -4/+4 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+8 |
* | 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 | -4/+0 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -4/+10 |
* | integrate cfgperl changes#6268..6282 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+12 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -32/+28 |
* | integrate cfgperl changes#6242..6249 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+4 |
* | integrate cfgperl changes#6231..6240 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -8/+8 |
* | integrate cfgperl changes#6207..6210 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+4 |
* | adjust change#6299 | Gurusamy Sarathy | 2000-07-04 | 1 | -8/+14 |
* | fix memory leak on Windows (PL_sys_intern contents were never | Gurusamy Sarathy | 2000-07-04 | 1 | -10/+8 |
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+4 |
* | change#2879 broke rvalue autovivification of magicals such as ${$num} | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+4 |
* | PL_sys_intern was being initialized too late on windows | Gurusamy Sarathy | 2000-05-11 | 1 | -0/+10 |
* | update Changes | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+4 |
* | Use the newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+4 |
* | add missing bincompat5005 #defines | Gurusamy Sarathy | 2000-03-17 | 1 | -0/+3 |
* | make the is_utf8_*() safe for use on invalid utf8 (they now | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+4 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+8 |
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+12 |