| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Reverse #18285, for reasons given in: | Hugo van der Sanden | 2002-12-23 | 1 | -1/+1 |
* | Re: Precedence of ? : | Stephen McCamant | 2002-12-11 | 1 | -1/+1 |
* | Remove package; (Heh heh.) | Abhijit Menon-Sen | 2002-09-29 | 1 | -2/+0 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -2/+6 |
* | 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 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -1/+1 |
* | Perly.y and related file fixes to keep mainframe yacc (and bison) happy. | Nick Ing-Simmons | 2001-06-19 | 1 | -12/+16 |
* | perly.y overhaul | Simon Cozens | 2001-06-10 | 1 | -109/+162 |
* | 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 | -1/+3 |
* | Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;... | Robin Houston | 2001-03-14 | 1 | -6/+13 |
* | Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts | Dave Mitchell | 2001-03-09 | 1 | -1/+1 |
* | RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parse... | Roca, Ignasi | 2001-01-23 | 1 | -0/+1 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | Make scan_num() reëntrant, as suggested in | Roca, Ignasi | 2000-10-20 | 1 | -1/+1 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | 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 |
* | various cleanups | Gurusamy Sarathy | 1999-10-12 | 1 | -16/+1 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -1/+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 | -15/+83 |
* | allow arrow omission in $foo[10]->('foo') etc. (but not in | Stephen McCamant | 1999-07-26 | 1 | -45/+63 |
* | remove spurious newSTATEOP() that causes goto to enter one too many | Gurusamy Sarathy | 1999-07-18 | 1 | -2/+1 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -5/+2 |
* | distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation | Gurusamy Sarathy | 1999-02-18 | 1 | -2/+2 |
* | applied suggested patch; regen perly* and vms/perly* | Stephen McCamant | 1999-02-07 | 1 | -0/+4 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+1 |
* | POSIX BC2000 port from perl-mvs: | Thomas Dorner | 1998-10-17 | 1 | -2/+7 |
* | The VM/ESA port essentials, based on | Jarkko Hietaniemi | 1998-10-17 | 1 | -2/+2 |
* | make C<use> recognize C<require> overrides; allow C<do EXPR> to be | Gurusamy Sarathy | 1998-10-03 | 1 | -1/+1 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -0/+8 |
* | 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 | -2/+1 |
* | [win32] yet another patch | Chip Salzenberg | 1998-03-02 | 1 | -0/+3 |
* | More Chip patches (tweaked for _5x). The final one mentioned here | Malcolm Beattie | 1998-02-06 | 1 | -1/+2 |
* | Add to docs about the BEGIN { shift } feature. Make the change | Gurusamy Sarathy | 1997-11-23 | 1 | -1/+1 |
* | - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_ | Gurusamy Sarathy | 1997-11-22 | 1 | -1/+1 |
* | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -1/+1 |
* | Merge maint-5.004 branch (5.004_04) with mainline. | Malcolm Beattie | 1997-10-16 | 1 | -12/+12 |
|\ |
|
| * | [inseparable changes from patch to perl 5.004_04]perl-5.004_04 | Perl 5 Porters | 1997-09-05 | 1 | -12/+12 |
* | | Rename RESTART to INIT and associated changes | Malcolm Beattie | 1997-09-03 | 1 | -1/+1 |
* | | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 1 | -2/+3 |
|/ |
|
* | Support C< $coderef->($x,$y) > | Chip Salzenberg | 1997-04-30 | 1 | -0/+7 |
* | Fix label on C<for(;;)> statement | Chip Salzenberg | 1997-04-09 | 1 | -2/+2 |