| Commit message (Expand) | Author | Age | Files | Lines |
* | add deprecation warning for C<my $x if foo> and C<foo && (my $x)> | Dave Mitchell | 2004-02-17 | 1 | -2/+2 |
* | Implement "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -2/+2 |
* | Tidy up change #18751, so that the second parameter to unpack() | Rafael Garcia-Suarez | 2004-01-03 | 1 | -1/+1 |
* | re-fix [perl #24508] without speed regression. | Adrian M. Enache | 2003-12-22 | 1 | -1/+1 |
* | Fix bug [perl #24508] Wrong assignment in nested assignment | Rafael Garcia-Suarez | 2003-11-19 | 1 | -1/+1 |
* | Change the internal prototype of the pop() and shift() builtins | Rafael Garcia-Suarez | 2003-08-26 | 1 | -2/+2 |
* | Enhance some macro robustness. | Rafael Garcia-Suarez | 2003-06-25 | 1 | -4/+4 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Support one-parameter unpack(), which unpacks $_. | Chip Salzenberg | 2003-02-19 | 1 | -1/+1 |
* | Change pp_lock to take a reference instead of a | Artur Bergman | 2003-01-03 | 1 | -1/+1 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -0/+10 |
* | Retract the UTF-8 filenames patch. This may be | Jarkko Hietaniemi | 2002-04-09 | 1 | -1/+1 |
* | There was no nice way of getting in UTF-8 filenames: | Jarkko Hietaniemi | 2002-04-07 | 1 | -1/+1 |
* | Sprinkle some copyrights (use the oldest timestamp to | Jarkko Hietaniemi | 2002-01-24 | 1 | -4/+12 |
* | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 1 | -1/+1 |
* | OP_RCATLINE is an SVOP, not a BASEOP. | Abhijit Menon-Sen | 2001-09-18 | 1 | -1/+1 |
* | Regen headers. | Jarkko Hietaniemi | 2001-09-13 | 1 | -5/+1 |
* | Regen headers | Artur Bergman | 2001-08-27 | 1 | -0/+14 |
* | Retract #11166 (and #11237). | Jarkko Hietaniemi | 2001-07-12 | 1 | -3/+3 |
* | (Retracted by #11285.) | Abhijit Menon-Sen | 2001-07-06 | 1 | -3/+3 |
* | Re: [ID 20010621.007] readline() not quite as equal as <> | Abhijit Menon-Sen | 2001-06-25 | 1 | -1/+1 |
* | Integrate change #10412 from maintperl; locale is now | Jarkko Hietaniemi | 2001-06-03 | 1 | -10/+10 |
* | Infrastructure to allow: | Nick Ing-Simmons | 2001-01-20 | 1 | -2/+2 |
* | Consolidated lvalue sub changes | Stephen McCamant | 2001-01-12 | 1 | -2/+2 |
* | Regen headers. | Jarkko Hietaniemi | 2000-10-03 | 1 | -1/+1 |
* | Make the "uninit variable" warning to say "concat or string" | Jarkko Hietaniemi | 2000-07-25 | 1 | -2/+2 |
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+1 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -2/+2 |
* | prototype changes for eventually supporting C<binmode(F, ":raw")> | Gurusamy Sarathy | 2000-03-05 | 1 | -2/+2 |
* | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+1 |
* | glob() takes one or no user arguments and a non-user-visible second | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+1 |
* | disable optimization in change#3612 for join() and quotemeta()--this | Gurusamy Sarathy | 2000-01-02 | 1 | -2/+2 |
* | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 1 | -2/+2 |
* | usurp GVOP slot for new PADOP (one small step to making optree | Gurusamy Sarathy | 1999-10-29 | 1 | -3/+3 |
* | more GCC v2.95 induced adjustments | Gurusamy Sarathy | 1999-10-27 | 1 | -702/+702 |
* | disable optimizing troublesome ops in change#3612 | Gurusamy Sarathy | 1999-10-20 | 1 | -9/+9 |
* | add suggested patch =~ s/NOTOP/OP_NOT/ with tests | Larry Wall | 1999-10-08 | 1 | -1/+1 |
* | more op description tweaks | Gurusamy Sarathy | 1999-09-18 | 1 | -4/+4 |
* | tweak some op names in change#4177 (will any of this break code that | Gurusamy Sarathy | 1999-09-18 | 1 | -20/+20 |
* | More descriptive names for operators. | Michael G. Schwern | 1999-09-17 | 1 | -64/+64 |
* | optional warning on join(/foo/...) (reworked suggested patch | Gurusamy Sarathy | 1999-09-06 | 1 | -1/+1 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -0/+5 |
* | don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is | Gurusamy Sarathy | 1999-08-02 | 1 | -356/+0 |
* | Two one-liner LOGOP tweaks | Stephen McCamant | 1999-08-01 | 1 | -1/+1 |
* | applied suggested patch; added missing prototype changes to | Ilya Zakharevich | 1999-07-27 | 1 | -1/+1 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -2/+8 |
* | patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia; | Gurusamy Sarathy | 1999-07-26 | 1 | -1/+1 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -1/+7 |
* | avoid useless use of target for pp_each(); also fixes bugs due to | Gurusamy Sarathy | 1999-07-23 | 1 | -1/+1 |