| Commit message (Expand) | Author | Age | Files | Lines |
* | rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t | Michael G. Schwern | 2001-09-02 | 1 | -741/+0 |
* | One more twist to the sprintf + utf8 testing. | Jarkko Hietaniemi | 2001-08-16 | 1 | -0/+3 |
* | Fix for 20010407.008 sprintf removes utf8-ness. | Jarkko Hietaniemi | 2001-08-16 | 1 | -3/+8 |
* | Add a test for Unicode sprintf. | Jarkko Hietaniemi | 2001-08-16 | 1 | -0/+5 |
* | Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work. | Jarkko Hietaniemi | 2001-08-11 | 1 | -28/+1 |
* | fix t/op/misc.t for VMS | Craig A. Berry | 2001-08-03 | 1 | -0/+1 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -2/+5 |
* | Integrate changes #10450 and #10451 from maintperl: | Jarkko Hietaniemi | 2001-06-06 | 1 | -0/+10 |
* | Integrate change #10448 from maintperl; lexicals | Jarkko Hietaniemi | 2001-06-06 | 1 | -0/+12 |
* | Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance | Jarkko Hietaniemi | 2001-06-04 | 1 | -0/+3 |
* | Test case for #10433/#10424. | Jarkko Hietaniemi | 2001-06-04 | 1 | -0/+18 |
* | Integrate change #10394 from maintperl; lexical file scope leakage. | Jarkko Hietaniemi | 2001-06-03 | 1 | -0/+12 |
* | Add a test for 20010528.007, fixed in #10272. | Jarkko Hietaniemi | 2001-05-29 | 1 | -0/+6 |
* | The #10251 wasn't quite up-to-the-code. | Jarkko Hietaniemi | 2001-05-28 | 1 | -2/+1 |
* | Test case for 20010422.005, fixed by #10250. | Jarkko Hietaniemi | 2001-05-28 | 1 | -0/+7 |
* | Re: [ID 20010506.041] segfault when matching utf8 string | Hugo van der Sanden | 2001-05-25 | 1 | -0/+5 |
* | Re: [ID 20000716.007] \G in a m//g expression causes problems | Hugo van der Sanden | 2001-05-23 | 1 | -0/+5 |
* | Test for bug 20010515.004 | Benjamin Sugars | 2001-05-17 | 1 | -0/+12 |
* | Re: [PATCH] HERE mark in regex | Ronald J. Kimball | 2001-05-16 | 1 | -1/+1 |
* | Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef | Philip Newton | 2001-04-25 | 1 | -1/+1 |
* | Test case for #9800. | Jarkko Hietaniemi | 2001-04-23 | 1 | -1/+5 |
* | foreach defelem magic should only be applied to PL_sv_undef | Gisle Aas | 2001-04-18 | 1 | -0/+9 |
* | Sarathy's clear_pmop patch with Radu Greab's fix, | Jarkko Hietaniemi | 2001-03-18 | 1 | -0/+24 |
* | Allow the locale test needing POSIX and the taint test | Jarkko Hietaniemi | 2001-01-09 | 1 | -3/+6 |
* | make t/op/misc.t work on VMS | Charles Lane | 2001-01-09 | 1 | -1/+4 |
* | Fix for 20001210.003, "write(FH) on closed FH causes segv". | Jarkko Hietaniemi | 2000-12-21 | 1 | -0/+17 |
* | Test case for #8066. | Jarkko Hietaniemi | 2000-12-10 | 1 | -0/+5 |
* | 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 |
* | 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 |
* | Detect early whether the std streams have gone bad. | Nicholas Clark | 2000-10-16 | 1 | -2/+2 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | Tweak the regex compilation errors once more. | Jarkko Hietaniemi | 2000-08-17 | 1 | -1/+1 |
* | Change the regx compilation error markers to use = instead of < | Lupe Christoph | 2000-08-16 | 1 | -1/+1 |
* | Re: enhanced(?) regex error messages | Jeffrey Friedl | 2000-08-09 | 1 | -1/+1 |
* | The test from this | Tom Hughes | 2000-08-01 | 1 | -0/+4 |
* | under useithreads, constant pad entries could inadvertently be | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+7 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -0/+6 |
* | Do not assume sign propagation. | M. J. T. Guy | 2000-04-24 | 1 | -3/+3 |
* | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX | Gurusamy Sarathy | 2000-03-12 | 1 | -0/+30 |
* | change#3511 was not defensive enough about try blocks, causing | Gurusamy Sarathy | 2000-03-11 | 1 | -0/+7 |
* | /(?p{})/ changed to /(??{})/, per Larry's suggestion (from | Gurusamy Sarathy | 2000-03-03 | 1 | -1/+1 |
* | Lift the 32-bit straightjacket from bit ops; | Jarkko Hietaniemi | 2000-02-28 | 1 | -1/+2 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+2 |
* | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 1 | -1/+1 |
* | fix bug in change#4515 (STOP blocks now see @ARGV like the rest) | Gurusamy Sarathy | 1999-11-14 | 1 | -5/+7 |
* | tweak some op names in change#4177 (will any of this break code that | Gurusamy Sarathy | 1999-09-18 | 1 | -1/+1 |
* | More descriptive names for operators. | Michael G. Schwern | 1999-09-17 | 1 | -1/+1 |
* | Time is not yet ripe. | Jarkko Hietaniemi | 1999-09-05 | 1 | -2/+1 |