| Commit message (Expand) | Author | Age | Files | Lines |
* | Fcntl constants speedup | Nicholas Clark | 2000-12-17 | 1 | -10/+10 |
* | Polymorphic regexps. | Jarkko Hietaniemi | 2000-12-17 | 1 | -0/+2 |
* | Return of the IVUV-preservation, now seems to be happy even | Jarkko Hietaniemi | 2000-12-15 | 2 | -17/+183 |
* | This seems to be a stage sane and stable enough to checkin. | Jarkko Hietaniemi | 2000-12-15 | 2 | -183/+17 |
* | faster and 64 bit preserving arithmetic | Nicholas Clark | 2000-12-14 | 2 | -17/+183 |
* | Re: [Fwd: BUG 20001205.022] Local on Hash elements | Simon Cozens | 2000-12-11 | 1 | -1/+12 |
* | Test case for #8066. | Jarkko Hietaniemi | 2000-12-10 | 1 | -0/+5 |
* | Re: Additional patch for UTF8-keys (Re: perl@8016) | Inaba Hiroto | 2000-12-09 | 1 | -1/+14 |
* | Add test for reverse(). | Jarkko Hietaniemi | 2000-12-08 | 1 | -0/+33 |
* | Introduce macros for UTF8 decoding. | Jarkko Hietaniemi | 2000-12-08 | 1 | -7/+7 |
* | Test \x{...} with ord(). | Jarkko Hietaniemi | 2000-12-06 | 1 | -4/+15 |
* | Avaunt, you foul UTF-8 tests. | Jarkko Hietaniemi | 2000-12-05 | 1 | -1/+25 |
* | Continue utf8 dispersal. | Jarkko Hietaniemi | 2000-12-05 | 1 | -0/+100 |
* | Test for Unicode (UTF-8) hash keys. | Jarkko Hietaniemi | 2000-12-05 | 1 | -1/+13 |
* | Split off the UTF-8 decoder tests, make them to check also | Jarkko Hietaniemi | 2000-12-05 | 1 | -0/+181 |
* | Start migrating bits of pragma/utf8 to elsewhere | Jarkko Hietaniemi | 2000-12-05 | 1 | -0/+85 |
* | Re: [PATCH] The largest hoax of all times? | Ilya Zakharevich | 2000-12-05 | 1 | -4/+24 |
* | Integrate the "skip" messages to explain(). | Jarkko Hietaniemi | 2000-12-05 | 1 | -16/+22 |
* | PERL_IMPLICIT_SYS (almost) works - something odd with "signal" | Nick Ing-Simmons | 2000-12-04 | 1 | -1/+3 |
* | Retract #7941. Forbidding subs m/s/etc is too cruel because | Jarkko Hietaniemi | 2000-12-01 | 1 | -4/+0 |
* | (Retracted by #7943.) | Jarkko Hietaniemi | 2000-12-01 | 1 | -0/+4 |
* | Get the three different space character classes right under utf8. | Jarkko Hietaniemi | 2000-12-01 | 1 | -3/+3 |
* | Two more tests that make no sense in UTF-8 since the test | Jarkko Hietaniemi | 2000-12-01 | 1 | -1/+1 |
* | \x{} doesn't any more require 'use utf8' outside regexen so why | Jarkko Hietaniemi | 2000-12-01 | 1 | -2/+0 |
* | $^O win32 -> MSWin32 | Robert Spier | 2000-11-29 | 1 | -3/+3 |
* | Document the known sprintf test failures, exact standard | Jarkko Hietaniemi | 2000-11-29 | 1 | -2/+2 |
* | Re: 5.6 bug: split /^/ implies /m modifier (from CLPM) | Robin Barker | 2000-11-28 | 1 | -1/+6 |
* | Test line numbers are different with utf8. | Jarkko Hietaniemi | 2000-11-26 | 1 | -21/+21 |
* | Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc | Benjamin Holzman | 2000-11-26 | 1 | -1/+6 |
* | C<foreach my $x ...> in pseudo-fork()ed process may diddle | Gurusamy Sarathy | 2000-11-25 | 1 | -0/+22 |
* | Overeager visited-positions optimizations | Ilya Zakharevich | 2000-11-22 | 1 | -0/+2 |
* | lexicals not recognized in a run-time (?{}) | Jarkko Hietaniemi | 2000-11-20 | 1 | -1/+34 |
* | Miraculous typo. | Jarkko Hietaniemi | 2000-11-20 | 1 | -1/+2 |
* | The first step in removing recursion from the REx engine | Ilya Zakharevich | 2000-11-20 | 1 | -2/+2 |
* | restore match data on backtracing | Ilya Zakharevich | 2000-11-18 | 1 | -0/+4 |
* | EBCDIC tweaks. | Peter Prymmer | 2000-11-15 | 1 | -2/+11 |
* | Tweak the definition of the bit complement on UTF-8 data: | Yitzchak Scott-Thoennes | 2000-11-13 | 1 | -4/+32 |
* | Couple of tests from #7660 salvaged. | Jarkko Hietaniemi | 2000-11-13 | 1 | -53/+0 |
* | (Subsumed by #7664) | Jarkko Hietaniemi | 2000-11-12 | 1 | -0/+53 |
* | Explain better why certain regex tests are skipped. | Lupe Christoph | 2000-11-10 | 1 | -3/+8 |
* | Fix for bug id 19990615.008, pos() unset during s///ge. | Jarkko Hietaniemi | 2000-11-05 | 1 | -1/+8 |
* | Fix for | Andrew Pimlott | 2000-11-05 | 1 | -1/+30 |
* | Fix for | Andrew Pimlott | 2000-11-04 | 1 | -1/+11 |
* | Dying is too strict here, better just skip. | Jarkko Hietaniemi | 2000-11-04 | 1 | -1/+1 |
* | Locale tweakery. Add test case for bug id 20000809.003 to op/misc, | Jarkko Hietaniemi | 2000-11-04 | 1 | -0/+33 |
* | [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning | Yitzchak Scott-Thoennes | 2000-10-27 | 1 | -2/+14 |
* | Zero-padded Numerics in Perl Format | John Peacock | 2000-10-25 | 1 | -6/+51 |
* | Temporary stopgap for the self-tying issue: for now only | Jarkko Hietaniemi | 2000-10-25 | 1 | -9/+18 |
* | Re: [ID 20001021.005] SEGV with regex match | Hugo van der Sanden | 2000-10-23 | 1 | -1/+5 |
* | Support s?printf parameter reordering. | Jarkko Hietaniemi | 2000-10-22 | 1 | -0/+13 |