| Commit message (Expand) | Author | Age | Files | Lines |
* | regen/embed.pl: Extract out duplicate code into a fcn | Karl Williamson | 2013-02-08 | 1 | -20/+13 |
* | regen/embed.pl: Warn if have > 1 i, p, and s flags | Karl Williamson | 2013-02-08 | 1 | -2/+7 |
* | regen/embed.pl: Add sanity test for entries | Karl Williamson | 2012-12-28 | 1 | -0/+3 |
* | Disable PL_sawampersand | Father Chrysostomos | 2012-11-27 | 1 | -0/+6 |
* | regen/embed.pl: flag 'i' didn't work with 'n' | Karl Williamson | 2012-11-24 | 1 | -1/+1 |
* | regen/embed.pl: Fix uninit variable warning. | Karl Williamson | 2012-11-19 | 1 | -1/+1 |
* | fix C++ builds broken by cdc4a174060 | Daniel Dragan | 2012-10-10 | 1 | -4/+7 |
* | have embed.pl add PERL_CALLCONV_NO_RET to noreturn statics | Daniel Dragan | 2012-10-09 | 1 | -0/+3 |
* | Fixup indentation | Jan Dubois | 2012-07-18 | 1 | -6/+9 |
* | Adding support for Visual C's __declspec(noreturn) function declarations to perl | Daniel Dragan | 2012-07-18 | 1 | -2/+5 |
* | In embed.pl, inline walk_table() into its only caller. | Nicholas Clark | 2011-08-25 | 1 | -27/+6 |
* | Eliminate global.sym, as makedef.pl can generate it internally. | Nicholas Clark | 2011-08-25 | 1 | -21/+0 |
* | Add regen/embed_lib.pl, for the code that processes embed.fnc and regen/opcodes | Nicholas Clark | 2011-08-25 | 1 | -133/+1 |
* | In embed.pl, move processing embed.fnc and regen/opcodes into a function. | Nicholas Clark | 2011-08-25 | 1 | -86/+91 |
* | In embed.pl, refactor the handling of varargs *_nocontext wrappers. | Nicholas Clark | 2011-08-25 | 1 | -12/+17 |
* | In embed.pl, simplify the code that parses regen/opcodes. | Nicholas Clark | 2011-08-25 | 1 | -4/+2 |
* | embed.pl was relying on embed.fnc starting with a pre-processor directive. | Nicholas Clark | 2011-08-25 | 1 | -12/+24 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -48/+15 |
* | In embed.pl, inline hide() and bincompat_var() into their only call point. | Nicholas Clark | 2011-08-07 | 1 | -12/+2 |
* | In embed.pl, refactor readvars() to return a sorted list. | Nicholas Clark | 2011-08-07 | 1 | -18/+15 |
* | In embed.pl, remove unused parameter $keep_pre from readvars(). | Nicholas Clark | 2011-08-07 | 1 | -3/+2 |
* | Move PL_sh_path to perl.h (except for OS/2), as it's const char[] | Nicholas Clark | 2011-06-12 | 1 | -0/+4 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -11/+1 |
* | Rename do_not_edit() to open_print_header(), and move open_new() into it. | Nicholas Clark | 2011-05-19 | 1 | -22/+19 |
* | Add a 'quote' argument to read_only_top(), to pass in an optional Tolkien. | Nicholas Clark | 2011-05-19 | 1 | -6/+6 |
* | Rename safer_open() to open_new(), and eliminate the first parameter. | Nicholas Clark | 2011-05-19 | 1 | -6/+6 |
* | embed.fnc: Add inline function capability | Karl Williamson | 2011-01-29 | 1 | -3/+6 |
* | Change close_and_rename() to read_only_bottom_close_and_rename() | Nicholas Clark | 2011-01-23 | 1 | -18/+9 |
* | In regen/*.pl, refactor the repeated code for close and rename if different. | Nicholas Clark | 2011-01-23 | 1 | -18/+12 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -39/+7 |
* | 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 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -28/+9 |
* | embed.pl can read the names of ck_* functions direct from regen/opcodes | Nicholas Clark | 2011-01-09 | 1 | -6/+20 |
* | embed.pl -> regen/embed.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |
* | Move regen scripts to regen/ | Steffen Mueller | 2010-10-10 | 1 | -0/+867 |