| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse #18285, for reasons given in: | Hugo van der Sanden | 2002-12-23 | 1 | -288/+288 |
* | Re: Precedence of ? : | Stephen McCamant | 2002-12-11 | 1 | -288/+288 |
* | Remove package; (Heh heh.) | Abhijit Menon-Sen | 2002-09-29 | 1 | -1245/+1240 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -1185/+1293 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -12/+12 |
* | yfix fix for VMS (was YYDEBUG etc.) | Craig A. Berry | 2002-03-25 | 1 | -1/+1 |
* | Re: what is YYDEBUG and why does it reset errno? | Rafael Garcia-Suarez | 2002-03-25 | 1 | -1/+1 |
* | taint + deprecated warnings | Paul Marquess | 2002-03-04 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -6/+2 |
* | Perly.y and related file fixes to keep mainframe yacc (and bison) happy. | Nick Ing-Simmons | 2001-06-19 | 1 | -241/+241 |
* | Add new step to run_byacc which: | Nick Ing-Simmons | 2001-06-14 | 1 | -4/+4 |
* | One more run_byacc (a hand-tweaked version had slipped in). | Jarkko Hietaniemi | 2001-06-11 | 1 | -5/+3 |
* | Update perly_c.diff, update perly.fixer to edit away | Jarkko Hietaniemi | 2001-06-10 | 1 | -4/+6 |
* | perly.y overhaul | Simon Cozens | 2001-06-10 | 1 | -1286/+1321 |
* | Integrate change #10394 from maintperl; lexical file scope leakage. | Jarkko Hietaniemi | 2001-06-03 | 1 | -2/+2 |
* | Tweak to perly.y to allow -DDEBUGGING to compile on OS390. | Nick Ing-Simmons | 2001-03-19 | 1 | -190/+192 |
* | Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;... | Robin Houston | 2001-03-14 | 1 | -201/+206 |
* | Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts | Dave Mitchell | 2001-03-09 | 1 | -1/+1 |
* | Make scan_num() reëntrant, as suggested in | Roca, Ignasi | 2000-10-20 | 1 | -1/+1 |
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+6 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
* | fix bug in change#4515 (STOP blocks now see @ARGV like the rest) | Gurusamy Sarathy | 1999-11-14 | 1 | -1/+1 |
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -1/+0 |
* | various cleanups | Gurusamy Sarathy | 1999-10-12 | 1 | -17/+22 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -21/+16 |
* | change#3728 was flawed (loop contexts saw the wrong statement | Gurusamy Sarathy | 1999-10-07 | 1 | -1/+1 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -1384/+1437 |
* | allow arrow omission in $foo[10]->('foo') etc. (but not in | Stephen McCamant | 1999-07-26 | 1 | -1266/+1321 |
* | remove spurious newSTATEOP() that causes goto to enter one too many | Gurusamy Sarathy | 1999-07-18 | 1 | -2/+1 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -16/+24 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -1/+1 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -16/+4 |
* | distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation | Gurusamy Sarathy | 1999-02-18 | 1 | -2/+2 |
* | perly_c.diff typo | Gurusamy Sarathy | 1999-02-14 | 1 | -1/+1 |
* | applied suggested patch; regen perly* and vms/perly* | Stephen McCamant | 1999-02-07 | 1 | -769/+802 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+1 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -11/+11 |
* | remove spurious unused conflicting globals (PL_yy{v,s}sp) | Gurusamy Sarathy | 1998-10-06 | 1 | -2/+0 |
* | make C<use> recognize C<require> overrides; allow C<do EXPR> to be | Gurusamy Sarathy | 1998-10-03 | 1 | -1/+1 |
* | move yyglobal decls from perly.c to perlvars.h, regen headers, tweak | Gurusamy Sarathy | 1998-09-24 | 1 | -14/+15 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -169/+171 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -28/+28 |
* | Added patch, regenerated perly.c and perly.c.diff | Stephen McCamant | 1998-06-10 | 1 | -63/+62 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-04-08 | 1 | -2/+2 |
|\ |
|
| * | [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio | Jan-Pieter Cornet | 1998-03-16 | 1 | -11/+11 |
* | | [asperl] various changes to get asperl working under Borland | Gurusamy Sarathy | 1998-03-16 | 1 | -9/+9 |
* | | [win32] integrate mainline changes | Gurusamy Sarathy | 1998-03-07 | 1 | -1232/+1225 |
|\ \
| |/ |
|
| * | [win32] yet another patch | Chip Salzenberg | 1998-03-02 | 1 | -1232/+1225 |
* | | [asperl] integrate win32 branch contents | Gurusamy Sarathy | 1998-02-09 | 1 | -65/+70 |
|\ \
| |/ |
|
| * | Newer -DLEAKTEST patch | Ilya Zakharevich | 1998-02-06 | 1 | -3/+7 |