diff options
Diffstat (limited to 'Build/source/texk/web2c/lib/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/lib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog index 07ee30e6e1a..ab7256a8aa4 100644 --- a/Build/source/texk/web2c/lib/ChangeLog +++ b/Build/source/texk/web2c/lib/ChangeLog @@ -1,3 +1,13 @@ +2010-06-10 Peter Breitenlohner <peb@mppmu.mpg.de> + + Reorganize web2c headers. + * alloca.c, basechsuffix.c, chartostring.c, coredump.c, + eofeoln.c, fprintreal.c, input2int.c, inputint.c, main.c, + openclose.c, printversion.c, setupvar.c, uexit.c, usage.c, + zround.c: + #include <w2c/config.h> instead of <config.h> or "config.h". + * version.c: #include <w2c/c-auto.h> instead of "c-auto.h". + 2010-06-06 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * texmfmp.c: include kpathsea/concatn.h if WIN32 is defined. |