| Commit message (Expand) | Author | Age | Files | Lines |
* | ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged | Nicholas Clark | 2005-11-04 | 1 | -5/+5 |
* | Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil, | Nicholas Clark | 2005-11-03 | 1 | -1/+1 |
* | unlink chmod utime kill can be merged into Perl_pp_chown(). | Nicholas Clark | 2005-11-02 | 1 | -4/+4 |
* | Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned. | Nicholas Clark | 2005-11-02 | 1 | -3/+3 |
* | Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into | Nicholas Clark | 2005-11-02 | 1 | -7/+7 |
* | Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis | Nicholas Clark | 2005-11-02 | 1 | -4/+4 |
* | Regen headers | Rafael Garcia-Suarez | 2005-11-02 | 1 | -1/+1 |
* | All the ops that are simply C<return some_other_op();> can be bypassed | Nicholas Clark | 2005-10-31 | 1 | -34/+34 |
* | Replace the 3 currently "unreachable" ops with a single op body | Nicholas Clark | 2005-10-31 | 1 | -3/+5 |
* | Try to preserve the lost opcode alias info in comments | H.Merijn Brand | 2005-10-31 | 1 | -2/+2 |
* | It appears that it's trivially easy to alias opcode functions in | Nicholas Clark | 2005-10-31 | 1 | -2/+2 |
* | [perl #36672] Swapped warnings for -o and -O file tests | Piotr Fusik | 2005-07-28 | 1 | -1/+1 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+3 |
* | Fix getting prototype of builtins mkdir and setpgrp. | Rafael Garcia-Suarez | 2005-05-03 | 1 | -1/+1 |
* | mkdir without arguments now defaults to $_ | Rafael Garcia-Suarez | 2005-05-03 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -16/+34 |
* | Downconst external APIs | Rafael Garcia-Suarez | 2005-03-29 | 1 | -4/+4 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -4/+4 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | retract 22328 and 22332: deprecation warning for my $x if foo | Dave Mitchell | 2004-03-04 | 1 | -2/+2 |
* | 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 |