summaryrefslogtreecommitdiff
path: root/opcode.pl
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright years in the generated files, and nostdio.hNicholas Clark2006-01-081-1/+2
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+10
* Happy New Year. (It's not just embed.pl).Nicholas Clark2006-01-021-1/+1
* latest switch/say/~~Robin Houston2005-12-191-0/+11
* Disable constant folding of sprintfGisle Aas2005-12-011-1/+1
* Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly usedNicholas Clark2005-11-071-0/+1
* The rarely used lcfirst and ucfirst share almost all their code.Nicholas Clark2005-11-071-0/+1
* Typos in opcode.pl this time.Steve Peters2005-11-051-2/+2
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-051-1/+3
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-041-0/+1
* pp_semop can fit within Perl_pp_shmwrite().Nicholas Clark2005-11-041-2/+1
* The remaining special logic in pp_syswrite can be moved into pp_send,Nicholas Clark2005-11-041-0/+1
* Merge msgsnd, msgrcv with Perl_pp_shmwrite().Nicholas Clark2005-11-041-0/+1
* ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be mergedNicholas Clark2005-11-041-0/+2
* 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