diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 11 | ||||
-rw-r--r-- | Build/source/texk/web2c/texmfmp.h | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 8fce04bcc29..c2e862388f4 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,8 @@ +2010-04-25 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * texmfmp.h: remove TEXDLL. + * config.h: still there is TEXDLL for safety. + 2010-04-22 Peter Breitenlohner <peb@mppmu.mpg.de> * pltotf.ch, vptovf.ch: Bug fix, from ptexdir/ppltotf.ch by @@ -936,7 +941,7 @@ * doc/web2c.texi (gftodvi invocation): talk a bit more about slant fonts, pursuant to DEK's message to tex-k of 10 Jul 2005 18:38:11. -2007-12-19 Martin Schröder <martin@oneiros.de> +2007-12-19 Martin Schrer <martin@oneiros.de> * tex.ch (ssup_max_strings): increase to 2097151 (sup_main_memory): increase to 256000000 @@ -1862,7 +1867,7 @@ * tex.ch: Initialize source_filename_stack[0], full_source_filename_stack[0] -- these can be read under some - circumstances. Found by Krank Küster <frank@kuesterei.ch>. + circumstances. Found by Krank Kter <frank@kuesterei.ch>. * tex.ch: Correct printing of |src_specials| when weaving. @@ -2717,7 +2722,7 @@ * dvitomp.ch: A checksum failure should result in a warning, but not in a non-zero return code. This was done correctly in one - location, wrong in another. Reported by Berthold Höllmann. + location, wrong in another. Reported by Berthold Hlmann. 1999-05-30 Olaf Weber <olaf@infovore.xs4all.nl> diff --git a/Build/source/texk/web2c/texmfmp.h b/Build/source/texk/web2c/texmfmp.h index 9a225417dc8..0dfdb8f42ad 100644 --- a/Build/source/texk/web2c/texmfmp.h +++ b/Build/source/texk/web2c/texmfmp.h @@ -116,7 +116,7 @@ extern int shell_cmd_is_allowed (const char *cmd, char **safecmd, char **cmdname extern int runsystem (const char *cmd); /* The entry point. */ -extern void TEXDLL maininit (int ac, string *av); +extern void maininit (int ac, string *av); /* All but the Omega family use this. */ #if !defined(Aleph) |