summaryrefslogtreecommitdiff
path: root/opcode.pl
Commit message (Expand)AuthorAgeFilesLines
...
* Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,Nicholas Clark2005-11-031-0/+1
* unlink chmod utime kill can be merged into Perl_pp_chown().Nicholas Clark2005-11-021-2/+2
* Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.Nicholas Clark2005-11-021-1/+2
* Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe intoNicholas Clark2005-11-021-1/+2
* Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftisNicholas Clark2005-11-021-0/+2
* sort/multicall patchRobin Houston2005-11-021-1/+1
* All the ops that are simply C<return some_other_op();> can be bypassedNicholas Clark2005-10-311-1/+25
* Replace the 3 currently "unreachable" ops with a single op bodyNicholas Clark2005-10-311-1/+4
* Try to preserve the lost opcode alias info in commentsH.Merijn Brand2005-10-311-4/+9
* It appears that it's trivially easy to alias opcode functions inNicholas Clark2005-10-311-1/+15
* [perl #36672] Swapped warnings for -o and -O file tests Piotr Fusik2005-07-281-2/+2
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-4/+12
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-031-1/+1
* mkdir without arguments now defaults to $_Rafael Garcia-Suarez2005-05-031-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-16/+34
* Downconst external APIsRafael Garcia-Suarez2005-03-291-4/+4
* More consting goodnessAndy Lester2005-03-211-4/+4
* Make all scripts run by regen.pl write output with UNIX style EOL's.Steve Hay2004-11-161-0/+4
* Update copyright noticesRafael Garcia-Suarez2004-03-161-2/+2
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-2/+2
* add deprecation warning for C<my $x if foo> and C<foo && (my $x)>Dave Mitchell2004-02-171-2/+2
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-2/+2
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-031-1/+1
* re-fix [perl #24508] without speed regression.Adrian M. Enache2003-12-221-1/+1
* Fix bug [perl #24508] Wrong assignment in nested assignmentRafael Garcia-Suarez2003-11-191-1/+1
* Change the internal prototype of the pop() and shift() builtinsRafael Garcia-Suarez2003-08-261-2/+2
* Enhance some macro robustness.Rafael Garcia-Suarez2003-06-251-4/+4
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-2/+3
* Remove the foo-old files.Jarkko Hietaniemi2003-03-101-0/+6
* regen_headers tiny tidying:Jarkko Hietaniemi2003-03-081-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-2/+2
* Support one-parameter unpack(), which unpacks $_.Chip Salzenberg2003-02-191-1/+1
* Change pp_lock to take a reference instead of aArtur Bergman2003-01-031-1/+1
* regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)Nicholas Clark2002-11-191-18/+14
* Doc fix : the symbol for COPs wasn't documented.Rafael Garcia-Suarez2002-08-071-1/+1
* Defined-or patch (cleaned up)Brent Dax2002-08-051-0/+3
* Comment tweak from Philip.Jarkko Hietaniemi2002-04-221-1/+1
* As if people would be reading the documentation :-)Jarkko Hietaniemi2002-04-211-0/+2
* Make doc clearer, as suggested by Brent DaxRafael Garcia-Suarez2002-04-211-1/+1
* Retract the UTF-8 filenames patch. This may beJarkko Hietaniemi2002-04-091-1/+1
* There was no nice way of getting in UTF-8 filenames:Jarkko Hietaniemi2002-04-071-1/+1
* OS/2 buildIlya Zakharevich2002-02-111-0/+8
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-8/+25
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-1/+1
* try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-181-8/+13
* OP_RCATLINE is an SVOP, not a BASEOP.Abhijit Menon-Sen2001-09-181-1/+1
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-101-5/+1
* Custom OpsSimon Cozens2001-08-271-2/+14
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-3/+3
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-3/+3