| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use integer on the problematic subtest. | Jarkko Hietaniemi | 1999-09-04 | 1 | -11/+2 |
* | Enable 64-bit clean bit ops. | Jarkko Hietaniemi | 1999-09-04 | 1 | -0/+10 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -0/+8 |
* | specify type of bracket in "Unmatched bracket" diagnostic; | Gurusamy Sarathy | 1999-03-26 | 1 | -1/+1 |
* | distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation | Gurusamy Sarathy | 1999-02-18 | 1 | -0/+14 |
* | fix comppad handling for failures in eval 'qr/(?p{...})/' | Hugo van der Sanden | 1999-02-17 | 1 | -0/+7 |
* | allow C<select('foo')> to autovivify *foo (SelectSaver expects that) | Gurusamy Sarathy | 1999-02-14 | 1 | -7/+1 |
* | Remove extraneous sh in test suites | Ilya Zakharevich | 1999-02-12 | 1 | -7/+10 |
* | make testsuite somewhat location independent | Gurusamy Sarathy | 1999-02-12 | 1 | -1/+1 |
* | fix ops that are not filehandle constructors to not create GV if it | Gurusamy Sarathy | 1999-02-12 | 1 | -1/+7 |
* | Object destruction order testing. | Jarkko Hietaniemi | 1999-01-02 | 1 | -1/+42 |
* | There can be multiple yacc/bison errors. | Jarkko Hietaniemi | 1998-10-30 | 1 | -1/+1 |
* | The "parse error" must be converted to "syntax error", | Jarkko Hietaniemi | 1998-10-28 | 1 | -1/+1 |
* | Bison says 'parse error', not 'parser error'. | Jarkko Hietaniemi | 1998-10-28 | 1 | -2/+2 |
* | More robustness. | Jarkko Hietaniemi | 1998-10-26 | 1 | -1/+1 |
* | More robust yacc/bison failure output handling. | Jarkko Hietaniemi | 1998-10-17 | 1 | -1/+3 |
* | let docatch() pass the buck when restartop turns out to be null, | Gurusamy Sarathy | 1998-10-14 | 1 | -0/+12 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -0/+1 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -5/+3 |
* | merge changes from maintbranch (1354, and relevant part of 1356); all | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+1 |
* | allow eval-groups in patterns only if they C<use re 'eval';> | Gurusamy Sarathy | 1998-07-06 | 1 | -3/+5 |
* | [win32] merge change#896 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -0/+5 |
* | Perl 5.005b1t2/perl5.004_63 (resend) | Jan-Pieter Cornet | 1998-04-03 | 1 | -0/+44 |
* | [win32] another 'old' patch | Roderick Schertler | 1998-03-02 | 1 | -0/+10 |
* | [PATCH] 5.004_58: the locale.t problem in IRIX | Jarkko Hietaniemi | 1998-02-12 | 1 | -0/+1 |
* | 5.004_56: Patch to Tie::Hash and docs | Ilya Zakharevich | 1998-02-06 | 1 | -0/+1 |
* | - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_ | Gurusamy Sarathy | 1997-11-22 | 1 | -0/+11 |
* | Jumbo regexp patch applied (with minor fix-up tweaks): | Ilya Zakharevich | 1997-11-19 | 1 | -0/+10 |
* | Further ANSI changes now builds and passes (most) tests | Nick Ing-Simmons | 1997-10-31 | 1 | -9/+0 |
* | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -2/+5 |
* | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h] | Perl 5 Porters | 1997-04-23 | 1 | -0/+7 |
* | [inseparable changes from match from perl-5.003_94 to perl-5.003_95] | Perl 5 Porters | 1997-03-22 | 1 | -1/+2 |