summaryrefslogtreecommitdiff
path: root/regen/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* Move PL_sh_path to perl.h (except for OS/2), as it's const char[]Nicholas Clark2011-06-121-0/+4
* Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]Nicholas Clark2011-06-121-11/+1
* Rename do_not_edit() to open_print_header(), and move open_new() into it.Nicholas Clark2011-05-191-22/+19
* Add a 'quote' argument to read_only_top(), to pass in an optional Tolkien.Nicholas Clark2011-05-191-6/+6
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-6/+6
* embed.fnc: Add inline function capabilityKarl Williamson2011-01-291-3/+6
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-18/+9
* In regen/*.pl, refactor the repeated code for close and rename if different.Nicholas Clark2011-01-231-18/+12
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-39/+7
* In embed.pl, move the logic for perlapi.c's Tolkien quote out from do_not_edit()Nicholas Clark2011-01-221-12/+13
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-28/+9
* embed.pl can read the names of ck_* functions direct from regen/opcodesNicholas Clark2011-01-091-6/+20
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-2/+2
* Move regen scripts to regen/Steffen Mueller2010-10-101-0/+867