diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-28 07:10:49 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-28 07:10:49 +0000 |
commit | a6fd3ebb4fd662514711805865af6824b7339e1e (patch) | |
tree | 05658f036939bf91f4c254116ffe0c8ec7bc63cb /Build/source/texk/web2c/ChangeLog | |
parent | 112684041f08e0ef08dc7997abcc87ac63c36fa2 (diff) |
[CWEB] Purge standard interface of common.w.
<kpathsea/kpathsea.h> #include's a large set of standard C header files.
With some CWEB magic, redundant inclusion is greatly reduced---just for
fun and education.
Note that neither ctangle.w nor cweave.w can be treated in a similar
fashion, because they do not include the KPathSea interface, not even
through comm-w2c.h.
git-svn-id: svn://tug.org/texlive/trunk@54920 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index fec79642406..58a1295c44f 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2020-04-28 Andreas Scherer <https://ascherer.github.io> + + * cwebboot.cin: Purge standard headers already in KPathSea. + 2020-04-27 Andreas Scherer <https://ascherer.github.io> * ctangleboot.cin, |