| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate changes #7884,8122,8155,8197,8213[just to /nolog part, | Jarkko Hietaniemi | 2001-01-31 | 1 | -1/+4 |
* | Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline: | Jarkko Hietaniemi | 2001-01-30 | 1 | -3/+6 |
* | integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496, | Gurusamy Sarathy | 2000-12-18 | 1 | -0/+33 |
* | integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226, | Gurusamy Sarathy | 2000-12-18 | 1 | -2/+2 |
* | integrate changes#6763..6766,6770,6773,6775..6776,6778,6780, | Gurusamy Sarathy | 2000-11-27 | 1 | -1/+1 |
* | integrate changes#6613..6616,6620..6665 from mainline | Gurusamy Sarathy | 2000-11-27 | 1 | -1/+1 |
* | integrate changes#6540..6541,6546..6549,6552..6554,6557..6606, | Gurusamy Sarathy | 2000-11-27 | 1 | -1/+1 |
* | integrate changes#6469..6484,6486..6501,6504..6505,6507..6509, | Gurusamy Sarathy | 2000-11-27 | 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 |