diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/texmfmp.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 23b1a80fa19..259b4dfdbea 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2009-03-28 Karl Berry <karl@tug.org> + + * texmfmp.h: shell escape declarations. + 2009-03-27 Taco Hoekwater <taco@luatex.org> * configure.ac: With the new luatex, what used to be diff --git a/Build/source/texk/web2c/texmfmp.h b/Build/source/texk/web2c/texmfmp.h index ef5f53ae149..f7aa303ef55 100644 --- a/Build/source/texk/web2c/texmfmp.h +++ b/Build/source/texk/web2c/texmfmp.h @@ -117,6 +117,11 @@ extern boolean open_out_or_pipe P2H(FILE **, const_string fopen_mode); extern void close_file_or_pipe P1H(FILE *); #endif +/* Executing shell commands. */ +void mk_shellcmdlist (char *); +void init_shell_escape (void); +int shell_cmd_is_allowed (char **cmd, char **safecmd, char **cmdname); + /* All but the Omega family use this. */ #if !defined(Omega) && !defined(eOmega) && !defined(Aleph) extern void readtcxfile P1H(void); |