| Commit message (Expand) | Author | Age | Files | Lines |
* | Add regen/uconfig_h.pl to regenerate uconfig.h | Nicholas Clark | 2011-03-28 | 1 | -0/+30 |
* | Extract read_only_bottom() from read_only_bottom_close_and_rename()'s code. | Nicholas Clark | 2011-03-28 | 1 | -8/+16 |
* | regcharclass: Add tricky fold characters. | Karl Williamson | 2011-03-20 | 1 | -1/+4 |
* | warnings.pl: Update comment | Karl Williamson | 2011-02-18 | 1 | -2/+2 |
* | Subclass utf8 warnings so can turn off individually | Karl Williamson | 2011-02-17 | 1 | -1/+8 |
* | Revert "l1_char_class_tab.h: Remove multi-char fold targets" | Karl Williamson | 2011-02-14 | 1 | -1/+1 |
* | l1_char_class_tab.h: Remove multi-char fold targets | Karl Williamson | 2011-02-04 | 1 | -1/+1 |
* | embed.fnc: Add inline function capability | Karl Williamson | 2011-01-29 | 1 | -3/+6 |
* | Merge perl_keyword.pl into regen/keywords.pl, to generate keywords.[ch] | Nicholas Clark | 2011-01-24 | 1 | -265/+333 |
* | Move mk_PL_charclass.pl from Porting/ to regen/ | Nicholas Clark | 2011-01-24 | 1 | -0/+246 |
* | Move regencharclass.pl from Porting/ to regen/ | Nicholas Clark | 2011-01-23 | 1 | -0/+736 |
* | Store the SHA-256 of the source in files generated by regen_perly.pl | Nicholas Clark | 2011-01-23 | 1 | -3/+32 |
* | Output "read only" editor blocks from regen_perly.pl | Nicholas Clark | 2011-01-23 | 1 | -1/+1 |
* | In regen scripts, print to explicit file handles instead of using select. | Nicholas Clark | 2011-01-23 | 4 | -74/+50 |
* | Move the duplicated subroutine tab() into regen_lib.pl | Nicholas Clark | 2011-01-23 | 4 | -24/+6 |
* | Change close_and_rename() to read_only_bottom_close_and_rename() | Nicholas Clark | 2011-01-23 | 8 | -57/+33 |
* | In regen/*.pl, refactor the repeated code for close and rename if different. | Nicholas Clark | 2011-01-23 | 8 | -64/+46 |
* | In regen_lib.pl, when opening, first unlink a previous file of that name. | Nicholas Clark | 2011-01-23 | 3 | -5/+3 |
* | In regen_lib.pl use a meaningful key for storing the file's name. | Nicholas Clark | 2011-01-23 | 1 | -2/+2 |
* | opcode.pl hasn't generated files named *-old since 2008, so don't delete them. | Nicholas Clark | 2011-01-23 | 1 | -6/+0 |
* | regen/overload.pl should use rename_if_different() for lib/overload/numbers.pm | Nicholas Clark | 2011-01-23 | 1 | -2/+2 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 8 | -188/+99 |
* | In embed.pl, move the logic for perlapi.c's Tolkien quote out from do_not_edit() | Nicholas Clark | 2011-01-22 | 1 | -12/+13 |
* | "Don't repeat yourself" in regen/opcode.pl | Nicholas Clark | 2011-01-22 | 1 | -5/+4 |
* | Remove references to Mac OS classic from comments the opcode descriptions. | Nicholas Clark | 2011-01-19 | 1 | -4/+0 |
* | regcomp.pl: Add capability for fields to be > 1 bit | Karl Williamson | 2011-01-16 | 1 | -2/+24 |
* | add enum index in overload.h comments | David Mitchell | 2011-01-14 | 1 | -1/+2 |
* | Merge the implementations of {end,set}{gr,pw}ent with endhostent. | Nicholas Clark | 2011-01-10 | 1 | -1/+2 |
* | Merge the implementations of pp_s{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -0/+1 |
* | Merge the implementations of pp_e{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 1 | -0/+1 |
* | Generate "Unsupported socket function" stubs using PL_ppaddr. | Nicholas Clark | 2011-01-09 | 1 | -16/+60 |
* | Rename pp_send to pp_syswrite, making send an alias for syswrite. | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | In opcode.h, use the alias macros in PL_ppaddr[] | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | Remove commented-out code from regen/opcode.pl | Nicholas Clark | 2011-01-09 | 1 | -13/+0 |
* | regen/opcode.pl should only generate prototypes for pp_* functions that exist. | Nicholas Clark | 2011-01-09 | 1 | -10/+7 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 2 | -45/+25 |
* | embed.pl can read the names of ck_* functions direct from regen/opcodes | Nicholas Clark | 2011-01-09 | 2 | -11/+20 |
* | Extract the opcode data from regen/opcode.pl into regen/opcodes | Nicholas Clark | 2011-01-09 | 2 | -552/+551 |
* | Replace OP stubs in mathoms.c with #define aliases in opcode.h | Nicholas Clark | 2011-01-09 | 1 | -7/+14 |
* | regen/overload.pl: add comments to overload.[ch] | David Mitchell | 2011-01-03 | 1 | -4/+18 |
* | Merge the opcode bodies for pp_bind and pp_connect. | Nicholas Clark | 2010-12-30 | 1 | -0/+1 |
* | Remove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longer used or supported. | Nicholas Clark | 2010-12-28 | 1 | -2/+0 |
* | Merge the opcode bodies for chop/chomp and schop/schomp. | Nicholas Clark | 2010-12-27 | 1 | -0/+2 |
* | Make entertry a LOGOP, not BASEOP/UNOP | Reini Urban | 2010-12-12 | 1 | -1/+1 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -5/+0 |
* | Add transr op type | Father Chrysostomos | 2010-11-02 | 1 | -1/+7 |
* | Allow push/pop/keys/etc to act on references | David Golden | 2010-10-31 | 1 | -3/+9 |
* | warnings.pl -> regen/warnings.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |
* | regcomp.pl -> regen/regcomp.pl | Father Chrysostomos | 2010-10-13 | 1 | -1/+1 |
* | reentr.pl -> regen/reentr.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |