| Commit message (Expand) | Author | Age | Files | Lines |
* | Move regen scripts to regen/ | Steffen Mueller | 2010-10-10 | 1 | -1101/+0 |
* | Remove MEMBER_TO_FPTR. | Ben Morrow | 2010-10-06 | 1 | -3/+3 |
* | Move OP prototypes from pp_proto.h to proto.h | Nicholas Clark | 2010-09-27 | 1 | -21/+1 |
* | Ensure regen.pl and the scripts that it calls can be run by older perls. | Nicholas Clark | 2010-09-22 | 1 | -1/+3 |
* | Remove OA_RETINTEGER, unused since 2002 (commit e7311069df54baa6) | Nicholas Clark | 2010-08-28 | 1 | -4/+4 |
* | Fix escaping in opcode.h generation | Dagfinn Ilmari Mannsåker (via RT) | 2010-08-25 | 1 | -1/+1 |
* | srand: change to return its seed | Karl Williamson | 2010-07-28 | 1 | -1/+1 |
* | Make eval {} compile directly to OP_ENTERTRY | Rafael Garcia-Suarez | 2009-12-20 | 1 | -1/+1 |
* | Move the boolkeys op to the group of hash ops. | Nicholas Clark | 2009-10-15 | 1 | -2/+1 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -0/+2 |
* | Add some documentation to the heads of the various *.pl build scripts | David Mitchell | 2009-05-15 | 1 | -0/+15 |
* | Update copyright year in opcode.pl to reflect change 33364. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Drag autodoc.pl and overload.pl into the age of safer_open(). | Nicholas Clark | 2008-03-17 | 1 | -4/+4 |
* | Rename safer_rename() to rename_if_different(), to accurately describe | Nicholas Clark | 2008-03-15 | 1 | -42/+38 |
* | Re: [patch] refine make regen to be more selective | Jim Cromie | 2008-03-15 | 1 | -6/+0 |
* | Tidy up error messages | Rafael Garcia-Suarez | 2008-02-26 | 1 | -9/+9 |
* | Ensure that constant folding runs with IN_PERL_RUNTIME true, by copying | Nicholas Clark | 2008-02-25 | 1 | -1/+1 |
* | Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros | Jim Cromie | 2008-02-25 | 1 | -11/+17 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+1 |
* | Eliminate ck_lengthconst. | Nicholas Clark | 2008-02-20 | 1 | -1/+1 |
* | Setting the f flag on length causes the op to be constant folded. | Nicholas Clark | 2008-02-20 | 1 | -1/+1 |
* | [patch] optimize OP_IS_(FILETEST|SOCKET) macros | Jim Cromie | 2008-02-10 | 1 | -21/+52 |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -1/+0 |
* | refactor PL_opargs generation in opcode.pl and fix helem | Marcus Holland-Moritz | 2008-01-09 | 1 | -24/+41 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -3/+8 |
* | Make state $zok = slosh(); behave as the Perl 6 design with an implicit | Nicholas Clark | 2007-09-06 | 1 | -0/+4 |
* | Remove the never-used numeric and character switch ops. | Nicholas Clark | 2007-03-30 | 1 | -3/+0 |
* | A logical rearrangement of ops, to get the post 5.005 ops to their | Nicholas Clark | 2007-03-30 | 1 | -18/+14 |
* | Oops. Failed to remove the now obsolete comment about custom ops. | Nicholas Clark | 2007-03-30 | 1 | -2/+0 |
* | Remove the restriction that op_custom has to be the last op. | Nicholas Clark | 2007-03-30 | 1 | -3/+3 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+1 |
* | Now that readpipe defaults to $_, I should update the prototype table | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+1 |
* | blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking | Jarkko Hietaniemi | 2007-02-19 | 1 | -1/+2 |
* | pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a | Nicholas Clark | 2007-01-15 | 1 | -0/+1 |
* | Make opcode.pl strict and warnings clean. | Nicholas Clark | 2007-01-09 | 1 | -22/+28 |
* | Eliminate pp_threadsv, as it was only ever used by 5005 threads. | Nicholas Clark | 2007-01-08 | 1 | -2/+1 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -3/+3 |
* | Re-order ops to the implementation order in pp_sys.c - this makes a | Nicholas Clark | 2006-11-12 | 1 | -5/+5 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -1/+1 |
* | Make readpipe() overridable (and also `` and qx//) | Rafael Garcia-Suarez | 2006-10-31 | 1 | -1/+1 |
* | C++: Solaris CC now compiles "perl" | Jarkko Hietaniemi | 2006-09-11 | 1 | -2/+2 |
* | Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. | Nicholas Clark | 2006-02-07 | 1 | -0/+1 |
* | Allow bareword file handle as argument to chdir(). | Gisle Aas | 2006-02-07 | 1 | -1/+2 |
* | All the trancendental unary operators can be merged into PP_sin | Nicholas Clark | 2006-02-07 | 1 | -0/+1 |
* | pp_pop can be implemented by pp_shift. | Nicholas Clark | 2006-02-07 | 1 | -0/+1 |
* | pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom. | Nicholas Clark | 2006-02-07 | 1 | -0/+1 |
* | Merge pp_index and pp_rindex - we have another mathom. | Nicholas Clark | 2006-02-07 | 1 | -0/+1 |
* | Update the copyright years in the generated files, and nostdio.h | Nicholas Clark | 2006-01-08 | 1 | -1/+2 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+10 |
* | Happy New Year. (It's not just embed.pl). | Nicholas Clark | 2006-01-02 | 1 | -1/+1 |