synch with TL 37803
[luatex.git] / source / texk / web2c / ChangeLog
blob3f849bf8a64cb52ef05ad2262a950280bb1fb9aa
1 2015-07-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
3         * am/web.am: Fix dependencies for 'make check'.
5 2015-07-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
7         * texmfmp.h: Declare convertStringToHexString() and getmd5sum().
9 2015-07-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
11         * am/texmf.am: Always create mf-nowin, either as extra program
12         or as symlink.
14 2015-06-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
16         * Makefile.am (tie_c, tie_m): New variables.
17         * am/texmf.am: Use $(tie_c).
19 2015-06-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
21         Integrate MFLua and MFLuaJIT.
22         * mfluadir, mfluajitdir: New directories.
23         * mf.ch: Avoid conflict with mfluadir/mf-lua.ch.
24         * Makefile.am, ac/web2c.ac, tangle-sh.in, texmfmp.h,
25         * texmfmp-help.h, triptrap-sh: Adapted.
27 2015-05-21  Karl Berry  <karl@tug.org>
29         * TL'15.
31 2015-04-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
33         * triptrap/{mftrap,mptrap,trip}.diffs: Updated for TL 2015.
35 2015-03-31  Peter Breitenlohner  <peb@mppmu.mpg.de>
37         * mftalk.h (removed): Moved from here to window/mftalk.h.
38         * am/texmf.am: Adapted.
40 2015-03-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
42         * ac/web2c.ac: Define kpse_mf_progs and use KPSE_WITH_XMF.
43         * configure.ac: Use KPSE_XMF_COND.
45 2015-03-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
47         * configure.ac: Correctly locate installed <kpathsea/paths.h>.
49 2015-03-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
51         * w2c/config.h: Drop the strtol() prototype.
53 2015-03-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
55         * Makefile.am: Initialize {EXTRA,lib}_{,LT}LIBRARIES.
57 2015-02-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
59         * ac/web2c.ac: Update some help texts.
61 2015-02-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
63         * Makefile.am: Use the fragment ../../am/dist_hook.am.
65 2015-01-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
67         * cpascal.h: Remove intcast.
69 2015-01-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
71         * dvicopy.ch: Drop intcast().
72         * dvitype.ch: Drop intcast().
73         * gftodvi.ch: Drop intcast().
74         * mf.ch: Drop intcast().
75         * pltotf.ch: Drop intcast().
76         * tangle.ch: Drop intcast().
77         * tex.ch: Drop intcast().
78         * tftopl.ch: Drop intcast().
79         * vftovp.ch: Drop intcast().
80         * vptovf.ch: Drop intcast().
82 2015-01-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
84         * mf.ch: Revert the previous change (^Z is again invalid).
86         * dvitype.ch: Cosmetic changes.
88 2015-01-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
90         * mf.ch: Ignore ^Z in input files (as tab and form_feed).
92 2015-01-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
94         * tftopl.ch, vftovp.ch: Use ^byte and x*alloc_array().
95         * cpascal.h: Remove casttobytepointer and pointertobyte.
97 2015-01-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
99         * tftopl.ch: Non-zero return code in case of problems.
100         * tftopl.test, vftovp.test: Add more tests.
101         * tests/badtfm.tfm, tests/badvf.{tfm,vf}: New test input files.
102         * am/web.am: Adjust for additional test input and output files.
104 2015-01-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
106         * pltotf.ch, vptovf.ch: Send diagnostic messages to stderr.
107         Non-zero return code in case of problems.
108         * pltotf.test, vptovf.test: Add more tests.
109         * tests/badpl.pl, tests/badvpl.vpl: New test input files.
110         * am/web.am: Adjust for additional test input and output files.
112 2014-12-11  Karl Berry  <karl@tug.org>
114         * triptest,
115         * mftraptest: complain early if trip.fmt/trap.base are not created.
116         Original report from vvv, tlbuild 14 Jun 2011 10:25:47.
118 2014-11-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
120         * cpascal.h (makebinaryfile): Avoid gcc -Wunused-value warning.
122 2014-11-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
124         * tftopl.ch, vftovp.ch: Add missing space to message.
125         * tftopl.test, vftovp.test: Display help and warning message.
127         * help.h: Correct help messages for ofm2opl & Co.
129 2014-11-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
131         * mf.ch, tftopl.ch, vftovp.ch: Add stringcast to avoid printing
132         strings as numbers.
134         * configure.ac: AC_CHECK_SIZEOF([void *]) and AC_TYPE_UINTPTR_T.
135         * w2c/config.h: If necessary define uintptr_t.
136         * texmfmp.h: Cast pointers to uintptr_t and use PRIdPTR, PRIxPTR
137         to print them.
139 2014-10-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
141         * texmfmp.h: Define here whether or not to build tex*.dll.
143 2014-10-28  Karl Berry  <karl@tug.org>
145         * enctex.ch: patch for \^^ab control sequences from Petr Olsak.
147 2014-09-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
149         * w2c/config.h: Bug fix: integer64 must always be a 64bit type,
150         even when long and off_t are not (detected by Norbert Preinig).
152 2014-09-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
154         * Makefile.am: Include fragments libmputil.am and pmpost.am.
155         * ac/web2c.ac: Add pMetaPost and upMetaPost.
156         * pmpostdir/ (new): Code for pMetaPost and upMetaPost.
158 2014-08-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
160         * configure.ac: Drop redundant AM_CONDITIONAL MP.
161         
162 2014-07-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
164         * configure.ac: Check for <StructTreeRoot.h> (poppler 0.25 or
165         better) and define HAVE_STRUCTTREEROOT_H if found.
166         
167 2014-07-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
169         * ac/web2c.ac: Drop configure option --disable-omfonts.
170         * configure.ac: Drop Automake conditional OMFONTS.
172 2014-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
174         * configure.ac: Drop the obsolete NATIVE_TEXLIVE_BUILD.
176 2014-05-20  Karl Berry  <karl@tug.org>
178         * doc/web2c.texi (Languages and hyphenation): consistent
179         ordering in menu vs. sectioning.
181 2014-05-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
183         Update to e-pTeX and e-upTeX from Akira Kakuto.
184         * texmfmp.h (getfiledump): Move declaration from
185         pdftexdir/ptexlib.h to here.
187 2014-05-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
189         * dvicopy.ch, dvicopy.web: Fixed a non-Web2C bug and several
190         typos, mostly from Udo Wermuth <u.wermuth@icloud.com>.
192 2014-05-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
194         * mftraptest: Separate generic and capsule diffs.
195         * triptest: Separate generic and glue rounding diffs.
196         * triptrap/{mftrap,mptrap,trip}.diffs: Updated for TL14.
198 2014-03-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
200         * configure.ac: Use LUAJIT_LDEXTRA instead of luajittex_extra.
202 2014-02-23  Karl Berry  <karl@tug.org>
204         * mftraptest,
205         * triptest,
206         * triptrap/README: a bit more discussion of acceptable diffs,
207         and use *** more emphatic text if the tests fail.
209 2014-02-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
211         * Makefile.am: Add @LUAJIT_RULE@.
212         * ac/web2c.ac: Add LuaJITTeX.
213         * configure.ac: Add KPSE_LUAJIT_DEFINES and KPSE_LUAJIT_FLAGS.
214         Compute and substitute luajittex_extra for darwin64.
216 2014-01-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
218         * triptrap/trip.diffs: Updated for TeX 3.14159265.
220 2014-01-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
222         TeX tuneup of 2014.
223         * gftopk.web, mf.web, pltotf.web, tex.web, tftopl.web,
224         vftovp.web, vptovf.web: Import new versions from Knuth and
225         remove some trailing white space.
226         * gftopk.ch, pltotf.ch, tex.ch, tftopl.ch, vftovp.ch, vptovf.ch,
227         mftraptest: Adapted.
228         * triptrap/{mftrap.fot,mftrap.log,mftrapin.log,trap.typ},
229         triptrap/{trip.fot,trip.log, trip.typ,tripin.log}: New versions
230         from Knuth.
232 2014-01-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
234         * mftraptest: Stricter checking.
236 2014-01-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
238         * triptest: Stricter checking.
239         * triptrap-sh: Adapted.
241 2014-01-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
243         * trap.test (removed): Renamed ...
244         * mftraptest (new): ... into this.
245         * trp.test (removed): Renamed ...
246         * triptest (new): ... into this.
247         * am/texmf.am, triptrap-sh: Adapted.
249 2014-01-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
251         * mf.ch, tex.ch: Write dump_name to the terminal.
252         * texmfmp.h: Define dumpname => dump_name.
254 2014-01-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
256         Request from Knuth.
257         * mf.ch: Restore the word `preloaded' for base_idents.
258         * tex.ch: Restore the word `preloaded' for format_idents.
260 2014-01-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
262         Introduce a genuine 64-bit integer type, in case of 32-bit off_t.
263         * cpascal.h: Define int64cast().
264         * w2c/config.h: Define integer64 as new type.
266 2014-01-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
268         * pltotf.ch, vptovf.ch: Consistent white space.
270 2014-01-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
272         * ac/web2c.ac, configure.ac: Use X toolkit for METAFONT only if
273         requested explicitly.
275         * Makefile.am, web2c-sh.in: Output from convert is (non)verbose.
277 2013-12-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
279         * vptovf.ch: Use make_suffix() for implied tfm_name.
280         * cpascal.h (makesuffix): Add this to the underscore list.
281         * pltotf.test, tftopl.test, vftovp.test: Verify output files.
282         * vptovf.test: Add test for 'vptovf foo.vpl bar.vf' and verify
283         output files.
284         * tests/cmr10.pl: Add SEVENBITSAFEFLAG.
285         * am/web.am (DISTCLEANFILES): Additional files for vptovf.test.
287 2013-09-20  Karl Berry  <karl@tug.org>
289         * configure.ac (NATIVE_TEXLIVE_BUILD): new AC_DEFINE,
290         following --enable-texlive-build.  Used in LuaTeX and MetaPost.
292 2013-09-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
294         * Makefile.am: Drop ACLOCAL_AMFLAGS.
295         * configure.ac: Use AC_CONFIG_MACRO_DIRS.
297 2013-07-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
299         * tests/B.pdf (new):
300         More test data for {lua,pdf}texdir/{lua,pdf}image.test.
302 2013-07-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
304         * Makefile.am, man/Makefile.am, omegafonts/Makefile.am:
305         Moved Makefile fragments to ../../am/.
307 2013-07-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
309         * tests/1-4.jpg, tests/basic.tex, tests/lily-ledger-broken.png:
310         Test data for {lua,pdf}texdir/{lua,pdf}image.test.
312 2013-06-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
314         * w2c/config.h: Adapt to C++, i.e., when compiling C++ surround
315         all declarations by 'extern "C" {' ... '}'.
317 2013-06-27  Peter Breitenlohner  <peb@mppmu.mpg.de>
319         * ac/web2c.ac (kpse_tex_progs): Drop explicit XeTeX dependencies
320         on icu and graphite2, already implied by harfbuzz.
322 2013-06-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
324         * am/web2c.ac (kpse_tex_progs): LuaTeX requires libs/lua52.
325         * Makefile.am: Drop luatexdir/am/liblua52.am.
327 2013-06-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
329         * configure.ac: Add KPSE_LUA52_FLAGS.
330         * Makefile.am: Add PTEXENC_RULE and LUA52_RULE.
332 2013-06-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
334         Update to e-pTeX and e-upTeX 130605 from Hironori Kitagawa.
335         * texmfmp.h (pdftex_fail): Copy declaration from
336         pdftexdir/pdftex-common.h to here.
337         (initstarttime, makecstring, makecfilename, getcreationdate,
338         getfilemoddate, getfilesize): Move declarations from
339         pdftexdir/ptexlib.h to here.
341 2013-05-30  Karl Berry  <karl@tug.org>
342         
343         * TeX Live 2013 release.
345 2013-04-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
347         * triptrap/mftrap.diffs, triptrap/trip.diffs: Update for TL 2013.
349 2013-03-27  Khaled Hosny  <khaledhosny@eglug.org>
351         * texmfmp.h [XeTeX]: Temporary fix for building with Clang on Mac.
353 2013-03-26  Peter Breitenlohner  <peb@mppmu.mpg.de>
355         * configure.ac: Drop duplicate KPSE_XPDF_FLAGS.
357 2013-03-21  Peter Breitenlohner  <peb@mppmu.mpg.de>
359         * Makefile.am: Reorder included Makefile fragments and drop the
360         obsolete luatexdir/am/liblua51.am.
361         * ac/web2c.ac: MetaPost now uses cairo.
363 2013-03-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
365         * Makefile.am: Add luatexdir/am/liblua52.am for LuaTeX 0.75.0.
366         * configure.ac: New conditional USE_DLOPEN.
368 2013-03-11  Karl Berry  <karl@tug.org>
370         * doc/web2c.texi (Initial TeX, Initial Metafont): initex
371         and inimf are present again (as of 2011).  Report from Uwe Lueck.
373 2013-03-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
375         * triptrap-sh: Drop duplicate header msg.
377 2013-02-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
379         Avoid spurious failures of parallel tests.
380         * pbibtex-longline-test.pl: Use longline.bib from source tree.
382         * bibtex-openout-test.pl: Fix the input file location.
384 2013-01-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
386         * am/texmf.am: Allow subdir-objects.
387         * configure.ac: Use KPSE_COND_MINGW32 and KPSE_WIN32_CALL.
389 2013-01-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
391         * configure.ac: Drop useless AC_TYPE_LONG_LONG_INT.
393 2013-01-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
395         * Makefile.am, am/texmf.am, configure.ac, trap.test, trip.test,
396         triptrap-sh: Enable parallel-tests.
398 2013-01-10  Khaled Hosny  <khaledhosny@eglug.org>
400         * configure.ac: Check if system has stdbool.h
402 2013-01-06  Khaled Hosny  <khaledhosny@eglug.org>
404         * texmfmp.h [XeTeX]: Support input pipes.
406 2013-01-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
408         * configure.ac: Check for hstrerror() needed by luaTeX.
410 2013-01-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
412         * configure.ac: Check if system defines and declares strndup().
414 2013-01-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
416         * texmfmp.h [XeTeX]: We must #include <zlib.h> and
417         <teckit/TECkit_Common.h> before "XeTeX_ext.h" to avoid typedef
418         duplications.
420 2013-01-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
422         * Makefile.am, am/bootstrap.am, am/cweb.am: Do not distribute
423         output from parallel-tests.
424         * configure.ac: Temporarily disable parallel-tests.
426 2012-12-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
428         * silent-sh: New shell script for some silent rules.
429         * configure.ac: Create silent-sh.
430         * Makefile.am (makecpool, tangle, tangleboot, ctangle, tie),
431         am/bootstrap.am, am/cweb.am, ctangleboot-sh.in, tangle-sh.in,
432         web2c-sh.in: Enable silent rules.
434 2012-12-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
436         * w2c/config.h [MinGW32]: Define LONGINTEGER_{TYPE ,PRI} as for
437         native Windows, i.e., as __int64 and "I64".
439 2012-11-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
441         * Makefile.am, configure.ac: Add pixman, cairo, and harfbuzz
442         for future MetaPost and XeTeX.
444 2012-11-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
446         * configure.ac: No need to check for Annot::decRefCnt with
447         poppler 0.18 or better.
448         * Makefile.am: Avoid use of deprecated INCLUDES.
450 2012-11-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
452         * am/bootstrap.am: Add dependency of (c)tangleboot_OBJECTS on
453         (c)tangleboot_DEPENDENCIES.
455 2012-11-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
457         * Makefile.am: Also drop the unused otangle.
459 2012-11-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
461         * Makefile.am: Drop o_tangle, no longer used.
463 2012-11-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
465         * tex.ch: Move native buffer printing code from here ...
466         * enctex.ch: ... to here.
468 2012-11-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
470         * tex.ch: Avoid conflict with xetexdir/xetex.web.
471         Introduce Web macros check_quoted and print_quoted.
472         (cs_error): Move "endmubyte" code from here ...
473         * enctex.ch (cs_error): ... to here.
475 2012-10-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
477         * configure.ac (POPPLER): Adding '-lgdi32' for WIN32 now done
478         in KPSE_POPPLER_FLAGS (../../m4/kpse-poppler-flags.m4).
480 2012-10-12  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
482         * texmfmp.h: Support pipe except for tex.
484 2012-10-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
486         * ac/web2c.ac (kpse_tex_progs): Remove obsdcompat.
487         * configure.ac: Remove KPSE_OBSDCOMPAT_FLAGS.
488         * Makefile.am: Remove OBSDCOMPAT_RULE.
490 2012-08-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
492         * configure.ac (AC_CHECK_FUNCS): Remove test for snprintf.
494 2012-07-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
496         * w2c/config.h: Define LONGINTEGER_PRI instead of
497         LONGINTEGER_PRId, also to be used for unsigned quantities.
499 2012-07-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
501         * bibtex.ch, dvicopy.ch, dvitype.ch, gftodvi.ch, gftopk.ch,
502         gftype.ch, mft.ch, patgen.ch, pktogf.ch, pktype.ch, pltotf.ch,
503         pooltype.ch, tangle.ch, tftopl.ch, vftovp.ch, vptovf.ch,
504         weave.ch: Define and use my_name.
506 2012-07-15  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
508         * texextra.c: Must #define DLLPROC before reading texd.h.
510 2012-07-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
512         * help.h (LUATANGLEHELP): Removed, luatangle no longer exists.
513         Use DEV_NULL instead of hard-coding /dev/null (from W32TeX).
515 2012-07-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
517         * w2c/config.h: Define LONGINTEGER_{TYPE,PRId} for MSVC.
519 2012-06-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
521         * texmfmp.h [WIN32]: Ignore DLLPROC for __MINGW32__.
523         * texextra.c [W32TeX]: #define DLLPROC for tex.dll.
525 2012-05-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
527         * dvicopy.test, dvitype.test: Cope with spaces in paths returned
528         by kpsewhich.
530 2012-05-12  Werner Lemberg  <wl@gnu.org>
532         * patgen.ch: Fixed a typo causing weave to fail.
534 2012-05-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
536         * configure.ac: Drop obsolete poppler tests.
538 2012-04-12  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
540         * bibtex.ch: Do not check whether ent_str_size > buf_size and
541         glob_str_size > buf_size, because buf_size can be changed dynamically,
542         whereas ent_str_size and glob_str_size are constants.
544 2012-04-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
546         * texmfmp.h (mk_shellcmdlist, init_shell_escape,
547         shell_cmd_is_allowed, normalize_quotes): Drop extern decls.
548         (get_seconds_and_micros): Declare only for pdfTeX.
549         (getrandomseed, callmakempx): Removed, MP only.
551 2012-03-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
553         Avoid 'differ in signedness' warnings.
554         * cpascal.h: Define ustringcast().
556 2012-02-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
558         * mf.ch, tex.ch: Remove test for end-of-file after undump.
559         * texmfmp.h: Remove weof().
561 2012-02-12  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
563         * texmfmp.h: Remove old comments that gzFile is typedef'd as void *.
565 2012-02-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
567         * texmfmp.h: Moved WRITE_OUT from here ...
568         * cpascal.h: ... to here for use in GFtoDVI.
570         * gftodvi.ch (write_dvi): Done in C as for TeX.
571         * cpascal.h: Drop writechunk, GFtoDVI now uses writedvi.
573 2012-02-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
575         * vftovp.ch: Allow arbitrarily large TFM files as in TFtoPL.
577 2012-02-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
579         * tex.ch, gftodvi.ch: Ensure dvi file size < 2GB.
580         * mf.ch: Ensure gf file size < 2GB.
582         * tftopl.ch: Remove unused constant tfm_size.
584 2012-01-24  Karl Berry  <karl@tug.org>
586         * doc/web2c.texi (Common options): remove doc for the long-since
587         removed option -oem.  Report from peb.
589 2012-01-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
591         * pltotf.ch, vptovf.ch: Interpret "--" as "+", not "-".
593 2012-01-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
595         * tftopl.ch, vftovp.ch: Add missing space in error message.
597 2012-01-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
599         * configure.ac: Check sizeof(off_t).
600         * w2c/config.h: Define LONGINTEGER_TYPE and LONGINTEGER_PRId.
602 2011-12-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
604         * configure.ac [OTANGLE]: For ovf2ovp and ovp2ovf (Web2C).
606 2011-12-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
608         * tex.ch: Consistency of `constants'.
610 2011-10-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
612         * configure.ac [WIN32]: Add `-lgdi32' to POPPLER_LIBS.
614 2011-10-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
616         * texmfmp.h (ENABLE_PIPES): New macro for pipe support.
618 2011-10-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
620         * configure.ac: Add poppler feature tests for luaTeX.
622 2011-10-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
624         * am/web.am (DISTCLEANFILES): Preserve distributed files.
626         * Makefile.am (DISTCLEANFILES): Add CXXLD.sh.
627         * am/texmf.am (DISTCLEANFILES): Add write18-quote.log.
628         * am/web.am (DISTCLEANFILES): Add longline.{aux,bbl,bib,blg}.
630 2011-09-30  Peter Breitenlohner  <peb@mp.mpg.de>
632         * tex.ch (print_file_line): Bug fix: avoid uninitialized lineno.
633         Patch and discussion from Karl, 21 Sep 2011 16:05:09 GMT.
635 2011-09-11  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
637         * texmfmp-help.h: The option -kanji-internal=STRING is effective
638         also for pTeX and epTeX.
640 2011-08-29  Peter Breitenlohner  <peb@mp.mpg.de>
642         * texmfmp.h [WIN32]: Allow to build TeX & Co as DLL.
644 2011-08-23  Peter Breitenlohner  <peb@mp.mpg.de>
646         * triptrap-sh: Add uptrip and euptrip tests.
648 2011-08-20  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
650         * texmfmem.h: upTeX uses Aleph-type memory words.
652 2011-08-19  Peter Breitenlohner  <peb@mp.mpg.de>
654         * help.h (UPBIBTEXHELP): Add "-kanji-internal".
656 2011-08-17  Peter Breitenlohner  <peb@mp.mpg.de>
658         * help.h (PBIBTEXHELP, PDVITYPEHELP, PPLTOTFHELP, PTFTOPLHELP):
659         Add "-sjis-terminal" for WIN32 versions.  Uniform appearance.
660         Add UPBIBTEXHELP, UPDVITYPEHELP, UPPLTOTFHELP, and UPTFTOPLHELP.
661         * texmfmp-help.h: WIN32 options also for MINGW32.
663         * configure.ac: New conditional UPWEB for upBibTeX and Co.
665 2011-08-17  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
667         * texmfmp-help.h: Recover help messages for w32tex.
669 2011-08-15  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
671         * texmfmp-help.h: Remove w32tex garbage.
673 2011-08-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
675         * Makefile.am, texmfmem.h, texmfmp.h, texmfmp-help.h,
676         ac/web2c.ac: Add support for upTeX and e-upTeX.
678 2011-07-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
680         * mft.ch (parsearguments): Allow find_suffix() to return a
681         const string.
683 2011-07-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
685         * configure.ac: No need to test for PDFDoc::getPDFMajorVersion
686         for poppler >= 0.12.
688 2011-07-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
690         * enctex.ch: Fix an off-by-one bug initializing mubyte_cswrite.
691         From Roderich Schupp <roderich.schupp@googlemail.com>,
692         Debian Bug#633011, tex-k mail Fri, 8 Jul 2011 15:56:23.
694 2011-07-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
696         * ac/web2c.ac: Always use poppler for XeTeX instead of xpdf.
698 2011-07-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
700         SyncTeX infrastructure for pTeX and e-pTeX.
701         * ac/web2c.ac: Enable SyncTeX for pTeX and e-pTeX.
702         * texmfmp-help.h (*PTEXHELP): Document the -synctex option.
704 2011-06-23  Karl Berry  <karl@tug.org>
706         * configure.ac (AC_C_CHAR_UNSIGNED): needed for test
707         in web2c/w2c/config.h, else AIX ends up mis-tangling tex.web.
708         tlbuild mail from vvv, 21 Jun 2011 23:57:53.
710 2011-06-06  Karl Berry  <karl@tug.org>
712         * doc/web2c.texi: update MetaPost description, .mem's are
713         no longer created or used.
715 2011-05-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
717         * Makefile.am: Use ../am/bin_links.am for $(bindir) links.
719 2011-05-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
721         * configure.ac (AC_CONFIG_FILES): Add otps/win32/Makefile.
723 2011-05-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
725         * texmfmp.h: Move generic_synctex_get_current_name() prototype
726         from synctexdir/synctex-{,e,pdf,xe}tex.h to here.
728 2011-05-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
730         * osx-strip: Removed.
731         * configure.ac: Remove osx-strip.
733 2011-05-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
735         * osx-strip: New shell script to strip Mac OS X binaries.
736         * configure.ac: Use osx-strip for Mac OS X.
738 2011-05-05  Karl Berry  <karl@tug.org>
740         * man/pktype.man: output is always to stdout.
741         
742         * doc/web2c.texi (Common option): -jobname can override recorder name.
744 2011-04-28  Karl Berry  <karl@tug.org>
746         * doc/web2c.texi (Common options): caveats about the -recorder
747         .fls file name not following the .log in unusual usage.
748         Philipp Stephani, 21 Sep 2010 16:28:58, and my reply 28apr11.
750 2011-04-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
752         Avoid 'differ in signedness' warnings.
753         * cpascal.h: Define ucharcast().
755         * bibtex.ch (pds_type): Do not declare as unsigned.
756         (pre_define): Apply ucharcast() to xord[] index.
758         * dvicopy.ch (comment): Do not declare as unsigned.
759         (do_pre): Apply ucharcast() to xord[] index.
761         * gftodvi.ch (start_gf): Do not declare arg_buffer as unsigned
762         and apply ucharcast() to xord[] index.
764         * mf.ch (MF_base_default): Do not declare as unsigned.
765         (pack_buffered_name): Apply ucharcast() to xord[] index.
766         (storebasefile, loadbasefile): cast base_engine to string.
768         * tex.ch (TEX_format_default): Do not declare as unsigned.
769         (pack_buffered_name): Apply ucharcast() to xord[] index.
770         (storefmtfile, loadfmtfile): Cast format_engine to string.
772 2011-03-28  Peter Breitenlohner  <peb@mppmu.mpg.de>
774         * configure.ac: LuaTeX needs poppler at least 0.12, no reason
775         to test for PDFDoc::getPDF*Version(). HAVE_GETPDFMAJORVERSION
776         would yield a conflict for pdfTeX using xpdf or poppler 0.10.
778 2011-04-04  Karl Berry  <karl@tug.org>
780         * doc/ref.txi: add urls for TUGboat.
782 2011-03-28  Peter Breitenlohner  <peb@mppmu.mpg.de>
784         * am/texmf.am: Install symbolic links initex->tex and inimf->mf
785         or equivalent MinGW wrappers.
787         * am/bootstrap.am: Use AM_CFLAGS instead of ctangle_CFLAGS.
788         * am/cweb.am: Use AM_CFLAGS instead of *_CFLAGS.
789         * am/texmf.am: Use AM_CFLAGS instead of *_CFLAGS.
790         * libmd5/am/md5.am: Use AM_CFLAGS instead of *_CFLAGS.
792 2011-02-28  Peter Breitenlohner  <peb@mppmu.mpg.de>
794         * Makefile.in.orig, configure.in.orig: Remove ancient files.
795         * Makefile.am (EXTRA_DIST): Adapt.
797 2011-02-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
799         * Makefile.am (install_exe_links, uninstall_exe_links): Hooks to
800         install and uninstall MinGW wrappers.
802 2011-02-14  Karl Berry  <karl@tug.org>
804         * texmfmp-help.h: propagate -output-dir wording change to other msgs. 
805         From Akira.
807 2011-02-08  Karl Berry  <karl@tug.org>
809         * texmfmp-help.h (MFHELP): -output-dir must be an existing dir.
811 2011-01-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
813         * Makefile.am (triptrap_diffs): Recipe fragment for trip/trap,
814         used for $(TRIPTRAP).
815         * am/texmf.am (trip.diffs, mftrap.diffs): Use $(triptrap_diffs).
817 2011-01-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
819         * Makefile.am (clean-local, triptrap-clean): Use TRIPTRAP_CLEAN
820         and drop double-colon rules.
821         * am/texmf.am (trip-clean, trap-clean): Use TRIPTRAP_CLEAN.
823 2011-01-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
825         * triptrap-sh: Add support for e-pTRIP test.
827 2011-01-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
829         * Makefile.am, ac/web2c.ac, texmfmp.h, lib/texmfmp.c: 
830         Add support for e-pTeX.
831         * texmfmp-help.h: Modernize PTEXHELP and add EPTEXHELP.
832         Avoid to include TEXHELP for all TeX-like engines.
834         * texmfmem.h: e-pTeX uses Aleph-type memory words.
836 2011-01-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
838         * enctex.ch (new): Split enc\TeX off tex.ch (not for pTeX).
839         * am/texmf.am (tex_ch_srcs): Added enctex.ch.
841 2011-01-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
843         * lib/texmfmp.c: Removed the initial two #includes;
844         this file is now #included from texextra.c for TeX,
845         from mfextra.c for Metafont, ...
847         * texextra.c (new): #include <texd.h> and <lib/texmfmp.c>.
848         * mfextra.c (new): #include <mfd.h> and <lib/texmfmp.c>.
850         * am/texmf.am: {tex,mf}extra.c are now distributed.
852 2010-12-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
854         * Makefile.am (bin_links): New variable for required symlinks.
855         (install-exec-hook, uninstall-hook): Rules for symlinks.
857 2010-12-14  Karl Berry  <karl@tug.org>
859         * bibtex.web: non-functional update to clarify license,
860         version of 8-Dec-10.
862 2010-07-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
864         * configure.ac: Get version string from ../../version.ac.
866 2010-06-13  Karl Berry  <karl@tug.org>
868         * doc/web2c.texi (mpost): mention .mps extension.
870 2010-06-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
872         * c-auto.h, config.h (removed): Obsolete, all mplibdir/ and
873         luatexdir/ files are now changed to directly #include
874         <w2c/c-auto.h> or <w2c/config.h>.
876 2010-06-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
878         * Makefile.am (AM_CPPFLAGS, INCLUDES): Move $(KPATHSEA_INCLUDES).
879         * am/cweb.am (tie_CPPFLAGS): Add $(AM_CPPFLAGS).
880         * am/texmf.am (tex_CPPFLAGS, mf_CPPFLAGS): Add $(AM_CPPFLAGS).
881         (mf_nowin_CPPFLAGS): Use $(mf_CPPFLAGS).
883 2010-06-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
885         Reorganize web2c headers.
886         * config.h (deleted): Moved ...
887         * w2c/config.h (new): ... to here.
888         * configure.ac: Create w2c/c-auto.h instead of c-auto.h.
889         * c-auto.h (new): Temporary file including <w2c/c-auto.h>, to be
890         removed when all luatexdir/ files are changed to directly
891         include <w2c/c-auto.h>.
892         * config.h (new): Temporary file including <w2c/config.h>, to be
893         removed when all mplibdir/ and luatexdir/ files are changed to
894         directly include <w2c/config.h>.
895         * Makefile.am (EXTRA_DIST): Adjust.
896         * cpascal.h: #include <w2c/config.h> instead of "config.h".
898 2010-06-04  Karl Berry  <karl@tug.org>
900         * configure.ac (web2_version): remove pretest for
901         TeX Live 2010 (pretest 2, maybe final).
903 2010-05-31  Karl Berry  <karl@tug.org>
905         * configure.ac (AC_CHECK_FUNCS): remove stat64, since we are not
906         prepared for largefile support in general, and this gives a false
907         positive on AIX.  tlbuild mail from vvv, 27 May 2010 20:15:40.
909         * synctex.c [__attribute__]: #define __attribute__ away if it is
910         not defined.  tlbuild mail, 28 May 2010 14:34:53.
912 2010-05-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
914         * ac/web2c.ac, configure.ac: Use '--with-banner-add' instead of
915         '--with-tex-banner'.
917 2010-05-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
919         * Makefile.am (EXTRA_DIST): Remove metapost.mk.
920         * am/texmf.am (EXTRA_DIST): Remove tmf-pool.h.
921         * metapost.mk, tmf-pool.h (removed): Obsolete.
923 2010-05-24  Karl Berry  <karl@tug.org>
925         * tex.ch (sup_font_mem_size): increase from 4,000,000
926         to 147,483,647 (the last nine digits of 2^31 - 1).  It seems to me
927         this is merely an integer, so 2^31-1 itself should be safe, i.e.,
928         a 2 could be prepended, but I just didn't want to go that far.
930 2010-05-21  Peter Breitenlohner  <peb@mppmu.mpg.de>
932         * Makefile.am: Fix the lib/libp.a rebuild rule.
934 2010-05-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
936         * cpascal.h (BIBXRETALLOCNOSET, BIBXRETALLOCSTRING): Cast size_t
937         to long for printing to avoid warnings on 64Bit systems.
938         * texmfmp.h (undumpcheckedthings, undumpuppercheckthings):
939         Cast high limit to unsigned long for printing.
941 2010-05-18  Karl Berry  <karl@tug.org>
943         * configure.ac (web2_version): use /pretest ident.
945 2010-05-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
947         * cpascal.h (BIBXRETALLOCSTRING): Need parens around new_size.
948         From Akira, 02 May 2010 21:49:27.
950         * bibtex.ch (MAX_GLOB_STRS): Changed from 20 back to 10. 
952 2010-05-02  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
954         * bibtex.ch: increase MAX_GLOB_STRS from 10 to 20, because pbibtex on
955         windows crashes for some bst. it should be ok without increasing because
956         of BIBXRETALLOCSTRING etc. don't know why, but MAX_GLOB_STRS = 20
957         solves the problem.
959 2010-05-01  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
961         * config.h: remove TEXDLL.
963 2010-05-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
965         * help.h (PTFTOPLHELP): Document '-charcode-format'.
967 2010-04-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
969         * dvitype.test: Use installed cm fonts.
971 2010-04-28  Peter Breitenlohner  <peb@mppmu.mpg.de>
973         * configure.ac: Require that 'int' has at least 4 bytes,
974         allowing to reduce the use of 'integer' in C and C++ code.
976 2010-04-25  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
978         * texmfmp.h: remove TEXDLL.
979         * config.h: still there is TEXDLL for safety.
981 2010-04-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
983         * Makefile.am (INCLUDES): Remove '-I$(top_builddir)/..' and
984         '-I$(top_srcdir)/..'.
986 2010-04-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
988         * pltotf.ch, vptovf.ch: Bug fix, from ptexdir/ppltotf.ch by
989         Ken Nakano <nakano@nextsolution.co.jp>.
991 2010-04-21  Peter Breitenlohner  <peb@mppmu.mpg.de>
993         * bibtex.ch: Fix a small bug (duplicate entry) in bibtex.web.
994         (add_out_pool): Call buffer_overflow as often as needed.        
996 2010-04-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
998         * texmfmem.h, texmfmp-help.h: Remove luaTeX specific code.
1000 2010-04-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
1002         * Makefile.am (sub_dirs): Removed, former ptexdir/lib/ is now
1003         integrated into lib/.
1004         * configure.ac (ptexdir/lib/Makefile.am): Removed.
1006 2010-04-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1008         * help.h (PBIBTEXHELP, PDVITYPEHELP, PPLTOTFHELP, PTFTOPLHELP):
1009         Moved from from ptexdir/ptexhelp.h.
1010         * texmfmp-help.h (PTEXHELP): Moved from ptexdir/ptexextra.in.
1011         * texmfmp.h [PTEX]: Define TEXMFPOOLNAME and TEXMFENGINENAME, and
1012         #include "ptexdir/kanji.h".
1014 2010-04-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
1016         * configure.ac: Removed LT_LIB_DLLOAD, added check for dlfcn.h.
1017         May require '-ldl' for dlopen() for luaTeX only (not everyone).
1019 2010-04-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
1021         * Makefile.am (sub_dirs): New variable, such that ptexdir/lib/
1022         for the pTeX programs is (re-)built early.
1024 2010-04-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
1026         * triptrap-sh [pTeX]: Generate ptrip.diffs.
1028 2010-04-11  Karl Berry  <karl@tug.org>
1030         * ac/web2c.ac (kpse_tex_progs): add ptex.
1031         * configure.ac (KPSE_PTEXENC_FLAGS): invoke new macro.
1032         (AC_CONFIG_FILES): generate ptexdir/lib/Makefile
1033         * Makefile.am: include $(srcdir)/ptexdir/am/ptex.am.
1034         * lib/texmfmp.c [pTeX]: various pTeX conditionals.
1035         * texmfmp-help.h [pTeX]: pTeX options.
1037 2010-04-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
1039         * tangle.ch: Check and correct module numbers.
1041         * dvitype.ch, gftodvi.ch, gftopk.ch, gftype.ch, mf.ch, mft.ch,
1042         pktogf.ch, pktype.ch, pltotf.ch, pooltype.ch, tangle.ch, tex.ch,
1043         tftopl.ch, vftovp.ch, vptovf.ch, weave.ch: Remove trailing
1044         whitespace.
1046 2010-04-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
1048         * am/cweb.am (cweave.c): Add dependency on cwebdir/prod.w.
1050 2010-04-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
1052         * dvicopy.ch (dvi_name): New global variable.
1053         (dvi_length, dvi_move): Use dvi_name instead of 'dvicopy' as
1054         last arg of xfseek() and xftell().
1055         No random reading on stdin, may be not seekable.
1056         * dvitype.ch (dvi_name): New global variable.
1057         (dvi_length, move_to_byte): Use dvi_name instead of 'dvitype'
1058         as last arg of xfseek() and xftell().
1059         * gftopk.ch (gf_length, move_to_byte): Use gf_name instead of
1060         'gftopk' as last arg of xfseek() and xftell().
1062 2010-04-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
1064         * pktogf.ch: Check and correct module numbers.
1065         Dynamically allocate and resize the row_counts array.
1067 2010-04-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
1069         * gftopk.ch: Check and correct module numbers.
1070         Dynamically allocate and resize the row array.
1071         Remove superfluous variable vpl_name.
1072         Bug fix for GF file too short.
1074 2010-04-05  Taco Hoekwater  <taco@luatex.org>
1075             
1076         * texmfmp.h: Removed #ifdef luaTeX code, now that luatex
1077         no longer includes this file at all.
1078         
1079 2010-04-04  Taco Hoekwater  <taco@luatex.org>
1081         * configure.ac: Append LT_LIB_DLLOAD to the end,
1082         needed for the current 0.60.0 luatex build system.
1083         * Makefile.am: Comment out the luatexdir/am/luatangle.am line
1084         * autoreconf
1085         
1086 2010-03-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
1088         * configure.ac: Check if dlopen() requires `-ldl'.
1090 2010-03-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
1092         * cpascal.h (BIBXRETALLOCSTRING): New macro to resize BibTeX's
1093         global_strs array of strings.
1094         * mf.ch, tex.ch: Remove extra semicolon after setup_bound_var.
1095         * bibtex.ch: Parameters |ent_str_size| and |glob_str_size|
1096         settable at runtime.  Arrays with dimension |max_glob_strs| or
1097         |lit_stk_size| allocated at runtime and resized as needed.
1098         Dynamically allocate |singl_function| instances and resize them
1099         as needed; remove procedure |singl_fn_overflow|.
1101 2010-03-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
1103         * bibtex.ch (str_room): Call pool_overflow() as often as needed.
1104         (scan_fn_def): Increase wiz_fn_space as often as needed.
1105         (x_text_prefix): Add missing str_room.
1107 2010-03-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
1109         * bibtex.ch (max_cites): Dynamically resize the cite_list,
1110         type_list, entry_exists, and cite_info arrays.
1112         * tests/bibtex-mem.test: New shell script for dynamic arrays.
1113         * tests/memdata[123].bst: Test data from Philipp Lehman.
1114         * am/web.am: Adapted.
1116 2010-03-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
1118         * bibtex.ch (entry_ints, entry_strs): Delay allocation until
1119         the required size is known.
1120         (max_ent_ints, max_ent_strs): Removed.
1122 2010-03-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
1124         * am/bootstrap.am: Use suffix rules to create tangleboot.p,
1125         ctangleboot.c, and cwebboot.[ch] from distributed `in' files.
1127         * bibtex.ch: Check and correct module numbers.  Parameter
1128         |max_strings| settable at runtime, |hash_size| and |hash_prime|
1129         are determined from |max_strings|.  Affected arrays are
1130         allocated at runtime, but can't be resized.
1132 2010-03-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
1134         * cpascal.h (kpsesetprogname): Removed.
1135         * bibtex.ch, dvicopy.ch, dvitype.ch, gftodvi.ch, gftopk.ch,
1136         patgen.ch, pktogf.ch, pktype.ch, pltotf.ch, pooltype.ch,
1137         tangle.ch, tftopl.ch, vftovp.ch, vptovf.ch, weave.ch:
1138         Use kpse_set_program_name(argv[0], nil) instead of
1139         kpse_set_progname(argv[0]).
1140         * gftype.ch: Use kpse_set_program_name(argv[0], 'gftype')
1141         instead of kpse_set_progname(argv[0]).
1142         * triptrap/texmf.cnf: Add '.inimf' to Metafont specific, and
1143         '.gftype' to GFtype specific parameters.
1145 2010-03-09  Karl Berry  <karl@tug.org>
1147         * bibtex.web: final 0.99d, from Oren.
1149 2010-03-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
1151         * cpascal.h (BIBXRETALLOCNOSET): New macro to resize BibTeX
1152         arrays but not increasing the size parameter.
1153         * bibtex.ch: Use BIB_XRETALLOC_NOSET when resizing several
1154         arrays with the same size, to obtain accurate log entries.
1155         (add_out_pool): Dynamic output buffer, don't call overflow().
1156         (file_nm_size_overflow, add_area): Remove unused procedures.
1158 2010-03-08  Karl Berry  <karl@tug.org>
1160         * tests/bibtex-openout-test.pl: allow running standalone.
1161         * tests/bibtex-longline-test.pl: new test.
1162         * am/web.am (web_tests): add it.
1164 2010-03-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
1166         * mf.ch (end_name, print_file_name): Make quoting of file names
1167         more robust.  Increase sup_buf_size.
1168         Diffs from Akira, 04 Mar 2010 21:47:33.
1169         Slightly reorganize and cast repeated code into Web macros.
1171 2010-03-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
1173         * cpascal.h (xcallocarray): Added.
1174         * texmfmp.h (setupboundvariable): Moved to lib/lib.h from here.
1175         * gftype.ch: Dynamically allocated pixel image array.
1176         Parameters settable at runtime; move the previous increased
1177         value (line_length=500) into texmf.cnf.
1178         * triptrap/texmf.cnf: GFtype parameters for trap test.
1179         * triptrap/mftrap.diffs: Updated.
1181 2010-03-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
1183         * Makefile.am (triptrap): New target to run TRIP and TRAP tests
1184         and create diff files.
1185         (TRIPTRAP): New make var to collect diffs files to build.
1186         * triptrap-sh (new): Shell script.
1187         * am/texmf.am (TRIPTRAP): Add trip.diffs and mftrap.diffs.
1189 2010-03-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
1191         * mf.ch: Make screen size settable at runtime; move the previous
1192         increased values (768x1024 => 1664x1200) into texmf.cnf.
1193         * triptrap/texmf.cnf: Use screen size 100x200 for trap test as
1194         recommended in trapman.tex.
1196 2010-03-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
1198         * am/web.am: New bibtex test data.
1200 2010-03-01  Karl Berry  <karl@tug.org>
1202         * bibtex.web: 0.99d test 1 from Oren, breaking .bbl lines only at
1203         whitespace.
1204         * bibtex.ch: remove no-longer-needed workaround for \% break.
1206         * tests/longline.aux,
1207         * tests/longline.bib,
1208         * tests/longline.tex: new test files.
1209         (Still working on their incorporation into make check.)
1211 2010-02-22  Karl Berry  <karl@tug.org>
1213         * configure.ac: (web2_version): move to 2010/dev.
1215 2010-02-21  Peter Breitenlohner  <peb@mppmu.mpg.de>
1217         * am/texmf.am (mf_x_libs): Use libgdi32 for WIN32.
1219 2010-02-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1221         * cpascal.h (makesuffix, removesuffix): Remove these from the
1222         underscore list.
1224         * am/texmf.am (EXTRA_DIST): Remove tests/common-test.pl.
1226 2010-02-18  Karl Berry  <karl@tug.org>
1228         * tests/common-test.pl: moved to texk/tests.
1229         * tests/write18-quote-test.pl,
1230         * tests/bibtex-openout-test.pl: change calls.
1232 2010-02-01  Karl Berry  <karl@tug.org>
1234         * doc/web2c.texi (Output file location): mention that TEXMFOUTPUT
1235         is also used for input.
1237 2010-01-31  Peter Breitenlohner  <peb@mppmu.mpg.de>
1239         Moved luatexdir/zziplib/ to ../../libs/zziplib.
1240         * configure.ac: Add KPSE_ZZIPLIB_FLAGS.
1241         * Makefile.am: Add ZZIPLIB_RULE, remove luatexdir/am/libzzip.am.
1243 2010-01-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
1245         * texmfmp.h (mk_shellcmdlist): Declare string param as const.
1247 2010-01-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
1249         * dvitype.ch (open_dvi_file): Skip use of cur_name.
1250         (parse_arguments): Rearrange out_mode to avoid compiler warning.
1251         * mft.ch (change_name, tex_name), pltotf.ch (tfm_name, pl_name),
1252         pooltype.ch (pool_name), tftopl.ch (tfm_name, pl_name),
1253         tangle.ch (web_name, chg_name, pascal_name, pool_name),
1254         vftovp.ch (vf_name, vpl_name), vptovf.ch (vpl_name, tfm_name,
1255         vf_name), weave.ch (web_name, chg_name, tex_name): Declare as
1256         const_c_string.
1258 2009-12-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1260         * am/web.am (EXTRA_DIST, TESTS, bibtex_tests, web_tests):
1261         Reorganize to run tests only when building the programs (if WEB).
1263 2010-01-04  Karl Berry  <karl@tug.org>
1265         * am/texmf.am (tex_tests): add tests/write18-quote-test.pl.
1266         * tests/write18-quote-test.pl,
1267         * tests/write18-quote.tex: new files to do a bit of \write18 testing.
1269 2010-01-02  Karl Berry  <karl@tug.org>
1271         * tex.ch (\write18): say "executed safely" instead of just
1272         "executed", since the command may have been quoted before it was
1273         actually executed.
1275 2009-12-25  Karl Berry  <karl@tug.org>
1277         * Makefile.am (EXTRA_DIST): eliminate it.
1278         * fmtutil.in: rm obsolete (now Build/source/texk/tetex/fmtutil.cnf).
1280         * tests/bibtex-openout-test.pl: new file.
1281         * am/web.am (bibtex_tests): new var.
1282         (TESTS): add $(bibtex_tests).
1283         (EXTRA_DIST): likewise.
1285 2009-12-24  Karl Berry  <karl@tug.org>
1287         * AUTHORS, Makefile.in, README, help.h: doc/email updates.
1289 2009-12-23  Karl Berry  <karl@tug.org>
1291         * help.h (BIBTEXHELP): tweaks.
1293 2009-12-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1295         * configure.ac: Add checks for mkdtemp(), snprintf(), and
1296         stat64().
1298 2009-12-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
1300         * configure.ac: Add checks for <locale.h>, fmax(), setlocale(),
1301         strlcat(), and strlcpy() for synctex.
1303 2009-12-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
1305         * configure.ac: Add check for <sys/time.h>, erroneously omitted
1306         in transition to TL2009 build system.
1308 2009-12-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
1310         * configure.ac: Add checks for gettimeofday() and ftime(),
1311         erroneously omitted in transition to TL2009 build system.
1313 2009-11-27  Peter Breitenlohner  <peb@mppmu.mpg.de>
1315         * tex.ch (read_font_info): Better wording of error message.
1317 2009-11-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
1319         * tex.ch (read_font_info): Check font name length to avoid
1320         broken .dvi files.
1322 2009-11-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
1324         * bibtex.ch: Replace kpse_out_name_ok by kpse_in_name_ok for
1325         input files.  From Akira Kakuto <kakuto@fuk.kindai.ac.jp>.
1327 2009-11-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1329         * doc/web2c.texi (tex invocation): Shorten the paragraph about
1330         security holes due to writing arbitrary files, add reference
1331         to kpathsea_{in,out}_name_ok in kpathsea.info, remove reference
1332         to openoutnameok from lib/texmfmp.c.
1333         (Common options): Replace reference to Omega by Aleph.
1334         (TeX extensions): Remove Omega, add XeTeX. FIXME: Home page.
1335         (Online Metafont graphics): Adjust configure options.
1337 2009-10-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
1339         * cpascal.h: Add kpse_{in,out}_name_ok().
1341         * bibtex.ch: Check for legitimate output file names.
1342         From  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>.
1343         Also check for legitimate input file names.
1345         * mf.ch, tex.ch: Use kpse_{in,out}_name_ok(), now in Kpathsea,
1346         instead of open_{in,out}_name_ok().
1347         * texmfmp.h: Remove open{in,out}nameok.
1349 2009-10-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
1351         * configure.ac: Add a test for xpdf/poppler features.
1353 2009-10-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1355         * cpascal.h (roundunscaled, roundfraction): Put parentheses
1356         around macro parameter.
1357         * mf-binpool.ch (get_strings_started): Drop unused variables.
1358         * mf.ch (MF_base_default): Declare as w2c_u_string.
1359         (jump_out, fatal_error, overflow, confusion): Declare noreturn.
1360         (bound_name, months): Declare as const_cstring.
1361         (start_input): Drop unused variables.
1363         * bibtex.ch (str_lookup): Avoid 'uninitialized' warning.
1365 2009-10-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
1367         * am/texmf.am: Enable compiler warnings for TeX and MF.
1369         * tex-binpool.ch (get_strings_started): Drop unused variables.
1370         * tex.ch (TEX_format_default): Declare as w2c_u_string.
1371         (jump_out, fatal_error, overflow, confusion): Declare noreturn.
1372         (do_extension): Drop unused variables.
1374 2009-09-26  Karl Berry  <karl@tug.org>
1376         * configure.ac (AC_C_BIGENDIAN): need this test for
1377         sharable formats.
1379 2009-09-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
1381         * help.h (OVP2OVFHELP): Default OFMFILE is "basename of".
1382         * help.h (VPTOVFHELP): Default TFMFILE is "basename of".
1384 2009-09-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
1386         * vftovp.ch: Somewhat reorganize, avoiding to move a largish
1387         section of code (affected by a bugfix).
1388         Fix a bug in vftovp.web to diagnose characters in VF packets
1389         outside the allowed range 0..255.
1391 2009-09-21  Peter Breitenlohner  <peb@mppmu.mpg.de>
1393         * vftovp.ch: Remove extra newline from BAD VF/TFM comment.
1395 2009-09-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
1397         * pltotf.ch, vptovf.ch: Reduce max_param_words to 254.
1398         Although the TFM format supports up to 0x7fff, the PL format
1399         supports at most 255.  Staying below avoids compiler warnings.
1401 2009-09-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1403         * dvicopy.web: Version 1.6 (September 2009).
1404         Minor cleanup to avoid unused or uninitialized variables
1405         and diagnose impossible cases.
1407         * dvicopy.ch (make_name): Eliminate unused variable.
1408         (jump_out, confusion, overflow, bad_tfm, bad_font, bad_dvi):
1409         Declare as noreturn procedures.  Remove trailing blanks.
1411         * patgen.web: Version 2.4 (September 2009).
1412         Minor cleanup to avoid uninitialized variables.
1414         * patgen.ch: Remove trailing blanks.
1416         * dvitype.ch (first_par): Diagnose impossible cases.
1417         * gftype.ch (first_par): Diagnose impossible cases.
1418         * gftodvi.ch (interpret_xxx, skip_nop): Diagnose impossible cases.
1420 2009-09-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
1422         * am/texmf.am: Adapt to new makecpool with one argument,
1423         obsoleting tmf-pool.h.
1425 2009-09-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
1427         * texmfmp.h (dump_name, c_job_name, last_source_name,
1428         last_lineno): Declare extern for luaTeX.
1430 2009-09-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
1432         * cpascal.h (w2custring, const_w2custring): Add new types of
1433         strings of unsigned chars used as array indices.
1435         * gftodvi.ch (gf_start): Declare arg_buffer as w2c_u_string.
1437         * dvicopy.ch: Declare comment as const_w2c_u_string.
1439         * bibtex.ch: Eliminate the unused |exit_program| label.
1440         (pds_type): Declare as const_w2c_u_string.
1442 2009-09-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
1444         * texmfmp.h (maininit, normalize_quotes): Add prototypes.
1445         (do_dump, do_undump): Add prototypes also for luaTeX.
1447 2009-09-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
1449         * config.h (WEB2C_NORETURN): Define as attribute (gcc only).
1450         (uexit): Declare as WEB2C_NORETURN.
1452 2009-09-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
1454         * Makefile.am: Enable compiler warnings for non-engine Web2C.
1456         * tangle.ch: Eliminate the unused |end_of_TANGLE| label.
1457         * patgen.ch: Eliminate the unused |end_of_PATGEN| label.
1459         * gftopk.ch, gftype.ch, pktogf.ch, pktype.ch, pltotf.ch,
1460         vptovf.ch: Define char (used as array index) as 0..255.
1462         * vftovp.ch (ASCII04 etc.): Declare as const_c_string.
1463         (vf_input, organize, do_map): Eliminate unused labels.
1464         * tftopl.ch (ASCII04 etc.): Declare as const_c_string.
1465         * mft.ch (style_name): Declare as const_c_string.
1467         * weave.ch (translate): Drop var 'k' unless debugging.
1469 2009-09-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
1471         * am/texmf.am: Prepare compiler warnings for TeX and MF.
1473 2009-09-04  Karl Berry  <karl@tug.org>
1475         * gftype.ch (line_length, max_row, max_col): increase to 500.
1477 2009-09-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
1479         * libmd5/am/md5.am: Enable compiler warnings.
1481 2009-08-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
1483         * ctangleboot-sh: New shell script to run ctangleboot and if
1484         required update ctangleboot.cin from ctangle.c (and similar).
1485         * configure.ac: Create ctangleboot-sh.
1486         * cwebboot.hin: New header file with prototypes for functions
1487         from cwebdir/common.w, cwebdir/ctangle.w and cwebdir/weave.w.
1488         * am/bootstrap.am, am/cweb.am: Adapt to these new files.
1490 2009-08-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
1492         * Makefile.am (default_dependencies): Some programs must depend
1493         explicitly on KPATHSEA_DEPEND, the implicit dependency via proglib
1494         is not enough.
1495         * am/bootstrap.am (tangleboot_DEPENDENCIES,
1496         ctangleboot_DEPENDENCIES): Use default_dependencies.
1498 2009-08-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1500         * texmfmp.h, am/texmf.am: Integrate SyncTeX into texmfmp.h.
1502 2009-08-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
1504         * texmfmp.c (shell_cmd_is_allowed): Change arg1 from 'char **'
1505         to 'const char *'.
1506         (runsystem): Change arg from 'char *' to 'const char *'.
1508 2009-08-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
1510         Better handling of tools that produce many outputs
1511         (compare Automake manual 27.9: Multiple Outputs).
1512         * tangle-sh: New shell script to handle Tangle & Co.
1513         * web2c-sh: New shell script to handle Web2C conversion.
1514         * configure.ac: Create tangle-sh and web2c-sh.
1515         * Makefile.am (texmf_tangle, o_tangle): Use tangle-sh.
1516         (web2c): Use web2c-sh.
1517         * am/bootstrap.am, am/web.am: Adapt to web2c-sh.
1518         * am/texmf.am: Adapt to tangle-sh and web2c-sh.
1520 2009-08-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
1522         Reorganize bootstrapping rules for tangle and ctangle, to
1523         avoid circular dependencies.
1524         tangleboot.p (removed): Renamed ...
1525         tangleboot.pin (new): ... to this.
1526         ctangleboot.c, cwebboot.c (removed): Renamed ...
1527         ctangleboot.cin, cwebboot.cin (new): ... to these.
1528         am/bootstrap.am: Adapted.
1530 2009-08-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
1532         * am/texmf.am (tex_c_h, mf_c_h): avoid to split the C code.
1534 2009-08-12  Karl Berry  <karl@tug.org>
1536         * tex.ch (1.11): doc fix.
1538         * bibtex.ch (xsubstring): forgot to check for pool_overflow.
1539         See test case and bug report at
1540         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520920.
1541         Vincent Danen mail to tex-live, 4 Aug 2009 14:42:29.
1543 2009-07-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
1545         * Makefile.am (check_PROGRAMS): pltotf and tftopl are required
1546         by both omegafonts/omfonts.test and omegaware/omfonts.test.
1548 2009-07-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
1550         * cpascal.h: recover definition of kpsesrccmdline.
1552 2009-06-30  Karl Berry  <karl@tug.org>
1554         * config.h: #include <c-auto.h>, not <web2c/c-auto.h>.
1555         -I.. is evidently not included somewhere along the line?
1557 2009-06-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
1559         * config.h: #include <stdarg.h>, not <kpathsea/c-vararg.h>.
1561         * config.h, cpascal.h, texmfmp.h: drop P?C, P?H, use ANSI C
1562         function declarations.
1564 2009-06-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
1566         * configure.ac: when Metafont is not built, use
1567         '--without-mf-x-toolkit' and '--without-x' as default.
1569 2009-06-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
1571         * cpascal.h: #include "lib/lib.h" and move declarations for
1572         lib/*.c to that new file.
1574 2009-06-04  Karl Berry  <karl@tug.org>
1576         * tex.ch: do not announce file_line_error or parse_first_line
1577         on terminal, log file is good enough.
1578         * alephdir/comsrcspec.ch: no need for Alephk.
1579         * luatexdir/luatex.ch: no need for LuaTeXk.
1580         * pdftexdir/pdftex.ch: no need for pdfTeXk.     
1581         * xetexdir/xetex.ch: no need for XeTeXk.
1583 2009-06-03  Karl Berry  <karl@tug.org>
1585         * configure.ac (with_tex_banner): use echo|grep for check
1586         instead of test -z ..., since we don't want to risk nested "quotes".
1588 2009-06-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
1590         * Update version number to 2009.
1592         * configure.ac, ac/web2c.ac (--with-tex-banner):
1593         allow to specify the string appended to banner lines instead of
1594         the current default 'Web2C 2009'.
1595         This string must contain the current Web2C version number.
1597 2009-05-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
1599         * configure.ac, ac/web2c.ac (enable_omfonts): allow to choose
1600         between Web2C versions of ofm2opl&Co and symlinks to omfonts.
1602 2009-05-28  Peter Breitenlohner  <peb@mppmu.mpg.de>
1604         * help.h (DVITOMPHELP): remove help for obsolete Web2C version.
1605         * help.h (LUATANGLEHELP): sort in alphabetically.
1606         * texmfmp-help.h (MPHELP): remove help for obsolete Web2C version.      
1608 2009-05-27  Peter Breitenlohner  <peb@mppmu.mpg.de>
1610         * configure.ac, ac/web2c.ac (enable_ipc): default is enabled.
1612 2009-05-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
1614         * mp.ch, mp.web, mpdir/, mpware/: removed (old MetaPost).
1615         * Makefile.am, configure.ac: removed old MetaPost and mpware.
1616         * dvitomp.ch, dvitomp.test, dvitomp.web: removed.
1617         * am/web.am: removed dvitomp.
1619 2009-05-23  Karl Berry  <karl@tug.org>
1621         * tex.ch (pool_size): increase default to 200000, so pdftex -ini
1622         can start up without texmf.cnf.  From Thanh.
1624 2009-05-19  Karl Berry  <karl@tug.org>
1626         * tex.ch (max_font_max): increase to 9000.
1627         (hash_size): increase to 15000.
1628         (Their sum is supposed to stay <29000.)
1630 2009-05-18  Karl Berry  <karl@tug.org>
1632         * cpascal.h (getline): #define to web2c_getline,
1633         to try to avoid conflict with a newly broken POSIX and glibc.
1634         Report from Gabriele Balducci via Taco, tlbuild mail
1635         17 May 2009 17:56:54.
1637 2009-05-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
1639         * vftovp.ch: Send print_real to stderr.
1641 2009-05-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
1643         * trap.test (new): Shell script for TRAP tests.
1645 2009-05-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
1647         * trip.test (new): Shell script for TRIP test.
1649 2009-05-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
1651         * bibtex.test, ... (new): Shell scripts for 'make check' tests.
1653 2009-05-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1655         * ac/web2c.ac, configure.ac: Remove --enable-fmtutil option.
1657 2009-05-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
1659         * texmfmp.h: remove references to pdfeTeX.
1661         * texmfmp.h (mk_shellcmdlist, init_shell_escape,
1662         shell_cmd_is_allowed, runsystem): declare for luaTeX.
1664 2009-04-17  Karl Berry  <karl@tug.org>
1666         * texmfmp.h (runsystem): declare.
1668 2009-03-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
1670         * Makefile.am, configure.ac: remove Omega.
1672         * tex.ch, texmfmem.h, texmfmp-help.h, texmfmp.h: remove all
1673         references to Omega, eOmega, and pdfeTeX.
1675 2009-03-28  Karl Berry  <karl@tug.org>
1677         * texmfmp.h: shell escape declarations.
1679 2009-03-27 Taco Hoekwater <taco@luatex.org>
1681         * configure.ac: With the new luatex, what used to be 
1682         luatexdir/luafontforge/ is now luatexdir/luafontloader/.
1684 2009-03-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
1686         Adapt to TL2009 build system.
1688 2009-03-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
1690         * texmfmp-help.h [eTeX,TeX]: Document -synctex switch.
1692 2009-03-02  Karl Berry  <karl@tug.org>
1694         * texmfmp-help.h (PDFTEXHELP): --no-mktex can now apply to pk
1695         files too.
1697 2009-02-26  Karl Berry  <karl@tug.org>
1699         * texmfmp-help.h: mention --shell-restricted.
1700         * tex.ch (c_int_type, shell_enabled_p, address_of): remove _'s
1701         to reduce differences with luatex.
1702         (restrictedshell): new global.
1703         (system): replace with runsystem, for restricted mode.
1705 2009-01-26  Karl Berry  <karl@tug.org>
1707         * configure.in (with_cxx_runtime_hack): use
1708         #include <iostream>
1709           using namespace std;
1710         for the hello,world test, to placate the backward-incompatible
1711         standard.
1713 2008-11-18  Karl Berry  <karl@tug.org>
1715         * Makefile.in (install-data): mkinstalldirs man1dir man5dir.
1716         Report from Angelo Graziosi, tlbuild 17 Nov 2008 01:03:51.
1718 2008-08-13  Karl Berry  <karl@tug.org>
1720         * Makefile.in (install-data): Also install synctex.[15].
1721         Report from Adam Maxwell on mactex.
1723 2008-07-08  Karl Berry  <karl@tug.org>
1725         * configure.in (WEB2CVERSION): 7.5.7.
1727 2008-07-01  Karl Berry  <karl@tug.org>
1729         * texmfmp-help.h [MP] (MPHELP): mpost is usually named mpost,
1730         not mp.
1732 2008-06-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
1734         * help.h (CTANGLEHELP): Correct syntax for ctangle usage.
1735         * (CWEAVEHELP): Correct syntax for cweave usage.
1737 2008-06-12  Karl Berry  <karl@tug.org>
1739         * luatexdir/tex/texnodes.c: avoid identifier `prealloc', (wrongly)
1740         defined in HP-UX <unistd.h>.
1742 2008-06-03  Karl Berry  <karl@tug.org>
1744         * tex.ch (sup_param_size): increase to 32767.
1745         ntg-pdftex mail from martin, 2 Jun 2008 14:15:42.
1747 2008-06-01  Karl Berry  <karl@tug.org>
1749         * luatexdir/luatex.mk (install-exec): install texlua symlink.
1751 2008-05-31  Karl Berry  <karl@tug.org>
1753         * Makefile.in (install-programs): stupidly forgot to install
1754         $(basic_engines).
1756 2008-05-28  Karl Berry  <karl@tug.org>
1758         * Makefile.in (basic_engines): split off tex/mf[n]/mpost.
1759         (install-programs): handle basic_engines here.
1760         (install-tex, install-mf, install-mpost; -exec, -data, -dumps):
1761         remove all these.  Never try to make the dumps.
1762         * luatexdir/luatex.mk,
1763         * omegadir/omega.mk,
1764         * xetexdir/xetex.mk,
1765         * alephdir/aleph.mk,
1766         * pdftexdir/pdftex.mk,
1767         * etex/etex.mk: omit installation of pool files and dumps,
1768         with consequent simplifications.  For etex.mk, also omit
1769         installation of the binary.
1771 2008-05-25  Karl Berry  <karl@tug.org>
1773         * cpascal.h (loadpoolstrings): declare.
1775 2008-05-23  Karl Berry  <karl@tug.org>
1777         * configure.in (fmtutil.cnf): no longer generate from fmtutil.in.
1778         * Makefile.in (install, distclean): remove lines about fmtutil.cnf.
1779         * fmtutil.in: note that this file is no longer used, the real
1780         fmtutil.cnf is now generated at install time.
1782 2008-05-20  Karl Berry  <karl@tug.org>
1784         (Found by peb.)
1785         * luatexdir/luatangle.web: OTANGLE -> LUATANGLE.
1786         * luatexdir/Makefile.in (check): PETEX -> LTEX.
1787         * web2c/makecpool.c: update from luatex repo; cosmetic changes only.
1789 2008-04-29  Karl Berry  <karl@tug.org>
1791         * doc/Makefile.in (install-data): do not cd $(srcdir) in any rule,
1792         that fails when the install program is specified by a relative path.
1794 2008-04-28  Karl Berry  <karl@tug.org>
1796         * fmtutil.in: disable cont-en, texexec et al. create it.
1798 2008-04-18  Karl Berry  <karl@tug.org>
1800         * Makefile.in (tie): no need for $(native).
1802 2008-04-16  Karl Berry  <karl@tug.org>
1804         * Makefile.in,
1805         * web2c/makecpool.c,
1806         * ...: use the one makecpool provided by Taco for all programs.
1808 2008-04-11  Karl Berry  <karl@tug.org>
1810         * xetexdir/xetex.h (Byte): #define to my_Byte and then #undef to avoid typedef
1811         conflict between TECkit_Common.h and zlib; sigh.
1813 2008-03-30  Karl Berry  <karl@tug.org>
1815         * Makefile.in (web2c): pass . for native tooldir argument.
1816         * web2c/convert: accept tooldir argument a la luatex.
1817         * web2c/texmf.defines (loadpoolstrings): define here.
1818         * web2c/loadpool.defines: remove.
1819         * luatexdir/luatex.defines,
1820         * mpdir/mp.defines,
1821         * omegadir/omega.defines,
1822         * alephdir/aleph.defines (loadpoolstrings): rm.
1824 2008-03-25  Karl Berry  <karl@tug.org>
1826          * Makefile.in,
1827          * tmf-pool.h,
1828          * mf-binpool.ch,
1829          * tex-mkcpool.c,
1830          * mf-mkcpool.c,
1831          * etexdir/etex.mk,
1832          * etexdir/etex-binpool.ch,
1833          * tex-binpool.ch,
1834          * web2c/convert,
1835          * web2c/loadpool.defines: integrate pool file in binary for
1836          tex, mf, and etex.  From Akira.
1838         * tftopl.web: revised version 3.2 from Knuth.
1840 2008-03-24  Karl Berry  <karl@tug.org>
1842         * tex.ch: use print_c_string to print the new prompt_file_name
1843         help message, so it ends up in the log.
1844         * cpascal.h (printcstring): #define it.
1846 2008-03-23  Karl Berry  <karl@tug.org>
1848         * tex.web,
1849         * tex.ch: update for Knuth version 3.1415926.
1851         * tex.ch (prompt_file_name): output prompt_file_name_help_msg
1852         instead of a string pool string.
1853         * cpascal.h: define it (conditionally for Windows).
1855 2008-03-22  Karl Berry  <karl@tug.org>
1857         * tftopl.web: initial tftopl.web update from knuth
1859 2008-03-02  Karl Berry  <karl@tug.org>
1861         * Makefile.in (engines): include mpost literally.  Bug report from
1862         Alexis Ballier, 29 Feb 2008 19:27:23, via
1863         https://bugs.gentoo.org/show_bug.cgi?id=201187.
1865         (default all): remove dumps, it's just troublemaking these days?
1867 2008-02-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
1869         * configure.in: replace PACKAGE_... by WEB2C_PACKAGE_... in
1870         c-auto.h, to avoid conflicts with other packages.
1872         * configure.in: use AH_TOP, AH_BOTTOM, and AC_DEFINE's third
1873         argument to provide autoheader templates ...
1874         * withenable.ac: use AC_DEFINE's third argument to provide
1875         autoheader templates ...
1876         * acconfig.h: ... removed.
1878 2008-02-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
1880         * configure.in: remove AC_DECL_YYTEXT to avoid autoconf warning.
1882 2008-02-14  Karl Berry  <karl@tug.org>
1884         * tex.ch (max_font_max): increase to 5000.
1885         Taco mail to tex-live, 13 Feb 2008 10:00:35.
1886         
1887         * tex.ch (make_name_string): further change from
1888         Jonathan, tex-implementors  12 Feb 2008 14:33:56.
1890 2008-02-11  Karl Berry  <karl@tug.org>
1892         * tex.ch (make_name_string): avoid clobbering globals via
1893             This is TeX ...
1894             **abc%
1895             *de
1896         From Akira and Jonathan Kew, tex-implementors 02 Feb 2008 20:42:18
1897         et al.
1899 2008-01-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
1901         Convert from autoconf-2.13 to autoconf-2.59+:
1902         * Makefile.in, doc/Makefile.in, mpdir/Makefile.in:
1903         Add @configure_input@ lines.
1904         * aclocal.m4 (new): Generated (aclocal -I ../m4).
1905         * configure: Regenerated (autoconf).
1907 2008-01-18  Karl Berry  <karl@tug.org>
1909         * cpascal.h (recorder_record_input, recorder_record_output): need
1910         const_string as arg to avoid warnings compiling *extra.c.
1911         * texmfmp.c (user_progname): make const_string a la dump_name,
1912         since we assign them.
1914 2008-01-02  Jonathan Kew  <jonathan_kew@sil.org>
1916         * tex.ch (expand_depth, et al.): when calling expand, don't
1917         recurse enough to clobber the os stack.  Default value 10000.
1919 2007-12-24  Karl Berry  <karl@tug.org>
1921         * doc/web2c.texi (gftodvi invocation): talk a bit more about slant
1922         fonts, pursuant to DEK's message to tex-k of 10 Jul 2005 18:38:11.
1924 2007-12-19  Martin Schr\ver <martin@oneiros.de>
1926         * tex.ch (ssup_max_strings): increase to 2097151
1927                  (sup_main_memory): increase to 256000000
1929 2007-12-19  Karl Berry  <karl@tug.org>
1931         * tangle.ch (max_bytes): increase to 65535.
1933         * config.h (LONGINTEGER_TYPE): switch to off_t.
1934         
1935         (Both of these from Martin S.)
1937 2007-10-23  Karl Berry  <karl@tug.org>
1939         * config.h (LONGINTEGER_TYPE): #define, depending on the C version.
1940         (longinteger): typedef.
1942 2007-10-01  Karl Berry  <karl@tug.org>
1944         * cpascal.h (floor): #undef, since MaxOSX #defines it.
1945         From Peter Dyballa, metapost list, 27 Sep 2007 15:25:03.
1947 2007-09-18  Karl Berry  <karl@tug.org>
1949         * tex.ch (29.530): Wording of "Type <return>" msg.
1951 2007-09-16  Karl Berry  <karl@tug.org>
1953         * c-auto.in (EDITOR): doc fix.
1955 2007-09-12  Karl Berry  <karl@tug.org>
1957         * c-auto.in (EDITOR) [WIN32]: need "", and emacs preferred.
1958         From Akira.
1960 2007-09-09  Karl Berry  <karl@tug.org>
1962         * c-auto.in (EDITOR): 'quote' the filename.
1963         Reported by Frank K, 17 Jul 2007 17:00:41, debian bug 433455.
1965 2007-08-24  Karl Berry  <karl@tug.org>
1967         * doc/web2c.texi (Initial MetaPost): change pragma link.
1969 2007-07-15  Karl Berry  <karl@tug.org>
1971         * tex.ch,
1972         * alephdir/com16bit-rc2.ch,
1973         * omegadir/com16bit.ch: fixes from Akira so "tex %" followed
1974         by RET is stable.  Also sync aleph/omega constants with tex.
1975         Mail of 14 Jul 2007 09:35:02.
1977 2007-03-30  Karl Berry  <karl@tug.org>
1979         * tex.ch (sup_buf_size): increase to 30,000,000 per Hans mail to
1980         tex-live, 30 Mar 2007 16:52:09.
1982 2007-01-10  Karl Berry  <karl@tug.org>
1984         * Makefile.in (programs): include $(pdftosrc), which has always
1985         been built, but missing from the install.
1987 2007-01-01  Karl Berry  <karl@tug.org>
1989         * config.h (inline) [__cplusplus]: #undef inline under C++, since
1990         inline is a keyword.  It should never be #define'd, but
1991         c-auto.in->h can do so.  Found by vvv on AIX.
1993 2006-12-30  Karl Berry  <karl@tug.org>
1995         * configure.in: bump version to 7.5.6.
1997 2006-12-27  Karl Berry  <karl@tug.org>
1999         * fmtutil.in: the binary name is pdftex now.
2001 2006-12-10  Karl Berry  <karl@tug.org>
2003         * omegaware/odvicopy.ch (int_8): rename the type to int_8_odvicopy,
2004         and @d int_8 itself to that, so that we don't end up with int8 in
2005         the C file.  AIX inttypes.h declares that.  (Reported by vvv.)
2007 2006-09-05  Karl Berry  <karl@tug.org>
2009         * bibtex.ch (BUF_SIZE): increase to 20000 per Lee Samuel Finn, via
2010         3 Sep 2006 10:32:53 +0200 mail from Gerben.
2012 2006-07-10  Karl Berry  <karl@tug.org>
2014         * tex.ch (sup_font_mem_size): double again, to 4000000.
2015         (actually, it seems we could set all the sup_* to the absolute
2016         maximums from TeX's architecture, since texmf.cnf determines what
2017         is allocated.  A patch for that would be welcome. :)
2019 2006-06-20  Jonathan Kew  <jonathan_kew@sil.org>
2021         * texmfmem.h, texmfmp.h, texmfmp-help.h, lib/texmfmp.c: Added
2022         conditional fragments needed for building XeTeX.
2024 2005-09-02  Olaf Weber  <olaf@infovore.xs4all.nl>
2026         * tex.ch [53.1370]: Since we generate a string in all cases, we
2027         need to erase it in all cases.  Reported by Han The Thanh
2028         <hanthethanh@gmail.com>, diagnosed by Akira Kakuto
2029         <kakuto@fsci.fuk.kindai.ac.jp>.
2031 2005-08-22  Olaf Weber  <olaf@infovore.xs4all.nl>
2033         * bibtex.ch: Make the buffer and related arrays grow dynamically.
2034         Fixes a bug reported by Kevin Cahill <cahill@unm.edu>.
2036 2005-08-13  Olaf Weber  <olaf@infovore.xs4all.nl>
2038         * tex.ch: An \immediate\write18 on the '**' prompt would crash
2039         TeX, because the log file isn't open yet.  Reported by Jerzy
2040         B. Ludwichowski <Jerzy.Ludwichowski@uni.torun.pl>.  Since we
2041         always log something for \write18, so lets also log the command
2042         when \write18 is disabled, instead of merely showing that
2043         something was attempted.
2045 2005-08-03  Olaf Weber  <olaf@infovore.xs4all.nl>
2047         * Makefile.in: Fix missing double-quote.
2049         * texmfmp-help.h [Aleph,eTeX,pdfeTeX]: Document -etex switch.
2051         * doc/web2c.texi: Correct missing entries in a table.
2053 2005-07-27  Olaf Weber  <olaf@infovore.xs4all.nl>
2055         * doc/web2c.texi: libkpathsea is entirely in LGPL.
2057         * vftovp.ch: Remove misplaced semicolon.
2059         * texmfmp.h: Disable IPC when compiling with __DJGPP__.  (Should
2060         really be done in configure script.)
2062         * texmfmp.h: Remove references to pdfxtex.  Add
2063         get_seconds_and_micros prototype.
2065 2005-07-25  Olaf Weber  <olaf@infovore.xs4all.nl>
2067         * weave.ch: Increase max_bytes to 65530.  We're bumping to the
2068         16-bit limits here.
2070         * tex.ch: Significantly increase the ssup_trie_size.
2072         * metapost.mk: Fix build rules/dependencies for mpware.
2074         * Makefile.in: Fix build rules for mpware.
2076         * vftovp.ch: Report the name of tfm files that we cannot find or
2077         find to be unusable.  Reported by Patrick Gundlach.
2079 2005-06-29  Olaf Weber  <olaf@infovore.xs4all.nl>
2081         * withenable.ac: Remove one pair of brackets from
2082         --with-editor-CMD help text.
2084 2005-06-26  Olaf Weber  <olaf@infovore.xs4all.nl>
2086         * doc/Makefile.in: Replace ac_include with kpse_include.  From
2087         Peter Breitenlohner.
2089         * withenable.ac: Fully quote arguments of AC_AG_WITH.  From Peter
2090         Breitenlohner.
2092         * configure.in: Syntax changes to match autoconf2.5x.  From Peter
2093         Breitenlohner.  To version 7.5.5.
2095         * Makefile.in: Change ac_include to kpse_include.  From Peter
2096         Breitenlohner.
2098 2005-06-22  Olaf Weber  <olaf@infovore.xs4all.nl>
2100         * mp.web: Update for MetaPost 0.901.
2102         * mp.ch: Update for MetaPost 0.901.
2104         * cpascal.h: Add xreallocarray().  Requested by Hartmut Henkel
2105         <hartmut_henkel@gmx.de>.
2107 2005-06-21  Olaf Weber  <olaf@infovore.xs4all.nl>
2109         * metapost.mk, dvitomp.mk, Makefile.in: Break out the metapost and
2110         dvitomp related makefile rules into separate makefile fragments.
2112         * doc/web2c.texi: Update description of newer.
2114 2005-04-12  Olaf Weber  <olaf@infovore.xs4all.nl>
2116         * mf.ch [38.788]: Use |get_job_name| so the --jobname switch can
2117         be used to replace "mfput".
2118         [38.793]: Interface of |get_job_name| changed.
2119         * mp.ch [35.765]: Use |get_job_name| so the --jobname switch can
2120         be used to replace "mpout".
2121         [35.770]: Interface of |get_job_name| changed.
2122         * tex.ch [29.534]: Use |get_job_name| so the --jobname switch can
2123         be used to replace "texput".
2124         [29.537]: Interface to |get_job_name| changed.
2125         This is part of a group of changes that fixes pdftex bug 302.
2126         http://sarovar.org/tracker/?func=detail&atid=493&aid=302&group_id=106
2127         
2128 2005-02-06  Olaf Weber  <olaf@infovore.xs4all.nl>
2130         * Makefile.in (aleph-dist): Remove generated file, make sure
2131         aleph.version file exists.
2133 2005-02-05  Olaf Weber  <olaf@infovore.xs4all.nl>
2135         * Makefile.in (uninstall, uninstall-exec, uninstall-data): Dummy
2136         target added so make uninstall doesn't stop here.
2138 2005-01-21  Olaf Weber  <olaf@infovore.xs4all.nl>
2140         * doc/Makefile.in: Change POSTINSTALL to POST_INSTALL.
2142         * tiedir/tie.1: Man page corrections from Eric S. Raymond
2143         <esr@thyrsus.com>.
2145 2005-01-08  Olaf Weber  <olaf@infovore.xs4all.nl>
2147         * configure.in: Correct check whether otangle is needed. From
2148         Kenta MURATA <muraken20@yahoo.co.jp>.
2150         * withenable.ac: Update references to e-Omega to Aleph.  From
2151         Kenta MURATA <muraken20@yahoo.co.jp>.
2153 2004-12-29  Olaf Weber  <olaf@infovore.xs4all.nl>
2155         * configure.in: Version 7.5.4.
2157         * doc/web2c.texi: Version 7.5.4.
2159         * tex.ch: Shuffle the \eof18 code around a bit.
2161 2004-12-28  Olaf Weber  <olaf@infovore.xs4all.nl>
2163         * tex.ch [16.211,46.1049]: I18N fix for |print_mode|, adding
2164         |print_in_mode| function to account for differences in declination
2165         etc.  After Wlodzimierz Bzyl <matwb@univ.gda.pl>.
2167         * mf.ch [28.585]: Sufficiently pathological code can overflow the
2168         serial_no counter: add a check for this.  From Thorsten Dahlheimer
2169         <tdahlheim@gmx.net>.
2171         * mp.ch [24.539]: Sufficiently pathological code can overflow the
2172         serial_no counter: add a check for this.  From Thorsten Dahlheimer
2173         <tdahlheim@gmx.net>.
2175         * tex.ch: Implement \ifeof18 to test whether \write18 is enabled.
2176         A variant of the code submitted by Heiko Oberdiek
2177         <oberdiek@uni-freiburg.de>.
2179 2004-12-20  Olaf Weber  <olaf@infovore.xs4all.nl>
2181         * withenable.ac: Don't define IPC in c-auto.h if --enable-ipc
2182         wasn't given.
2184         * Makefile.in: configure depends on withenable.ac.
2186 2004-12-19  Olaf Weber  <olaf@infovore.xs4all.nl>
2188         * configure.in: Old versions of flex don't support -l, but don't
2189         support --version either, so use the latter to test whether the
2190         former should be used.  From Thomas.
2192         * withenable.ac: Add --with-mf-x-toolkit option to replace
2193         --with-x-toolkit.  The latter couldn't be shared between mf and
2194         xdvi any more.
2196         * Makefile.in (tex-check, bibtex-check, dvicopy-check,
2197         dvitomp-check, mpost-check): Add TEXMFCNF=../kpathsea to the
2198         environment so the check works even if installation is not yet
2199         complete.  From Peter Breitenlohner <peb@mppmu.mpg.de>.
2201         * Makefile.in (install-data): Don't install cwebdir/cweb.1; this
2202         page now lives under .../man.
2204         * Makefile.in (tangle.p): Depend on tangleboot, not $(TANGLEBOOT).
2205         This means we build tangleboot even when cross-compiling.  The
2206         reason is that some versions of make get confused if we depend on
2207         ./tangleboot but only have rules with tangleboot as the target.
2208         (ctangle.c,cweb.c): As above for $(CTANGLEBOOT).
2209         Problem reported for Digital UNIX 4.0E make by Bernhard Simon
2210         <simon@zid.tuwien.ac.at>.
2212 2004-11-28  Olaf Weber  <olaf@infovore.xs4all.nl>
2214         * Makefile.in (afmts): alambda -> lamed.  Restrict the use of FF
2215         to comments, as some make implementations cannot deal with it
2216         otherwise.
2218 2004-09-07  Olaf Weber  <olaf@infovore.xs4all.nl>
2220         * doc/web2c.texi: Changes made by Karl Berry.
2222 2004-08-30  Olaf Weber  <olaf@infovore.xs4all.nl>
2224         * dvitomp.ch: A more complete implementation of the color stack.
2225         Slight modification of code provided by Eddie Kohler
2226         <kohler@cs.ucla.edu>.
2228 2004-08-28  Olaf Weber  <olaf@infovore.xs4all.nl>
2230         * doc/web2c.texi: Document -output-directory.
2232         * doc/install.texi: Correct cross-references for building formats.
2234         * cpascal.h (output_directory): Added global variable.
2236         * triptrap/texmf.cnf: Correct settings for main_memory.
2238         * texmfmp-help.h: Add -output-directory to the help texts.
2240         * dvitomp.ch: Allow for a variable number of spaces between the
2241         'color push' special name and its argument.  From Eddie Kohler
2242         <kohler@cs.ucla.edu>.
2244 2004-08-27  Olaf Weber  <olaf@infovore.xs4all.nl>
2246         * configure.in: Create etexdir in build tree if we're compiling
2247         e-TeX.
2249 2004-08-26  Olaf Weber  <olaf@infovore.xs4all.nl>
2251         * mp.ch, mf.ch, tex.ch: |main_memory| is a size, while |mem_top|
2252         is an index, so we need to subtract 1 when deriving |mem_top| from
2253         |main_memory|.  In a similar vein, we need to add 1 when
2254         allocating the |mem| array.  This may seem like nitpicking, but
2255         matters for the trip and trap tests.
2257 2004-08-26  Peter Breitenlohner <peb@mppmu.mpg.de>
2259         * Makefile.in (patgen-check): Provide non-trivial test data.
2261         * tests/dict, tests/patgen.in, tests/patterns, tests/translate:
2262         Input data for patgen-check.
2264         * tests/patout, tests/pattmp.4: New files.
2265         Output from patgen-check.
2267 2004-08-26  Olaf Weber  <olaf@infovore.xs4all.nl>
2269         * patgen.ch: Typo fixed by Peter Breitenlohner <peb@mppmu.mpg.de>.
2271         * patgen.web: Typo fixed by Peter Breitenlohner
2272         <peb@mppmu.mpg.de>.  (New version 2.3, August 2004).
2274         * Makefile.in (etex-dist,pdftex-dist): Account for etex.version
2275         and pdftex.version as generated files.
2277 2004-08-24  Olaf Weber  <olaf@infovore.xs4all.nl>
2279         * tex.ch [23.328]: Ensure that |source_filename_stack|[|in_open|]
2280         and |full_source_filename_stack|[|in_open|] are initialized.
2282         * tex.ch: Revise the file:line:error code to produce the correct
2283         filename in the presence of \scantokens (an e-TeX extension).  If
2284         we're not reading from a file at all, fall back on the TeX-style
2285         messages.  This change introduces |print_file_line| to keep the
2286         amount of code in the |print_err| macro under control.
2288 2004-08-23  Karl Berry <karl@tug.org>.
2290         * doc/web2c.texi: An extensive update.
2292 2004-08-06  Olaf Weber  <olaf@infovore.xs4all.nl>
2294         * config.h: Clean the define of TEXDLL up.  From Jan Nieuwenhuizen
2295         <janneke@gnu.org>.
2297 2004-08-05  Olaf Weber  <olaf@infovore.xs4all.nl>
2299         * tex.ch [29.530] prompt_file_name: don't allow the use of the
2300         empty string for a file name.  After Taco Hoekwater
2301         <taco@elvenkind.com>.
2303         * mf.ch [38.786] prompt_file_name: don't allow the use of the
2304         empty string for a file name.
2306         * mp.ch [35.763] prompt_file_name: don't allow the use of the
2307         empty string for a file name.
2309 2004-08-01  Olaf Weber  <olaf@infovore.xs4all.nl>
2311         * Makefile.in (post-dist-$(distname)): Ensure that
2312         texk/web2c/tests/xampl.bib is actually in the distributed tarball.
2313         (bibtex-check): BIBINPUTS should only need $(srcdir)/tests.
2315 2004-07-30  Olaf Weber  <olaf@infovore.xs4all.nl>
2317         * Makefile.in: Undo changes from --option to -option.  This
2318         generated too many differences with the TeX-live sources at this
2319         time.
2321 2004-07-23  Peter Breitenlohner <peb@mppmu.mpg.de>
2323         * tex.ch: Reorganize handling of banner string in order to
2324         reduce interference between eTeX, pdfTeX, and web2c change
2325         files.
2327 2004-07-23  Olaf Weber  <olaf@infovore.xs4all.nl>
2329         * Makefile.in: Use singe dash for -ini, -progname etc.  Use
2330         explicit -ini and -progname when running the trip test, because
2331         the argv[0] name becomes lt-tex when using shared libraries, and
2332         we have settings in triptrap/texmf.cnf that are sensitive to this.
2334         * Makefile.in (bibtex-check): Add BIBINPUTS or check can fail.
2336 2004-07-21  Olaf Weber  <olaf@infovore.xs4all.nl>
2338         * tex.ch: Reorganize handling of integer parameters in order to
2339         reduce interference between eTeX, pdfTeX, and web2c change files.
2340         From Peter Breitenlohner <peb@mppmu.mpg.de>.
2342         * fmtutil.in: Update from Thomas.
2344 2004-07-14  Olaf Weber  <olaf@infovore.xs4all.nl>
2346         * mf.ch [42.912]: Remove this simplification of the web code,
2347         which is no longer a valid assumption now that we're back to the
2348         old print system.
2350         * mp.ch: A smaller set of changes than for mf.ch, as in version
2351         0.64 the |print|, |print_char|, |print_visible_char| system
2352         previously implemented in the mp.ch change file was merged into
2353         mp.web.  Remove a reference to |slow_print| that was overlooked
2354         earlier.
2356         * mf.ch: Extensive changes to the print routines, to mirror what
2357         was done for tex.ch (q.v.).
2359         * tex.ch: Extensive changes to fix a problem with the encTeX
2360         merge.  Original TeX used |slow_print|, |print|, and |print_char|
2361         for printing.  This had been changed to |print|, |print_char|, and
2362         |print_visible_char|, where the new |print_char| did the expansion
2363         of unprintable characters to "escaped sequences" on the fly.
2364         encTeX, it turns out, is too tightly interwoven with the old way
2365         of doing things, leading to some strange breakage.  So we've
2366         largely reverted the code.  In particular, we now store the
2367         "escaped sequences" for non-ASCII characters again as strings, and
2368         later decide on-the-fly whether to use those or just pass through.
2369         This simplifies the change file, and narrows the distance to the
2370         encTeX code.
2372         * texmfmp.h (setupcharset): Removed.
2373         (readtcxfile): Added.  Unlike setupcharset, this function doesn't
2374         initialize the xchr/xord/xprn arrays, it just updates them from a
2375         tcx file.  The name of the must be in the global
2376         translate_filename.
2378         * config.h: Add second argument to call of usagehelp.  This is the
2379         email address for bug reports.  If NULL, the default address for
2380         web2c is used.
2382         * bibtex.ch: Add second argument to call of usagehelp.
2384         * dvicopy.ch: Add second argument to call of usagehelp.
2386         * dvitomp.ch: Add second argument to call of usagehelp.
2388         * dvitype.ch: Add second argument to call of usagehelp.
2390         * gftodvi.ch: Add second argument to call of usagehelp.
2392         * gftopk.ch: Add second argument to call of usagehelp.
2394         * gftype.ch: Add second argument to call of usagehelp.
2396         * mft.ch: Add second argument to call of usagehelp.
2398         * patgen.ch: Add second argument to call of usagehelp.
2400         * pktogf.ch: Add second argument to call of usagehelp.
2402         * pktype.ch: Add second argument to call of usagehelp.
2404         * pltotf.ch: Add second argument to call of usagehelp.
2406         * pooltype.ch: Add second argument to call of usagehelp.
2408         * tangle.ch: Add second argument to call of usagehelp.
2410         * tftopl.ch: Add second argument to call of usagehelp.
2412         * vptovf.ch: Add second argument to call of usagehelp.
2414         * vftovp.ch: Add second argument to call of usagehelp.
2416         * weave.ch: Add second argument to call of usagehelp.
2418         * cwebdir/comm-w2c.ch: Add second argument to call of usagehelp.
2420 2004-07-12  Olaf Weber  <olaf@infovore.xs4all.nl>
2422         * texmfmp-help.h: Correct help strings of pdf*tex family.  From
2423         Akira Kakuto <kakuto@fsci.fuk.kindai.ac.jp>.
2425 2004-07-04  Olaf Weber  <olaf@infovore.xs4all.nl>
2427         * Makefile.in: Move the creation of the format-related links to
2428         format-related install rules; this seems to be a better place for
2429         them, as the links are pointless without the corresponding
2430         formats.  Make the install-*-pool rules depend on the pool file in
2431         question.  Remove TEXMF=$(texmf) from the dumpenv; the
2432         TEXMFCNF=../kpathsea should get us a texmf.cnf with suitable
2433         absolute paths.
2435         * tex.ch: Correct date in encTeX_banner.
2437 2004-07-03  Olaf Weber  <olaf@infovore.xs4all.nl>
2439         * configure.in: No m4 quoting needed in the KPSE_CROSS_BUILD_VAR
2440         calls.  The default of $BUILDLDFLAGS must be $BUILDXLDFLAGS.
2442         * Makefile.in (web2c/fixwrites,web2c/spitup,web2c/web2c): These
2443         also depend on web2c/kps.c.
2444         [TANGLEBOOT,CTANGLEBOOT,TANGLE,CTANGLE,OTANGLE,TIE]: Add these
2445         variabled so the build can use programs other than what is built.
2446         Used when cross-compiling.
2448         * configure.in: Add KPSE_CROSS_BUILD_VAR and KPSE_CROSS_PATH_PROG
2449         invocations to set up cross-compiling.  To cross-compile, you need
2450         to have tangle, ctangle, otangle, and tie available on the build
2451         machine.
2453         * weave.ch: Set |max_names| to 10220, so we can still (barely)
2454         handle pdfetex.  Clearly a larger reworking is on the horizon.
2456         * tex.ch: Change |mubyte_incs| into a boolean.
2458 2004-07-02  Olaf Weber  <olaf@infovore.xs4all.nl>
2460         * tex.ch: Update to encTeX from Petr Olsak.  These fix three bugs.
2461         These bugs are seen only in encTeX mode when \mubytein=1 and in
2462         very rare cases.  Petr's explanation follows:
2463         
2464         1) If the control sequence is converted by \mubyte table but it is
2465         not shrunk then the non-converted alternative of control sequence
2466         is really used. It can be possible only if one-byte to one-byte
2467         conversion is used and declared by \mubyte primitive. More common
2468         is to use \mubyte for multi-byte to one-byte conversion. In such
2469         situation, there is no problem because control sequence is
2470         schrunk. Thanks to Wlodzimierz Bzyl for bugreport.
2471         
2472            \def\aXb{xx}
2473            \mubyte X Y\endmubyte
2474            \mubytein=1
2475            \aYb   % writes "undefined control sequence \aXb" because
2476                   % error message is converted but real control sequence
2477                   % is not converted and \aYb is undefined.
2478         
2479         2) If multi-byte to one-byte conversion is done during scanning of
2480         control sequence name with the result: one-letter control
2481         sequence, then this control sequence is not connected with
2482         "native" one-letter control sequence but the new "multi-letter
2483         control sequence" is allocated with only one letter in real.
2484         
2485            \def\X{xx} % one-letter control sequence is defined
2486            \mubyte X YZ\endmubyte
2487            \mubytein=1
2488            \YZ   % writes "undefined control sequence \X" because \YZ is
2489                  % converted to \X but allocated as multi-letter control
2490                  % sequence, but one-letter control sequence is defined
2491         
2492         3) If \catcode`\^^@=11 or 7 and if control sequence is terminated
2493         by generated control sequence (from \mubyte conversion) then the
2494         result of reading is unpredictable.
2495         
2496            \def\XXX{xx}
2497            \mubyte \XXX YZ\endmubyte
2498            \mubytein=1 \relaxYZ % it is OK: \relax followed by \XXX
2499            \par\catcode`\^^@=11
2500            \relaxYZ   % bad reading: \relaxYZ control sequence not defined
2502 2004-06-30  Olaf Weber  <olaf@infovore.xs4all.nl>
2504         * doc/web2c.texi: Updates to make conversion to HTML easier, from
2505         Karl Berry.
2507 2004-06-29  Olaf Weber  <olaf@infovore.xs4all.nl>
2509         * doc/install.texi: Remove reference to --enable-auto-core.  That
2510         part of the code should be considered terminally broken.
2512 2004-06-16  Olaf Weber  <olaf@infovore.xs4all.nl>
2514         * tex.ch: If the end-of-line character was disabled, we'd end up
2515         dropping the last characters of filenames.  Fixed by checking for
2516         end-of-line only if we've just seen a space, which could be the
2517         end-of-line space.  Reported by Werner Lemberg <wl@gnu.org>.
2519 2004-06-13  Olaf Weber  <olaf@infovore.xs4all.nl>
2521         * mp.ch: Moving the re-parsing of |name_of_file| back to
2522         |start_input|.  The string administration gets confused if this is
2523         done in |make_file_name|.
2525         * tex.ch: Typo in comment.  Remove some redundant material out of
2526         the change file.  Replace ' ' with " " in a number of places --
2527         this is the difference between the external coding and the
2528         internal ASCII-based coding of characters.  Since the external
2529         coding is ASCII on all platforms we currently compile on, this is
2530         a place where mistakes in the web2c sources can linger.
2532         * mf.ch: More changes to support spaces in filenames.  In
2533         particular, keep quotes around |cur_name|, |cur_ext|, and
2534         |cur_area| iff these contain spaces.  This incurs complications
2535         because we re-parse |name_of_file| into these components after
2536         opening a file.  The file-printing routine is changed to ensure
2537         that we print quotes if needed, but do not print any quotes
2538         contained in the parameters themselves.
2540         * mp.ch: More changes to support spaces in filenames.  In
2541         particular, keep quotes around |cur_name|, |cur_ext|, and
2542         |cur_area| iff these contain spaces.  This incurs complications
2543         because we re-parse |name_of_file| into these components after
2544         opening a file.  The file-printing routine is changed to ensure
2545         that we print quotes if needed, but do not print any quotes
2546         contained in the parameters themselves.
2548 2004-06-07  Olaf Weber  <olaf@infovore.xs4all.nl>
2550         * mp.ch: Larger |max_in_open|, |param_size|, |max_write_files|.
2552         * tex.ch: More changes to support spaces in filenames.  In
2553         particular, keep quotes around |cur_name|, |cur_ext|, and
2554         |cur_area| iff these contain spaces.  This incurs complications
2555         because we re-parse |name_of_file| into these components after
2556         opening a file.  The file-printing routine is changed to ensure
2557         that we print quotes if needed, but do not print any quotes
2558         contained in the parameters themselves.
2560 2004-06-04  Olaf Weber  <olaf@infovore.xs4all.nl>
2562         * mp.ch: A slight change to ensure double quotes do not appear in
2563         error messages when a filename has to be quoted.
2565         * mf.ch: A slight change to ensure double quotes do not appear in
2566         error messages when a filename has to be quoted.
2568         * tex.ch: When dealing with a filename with unbalanced quotes,
2569         still stop scanning when the buffer ends.  Also a slight
2570         modification to prevent double quotes from appearing in error
2571         messages.
2573 2004-06-01  Olaf Weber  <olaf@infovore.xs4all.nl>
2575         * tex.ch: Delete some MLTeX code that was duplicated accidentally.
2577 2004-05-31  Olaf Weber  <olaf@infovore.xs4all.nl>
2579         * mf.ch, mp.ch: xprn must be ASCII_code -- we story only 0 or 1
2580         there, and 'boolean' is a full 4-byte entity.  Worse, dummy_xprn
2581         was already an ASCII_code, so in the presence of a TCX file we
2582         didn't correctly undump the base/mem.
2584 2004-05-26  Olaf Weber  <olaf@infovore.xs4all.nl>
2586         * cpascal.h: Remove -oem code.
2588 2004-05-16  Olaf Weber  <olaf@infovore.xs4all.nl>
2590         * mp.ch: In mpost, we need to use str_stop to find the end of a
2591         string.  Reported by Wlodzimierz Bzyl <matwb@univ.gda.pl>.
2593 2004-05-14  Olaf Weber  <olaf@infovore.xs4all.nl>
2595         * tex.ch [5.58]: Remove code implementing the locale-dependent
2596         printing.  The most generous evaluation is that this was an
2597         experiment that failed.  The desired effect of having printable
2598         eight-bit characters is handled through different mechanisms.
2600         * Makefile.in: fmtutil-related changes from Thomas.  May not be
2601         completely correct yet.
2603         * fmtutil.in: New version from TeX-live.
2605         * texmfmp-help.h: Correct helptexts of pdf*tex for format
2606         extensions.
2608 2004-05-12  Olaf Weber  <olaf@infovore.xs4all.nl>
2610         * weave.ch: Increase max_refs and max_names for pdf*TeX.
2611         Requested by Hartmut Henkel <hartmut_henkel@gmx.de>.
2613 2004-05-10  Olaf Weber  <olaf@infovore.xs4all.nl>
2615         * Makefile.in (ctie.c): Name of the change file changed from
2616         ctie.ch to ctie-k.ch.
2618         * web2c/ctiedir: update to latest source from ctan.
2620 2004-05-09  Olaf Weber  <olaf@infovore.xs4all.nl>
2622         * Makefile.in: Add rules to compile, install, and distribute ctie.
2624         * Add ctie to distribution, it lives in web2c/ctiedir.
2626         * Makefile.in (post-dist-$(distname)): Remove cweb.c when creating
2627         a distribution.  Must be done explicitly because cweb is not a
2628         program itself.
2629         (ctangleboot.c, cwebboot.c): Make these rules more robust in the
2630         presence of timestamp problems.  You could get a empty files and a
2631         failed build otherwise.
2633 2004-05-08  Olaf Weber  <olaf@infovore.xs4all.nl>
2635         * Makefile.in (install-mf-links, install-mpost-links,
2636         install-tex-links): Do not create initex, virtex, inimf, virmf,
2637         inimpost, virmpost links on installation.  These are all way more
2638         trouble than they're worth.
2640         * mp.ch: Use TEXMF_POOL_NAME and TEXMF_ENGINE_NAME, and replace
2641         hard-coded mf.pool with pool_name in messages.
2643         * mf.ch: Use TEXMF_POOL_NAME and TEXMF_ENGINE_NAME, and replace
2644         hard-coded mf.pool with pool_name in messages.
2646         * tex.ch: Change TEX_POOL_NAME and TEX_ENGINE_NAME into
2647         TEXMF_POOL_NAME and TEXMF_ENGINE_NAME.
2649         * texmfmp.h: Change TEXPOOLNAME and TEXENGINENAME into
2650         TEXMFPOOLNAME and TEXMFENGINENAME.
2652         * doc/web2c.texi: Document -halt-on-error.
2654         * texmfmp-help.h: Document -halt-on-error.
2656         * Makefile.in: Correct dependencies on $(basedir), $(memdir),
2657         instead of $(fmtdir).  This matters now that they differ.
2659         * Makefile.in: Include md5 dir in libs-dist target.
2661         * Makefile.in: Remove $(all_formats); it has become obsolete.
2662         Simplify clean pattern now that only one format extension is left.
2663         * Makefile.in: We use .fmt as the extension for all formats.  This
2664         means that latex.fmt gets built by e-TeX (as requested by the
2665         LaTeX2e group).  So remove that target from the rules for TeX.
2667         * texmfmp-help.h: Change the various -*fmt options to actually
2668         spell -fmt.
2670         * tex.ch: Implement halt-on-error, and quoted filenames.
2672         * mf.ch: Implement halt-on-error, and quoted filenames.
2674         * mp.ch: Implement halt-on-error, and quoted filenames.
2676 2004-05-07  Olaf Weber  <olaf@infovore.xs4all.nl>
2678         * Makefile.in: Remove eomega-related code.  Add aleph-dist target.
2680         * configure.in: Remove e-Omega code.  Enable pdflib for all
2681         members of the pdfTeX family.
2683         * texmfmp-help.h: Add -8bit to help text.
2685         * doc/web2c.texi: Document interaction between -8bit and TCX.
2687         * doc/web2c.texi: Document -8bit option.
2689         * mp.ch: Add a magic number to the dump, add engine name to dump,
2690         dump xord, xchr, xprn, so a TCX file during INI is persistent.
2692         * mf.ch: Add a magic number to the dump, add engine name to dump,
2693         dump xord, xchr, xprn, so a TCX file during INI is persistent.
2695         * tex.ch: Always dump the xord, xchr, and xprn arrays, so loading
2696         a TCX file in INI mode will change these defaults for all users of
2697         the format.  Implement an 8bit option that switches all characters
2698         to printable by default.  Reorganize the code a bit.
2700 2004-04-21  Olaf Weber  <olaf@infovore.xs4all.nl>
2702         * tex.ch [5.71]: An error in the encTeX merge (not encTeX itself)
2703         made TeX ignore commands given at the error "?" prompt.  Reported
2704         by Akira Kakuto <kakuto@fsci.fuk.kindai.ac.jp>.
2706 2004-04-16  Olaf Weber  <olaf@infovore.xs4all.nl>
2708         * tex.ch: Modify error messages involving tex.pool, so they use
2709         pool_name instead of the hard-coded name.  Implement checking for
2710         the name of the engine, which is now stored in the format file.
2712         * texmfmp.h: Add proper definitons of TEXENGINENAME for each
2713         engine.
2715 2004-04-08  Olaf Weber  <olaf@infovore.xs4all.nl>
2717         * bibtex.ch [10]: Add 'hack0' to initialize jmp9998. This had to
2718         be moved up because otherwise we could end up doing the longjmp
2719         before the setjmp.  Reported by Sven Luther
2720         <luther@dpt-info.u-strasbg.fr>.
2722 2004-03-28  Olaf Weber  <olaf@infovore.xs4all.nl>
2724         * tex.ch: Change type of parse_first_line_p,
2725         file_line_error_style_p, and shell_escape_p from boolean to
2726         c_int_type.  They're used as booleans in the Pascal code, but
2727         tri-state in the C code.
2729         * texmfmp-help.h: Document -no-shell-escape, -no-parse-first-line,
2730         -no-file-line-error.
2732         * doc/web2c.texi: Document -no-shell-escape, -no-file-line-error,
2733         -no-parse-first-line.
2735 2004-03-25  Olaf Weber  <olaf@infovore.xs4all.nl>
2737         * texmfmp-help.h: Bring help text up-to-date.
2739         * tex.ch: Simplify some of the encTeX-related code.
2741         * configure.in: Add test for Aleph.
2743         * Makefile.in: Reorganization to mode pdftexlib-related code to
2744         its own makefile fragment.  Also rewrite the rules for the engines
2745         so it becomes easier to omit specific engines from the default
2746         compilation.
2748 2004-03-24  Olaf Weber  <olaf@infovore.xs4all.nl>
2750         * cpascal.h: Add definition of floor() for dvitomp.  After Hartmut
2751         Henkel <hartmut_henkel@gmx.de>.
2753         * dvitomp.ch [49,50]: For the code to work, Hobby notes that we
2754         need |round|(|x|-0.5) to be equal to $\lfloor x\rfloor$.  For
2755         Pascal's |round| function this is emphatically not true.  After
2756         Hartmut Henkel <hartmut_henkel@gmx.de>.
2758         * dvitomp.ch: Support for color specials, like those generated by
2759         the colordvi package.  From Eddie Kohler <kohler@cs.ucla.edu>.
2761 2004-03-23  Olaf Weber  <olaf@infovore.xs4all.nl>
2763         * tex.ch: Clarify use of special_printing in comment.
2765 2004-03-22  Olaf Weber  <olaf@infovore.xs4all.nl>
2767         * dvitomp.ch [57]: Off-by-one error in virtual font handling.
2768         From Hartmut Henkel <hartmut_henkel@gmx.de>.
2770         * tex.ch: Correct comment so the file weaves properly.
2772 2004-03-21  Olaf Weber  <olaf@infovore.xs4all.nl>
2774         * tex.ch: encTeX merge.  Code from Petr Olsak, with modifications
2775         to match the rest of web2c better.
2777 2004-03-18  Olaf Weber  <olaf@infovore.xs4all.nl>
2779         * Makefile.in [testenv]: somehow the LC_ALL=C got dropped.
2781 2004-03-17  Olaf Weber  <olaf@infovore.xs4all.nl>
2783         * tex.ch: Double sup_font_mem_size to 2000000.
2785         * triptrap/texmf.cnf: Add mem_bot.tex and mem_bot.initex, set
2786         main_memory.{ini,}tex to 3000.
2788         * tex.ch: Make mem_bot configurable (0 and 1 only allowed values).
2789         Used for the trip test.
2791 2004-03-14  Olaf Weber  <olaf@infovore.xs4all.nl>
2793         * Makefile.in: Modifications for Aleph.
2795         * texmfmp.h: Mods for Aleph.
2797         * texmfmem.h: Add Aleph.
2799         * texmfmp-help.h [Aleph]: ALEPHHELP.
2801 2004-02-26  Olaf Weber  <olaf@infovore.xs4all.nl>
2803         * tangle.ch: Treat pool files as binary files, not text files
2804         (matters on some platforms).
2806         * pooltype.ch: Treat pool files as binary files, not text files
2807         (matters on some platforms).
2809         * mp.ch [43.1195]: Use kpse_fontmap_format to find psfonts.map.
2811         * tex.ch: Rename is_printable to xprn.
2813         * mp.ch: Rename is_printable to xprn.
2815         * mf.ch: Rename is_printable to xprn.
2817         * withenable.ac: Add --without-pdfxtex.
2819         * texmfmp.h (undumpint): Treat WIN32 as if REGFIX is set.
2821         * texmfmp.h: Add define for kpsefontmapformat.
2823         * texmfmp.h: Add support for pdfxTeX.
2825         * fmtutil.in: Sync with TeXlive.
2827         * configure.in: Add support for pdfxTeX.
2829         * configure.in: If LEX is (autodetected) flex, add -l option.  We
2830         need this for omegafonts.
2832         * help.h [MFT]: Allow several -style options.
2834         * mft.ch: Implement multiple style files (multiple -s options) for
2835         mft.
2837         * patgen.ch: Increase trie_size, triec_size.  Do not remove the
2838         close_in, close_out operations.
2840         * tex.ch [6.82]: Do not force scroll_mode for file:line:error
2841         style messages.
2843         * cwebdir/comm-w2c.ch: Correct documentation of CWEBINPUTS.
2844         Initialise kpathsea_debug.
2846 2004-01-11  Olaf Weber  <olaf@infovore.xs4all.nl>
2848         * tex.ch: Initialize source_filename_stack[0],
2849         full_source_filename_stack[0] -- these can be read under some
2850         circumstances.  Found by Krank K\x17ter <frank@kuesterei.ch>.
2852         * tex.ch: Correct printing of |src_specials| when weaving.
2854 2003-10-21  Olaf Weber  <olaf@infovore.xs4all.nl>
2856         * configure.in: Work around flex 2.5.x issue (affecting pl.l in
2857         the Omega code) by adding -l flag if we're using flex.  From
2858         Thomas.
2860 2003-02-19  Olaf Weber  <olaf@infovore.xs4all.nl>
2862         * doc/web2c.texi: Version 7.5.2.
2864         * configure.in: Version 7.5.2.
2866         * Makefile.in: Remove vestiges of --with-etex=tex option.
2867         (mf-clean): There is no $(mfw_o).
2868         (install-data): install-dumps is conditional on --disable-fmtutil.
2870         * configure.in (--enable-fmtutil): Implementation.
2871         (--without-etex): Simplify --with-etex to an on/off switch.
2872         (--with-mf-nowin): Simplify --with-mfw to an on/off switch for a
2873         binary that is guaranteed to contain no windowing support.
2875         * fmtutil.in: Replace occurrences of @TEXBIN@ with tex.
2877         * withenable.ac (--without-etex): Replaces complex --with-etex
2878         rule.
2879         (--with-mf-nowin): Replaces complex --with-mfw rule.
2880         (--enable-fmtutil): Just the help text.
2882 2003-02-17  Olaf Weber  <olaf@infovore.xs4all.nl>
2884         * doc/web2c.texi: Version 7.5.1.
2886         * configure.in: Version 7.5.1.
2888         * Makefile.in (gftodvi-clean): Remove gftodvi.h.
2889         (gftopk-clean): Remove gftopk.h.
2890         (programs): Add $(pdftosrc).
2892         * fmtutil.in: Remove mfw rule (sync with teTeX/TeX Live).
2894         * withenable.ac: New option: --enable-fmtutil.
2896         * doc/Makefile.in: Need to add kpathsea.mk, as we now use libtool
2897         in the clean rule, and it isnt' found otherwise.
2899 2003-02-16  Olaf Weber  <olaf@infovore.xs4all.nl>
2901         * triptrap/tripin.log: Update from Knuth for TeX 3.141592.
2903         * triptrap/trip.typ: Update from Knuth for TeX 3.141592.
2905         * triptrap/trip.tex: Update from Knuth for TeX 3.141592.
2907         * triptrap/trip.log: Update from Knuth for TeX 3.141592.
2909         * triptrap/trip.fot: Update from Knuth for TeX 3.141592.
2911         * triptrap/mftrapin.log: Update from Knuth for MF 2.71828.
2913         * triptrap/trap.typ: Update from Knuth for MF 2.71828.
2915         * triptrap/mftrap.log: Update from Knuth for MF 2.71828.
2917         * triptrap/mftrap.fot: Update from Knuth for MF 2.71828.
2919         * weave.web: WEAVE 4.4 from Knuth - same version number, minor
2920         change.
2922         * tangle.web: TANGLE 4.5 from Knuth: prevents modno-comments from
2923         being split across lines.
2925         * vftovp.web: VFtoVP 1.3 from Knuth: made out_as_fix tell the
2926         truth in overflow cases.
2928         * mf.web: MF 2.71828 from Knuth: suppressed autorounding in
2929         dangerous cases.
2931         * tex.web: TeX 3.141592 from Knuth: fixed \xleaders, glueset,
2932         weird alignments.
2934         * tex.ch: Update banner for TeX 3.141592.
2936         * Makefile.in (vptovf-clean): Correct typo.
2937         (tangleboot.p): Copy from srcdir if it isn't in builddir, otherwise
2938         builds outside the source dir are broken.
2940 2003-02-15  Olaf Weber  <olaf@infovore.xs4all.nl>
2942         * doc/web2c.texi: Version 7.5.0.
2944         * configure.in: Version 7.5.0.
2946         * Makefile.in: From klibtool to libtool.  Based on patches from
2947         Albert Chin-A-Young <china@thewrittenword.com>.
2949         * Makefile.in: Various changes to make e-TeX the engine under
2950         LaTeX2e.
2951         (dvicopy-check): Add VFFONTS definition.
2952         (programs): mpost was mentioned twice.
2953         (web-dist): Remove eomega.web file, as it is a generated one.
2955         * mft.ch [8]: Increase max_bytes and max_names.
2957 2003-02-07  Olaf Weber  <olaf@infovore.xs4all.nl>
2959         * doc/web2c.texi: Version 7.4.6.
2961         * configure.in: Version 7.4.6.  e-Omega support.
2963         * withenable.ac: e-Omega support.
2965         * texmfmp.h: e-Omega support.
2967         * texmfmp-help.h: e-Omega support.
2969         * texmfmem.h: e-Omega support.
2971         * config.h: NO_FMTBASE_SHARE -> NO_DUMP_SHARE.  Was overlooked for
2972         a long time.  Found by Nix <nix@esperi.demon.co.uk>.
2974         * Makefile.in: Rewritten to a more "modular" structure: rules
2975         related to one target are now mostly found together.  Rules for
2976         e-TeX, pdfTeX and so on are now mostly in the subsidiary
2977         makefiles.
2979 2003-01-29  Olaf Weber  <olaf@infovore.xs4all.nl>
2981         * doc/web2c.texi: Version 7.4.5.
2983         * configure.in (AC_CHECK_FUNCS): Add mkstemp, mktemp.
2984         Version 7.4.5.
2986 2003-01-28  Olaf Weber  <olaf@infovore.xs4all.nl>
2988         * withenable.ac: Indicate that --with-mfw=yes is currently the
2989         default.
2991         * fmtutil.in: Add comment on how to change the engine for LaTeX to
2992         e-TeX.  From Thomas.
2994 2003-01-24  Olaf Weber  <olaf@infovore.xs4all.nl>
2996         * tex.ch [5.58/59]: Check the is_printable array when writing to
2997         files, but check isprint(3) when printing to the terminal or the
2998         log file.
3000         * Makefile.in: Add pdftosrc to compiled programs.
3002         * cwebdir/comm-w2c.ch: Use DEV_NULL instead of hard-coding
3003         /dev/null.  Reported by Fabrice Popineau.
3005 2003-01-16  Olaf Weber  <olaf@infovore.xs4all.nl>
3007         * configure.in: Version 7.4.4.
3009         * doc/web2c.texi: Version 7.4.4.
3011 2003-01-15  Olaf Weber  <olaf@infovore.xs4all.nl>
3013         * Makefile.in (testenv): Use LC_ALL=C, not LANG=C, as only the
3014         former will actually force the locale to C.
3016 2003-01-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3018         * tex.ch: Increase ssup_max_strings, sup_main_memory,
3019         sup_pool_size, so the large consumers can eat their fill.
3021         * Makefile.in (install-links): Omega formats end in .oft now.
3022         Spotted by Peter Breitenlohner <peb@mppmu.mpg.de>.
3024 2003-01-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3026         * doc/web2c.texi: Version 7.4.3.
3028         * configure.in: Version 7.4.3.
3030 2003-01-10  Olaf Weber  <olaf@infovore.xs4all.nl>
3032         * cwebdir/cweav-w2c.ch: Remove 'k' from banner.
3034         * cwebdir/ctang-w2c.ch: Remove 'k' from banner, we're already
3035         declaring we're part of web2c, and this is more consistent with
3036         the other programs.
3038         * cwebdir/comm-w2c.ch: Add --help and --version option, after code
3039         supplied by Julian Gilbey.
3041         * help.h [CWEB]: Add CWEAVEHELP and CTANGLEHELP.
3043         * Makefile.in [testenv]: Add LANG=C to trip environment for
3044         consistent results.
3046 2002-12-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3048         * cwebdir/comm-w2c.ch: Remove code that adds ".web", kpathsea will
3049         handle this.  Ensure that when kpse_find_file returns a filename,
3050         it is used for #line directives and such.
3052 2002-12-23  Olaf Weber  <olaf@infovore.xs4all.nl>
3054         * configure.in: Version 7.4.2.
3056         * doc/web2c.texi: Version 7.4.2.
3058         * doc/Makefile.in (install-data): Test for web2c.info explicitly
3059         in current directory, because some versions of make prepend the
3060         source dir path otherwise.  From Thomas Esser
3061         <te@dbs.uni-hannover.de>.
3063         * Makefile.in (clean): Add 'mf' to the targets always removed.
3064         (mf): Explicit target needed if --with-mfw=yes was given.
3065         Thanks to Dragan Milicic <dragan@math.utah.edu>.
3067 2002-12-20  Olaf Weber  <olaf@infovore.xs4all.nl>
3069         * configure.in: Version 7.4.1.
3071         * doc/web2c.texi: Version 7.4.1.
3073 2002-12-19  Olaf Weber  <olaf@infovore.xs4all.nl>
3075         * cwebdir/cweav-w2c.ch (reduce, squash): While creating the
3076         prototypes I got the order of the arguments wrong.
3078 2002-12-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3080         * doc/web2c.texi: Version 7.4.0.
3082         * configure.in: Version 7.4.0.
3084         * Makefile.in: Changes for mf/mf-nowin handling.  From Thomas.
3086         * Makefile.in: Remove references to the share/* files.
3088         * share/*: Remove files from this subdirectory.  They are the kind
3089         of files that should be distributed in the texmf tree.
3091         * cwebdir/cweav-w2c.ch: Add prototype information.
3093         * cwebdir/ctang-w2c.ch: Add prototype information.
3095         * cwebdir/comm-w2c.ch: Add prototype information.
3097 2002-11-30  Olaf Weber  <olaf@infovore.xs4all.nl>
3099         * mp.ch [46.1307]: A previous change dropped the call of
3100         fix_date_and_time in non-ini mode, so we always got the date of
3101         the creation of the mem file.  Repoerted by Hartmut Henkel
3102         <hartmut_henkel@gmx.de>.
3104         * bibtex.ch [106]: Correct logic of comparison.
3106         * bibtex.ch [106]: Make sure name_length is at least as long as
3107         the length of the extension before checking for the extension.
3109         * bibtex.ch [106]: Check for aux extension '.aux' not 'aux'.  When
3110         '.aux' is already present, take that into account when generating
3111         the derived filenames.  Reported by Emmanuel Jeandel
3112         <ejeandel@ens-lyon.fr>.
3114 2002-11-16  Olaf Weber  <olaf@infovore.xs4all.nl>
3116         * mf.ch [3.36]: write_ln instead of write for '! End of file on
3117         the terminal... why?' message.  From Hartmut Henkel
3118         <hartmut_henkel@gmx.de>.
3120         * mp.ch [3.36]: write_ln instead of write for '! End of file on
3121         the terminal... why?' message.  From Hartmut Henkel
3122         <hartmut_henkel@gmx.de>.
3124 2002-11-13  Olaf Weber  <olaf@infovore.xs4all.nl>
3126         * cwebdir/comm-w2c.ch: Add copyright + license (public domain).
3128         * cwebdir/ctang-w2c.ch: Add copyright + license (public domain).
3130         * cwebdir/cweav-w2c.ch: Add copyright + license (public domain).
3132         * doc/web2c.texi: To 7.3.11.
3134         * cwebdir/cweav-w2c.ch: Increase max_file_name_length from 60 to
3135         1024.
3137         * cwebdir/ctang-w2c.ch: Increase max_file_name_length from 60 to
3138         1024.
3140         * cwebdir/comm-w2c.ch: Increase max_file_name_length from 60 to
3141         1024.
3143         * configure.in: To 7.3.11.
3145         * bibtex.ch [32,33]: Characters in the range [128..255] would be
3146         dropped by some of BibTeX's internal functions, like purify$.
3147         Allow them to pass through.
3149         * Makefile.in: Remove libs/xpdf/aconf.h when creating a
3150         distribution for pdftex.
3152 2002-11-12  Olaf Weber  <olaf@infovore.xs4all.nl>
3154         * Makefile.in (install-links): Misspelled pdffmts; found by Joern
3155         Clausen <joern@techfak.uni-bielefeld.de>.
3157         * doc/web2c.texi: Correct expansion of GPL.
3159         * Makefile.in: Use $(man1dir) for manual pages.
3161 2002-11-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3163         * configure.in: Version 7.3.10.
3165         * cwebdir/ctang-w2c.ch: Cleanup comments.
3167         * cwebdir/comm-w2c.ch: Cleanup comments.
3169         * cwebdir/cweav-w2c.ch: Cleanup comments.
3171         * Makefile.in: Renaming of tie.ch to tie-w2c.ch.  Install the
3172         ctangle and cweave manual pages.  Like the tie manual page, these
3173         really should be updated for web2c.
3175         * tie.ch -> tie-w2c.ch: Renaming to get a more consistent naming
3176         convention.
3178         * tiedir/tie.c: Reverting to the original from tie-2.4, as the way
3179         in which tie.c is generated has changed: now we run ctangle during
3180         the build.
3182         * cwebdir/{ctang,comm,cweav}-w2c.ch: Changefiles to have CWEB use
3183         kpathsea.  First implementation by Wlodek Bzyl, with modifications
3184         by Olaf Weber.
3186         * cwebdir: Adding the sources of CWEB here.
3188         * Makefile.in: Changes to support the addition of CWEB.  Also use
3189         the opportunity to remove shared_env, which is a dead variable.
3191         * Makefile.in (install-data): Install fmtutil.cnf.
3193         * fmtutil.in: New file.  Used by teTeX, but not (at present!) by a
3194         "bare" web2c installation, if such a thing exists anymore.
3196         * share/typeface.map: Update to 2002-10-12.
3198         * share/special.map: Add 'vn' for Vietnamese CM.
3200         * doc/web2c.texi: Document the -parse-first-line option.
3202         * texmfmp-help.h: Document the -parse-first-line option.
3204         * tex.ch: Commented out: add code to 29.523 to set the
3205         kpse_program_name to the name of the format found.  This can be
3206         both a good and a bad idea: its sets the format name properly in
3207         case we do something like 'tex &latex file.tex' (when we want the
3208         latex search paths) but is almost certainly wrong if we have
3209         'latex &mylatex file.tex' (when we also want the latex search
3210         paths).
3212         * mp.ch: Commented out: add code to 35.755 that would set the
3213         kpse_program_name to the name of the format found.
3215         * mf.ch: Commented out: add change to 38.788 that would set the
3216         kpse program name to the name of the format found.
3218         * cpascal.h: Add kpseresetprogramname to the defined symbols.
3220 2002-10-22  Olaf Weber  <olaf@infovore.xs4all.nl>
3222         * texmfmp-help.h: Document -oft option (which was renamed to match
3223         the extension name).
3225         * doc/web2c.texi: Version 7.3.9.
3227         * configure.in: Version 7.3.9.
3229         * Makefile.in: Changes to get the Omega dump file extension from
3230         fmt to oft.
3232 2002-10-20  Olaf Weber  <olaf@infovore.xs4all.nl>
3234         * Makefile.in: Use the -jobname option when dumping formats,
3235         bases, mems.
3237         * share/supplier.map: Update to 2002-3-3.
3239         * share/typeface.map: Update to 2002-4-4.
3241         * doc/web2c.texi: Document -jobname option.  Correct description
3242         of -fmt, -efmt, -base, -mem options, as they no longer set the
3243         name to of the dumpfile written in ini mode.
3245         * texmfmp-help.h: Document -jobname option in help texts.
3247         * mf.ch [38.793]: Add support for --jobname option.
3249         * mp.ch [35.770]: Add support for --jobname option.
3251         * tex.ch [29.537]: Add support for the --jobname option.
3253         * tangle.ch [50,53,58,63,116,...]: Make unambig_length a variable,
3254         with default def_unambig_length.  Implement the optional
3255         case-smashing and underline-retention.
3257         * doc/web2c.texi: Document the new options of tangle.
3259         * help.h [TANGLEHELP]: Document the new options.
3261 2002-10-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3263         * doc/web2c.texi: Version to 7.3.8.
3265         * NEWS: Updates for 7.3.8.
3267         * doc/web2c.texi: Typo.
3269         * tex.ch: Settle on text for the not-TeX banner -- just add a 'k'
3270         to the name, so we get TeXk, e-TeXk, pdfTeXk, and so on.
3272 2002-10-06  Olaf Weber  <olaf@infovore.xs4all.nl>
3274         * tex.ch [3.32]: Add parse_first_line_p variable.
3275         [5.31]: Print not-TeX banner if parse_first_line_p is true.
3276         [29.536]: Write not-TeX banner to log file when parse_first_line_p
3277         is true; also when file_line_error_style_p is true (was omitted
3278         earlier).
3280         * mp.ch [1.13]: Add parse_first_line_p variable.
3282         * mf.ch [1.13]: Add parse_first_line_p variable.
3284         * doc/web2c.texi: Add warning about non-conformity of source
3285         specials.
3287         * tex.ch [5.16]: TeX would claim that source specials are enabled
3288         when file:line:error styles were enabled.
3290         * configure.in: TeXlive merge: changes to the cxx_runtime_hack
3291         code.
3293         * config.h [WIN32]: TeXlive merge.
3295         * Makefile.in: Inhibit parallel makes, as these cause trouble with
3296         the way the rules are (currently) written.  Remove references to
3297         libtiff.  TeXlive merge.
3299 2002-07-10  Olaf Weber  <olaf@infovore.xs4all.nl>
3301         * doc/web2c.texi: Update notes on the --src option.
3303         * tex.ch [47.1091]: Back out the change that moved the generation
3304         of src_specials.  It in turn led to markedly different results in
3305         "normal" input that is considerably more common than the
3306         constructions that prompted the change.  The upshot is that at
3307         present I know of _no_ non-intrusive way to implement source
3308         specials, and enabling them may break your documents in unexpected
3309         ways.  Found by the ever vigilant Akira Kakuto
3310         <kakuto@fsci.fuk.kindai.ac.jp>, for which my thanks.
3312 2002-06-09  Olaf Weber  <olaf@infovore.xs4all.nl>
3314         * bibtex.ch [324]: Add comments clarifying the change and its
3315         limitation.
3317         * bibtex.ch [324]: When breaking output lines, try to avoid
3318         splitting a \% combination.  Reported by Agthorr
3319         <agthorr@barsoom.org>.
3321 2002-06-02  Olaf Weber  <olaf@infovore.xs4all.nl>
3323         * tex.ch: Insert a newline after the "file:line:error enabled"
3324         console message.
3326         * tex.ch: Implement banner change for source specials.  Also
3327         implement the printing of additional lines if source specials,
3328         \write18, or file:line:error style messages are enabled.  Change
3329         the source specials to use a "frozen" \special token so that
3330         redefinition of \special doesn't affect the working of this
3331         option.  Delay the generation of everypar source specials until
3332         after the \everypar processing has been done, because they could
3333         be easily "captured" otherwise (reported by Petr Olsak
3334         <olsak@math.feld.cvut.cz>).
3336         * doc/web2c.texi: Note that enabling source specials can have
3337         unexped effects.
3339 2002-04-02  Olaf Weber  <olaf@infovore.xs4all.nl>
3341         * configure.in: Replace the use of a '#.#' pattern to comment out
3342         options with the use of '#! '.  Requested by Gerben Wierda.
3344         * configure.in: Add implementation of --with-cxx-runtime-hack: it
3345         allows the GNU C++ libraries to be statically linked, which makes
3346         binaries marginally more transportable between hosts.
3348         * Makefile.in (pdftex,pdfetex): Add @CXXLDEXTRA@ to support the
3349         --with-cxx-runtime-hack option.
3351         * withenable.ac: Add --with-cxx-runtime-hack option. (Thomas
3352         Esser).
3354 2002-03-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3356         * dvitomp.ch [5]: Increase virtual_space to accomodate Korean
3357         users.  Suggested by Kong Hoon Lee <konghoon@dreamwiz.com>.
3359 2001-12-17  Olaf Weber  <olaf@infovore.xs4all.nl>
3361         * tex.ch: Increase trie_op_size (and match with neg_trie_op_size)
3362         to accomodate larger hyphenation tables.  Value suggested by
3363         Thomas Esser <te@informatik.uni-hannover.de>.
3365 2001-11-27  Olaf Weber  <olaf@infovore.xs4all.nl>
3367         * doc/web2c.texi: Version 7.3.7.
3369         * configure.in: Version 7.3.7.
3371         * configure.in: Add AC_C_INLINE, to deal with the fact that pdfTeX
3372         likes to use inline functions.
3374 2001-11-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3376         * tex.ch: ipc_on must be c_int_type, not integer, because it is
3377         used in the option code.
3379         * Makefile.in (pdftex-dist): Add xpdf sources to this tarball.
3380         (libs-dist): New target for additional libraries used by pdftex.
3381         (bibtex-check): Use the just-created texmf.cnf, not an already
3382         installed one.
3384 2001-11-20  Olaf Weber  <olaf@infovore.xs4all.nl>
3386         * share/variant.map: Update.
3388         * share/typeface.map: Update.
3390         * share/supplier.map: Update.
3392         * share/adobe.map: Update.
3394 2001-11-19  Olaf Weber  <olaf@infovore.xs4all.nl>
3396         * tex.ch: Changes to keep C++ compilers from choking.
3398         * mp.ch: Changes to keep C++ compilers from choking.
3400         * bibtex.ch: Changes to keep C++ compilers from choking.
3402 2001-11-18  Olaf Weber  <olaf@infovore.xs4all.nl>
3404         * configure.in: Version 7.3.6.
3406         * tiedir/tie.c: Regenerated for tie.w and tie.ch.
3408         * doc/web2c.texi: Update version.  Document --recorder option.
3410         * vftovp.ch: Changes to keep C++ compilers from choking.
3412         * texmfmp-help.h: Document --recorder option.
3414         * tex.ch: Changes to keep C++ compilers from choking.  Add support
3415         for the filename recorder.
3417         * mp.ch: Changes to keep C++ compilers from choking.  Add support
3418         for the filename recorder.
3420         * mf.ch: Changes to keep C++ compilers from choking.  Add support
3421         for the filename recorder.
3423         * gftodvi.ch: Changes to keep C++ compilers from choking.
3425         * dvitype.ch: Changes to keep C++ compilers from choking.
3427         * dvitomp.ch: Changes to keep C++ compilers from choking.
3429         * dvicopy.ch: Changes to keep C++ compilers from choking.
3431         * cpascal.h: Additions for the filename recorder.
3433         * bibtex.ch: Changes to keep C++ compilers from choking.
3435         * NEWS:
3437         * Makefile.in (tie): Link tie with lib.
3439 2001-11-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3441         * configure.in: Check for headers sys/time.h, sys/timeb.h, and
3442         functions gettimeofday, ftime.
3444         * tangle.ch: Increase limits for constants and expressions to
3445         allow tangle to build otangle.
3447         * Makefile.in: Drop otangleboot target; otangle will be built by
3448         tangle, not by itself.
3450 2001-11-10  Olaf Weber  <olaf@infovore.xs4all.nl>
3452         * doc/web2c.texi: Update date, add documentation for
3453         -file-line-error-style and -src-specials.
3455         * texmfmp-help.h: Update help for -file-line-error-style and
3456         -src-specials.
3458         * configure.in: Version 7.3.5.
3460         * tex.ch: Change the calls of xmalloc_array to account for the new
3461         interface.
3463         * mp.ch: Change the calls of xmalloc_array to account for the new
3464         interface.
3466         * mf.ch: Change the calls of xmalloc_array to account for the new
3467         interface.
3469         * cpascal.h (stringcast): Added to help the Omega people push
3470         their sources through a C++ compiler.
3472         * cpascal.h (xmallocarray): Moved from texmfmp.h, as Omega wants
3473         to use it in more places.  Note that the interface changed!
3475         * texmfmp.h (xmallocarray): Moved to cpascal.h for the Omega
3476         merge.
3478         * Makefile.in (prereq-check): Explicitly require a 'progname'
3479         argument to set the program name, instead of allowing such an
3480         option to be part of the 'files' argument.
3482 2001-11-01  Olaf Weber  <olaf@infovore.xs4all.nl>
3484         * Makefile.in (tangleboot.p): Test whether ./tangle exists -- this
3485         rule can be triggered if tangleboot.p's timestamp is too old.
3487 2001-10-30  Olaf Weber  <olaf@infovore.xs4all.nl>
3489         * configure.in: To 7.3.4.
3490         
3491         * doc/web2c.texi: xref correction.
3493         * tex.ch: Increase trie size.  Add support for source specials.
3495         * tangle.ch [8]: Increase max_names, max_tests to 10000.
3497         * configure.in: Check for libm added.  If it is there, we do
3498         unconditionally link it, which is probably wrong.
3500         * Makefile.in [makeargs]: Add LDFLAGS.
3502 2001-10-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3504         * cpascal.h: Add defines for kpsesetprogramname and kpsempformat.
3506         * help.h [MFT]: Add -metapost description.
3508         * mft.ch: Support for METAPOST files.  Based on changes supplied
3509         by Wlodek Bzyl <matwb@univ.gda.pl>.
3511         * texmfmp-help.h: Add IPC help text to etex, pdftex, pdfetex.
3513         * mp.ch: Make path_size a configuration option.
3515 2001-10-24  Olaf Weber  <olaf@infovore.xs4all.nl>
3517         * weave.ch: Modify usage/usage_help invocation.  Use kpathsea to
3518         find web and change files.
3520         * vftovp.ch: Modify usage/usage_help invocation.
3522         * vptovf.ch: Modify usage/usage_help invocation.
3524         * tftopl.ch: Modify usage/usage_help invocation.
3526         * texmfmp-help.h: Remove double end-of-comment.
3528         * tex.ch: Modifications for file:line:error style messages.
3530         * tangle.ch: Modify usage/usage_help invocation.  Find web and
3531         change files using kpathsea.
3533         * pooltype.ch: Modify usage/usage_help invocation.
3535         * pltotf.ch: Modify usage/usage_help invocation.
3537         * pktype.ch: Modify usage/usage_help invocation.
3539         * pktogf.ch: Modify usage/usage_help invocation.
3541         * patgen.ch: Modify usage/usage_help invocation.
3543         * mp.ch: Modifications for file:line:error style messages.
3545         * mft.ch: Modify usage/usage_help invocation.
3547         * mf.ch: Modifications for file:line:error style messages.
3549         * gftype.ch: Modify usage/usage_help invocation.
3551         * gftopk.ch: Modify usage/usage_help invocation.
3553         * gftodvi.ch: Modify usage/usage_help invocation.
3555         * dvitype.ch: Modify usage/usage_help invocation.
3557         * dvitomp.ch: Modify usage/usage_help invocation.
3559         * dvicopy.ch [5]: Increase max_fonts.
3560         [7]: Rename integer types to names that do not collide with the new
3561         C99 names.
3562         [system-dependent]: Modiy usage/usage_help invocation.
3564         * cpascal.h (readln): Remove macro, add function prototype.
3565         (kpsewebformat): Added.
3567         * config.h (usage,usage_help): Change/add prototypes.
3569         * bibtex.ch: Changes to usage/usage_help invocation.
3571         * Makefile.in: install-programs [OMEGA]: add install-links for
3572         omegadir sub-make.
3574 2001-10-02  Olaf Weber  <olaf@infovore.xs4all.nl>
3576         * mf.ch [48.1200]: mf.web was changed to use 4-diget years, so
3577         that change could be removed here.
3579         * tex.ch [50.1328]: Master tex.web was changed to print 4-digit
3580         years, so that change is removed here.
3582 2001-09-27  Olaf Weber  <olaf@infovore.xs4all.nl>
3584         * tangle.ch: Add "parametric2" macros, which are macros where the
3585         argument is delimited by [] instead of ().
3587 2001-04-23  Olaf Weber  <olaf@infovore.xs4all.nl>
3589         * cpascal.h (readln): Accept both CR and LF as end-of-line
3590         characters.
3592 2000-08-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3594         * Makefile.in: Replace the ugly ""$(var) construct with something
3595         more robust.  Thanks Thomas.
3597         * config.h: Make sure we get the right c-auto.h.  From Han The
3598         Tanh.
3600         * Makefile.in: Changes to support omega 1.15.  Earlier versions
3601         are implicitly no longer supported because of these.
3603         * configure.in: Changes to support omega 1.15.
3605 2000-08-05  Olaf Weber  <olaf@infovore.xs4all.nl>
3607         * doc/web2c.texi: Bump version, year.
3609         * configure.in: Update for 7.3.3.
3611         * NEWS: Update for 7.3.3.
3613         * mf.ch: Read buf_size from texmf.cnf, just like TeX and MP do.
3615 2000-04-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3617         * doc/ref.tex: Update reference codes for the bib files I'm using.
3619         * mp.ch [35.782]: Use the kpse_mp_format for "readfrom" files,
3620         instead of no path at all.
3622         * vftovp.ch [25]: Both nl and lig_size are in words, so the
3623         multiplication is not needed.  Found by "C.M. Connelly"
3624         <c@eskimo.com> and Melissa O'Neill <oneill@cs.sfu.ca>.
3626         * tftopl.ch [20]: Both nl and lig_size are in words, so the
3627         multiplication is not needed.  Found by "C.M. Connelly"
3628         <c@eskimo.com> and Melissa O'Neill <oneill@cs.sfu.ca>.
3630 2000-04-21  Olaf Weber  <olaf@infovore.xs4all.nl>
3632         * tangle.ch: Increase zz.
3634         * doc/web2c.texi: Document the win32-specific -oem option.  From
3635         Fabrice.
3637         * cpascal.h [OEM]: Additions for oem.c, from Fabrice.
3639 2000-04-19  Olaf Weber  <olaf@infovore.xs4all.nl>
3641         * patgen.ch: Correct off-by-one in filename generation of
3642         pattmp.x.
3644 2000-04-13  Olaf Weber  <olaf@infovore.xs4all.nl>
3646         * dvitype.ch: Fix parsing of --output-level option to match
3647         documentation.  Spotted by DEK.
3649 2000-04-03  Olaf Weber  <olaf@infovore.xs4all.nl>
3651         * dvicopy.ch: Increase max_widths, max_packets, max_bytes.
3653         * configure.in: If fmtutil.in is found, create fmtutil.cnf.
3655         * cpascal.h (readln): Explicit int to get rid of warning.
3657         * Makefile.in: Changes for pdfTeX, from Han The Thanh
3658         <thanh@informatics.muni.cz>.
3660         * configure.in: Some of the "special hacks" that allow for
3661         cross-compilation have been moved to acspecific.m4.  From Han The
3662         Thanh <thanh@informatics.muni.cz>.
3664 2000-04-02  Olaf Weber  <olaf@infovore.xs4all.nl>
3666         * doc/web2c.texi: Correction: -translation-file -> translate-file.
3667         Spotted by Etienne Riga <etienne.riga@skynet.be>.
3669 2000-03-22  Olaf Weber  <olaf@infovore.xs4all.nl>
3671         * mp.ch: Parametrize the size of the line buffer.  From Fabrice
3672         Popineau <Fabrice.Popineau@supelec.fr>
3674 2000-03-21  Olaf Weber  <olaf@infovore.xs4all.nl>
3676         * tex.ch: Allow spaces in the path leading up to the texmf tree.
3677         (But not in the tree itself.)  From Stefan Haller <stk@snafu.de>.
3679         * mp.ch: Allow spaces in the path leading up to the texmf tree.
3680         (But not in the tree itself.)  After Stefan Haller <stk@snafu.de>.
3682         * mf.ch: Allow spaces in the path leading up to the texmf tree.
3683         (But not in the tree itself.)  From Stefan Haller <stk@snafu.de>.
3685 2000-03-02  Olaf Weber  <olaf@infovore.xs4all.nl>
3687         * mp.ch: i18n fix modeled on that for TeX.
3689         * mf.ch: i18n fixes modeled on those for TeX.
3691 2000-03-01  Olaf Weber  <olaf@infovore.xs4all.nl>
3693         * tex.ch: Several changes for i18n, from Wlodzimierz Bzyl
3694         <matwb@monika.univ.gda.pl>.
3696 1999-09-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3698         * patgen.ch: Correct filename generation to generate the extension
3699         of pattmp.x.  Reported by Werner Lemberg <wl@gnu.org>.
3701 1999-06-28  Olaf Weber  <olaf@infovore.xs4all.nl>
3703         * dvitomp.ch: A checksum failure should result in a warning, but
3704         not in a non-zero return code.  This was done correctly in one
3705         location, wrong in another.  Reported by Berthold H\vlmann.
3707 1999-05-30  Olaf Weber  <olaf@infovore.xs4all.nl>
3709         * configure.in: Update version to 7.3.1.
3711         * NEWS: Update for 7.3.1.
3713         * doc/web2c.texi: Update version info.
3715         * share/bitstrea.map, share/special.map, share/texfonts.map,
3716         share/typeface.map, share/urw.map: Updates provided by Thomas.
3718         * share/linot-cd.map: linotype-cd.map, new fontmap file.
3720         * share/cp8bit.tcx, share/kam-cs.tcx, share/kam-t1.tcx: New files
3721         (received through Thomas Esser).
3723 1999-05-29  Olaf Weber  <olaf@infovore.xs4all.nl>
3725         * New set of share/*tcx files from Staszek Wawrykiewicz
3726         <StaW@gust.org.pl>.
3728         * tex.ch: Bump sup_buf_size to 300000.  Several other constants
3729         should probably be increased as well.
3731         * Makefile.in: Several changes to get pdftex compilation to work
3732         better.
3734         * AUTHORS: Update to reflect current maintainer situation.
3736         * README: Added my email address.
3738 1999-03-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3740         * tex.ch: Increase sup_nest_size, sup_param_size, sup_stack_size.
3742         * configure.in: Bump WEB2CVERSION to 7.3.
3744 1999-03-23  Olaf Weber  <olaf@infovore.xs4all.nl>
3746         * withenable.ac: Remove AM_MAINTAINER_MODE,
3747         --with-mktextex-default option.
3749         * acconfig.h: Remove definition of MAKE_TEX_TEX_BY_DEFAULT.
3751         * configure.in: Include kpathsea/withenable.ac for the definition
3752         of texmfmain in the Makefile.
3754 1999-03-15  Olaf Weber  <olaf@infovore.xs4all.nl>
3756         * doc/web2c.texi: Updates for tcx files, with many thanks to
3757         "Staszek Wawrykiewicz" <StaW@gust.org.pl>.
3759         * withenable.ac: Add AM_MAINTAINER_MODE.
3761         * help.h: Update help strings for tcx files.
3763         * acconfig.h: New file, with the web2c-specific configuration
3764         parts.
3766         * configure.in: Additions to make the configuration process work.
3768         * config.h: Now include c-auto.h now that kpathsea/config.h
3769         doesn't do this anymore.
3771 1999-02-18  Olaf Weber  <olaf@infovore.xs4all.nl>
3773         * Makefile.in (pdftex-dist): Don't include pdftex's *.o files.
3775 1999-02-16  Olaf Weber  <olaf@infovore.xs4all.nl>
3777         * texmfmem.h: Changes to support Omega.  From John Plaice.
3779 1999-02-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3781         * texmfmp.h [!Omega]: Code changes to enable writing the tcx file
3782         name to terminal and log.
3783         [pdfTeX,pdfeTeX]: Remove inclusion (moved to coerce.h).
3785         * tex.ch: Write the name of the tcx file (if any) to terminal and
3786         log.
3788         * mp.ch: Write the name of the tcx file (if any) to terminal and
3789         log.
3791         * mf.ch: Write the name of the tcx file (if any) to terminal and
3792         log.
3794         * Makefile.in: Compiler pdftex before pdfetex.  Fixes to
3795         distribution-creating code.
3797 1999-02-06  Olaf Weber  <olaf@infovore.xs4all.nl>
3799         * texmfmp.h (calledit,blankrectangle,paintrow): These are now
3800         declared in the web2c/coerce.h file.
3802         * configure.in: Only configure xpdf dir if pdftex is selected.
3804         * Makefile.in: Add rules for pdfetex.efmt and pdfelatex.efmt.
3805         Correct typos.  From Thomas and Sebastian.
3807 1999-02-04  Olaf Weber  <olaf@infovore.xs4all.nl>
3809         * mft.ch: Fix for weaving from Simon Cozens <simon@brecon.co.uk>.
3811         * config.h [!WIN32]: Remove define of __cdecl.
3813         * bibtex.ch: Corrections from Oren Patashnik
3814         <opbibtex@cs.stanford.edu>.  Fix for weaving from Simon Cozens
3815         <simon@brecon.co.uk>.
3817         * Makefile.in: Changes for packaging to account for the extra texk
3818         directory level.  Different handling of formats to be able to cope
3819         when the list is empty, as it is for teTeX.
3821 1999-01-27  Olaf Weber  <olaf@infovore.xs4all.nl>
3823         * doc/web2c.texi: Correct typography of pdfTeX.
3825         * texmfmp.h (getrandomseed): Add declaration.
3827         * mp.ch (46.1307): Make init_randoms call get_random_seed.  After
3828         Fabrice.
3830         * help.h: %&ini never worked, correct help strings.
3832         * cpascal.h [WIN32]: Add pragma to quiet compiler.  From Fabrice.
3833         (aopenin): Open always in binary mode.  From Fabrice.
3834         (mainbody): Add TEXDLL, by Fabrice.
3836         * config.h: Change inclusion guard from CONFIG_H to
3837         WEB2C_CONFIG_H.
3838         [WIN32]: Add definition of TEXDLL.  From Fabrice.
3840         * pktype.web: Updated version from Knuth, which had somehow been
3841         overlooked for quite a while.
3843 1999-01-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3845         * share/typeface.map: Update from Karl.
3847         * share/special.map: Update from Karl.
3849 1999-01-24  Olaf Weber  <olaf@infovore.xs4all.nl>
3851         * share/*.tcx: New set of tcx files from Staszek Wawrykiewicz
3852         <StaW@gust.org.pl>.
3854         * withenable.ac: New option: --with-pdfetex.
3856         * texmfmp.h: Support for pdfeTeX from Thomas Esser.  pdftex.pool
3857         is no longer a special case.
3859         * tex.ch: Mention pdfeTeX in opening comment.
3861         * help.h: Help string for pdfeTeX.  From Thomas Esser.
3863         * configure.in: Add support for pdfeTeX, from Thomas Esser.
3865         * Makefile.in: Add support for pdfeTeX, from Thomas Esser.
3867         * withenable.ac: Include the --with-mfw option.
3869         * dvicopy.ch: Ensure that the --max-pages and --page-start options
3870         actually work.
3872         * configure.in: Introduce --with-mfw option, to be able to
3873         generate window-capable MF as a separate executable called mfw.
3875         * Makefile.in: Support for --with-mfw option.
3877 1999-01-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3879         * texmfmp.h: Prototypes from open_in_name_ok and open_out_name_ok.
3881         * mp.ch, tex.ch, mf.ch: Replace open_name_ok with open_in_name_ok
3882         and open_out_name_ok where appropriate.
3884         * share/texfonts.map: Change softkey-???? to skey???.
3886         * share/*.map: Update for fontname 2.2.
3888         * share/*.tcx: New files: tables for tcx support.
3890 1999-01-13  Olaf Weber  <olaf@infovore.xs4all.nl>
3892         * vftovp.ch: Since we may print the VPL on stdout, put all
3893         terminal output on stderr.  Add a newline if the VPL ends with the
3894         BAD TFM OR VF comment.
3896         * tftopl.ch: Since we may print the PL to stdout, all terminal
3897         output should go to stderr.
3899         * texmfmp.h: setupcharset is now used by all but Omega.
3901         * tex.ch: Enable TCX files for TeX, clean up no-longer-current
3902         comments.  Based on code provided by Wlodzimierz Bzyl
3903         <matwb@monika.univ.gda.pl>.
3905         * mp.ch: Enable TCX files for MP.  Based on code provided by
3906         Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>.
3908         * mf.ch: Enable TCX files for MF.  Based on code provided by
3909         Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>.
3911         * cpascal.h: Remove NONASCII define.  It was unconditional
3912         already, and this cleans up some code.
3914         * Makefile.in: Install tcx files, fix --output-comment test to
3915         account for change of email address.
3917 1999-01-10  Olaf Weber  <olaf@infovore.xs4all.nl>
3919         * share/special.map: Update for new lh fonts.
3921         * doc/Makefile.in: Change of ../make/*.make to ../make/*.mk.
3923         * withenable.ac: Remove checks for zlib and pnglib, improve
3924         handling of --with-* options for MF.
3926         * mp.ch [44.1238]: Prepare for tcx code by safeguarding PS output.
3928         * configure.in: Special code to handle cross-compilation with
3929         djgpp.  Better handling of --with-x options.  Changes for
3930         reorganization of non-kpathsea library sources.  C++ compiler
3931         check for PDFTeX.
3933         * bibtex.ch: Many fixes, as suggested by Oren Patashnik.
3935         * Makefile.in: Change of ../make/*.make to ../make/*.mk.  PDFTeX
3936         related corrections from Thomas.
3938         * dvitomp.ch [32]: Bugfix: local_only is indexed by internal
3939         font numbers.
3941 1999-01-05  Olaf Weber  <olaf@infovore.xs4all.nl>
3943         * dvtype.web: Update from Knuth.
3945         * dvitype.ch: Minor change necessary to accomodate update.
3947         * gftopk.web: Update from Knuth.
3949 1998-12-04  Olaf Weber  <olaf@infovore.xs4all.nl>
3951         * vptovf.ch: Bugfix for 128 no longer required after update of
3952         vptovf.web.
3954         * tex.ch: Add strings_free configuration variable & checks.  This
3955         ensures the string pool is resized if necessary after load.  Not
3956         doing this caused core dumps in some cases.  Bug reported by
3957         Tobias Burnus <burnus@gmx.de>.
3959         * configure.in: Configure in xpdf subdir for pdftex.
3961         * Makefile.in: Add support for changes to to pdftex.
3963 1998-10-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3965         * README.HPUX: Removed because the changes to tex.ch made it
3966         unnecessary.
3968         * tex.ch [1.12], [8.110], [51.1332]: Change definition of
3969         min_halfword and initialization of mem_bot to make the code more
3970         portable.  Remove a test that would now prevent extra_mem_bot
3971         being used.
3973 1998-07-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3975         * bibtex.ch: Changes to get all information in the logfile when
3976         the -terse option is used.  With many thanks to Oren Patashnik
3977         <opbibtex@cs.stanford.edu> for his assistance.
3979         * vptovf.ch: Enlarged some constants, as suggested by Wayne
3980         G. Sullivan <wgs@maths.ucd.ie>.
3982         * vftovp.ch: Enlarged some constants, as suggested by Wayne
3983         G. Sullivan <wgs@maths.ucd.ie>.
3985         * tftopl.ch: Enlarged some constants, as suggested by Wayne
3986         G. Sullivan <wgs@maths.ucd.ie>.
3988         * pltotf.ch: Enlarged some constants, as suggested by Wayne
3989         G. Sullivan <wgs@maths.ucd.ie>.
3991         * mf.ch: Use open_name_ok to check names of files opened for
3992         reading.
3994         * mp.ch: Rename open_out_name_ok to open_name_ok, and use also to
3995         check names of files opened for reading.
3997         * tex.ch: Rename open_out_name_ok to open_name_ok, use it also to
3998         check the names of files opened for reading.
4000         * texmfmp.h: Rename openoutnameok to opennameok.
4002         * tex.ch (49.1275): Include cur_name adjusting code from changes
4003         to (29.537).
4005 Sun May 31 17:12:14 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4007         * Makefile.in: Corrected pdftex.a to libpdf.a, ozlib to zlib.
4008         Change echoed message to refer to texklib.tar.gz instead of
4009         texmflib.tar.gz.
4011         * cpascal.h: Rename toint to intcast, because SCO usurped the
4012         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4014         * tangle.ch: Rename toint to intcast, because SCO usurped the
4015         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4017         * mf.ch: Rename toint to intcast, because SCO usurped the former.
4018         Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4020         * mp.ch: Rename toint to intcast, because SCO usurped the former.
4021         Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4023         * pltotf.ch: Rename toint to intcast, because SCO usurped the
4024         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4026         * tex.ch: Rename toint to intcast, because SCO usurped the former.
4027         Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4028         Correct the print_csnames function so that it doesn't print
4029         entries in the hash table twice.  Thanks to Berthold Horn for
4030         pointing this out.
4032         * gftodvi.ch: Rename toint to intcast, because SCO usurped the
4033         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4035         * dvitype.ch: Rename toint to intcast, because SCO usurped the
4036         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4038         * dvitomp.ch: Rename toint to intcast, because SCO usurped the
4039         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4041         * dvicopy.ch: Rename toint to intcast, because SCO usurped the
4042         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4044         * tftopl.ch: Rename toint to intcast, because SCO usurped the
4045         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4047         * vftovp.ch: Rename toint to intcast, because SCO usurped the
4048         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4049         Enlarge some contstants.  Suggested by Wayne G. Sullivan
4050         <wgs@maths.ucd.ie>.
4051         
4052         * vptovf.ch: Rename toint to intcast, because SCO usurped the
4053         former.  Spotted by Jonathan Chen <jonc@pinnacle.co.nz>.
4054         Correct a bug that led to invalid vf files being created in some
4055         circumstances.  From Wayne G. Sullivan <wgs@maths.ucd.ie>.
4057 Fri Apr 24 21:36:09 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4059         * Makefile.in, configure.in: Minor fixes in build rules of libpng,
4060         zlib.  From Thomas Esser.
4062 Tue Mar 24 19:20:13 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4064         * mp.web: New upstream source from John Hobby: version 0.641.
4066 Tue Mar  3 14:16:57 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4068         * configure.in (WEB2CVERSION): version 7.2.
4070 Wed Feb 25 20:20:26 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4072         * configure.in: Used `test ... -o test ...' which is always wrong,
4073         changed `-o' to `||'.  Spotted by Andreas Schott <ays@rzg.mpg.de>.
4075 Fri Feb 20 17:14:33 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4077         * configure.in: Tests moved over from withenable.ac.
4079         * withenable.ac: Boilerplating, and move some tests to
4080         configure.in, to make it possible to distinguish between default
4081         settings and user choices.
4083         * doc/install.texi: Update with --with-epsfwin switch.
4085 Tue Feb 10 21:15:06 1998  Olaf Weber  <infovore@xs4all.nl>
4087         * withenable.ac: Add --with-epsfwin option.  From Mathias
4088         Herberts.
4090         * doc/web2c.texi: Document epsf driver.
4092 Fri Feb  6 17:56:53 1998  Olaf Weber  <infovore@xs4all.nl>
4094         * Makefile.in (pdftex.fmt, pdflatex.fmt): Do not require an .ini
4095         file to exist.
4097 Tue Feb  3 17:06:40 1998  Olaf Weber  <infovore@xs4all.nl>
4099         * Makefile.in (mltex.fmt, mllatex.fmt): Don't use .ini files.
4101         * dvitomp.web: Incorporate a bug fix by John Hobby, as modified by
4102         Peter Breitenlohner.
4104 Sun Feb  1 15:50:06 1998  Olaf Weber  <infovore@xs4all.nl>
4106         * bibtex.ch: fptr -> f_ptr.
4108         * dvitomp.web: Correct version number and date in printed title.
4110         * mf.ch (49.1204): Remove trailing _ from inf_ and sup_ because
4111         tangle doesn't like them.
4113         * mp.ch (46.1298): Remove trailing _ from inf_ and sup_ because
4114         tangle doesn't like them.
4116         * mp.web: takescaled -> take_scaled.
4118         * patgen.ch: readln -> read_ln; writeln -> write_ln.
4120         * tangle.ch (8): Increase unambig_length to 32.
4121         (58): Remove the conversion to uppercase, to match 63.
4123         * tex.ch (51.1332): Remove trailing _ from inf_ and sup_ because
4124         tangle doesn't like them.
4126         * share/special.map: Version 2.7, from Karl Berry.
4128 Fri Jan 30 21:17:07 1998  Olaf Weber  <infovore@xs4all.nl>
4130         * share/special.map: Update from Sebastian Rahtz
4131         <s.rahtz@elsevier.co.uk>.
4133 Thu Jan 29 16:08:10 1998  Olaf Weber  <infovore@xs4all.nl>
4135         * Makefile.in (tex-check): Use WEB2C instead of MKTEXSCRIPT.
4137         * mp.ch, dvitomp.ch: Update for version 0.64.
4139         * mp.web, dvitomp.web: Version 0.64, from John Hobby.
4141         * triptrap/mtrap.0 triptrap/mtrap.1 triptrap/mtrap.log
4142         triptrap/mtrap.mp triptrap/trap.148 triptrap/trap.149
4143         triptrap/trap.150 triptrap/ triptrap/ triptrap/ triptrap/trap.151
4144         triptrap/trap.197 triptrap/trap.200 triptrap/trap.5
4145         triptrap/trap.6: New files from John Hobby.
4147 Wed Jan 28 20:44:40 1998  Olaf Weber  <infovore@xs4all.nl>
4149         * dvitomp.ch: Version number 0.632a.
4151         * dvitomp.web, dvitomp.ch: Version number set to 0.632a.  Note
4152         that the modifications are a stopgap, until John Hoppy releases an
4153         updated version.
4155         * tex.ch (50.1325): undump_upper_check_things was supplied with
4156         the wrong upper limit.
4158         * share/special.map: New version from Thomas Esser.
4160 Fri Jan 23 15:03:49 1998  Olaf Weber  <infovore@xs4all.nl>
4162         * dvitomp.ch, dvitomp.web: Various fixes from Peter
4163         Breitenlohner.
4165         * mf.ch (48.1200): Four-digit years.
4166         (49.1211): Make %& lines work reliably.
4168         * mp.ch (45.1249): Four-digit years.
4169         (46.1298): Make %& lines work reliably.
4171         * tex.ch (50.1328): Use four-digit years.
4172         (51.1337): Make %& lines work reliably.
4174         * texmfmem.h: Changes for Omega, to make its dumps
4175         endian-independent.  After John Plaice.
4177 Sat Jan 17 09:37:23 1998  Olaf Weber  <infovore@xs4all.nl>
4179         * wmftalk.h renamed to mftalk.h.  From Mathias Herberts
4180         <Mathias.Herberts@irisa.fr>
4182         * withenable.ac: --with-mftalk defined NEXTWIN, not MFTALKWIN.
4183         From Mathias Herberts <Mathias.Herberts@irisa.fr>
4185 Wed Jan 14 21:23:56 1998  Olaf Weber  <infovore@xs4all.nl>
4187         * tex.ch: Added warning for the unwary on the advice of Peter
4188         Breitenlohner.  Comment fixes from Peter.
4190 Tue Jan 13 08:31:52 1998  Olaf Weber  <infovore@xs4all.nl>
4192         * Makefile.in (dvitomp-check): Let DVItoMP look in ./tests for
4193         ptmr.vf.
4195         * dvitomp.ch ([65] l.1152): Correct a bug in dvitomp.web, that
4196         prevents the font name from being printed as part of the error
4197         message.
4199         * Makefile.in (check-tex): Correction of typo, set TMPDIR to ..,
4200         so that the PATH settings continue to work when the target is used
4201         from the source directory.  From Eli Zaretskii.
4203 Fri Jan  9 21:13:39 1998  Olaf Weber  <infovore@xs4all.nl>
4205         * Makefile.in: Many changes, related to putting omegaware files in
4206         omegaware directory.
4207         (all, default): Make manual pages.
4209 Sun Jan  4 16:00:54 1998  Olaf Weber  <infovore@xs4all.nl>
4211         * Makefile.in: Change for manual pages.
4213 Thu Jan  1 15:52:39 1998  Olaf Weber  <infovore@xs4all.nl>
4215         * Makefile.in: Add an all-dist target (maintainer only) and change
4216         the names of the etex, omega, and pdftex tarballs.
4218 Tue Dec 30 17:49:51 1997  Olaf Weber  <infovore@xs4all.nl>
4220         * Makefile.in (etex.efmt, elatex.efmt): Expand contents of
4221         {etex,elatex}.ini files.
4222         (check-pooltype): In e-TeX compatibility mode there's no tex.pool, but
4223         an etex.pool.  Both after Peter Breitenlohner.
4225         * Makefile.in: Add man directory to targets.  Correct PATH setting
4226         for the nonesuch test in check-tex.
4228         * configure.in: Added man/Makefile to AC_OUTPUT.
4230 Thu Dec 18 20:37:48 1997  Olaf Weber  <infovore@xs4all.nl>
4232         * Makefile.in (check-tex): Make the nonesuch test work when we
4233         haven't installed the scripts yet.
4235         * doc/web2c.texi: Correction of -maketex -> -mktex, and a few
4236         others.
4238         * help.h: Change spelling of -maketex option to -mktex.
4240 Tue Dec 16 19:11:05 1997  Olaf Weber  <infovore@xs4all.nl>
4242         * PROJECTS: Add info on overflow bug.
4244         * help.h: Reformatted text for IPC-related switches.
4246 Sat Dec 13 23:03:46 1997  Olaf Weber  <infovore@xs4all.nl>
4248         * texmfmp.h [TeX]: Add definitions for flushdvi.
4250         * tex.ch ([32.640] l.12690): Somewhat cleaner code for the IPC
4251         fflushes.
4253 Fri Dec 12 10:25:43 1997  Olaf Weber  <infovore@xs4all.nl>
4255         * help.h: Correct some messages for the change of MakeTeX to
4256         mktex.
4258         * tex.ch ([32.640] l.12690): Add fflush(dvi_file) in two places of
4259         the IPC code; the buffering caused problems.  After Gregor
4260         Hoffleit & Richard Hutchinson.
4262         * weave.ch: Increase max_bytes, so that we can weave Omega.
4264         * doc/web2c.texi: Updated for changes to shell_enabled and
4265         openout_any variables.
4267 Wed Dec  3 17:38:53 1997  Olaf Weber  <infovore@xs4all.nl>
4269         * Makefile.in (install-fmts): The choice is between @TEX@ and
4270         @CTEX@, not @TEX@ and @ETEX@.
4272 Tue Dec  2 12:57:17 1997  Olaf Weber  <infovore@xs4all.nl>
4274         * Makefile.in (extraclean): Be more thorough.
4276         * Makefile.in (mf.base, mpost.mem): Use --base=mf, --mem=mpost
4277         option.
4279 Mon Dec  1 19:07:00 1997  Olaf Weber  <infovore@xs4all.nl>
4281         * doc/web2c.texi: Update for -interaction option.
4283         * mfmpw32.c: New file from Fabrice Popineau.
4285         * help.h: Updated for the --interaction option.
4287         * mf.ch (6.68, 6.69, 48.1199): Add support for --interaction
4288         option.
4290         * mp.ch (6.83, 6.84, 45.1293): Support for --interaction option.
4292         * tex.ch (6.73, 6,74, 50.1327): Support for the --interaction
4293         option.
4295         * Makefile.in (install-links): Links are cheap on UNIX, so install
4296         links for all kinds of *ini* and *vir*.
4298 Sun Nov 30 13:32:25 1997  Olaf Weber  <infovore@xs4all.nl>
4300         * withenable.ac: Change --with-maketextex to --with-mktextex as a
4301         consequence of the great renaming.
4303 Sat Nov 29 13:07:49 1997  Olaf Weber  <infovore@xs4all.nl>
4305         * tex.ch (29.530): Assume empty suffix means TeX input file.
4306         (29.537): Don't strip ".tex" suffix, don't give ".tex" suffix to
4307         prompt_file_name.
4308         (29.537) [Init]: New rules for determining dump file name.
4310         * mp.ch (35.770) [init]: Implement new rule for determining name
4311         of dump file.
4313         * mf.ch (38.793) [init]: Implement new rules to determine name of
4314         dump file.
4316         * Makefile.in (*.{fmt,emft,base,mem}): Changes for new name
4317         generation rules for formats.
4319         * Makefile.in (*-check): Changes for checking outside the source
4320         dir.
4321         (*-dist): Add versions of the added packages to the names of their
4322         tarballs.
4324         * configure.in: Create stamp-auto.  From Peter Breitenlohner.
4326 Tue Nov 25 18:29:47 1997  Olaf Weber  <infovore@xs4all.nl>
4328         * Makefile.in: Conditionalize tex-check, include etex-check.
4329         From Peter Breitenlohner.
4331 Mon Nov 24 17:26:40 1997  Olaf Weber  <infovore@xs4all.nl>
4333         * Makefile.in: Changes to let make check work outside the source
4334         tree.
4336         * configure.in: Create a tests subdirectory if necessary.
4338 Sat Nov 22 19:27:47 1997  Olaf Weber  <infovore@xs4all.nl>
4340         * Makefile.in: Change ?w2c-$(version).tar.gz names to
4341         ?web2c-$(version).tar.gz in the etex-dist, omega-dist, pdftex-dist
4342         targets.
4344         * README: Add references to etexdir/README, omegadir/README, and
4345         pdftexdir/README.
4347         * doc/web2c.texi: Minor updates.
4349 Fri Nov 21 15:22:53 1997  Olaf Weber  <infovore@xs4all.nl>
4351         * Makefile.in: Add a tex2.c/tex2.o file to tex_c/tex_o.
4353 Wed Nov 19 17:13:31 1997  Olaf Weber  <infovore@xs4all.nl>
4355         * share/skey1250.map, share/skey1555.map, share/texfonts.map: Name
4356         change of softkey-*.map to skey*.map.
4358         * Makefile.in: Definition of LN_S removed, it is included from
4359         common.make.
4360         Explicit rules for tangling e-TeX and PDFTeX. Corrected the rule
4361         for tangling Omega.
4362         (dist): Ensure the fontname *.map files are included.
4363         (gftopk-check, pktogf-check, pktype-check): cmr10.600pk is renamed to
4364         cmr10.pk.
4365         (depend): Make depend in $(otps) as well.
4367         * texmfmp.h [NeXT]: More compile-time endianness tests.
4369         * withenable.ac: Change formatting of help text to make it line up
4370         better.
4372 Sun Nov 16 11:41:08 1997  Olaf Weber  <infovore@xs4all.nl>
4374         * Makefile.in (install-links): Add "" to prevent syntax errors.
4376 Sat Nov 15 21:33:28 1997  Olaf Weber  <infovore@xs4all.nl>
4378         * withenable.ac: Add an --with-omega option, so that omega can be
4379         selectively disabled if so desired.
4381         * texmfmp.h: Definition of Xchr removed.  Additions for Omega.
4382         The added definitions for PDFTeX now come from an external file.
4384         * help.h: Help messages for e-TeX, PDFTeX, and Omega and friends.
4385         Since these messages are highly web2c-specific, and unlikely to
4386         change much, there seems to be little reason to move them to
4387         external files.
4389         * cpascal.h: Put definition of Xchr in this file, because Omega
4390         likes it.  Also other additions to support Omega.
4392         * configure.in: Add support for conditionally using Omega.
4394         * Makefile.in: Many changes to support building Omega.
4396 Fri Nov 14 16:39:32 1997  Olaf Weber  <infovore@xs4all.nl>
4398         * Makefile.in: Add very primitive kludge for the creation of
4399         matching e-TeX and PDFTeX distributions.
4401         * Makefile.in (web-dist): Remove etex.web and pdftex.web for the
4402         web-distribution.
4404         * Makefile.in (dist): Include tiedir in distribution.
4406         * Add tie-2.4 to the distribution.  It lives in web2c/tiedir.
4407         
4408         * texmfmp.h [eTeX]: TEXPOOLNAME changes; [PDFTeX]: define
4409         PDFTEXPOOLNAME.
4411         * help.h: Include a help header for e-TeX and PDFTeX.
4413         * Makefile.in: Changes to accomodate e-TeX and PDFTeX.
4415         * configure.in: Change @ETEXTEX@ to @CTEX@.
4417         * withenable.ac: Add --with-pdftex, --with-etex,
4418         --with-system-zlib, and --with-system-pnglib options.
4420         * configure.in: Add support for pdfTeX and e-TeX related options.
4422 Thu Nov 13 23:49:10 1997  Olaf Weber  <infovore@xs4all.nl>
4424         * texmfmp.h: Include code to test for endianess when compiling.
4425         When the BYTE_ORDER macros are available, this improves the
4426         ability to cross-compile.
4428 Mon Nov 10 13:15:21 1997  Olaf Weber  <infovore@xs4all.nl>
4430         * configure.in (WEB2CVERSION): Version 7.1.
4432 Thu Nov  6 20:29:35 1997  Olaf Weber  <infovore@xs4all.nl>
4434         * triptrap/texmf.cnf: Bumped pool_size from 32000 to 40000.
4436         * mf.ch: Bump max_font_dimen from 50 to 60.
4438         * bibtex.ch: Bump buf_size and glob_str_size from 3000 to 5000.
4440 Tue Nov  4 19:11:59 1997  Olaf Weber  <infovore@xs4all.nl>
4442         * Makefile.in: Get rid of CVS dir.
4444 Wed Oct 29 11:43:30 1997  Olaf Weber  <infovore@xs4all.nl>
4446         * withenable.ac: Correction: dump-noshare -> dump-share.
4448         * configure.in: Do not include ../kpathsea/xt.ac at the top,
4449         because that puts the tests for X before the defaults that
4450         withenable.ac sets up.
4451         * withenable.ac: Include ../kpathsea/xt.ac here.
4453         * withenable.ac: Add quotes to make --with-editor='vim +%d %s'
4454         work, rather than require --with-editor='"vim +%d %s"'.
4456 Tue Oct 28 21:35:37 1997  Olaf Weber  <infovore@xs4all.nl>
4458         * Makefile.in: Use cp -p when creating a distribution.
4460 Mon Oct 27 16:22:54 1997  Olaf Weber  <infovore@xs4all.nl>
4462         * withenable.ac: sinclude(../kpathsea/xt.ac) and
4463         sinclude(kpathsea/xt.ac) are apparently superfluous.
4465 Tue Oct 21 23:35:47 1997  Olaf Weber  <infovore@xs4all.nl>
4467         * Makefile.in: Somewhat saner handling of triptrap dir when
4468         creating a distribution.
4470 Mon Oct 20 08:05:31 1997  Olaf Weber  <infovore@xs4all.nl>
4472         * Makefile.in: Replace y.tab with y_tab.
4474         * doc/ref.bib: Preserve capitalisation in titles.
4476         * cpascal.h: Undef `read' if it is already defined, before
4477         defining it.  Don't set console device to binary on WIN32.  From
4478         Fabrice Popineau.
4480         * config.h [WIN32]: Add WIN32WIN define.  From Fabrice Popineau.
4482 Fri Oct 17 10:37:38 1997  Olaf Weber  <infovore@xs4all.nl>
4484         * cpascal.h [__DJGPP__]: Set stdin/stdout to binary, but not if
4485         they are the console device.  From Eli Zaretskii
4486         <eliz@is.elta.co.il>.
4488 Thu Oct 16 20:39:27 1997  Olaf Weber  <infovore@xs4all.nl>
4490         * Makefile.in: Add target depend:: to remake dependencies in
4491         subdirectories.
4493         * Makefile.in (tex_c, tex_o): After the last changes to tex.ch, we
4494         no longer have a tex2.c.
4496         * tex.ch: Replace 'xlparen' by '@=(@>' and 'xrparen' by '@=)@>'.
4497         Compare ./web2c/cvttex.sed: Obsolete file.  Also, various changes
4498         for e-TeX (small rearrangements, introduces Init..Tini, remove
4499         tabs and trailing blanks).  From Peter Breitenlohner
4500         <peb@mppmu.mpg.de>.
4502         * doc/web2c.texi: Remove documentation of -extend-jobname option.
4503         * help.h [TeX] Remove description of -extend-jobname option.
4504         * mp.ch: Get mpost to handle filenames with multiple dots better.
4505         * mf.ch: Get mf to handle filenames with multiple dots better.
4506         * tex.ch: Numerous changes to remove the extend-jobname stuff, and
4507         replace it with a sane handling of filenames with more than one
4508         dot.  See especially end_name and start_input.
4510 Wed Oct 15 17:37:07 1997  Olaf Weber  <infovore@xs4all.nl>
4512         * Makefile.in ($(proglib)): Added stamp-auto to the dependencies.
4514 Sun Oct 12 11:50:58 1997  Olaf Weber  <infovore@xs4all.nl>
4516         * tex.ch [53.1374]: Check name of file before opening it, not
4517         afterwards.
4518         * mp.ch [35.783]: Check name of file with open_out_name_ok before
4519         trying to open it for writing instead of afterwards.
4521 Fri Oct  3 11:10:15 1997  Olaf Weber  <infovore@xs4all.nl>
4523         * tangle.ch ([64] Delayed pool file opening.): Use
4524         basename_change_suffix to obtain a reasonable name for the pool
4525         file.
4527         * vptovf.ch (6 Open VPL file): Print version_string instead of
4528         repeating the banner.
4530         * doc/web2c.texi: Correct description of -extend-jobname option.
4532         * help.h [TEXHELP]: Correct description of -extend-jobname option.
4533         * tex.ch (29.517): Changed logic to fix extend-jobname=never
4534         problem.
4536 Thu Oct  2 18:06:11 1997  Olaf Weber  <infovore@xs4all.nl>
4538         * doc/web2c.texi: Some minor corrections, suggested by "Tomasz
4539         J. Cholewo" <tjchol01@mecca.spd.louisville.edu>.
4541         * tex.ch: A patch to allow printing of non-ascii characters. From
4542         Bernd Raichle <raichle@informatik.uni-stuttgart.de>.
4544 Wed Oct  1 23:29:54 1997  Olaf Weber  <infovore@xs4all.nl>
4546         * configure.in: Fix for faulty link window/x11.c.
4548 Tue Sep 30 11:15:35 1997  Olaf Weber  <infovore@xs4all.nl>
4550         * Makefile.in: Corrected path to rename.
4552         * Makefile.in (version_files): removed.
4553         * configure.in: Added definitions of WEB2CVERSION.
4554         * Makefile.in: Let version = @WEB2CVERSION@.
4556         * doc/Makefile.in: Use the add-info-toc script for the top level.
4558         * tangle.ch: Increase max_toks from 50000 to 60000, max_names from
4559         4000 to 6000
4560         (was 5000).
4562         * c-auto.h.in (YYTEXT_UCHAR): added to solve the unsigned char
4563         yytext[] bug.  (From Thomas Esser <te@informatik.uni-hannover.de>)
4565 Sat Apr 19 16:11:24 1997  Karl Berry  <karl@cs.umb.edu>
4567         * tex.ch: Add .latex and .ini as another special case.
4568         From: Henk Vosmeijer <vosmeijer@nfra.nl> and te.
4570 Fri Mar 21 16:45:28 1997  Karl Berry  <karl@cs.umb.edu>
4572         * Makefile.in (tex.fmt, latex.fmt, mf.base, mpost.mem): Include
4573                 $(makeargs) when calling prereq-check so that any path
4574                 changes (e.g., $(prefix)) get propagated.
4575         Bug from: jumper@lens.sri.com (Greg Jumper), among others.
4577 Mon Feb 24 17:02:14 1997  Karl Berry  <karl@cs.umb.edu>
4579         * vptovf.ch (max_kerns, hash_size, max_lig_steps): Increase
4580         for psfonts.
4581         From: Sebastian Rahtz <s.rahtz@elsevier.co.uk>.
4583 Thu Feb  6 11:27:23 1997  Karl Berry  <karl@cs.umb.edu>
4585         * Version 7.0.
4587         * tftopl.ch (tfm_size, lig_size, hash_size): Increase to match vptovf.
4588         From Richard.
4590         * vptovf.ch (max_kerns): Increase to 10007, a prime > 10000.
4591         From Richard.
4593         * tex.ch: Oops, .drv should be .drv, not .dtx!
4594         From Fabrice and Thomas.
4596         * Makefile.in (default): Depend on info.  From Tim.
4598 Tue Feb  4 14:16:19 1997  Karl Berry  <karl@cs.umb.edu>
4600         * triptrap/mptrapin.log: Missed updating this.
4602 Mon Feb  3 17:11:45 1997  Karl Berry  <karl@cs.umb.edu>
4604         * Makefile.in (windowlink): Forgot to include $(x_tool_libs).
4606 Sat Feb  1 17:17:19 1997  Karl Berry  <karl@cs.umb.edu>
4608         * Makefile.in (x_ext_lib): New variable.
4609         (windowlink): Use it.
4610         
4611         * configure.in: Fix test for -lXext to include $X_EXTRA_LIBS
4612         (needed on Solaris at least).  Introduce $x_tool_libs variable 
4613         for toolkit libraries -lXt -lXext, only leave -lX11 in $wlibs.
4614         From Ulrik.
4616         * tex.ch: Make main_memory changes more robust.
4617         Change ssup_max_strings and ssup_hyph_size to 65535.
4618         From Wayne.
4620 Fri Jan 31 17:57:14 1997  Karl Berry  <karl@cs.umb.edu>
4622         * tex.ch: Make .drv a special case.
4624 Mon Jan 27 22:34:18 1997  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
4626         * dvitomp.web, mp.web: New files (version 0.632) from John Hobby.
4627         * dvitomp.ch, mp.ch: Minor update to reflect changes in WEB files.
4629         * triptrap: Need to update master files for mptrap test.
4630         
4631 Fri Jan 17 16:56:37 1997  Karl Berry  <karl@cs.umb.edu>
4633         * Makefile.in (post-dist): Ungnuify doc/Makefile.in.
4635 Wed Jan 15 22:40:11 1997  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
4637         * mp.ch: : Allow tabs as field seperators in psfonts.map.
4639 Thu Jan 16 09:58:24 1997  Karl Berry  <karl@cs.umb.edu>
4641         * Makefile.in (socketlibs): New variable.
4642         (tex): Include it in the link.
4643         * withenable.ac (--enable-ipc): Check for -lsocket.
4644         Needed on Solaris, at least.
4645         From: Richard Walker <Richard.Walker@cs.anu.edu.au>.
4647         * tex.ch (ssup_trie_opcode, ssup_trie_size): Change to 65535.
4649 Fri Jan  3 09:02:34 1997  Karl Berry  <karl@cs.umb.edu>
4651         * tex.ch (trie_op_size, neg_trie_op_size): Change to 1501.
4652         From Braams.
4654 Sun Dec 15 16:50:39 1996  Karl Berry  <karl@cs.umb.edu>
4656         * tex.ch: ifdef-out the TCX file stuff.
4658 Mon Dec  9 00:50:56 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
4660         * bibtex.ch, dvicopy.ch, dvitype.ch: Make messages consistent
4661         if called with no arguments.
4663 Sun Dec  8 16:32:50 1996  Karl Berry  <karl@cs.umb.edu>
4665         * bibtex.ch (standard_input, standard_output): Make globals here.
4666         Initialize in main program.
4668         * cpascal.h (makebinaryfile) [WIN32]: Define.
4669         (resetbin, rewritebin): New macros.
4670         (FOPENRBINMODE): Define.
4671         (standardinput, standardoutput): Remove, these are in bibtex.ch now.
4673         * config.h (unlink) [!unlink]: Add condition.
4674         * dvicopy.ch, dvitomp.ch, dvitype.ch, gftodvi.ch, gftopk.ch,
4675         mp.ch, pktogf.ch, pltotf.ch, vftovp.ch, vptovf.ch: Distinguish
4676         between text and binary files, sigh.
4677         From Fabrice.
4679 Fri Dec  6 17:44:15 1996  Karl Berry  <karl@cs.umb.edu>
4681         * texmfmem.h: Add conditionals and comments for Omega.
4682         * texmfmp.h ({ocp,ofm}openin): New macros.
4684 Tue Dec  3 14:56:54 1996  Karl Berry  <karl@cs.umb.edu>
4686         * texmfmp.h (ipcpage) [IPC]: Give correct prototype.
4687         From: Gregor Hoffleit <flight@mathi.uni-heidelberg.de>.
4689 Sun Dec  1 11:56:39 1996  Karl Berry  <karl@cs.umb.edu>
4691         * bibtex.ch (max_glob_strs): Increase to 20 for indxcite.
4693 Tue Dec  3 13:44:28 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
4695         * Makefile.in (mostlyclean): Call $(MAKE) $@, not $(MAKE) $$target.
4697 Tue Dec  3 01:45:33 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
4699         * triptrap/texmf.cnf: Correct max_strings.mpost.
4700         
4701         * dvitomp.ch: Duplicate banner line for use in print_version.
4703 Wed Nov 27 09:55:04 1996  Karl Berry  <karl@cs.umb.edu>
4705         * Makefile.in (distclean): Don't remove tangleboot.p.
4706         (all_subdirs): Add doc, so it gets cleaned.
4708 Tue Nov 26 11:57:25 1996  Karl Berry  <karl@cs.umb.edu>
4710         * configure.in: If --with-x-toolkit is set, set with_x.
4711         Also protect --with tests from (unusual) values starting with -.
4713         * Makefile.in (install_makeargs): Remove INSTALL_LIBTOOL_PROGRAM
4714         again, there's no way to pass it down since its value is
4715         subdirectory-relative.
4716         (mft-check): Use $(srcdir)/.. instead of ../$(srcdir).
4717         (mpost-check): Set MAKEMPX_BINDIR so we get the distribution's
4718         tex, newer, etc., not anything installed
4720 Mon Nov 25 15:04:40 1996  Karl Berry  <karl@cs.umb.edu>
4722         * configure.in: Only set with_x=no if it hasn't already been set.
4724 Fri Nov 22 17:17:03 1996  Karl Berry  <karl@cs.umb.edu>
4726         * Makefile.in (mpost-check): Run tests/mptest.
4727         * tests/mptest.mp: New file from Ulrik to test various bugs.
4729         * mp.ch: Fix from John Hobby to allow invalid big number inside
4730         btex..etex.  Will probably appear in the next mp.web.
4732 Sun Nov 10 16:02:08 1996  Karl Berry  <karl@cs.umb.edu>
4734         * Makefile.in (install-data): Install from doc, too.
4735         Install mp.pool, not mpost.pool.
4736         Call mkdirchain.
4737         From Ulrik.
4739         * configure.in: Do X testing here,
4740         * withenable.ac: Instead of here; sinclude ../kpathsea/xt.ac instead.
4742         * withenable.ac (maketextex-default): Test $withval, not $enableval.
4743         From: Gerd Neugebauer <gerd@mailhost.uni-koblenz.de>.
4745 Thu Oct 31 19:27:56 1996  Karl Berry  <karl@cs.umb.edu>
4747         * Makefile.in (texinfo.fmt): Simplify dump rule for recent Texinfo's.
4748         From: Stephen Gildea <gildea@intouchsys.com>.
4750 Sun Oct 27 05:15:03 1996  Karl Berry  <karl@cs.umb.edu>
4752         * patgen.web: New version from peb to avoid division by zero.
4753         * patgen.ch: Remove my hack that did this.
4755 Fri Oct 25 15:11:43 1996  Karl Berry  <karl@cs.umb.edu>
4757         * Makefile.in: Include doc stuff in distribution.
4759 Thu Oct 24 12:56:47 1996  Karl Berry  <karl@cs.umb.edu>
4761         * Makefile.in: Rename the mp binary to mpost, because there is a
4762         Sun OpenWindows program by that name, plus a sort-of-freeware
4763         version thereof.  Sigh, sigh, sigh.  Reported by Thomas.
4765 Wed Oct 23 17:19:29 1996  Karl Berry  <karl@cs.umb.edu>
4767         * help.h: Extra blank line in vftovp's help.
4769         * patgen.ch: Avoid division by zero when printing the efficiency.
4771 Tue Oct 22 13:14:26 1996  Karl Berry  <karl@cs.umb.edu>
4773         * triptrap/texmf.cnf (MPXCOMMAND): Turn off with 0,
4774         not none, which feature I guess I removed from callmakempx
4775         at some point.
4777         * Makefile.in (default, all): Depend on formats, not
4778         $(fmts) $(bases) $(mems).  We weren't remaking the formats.
4779         
4780         * Makefile.in (trip, trap, mptrap): @echo to stderr, no use
4781         redirecting it to the file we tell them to look at.
4783         * mf.ch: Initialize char_class[255]; somehow the loop was changed
4784         to stop at 254?!
4786         * triptrap/texmf.cnf: Oops, can't have comments on the same line
4787         as variable definitions.
4789 Sun Oct 20 18:00:16 1996  Karl Berry  <karl@cs.umb.edu>
4791         * Makefile.in (mpware_sources): New variable.
4792         ($(mpware)): New target, replacing mpware.
4793         (always): No longer needed.
4795 Tue Oct 15 17:23:40 1996  Karl Berry  <karl@cs.umb.edu>
4797         * Makefile.in (version_files): Add mpto.c and newer.c in mpware/.
4799 Mon Oct 14 11:09:28 1996  Karl Berry  <karl@cs.umb.edu>
4801         * cpascal.h (makebinaryfile) [!WIN32]: Define as a no-op.
4802         * dvicopy.ch: Have to change stdin/stdout to be ``binary'' files.
4803         * config.h (DllImport) [_WIN32]: Define.
4804         * Changes for NT from: Fabrice POPINEAU <popineau@esemetz.ese-metz.fr>.
4806         * weave.ch (max_toks, max_texts),
4807         * tangle.ch (max_texts): Increase for tex2pdf.
4809 Sun Oct 13 16:54:11 1996  Karl Berry  <karl@cs.umb.edu>
4811         * patgen.ch: Patch the new call to get_input.
4813         * dvicopy.web: Update (just a doc change) from peb.
4814         * patgen.web: Update to version 2.2 from peb.
4816         * tests: Rename directory from check/, for the sake of Gnits.
4818 Tue Oct  8 16:10:31 1996  Karl Berry  <karl@cs.umb.edu>
4820         * Makefile.in (lib_sources): Add printversion.c.
4821         (version_files): Add makempx.in.
4823 Mon Oct  7 17:12:03 1996  Karl Berry  <karl@cs.umb.edu>
4825         * *.ch: Oops, turns out printversionandexit needs more arguments.
4826         * cpascal.h: Change decl.
4828 Sun Oct  6 18:02:27 1996  Karl Berry  <karl@cs.umb.edu>
4830         * cpascal.h (kpathseaversionstring): Remove this.
4831         (printversionandexit): Declare this.
4832         *.ch: Call the latter with the program banner.
4834 Sun Sep  8 19:14:09 1996  Karl Berry  <karl@cs.umb.edu>
4836         * mp.ch: Fix help message reference to MPtoTeX.
4838 Sat Sep  7 17:34:36 1996  Karl Berry  <karl@cs.umb.edu>
4840         * Makefile.in (default all): Make $(fmts) $(bases) $(mems) by default.
4842 Fri Sep  6 15:03:35 1996  Karl Berry  <karl@cs.umb.edu>
4844         * configure.in: Call AC_PROG_RANLIB.
4846 Wed Aug 14 16:31:42 1996  Karl Berry  <karl@cs.umb.edu>
4848         * tex.ch: Make .ins a ``known'' extension, too.
4850 Sun Aug  4 15:51:41 1996  Karl Berry  <karl@cs.umb.edu>
4852         * cpascal.h (kpathseaversionstring): Need to restore _'s.
4854         * *.ch: print_ln (kpathsea_version_string) with --version.
4856 Fri Jul 26 15:47:35 1996  Karl Berry  <karl@cs.umb.edu>
4858         * Makefile.in: Remove co.make.
4860 Wed Jul 24 10:24:37 1996  Karl Berry  <karl@cs.umb.edu>
4862         * Makefile.in (dist_subdirs, all_subdirs): Remove man.
4864 Sat Jun  8 13:15:40 1996  K. Berry  <kb@cs.umb.edu>
4866         * Makefile.in: Use $(kpathsea_link) instead of $(link_command).
4868 Sat Jun  1 13:12:44 1996  Karl Berry  <karl@cs.umb.edu>
4870         * texmfmp.h (openoutnameok): Move outside of #ifdef TeX conditional.
4872 Mon May 27 13:27:38 1996  Karl Berry  <karl@cs.umb.edu>
4874         * config.h: Use #if __STDC__, not #ifdef.
4876 Sat May 25 15:30:52 1996  Karl Berry  <karl@cs.umb.edu>
4878         * tex.ch: Doc fix.
4880 Fri May 24 11:12:07 1996  Karl Berry  <karl@cs.umb.edu>
4882         * help.h (TEXHELP): Document -extend-jobname.
4883         * tex.ch: Implement it.
4885         * dvitype.ch (name_size): Increase to 1000. We should dynamically
4886         allocate all these arrays, but it doesn't seem worth the trouble
4887         to delay the release even more.
4889 Thu May 23 16:53:38 1996  Karl Berry  <karl@cs.umb.edu>
4891         * bibtex.ch: Dynamically (re)allocate the wiz_fn_space array
4892         wiz_functions, as Nelson has reached the limit.
4894 Mon May 13 17:27:23 1996  Karl Berry  <karl@cs.umb.edu>
4896         * *.ch: Include program name in `need <however many> arguments' error.
4898 Mon May  6 14:42:09 1996  Karl Berry  <karl@cs.umb.edu>
4900         * dvitype.ch: Doc fixes.
4902 Fri May  3 17:34:29 1996  Karl Berry  <karl@cs.umb.edu>
4904         * withenable.ac: Use AC_ARG_WITH instead of AC_ARG_ENABLE for
4905         maketextex-default.
4906         Turn off MakeTeXTeX by default, as intended.
4907         Remove maketexmf-default -- that is in kpathsea now.
4909 Thu May  2 14:14:38 1996  Karl Berry  <karl@cs.umb.edu>
4911         * Makefile.in (dist_subdirs): Add contrib, rename data to share.
4913         * kpathsea.make (c_auto_h_dir): Restore this.
4915 Mon Apr 29 16:09:10 1996  Karl Berry  <karl@cs.umb.edu>
4917         * Makefile.in ({tex,mp,mf}.pool): Add these targets along with the
4918         .p's, since they get made at the same time.  We never depend on them.
4920 Sun Apr 28 15:06:15 1996  Karl Berry  <karl@cs.umb.edu>
4922         * configure.in (pb_AC_ASM_UNDERSCORE): Add call to new routine.
4923         From: Peter Breitenlohner <peb@MPPMU.MPG.DE>.
4925 Sat Apr 27 17:11:00 1996  Karl Berry  <karl@cs.umb.edu>
4927         * tex.ch: Add changes from Wayne for dynamically allocated number
4928         of hyphenation exceptions.
4930 Mon Apr 22 11:47:17 1996  Karl Berry  <karl@cs.umb.edu>
4932         * pktogf.ch: Correct call to kpse_open_file.
4934 Sun Apr 21 17:27:02 1996  Karl Berry  <karl@cs.umb.edu>
4936         * help.h (MFHELP, TEXHELP): Document [-no]-maketex.
4938 Wed Mar 13 15:43:00 1996  Karl Berry  <karl@cs.umb.edu>
4940         * configure.in (AC_OUTPUT): Add doc/Makefile.
4942 Tue Mar 12 15:27:37 1996  Karl Berry  <karl@cs.umb.edu>
4944         * tex.ch (hyph_size): Increase to 1009.
4946 Sun Mar 10 15:56:35 1996  Karl Berry  <karl@cs.umb.edu>
4948         * tex.ch (\openout): Don't log if the log file isn't open yet.
4950         * bibtex.ch (glob_str_size): Increase to buf_size. Suggested by Ulrik.
4951         Could dynamically allocate it (and global_strs, etc.), a la
4952         entry_strs, but time is fleeting.
4954 Fri Feb 23 11:23:27 1996  Karl Berry  <karl@cs.umb.edu>
4956         * bibtex.ch: Doc fix.
4958 Sun Feb 18 16:18:54 1996  Karl Berry  <karl@cs.umb.edu>
4960         * (most).ch: Change xopenfile calls to kpse_find_file.
4962 Sat Feb 17 15:22:59 1996  Karl Berry  <karl@cs.umb.edu>
4964         * tex.ch (\openout): Log what we open, and disallow some filenames.
4965         * texmfmp.h (openoutnameok): Declare this.
4967 Fri Feb 16 17:55:12 1996  Karl Berry  <karl@cs.umb.edu>
4969         * texmfmp.h (NONASCII): Define this.
4971 Thu Feb 15 14:11:58 1996  Karl Berry  <karl@cs.umb.edu>
4973         * tex.ch: Set kpse_make_tex_discard_errors if interaction = batchmode.
4974         * mf.ch, mp.ch: Likewise.
4975         * Makefile.in (tex-check): Include check that this works.
4976         * texmfmp.h: Include <kpathsea/tex-make.h>.
4977         * cpascal.h (kpsemaketexdiscarderrors): New macro.
4978         
4979         * data: Rename to `share'.
4980         * Makefile.in: Uses changed.
4982 Wed Feb 14 11:25:03 1996  Karl Berry  <karl@cs.umb.edu>
4984         * mf.ch, mp.ch: Incorporate patches for length of single-character
4985         unprintable strings, per message to tex-implementors.
4986         From: vieth@thphy.uni-duesseldorf.de (Ulrik Vieth).
4987         Date: Wed, 20 Dec 1995 13:43:52 +0100.
4989 Sat Feb 10 15:17:45 1996  Karl Berry  <karl@cs.umb.edu>
4991         * mf.ch: Use halfp where possible (from Andreas Scherer).
4993         * tex.ch: Add copyright clarification (from bernd).
4995         * help.h ({TEX,MF,MP}HELP): -program is really -progname.
4997         * tex.ch, mf.ch, mp.ch: Remove word `default' in ``Can't find the
4998         default ___ foo.''
5000 Fri Feb  9 15:46:31 1996  Karl Berry  <karl@cs.umb.edu>
5002         * withenable.ac: --with-maketexpk etc. moved to
5003         kpathsea/withenable.ac.
5005 Sat Feb  3 15:45:15 1996  Karl Berry  <karl@cs.umb.edu>
5007         * Makefile.in (DEFS): Move to common.make.
5009 Sun Dec 31 16:46:23 1995  Karl Berry  <karl@cs.umb.edu>
5011         * cpascal.h (kpsefindmft): Add to underscore-less list.
5013 Fri Dec 29 17:17:02 1995  Karl Berry  <karl@cs.umb.edu>
5015         * Makefile.in: misc.make is now clean.make.
5017 Tue Dec 26 15:04:10 1995  Karl Berry  <karl@cs.umb.edu>
5019         * Makefile.in (program_files): Add *.ac.
5020         * withenable.ac: New file.
5022         * configure.in (maketex*): Fix doc strings.
5024 Mon Dec 18 11:29:44 1995  Karl Berry  <karl@cs.umb.edu>
5026         * Makefile.in (programs): New target.
5028 Sun Dec 17 15:10:09 1995  Karl Berry  <karl@cs.umb.edu>
5030         * tex.ch: Add support for dumping interesting parts of the .fmt
5031         file, to aid in debugging latex, etc.  Suggested by David Carlisle.
5033 Tue Dec 12 15:57:15 1995  Karl Berry  <karl@cs.umb.edu>
5035         * Makefile.in (install-links): Make dependency of install-exec,
5036         rather than install-data.
5037         (install-exec): Install the pool files as well.
5038         From Ulrik.
5040         * mf.ch, mp.ch: Module number corrections, etc., from Ulrik.
5042 Mon Dec 11 12:59:16 1995  Karl Berry  <karl@cs.umb.edu>
5044         * Makefile.in (tex-check): Add run of Bernd's mltextst.tex, and
5045         add that file to check/.
5047         * weave.ch: Remove bogus increment of optind that prevented
5048         recognition of the change file.
5050 Sun Dec 10 14:58:38 1995  Karl Berry  <karl@cs.umb.edu>
5052         * Makefile.in (post-dist): Include tangleboot.p.
5054         * mf.ch: Back to disallowing 8-bit characters.
5055         * mp.ch: Disallow in general, but allow when |tex_flushing|.
5056         From Ulrik.
5058         * Makefile.in (check/check.log): New target.
5059         (pre-dist): Depend on it.
5061         * mft.ch: Use kpse_find_mft.
5063         * Makefile.in (triptrap): Rename from mptriptrap. From Ulrik.
5065         * triptrap/texmf.cnf: Remove pool_size.mp, since it was being
5066         treated as 32000 anyway. From Ulrik.
5068         * cpascal.h: Doc fix, from a comment by Andreas S.
5070         * Makefile.in (install-man): New target, dependency of
5071         install-data. 
5072         (install-links): Don't install tex as a link, it's the binary.
5073         From: Joern Clausen <joern@techfak.uni-bielefeld.de> (among others).
5075 Sat Dec  9 20:26:51 1995  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
5077       * cpascal.h (kpsemftformat): Add this for MFT style files.
5079 Sun Dec  3 13:42:33 1995  Karl Berry  <karl@cs.umb.edu>
5081         * mp.ch: Make character 255 invalid here, too.
5082         Allow input filenames like `one.two.mp'.
5084         * tex.ch: .dtx is another special case for TeX input.
5086 Fri Dec  1 16:15:32 1995  Karl Berry  <karl@cs.umb.edu>
5088         * mf.ch, mp.ch, mft.ch: Patches from Ulrik to allow 8-bit
5089         input. (Although bugs remain.)
5090         
5091 Mon Nov 27 11:10:53 1995  Karl Berry  <karl@cs.umb.edu>
5093         * Makefile.in (install-links): Install mltex as a link to virtex.
5095 Sun Nov 26 13:40:01 1995  Karl Berry  <karl@cs.umb.edu>
5097         * help.h (TEXHELP): Document -mltex.
5099 Fri Nov 24 13:16:13 1995  Karl Berry  <karl@cs.umb.edu>
5101         * Makefile.in (install-data): Avoid use of basename here.
5103 Thu Nov 23 15:20:24 1995  Karl Berry  <karl@cs.umb.edu>
5105         * dvicopy.web, dvicopy.ch: Update for version 1.5.
5107 Wed Nov 22 13:04:50 1995  Karl Berry  <karl@cs.umb.edu>
5109         * mft.ch: Treat tab and form feed like spaces on input.
5111         * {weave,tangle,mft,patgen,vptovf,pltotf}.ch: Increase input line
5112         length limit to 3000. From Ulrik.
5114 Sun Nov 19 16:05:06 1995  Karl Berry  <karl@cs.umb.edu>
5116         * Makefile.in (program_files): Remove tangleboot.p.
5117         (dist): Don't include various files in check/.
5118         (distclean): Remove tangleboot.
5119         (clean): Remove *.fmt, etc.
5120         From John I.
5122 Sat Nov 18 17:05:37 1995  Karl Berry  <karl@cs.umb.edu>
5124         * Makefile.in (distclean): Remove *extra.c. From Peter Dyballa.
5126         * tex.ch: String recycling changes from Bernd.
5128 Fri Nov 17 13:22:31 1995  Karl Berry  <karl@cs.umb.edu>
5130         * mp.ch (open_write_file): Needs modification for Amiga. From
5131         Andreas S.
5133         * gftodvi.ch (start_gf): Initialize arg_buf_ptr. From Andreas S.
5135         * help.h (TEXHELP, MFHELP, MPHELP): Document new option -program.
5137         * tangle.ch, weave.ch: Correct logic for finding chg_name. From
5138         Ulrik and Andreas S.
5140         * cpascal.h (libcfree): Use this name instead of cfree, which
5141         historically exists on some systems.
5142         * tex.ch, mf.ch, mp.ch: Change the calls.
5144         * dvitomp.ch, gftodvi.ch: abs => fabs. From Ulrik.
5146 Thu Nov 16 16:18:11 1995  Karl Berry  <karl@cs.umb.edu>
5148         * weave.ch, vptovf.ch, tangle.ch, pltotf.ch, patgen.ch: Call
5149         kpse_set_progname. From Gregor Hoffleit.
5151         * Makefile.in (install-exec): make install-exec in mpware.
5152         (clean): Remove junk from mptriptrap.
5153         (install-links, install-fmts, etc.): Various fixes.
5154         From Ulrik.
5156         * config.h (AMIGAWIN) [AMIGA]: Define this. From Andreas Scherer.
5158 Sun Nov 12 16:05:44 1995  Karl Berry  <karl@cs.umb.edu>
5160         * gftype.ch (parse_arguments): Had <> -1 instead of = -1 when
5161         checking the getopt_return_val.
5163         * mf.ch, mp.ch (ab_vs_cd): Remove assembler possibility for this,
5164         since it's not an inner loop function. From Wayne.
5166         * mp.ch: Allow more comment characters in psfonts.map.
5167         Make all error messages use `psfonts.map' consistently. From Ulrik.
5169         * help.h (TEXHELP): -shell-escape instead of -noshell. Alphabetize
5170         all (excepting -help/-version).
5172         * tex.ch: Adding logging of system, disable by default, convert to
5173         external character set. Suggested by Bernd, Nelson, et al.
5175         * Makefile.in (dvitomp-check): Use ./dvitomp.
5177 Mon Oct 30 17:04:19 1995  Karl Berry  <karl@cs.umb.edu>
5179         * help.h (MPHELP): Corrections from John Hobby.
5181 Sun Oct 22 16:47:23 1995  Karl Berry  <karl@cs.umb.edu>
5183         * Makefile.in (mems, bases, fmts, formats, mptriptrap): New
5184         targets. Reported by Ulrik.
5185         (web2c, .ch.p, tangle.p): Use $(shared_env). From Simon.
5186         (tex.fmt, latex.fmt): Missing \ before \input. Reported by Tim.
5187         (install-links): Install vir* links as well as ini*. Reported by Tim.
5189 Sat Oct  7 17:48:43 1995  Karl Berry  <karl@cs.umb.edu>
5191         * Makefile.in (install-links): Also depend on install-mems. From Ulrik.
5193 Fri Oct  6 16:26:13 1995  Karl Berry  <karl@cs.umb.edu>
5195         * Makefile.in: Use ./<program> instead of just <program>, in the
5196         *-check targets and trip. From Wayne.
5198         * help.h ({TEX,MF,MP}HELP: Document %&ini.
5200 Mon Oct  2 15:55:57 1995  Karl Berry  <karl@cs.umb.edu>
5202         * pooltype.ch: Call kpse_set_progname.
5204 Sat Sep 30 15:06:57 1995  Karl Berry  <karl@cs.umb.edu>
5206         * tex.ch: Add \write18 and -output-comment support.
5207         * help.h (TEX_HELP): Document the options.
5209 Sat Sep 23 15:05:06 1995  Karl Berry  <karl@cs.umb.edu>
5211         * configure.in (strtol): Move this test to kpathsea, since we
5212         can only use it once.
5214 Wed Sep 20 16:22:54 1995  Karl Berry  <karl@cs.umb.edu>
5216         * tex.ch: Chop off an extension of .ltx, .texi, or .texinfo after
5217         all, when making the jobname.
5219 Sun Sep 17 11:48:34 1995  Karl Berry  <karl@cs.umb.edu>
5221         * configure.in: Enable MakeTeXMF and MakeTeXTFM by default.
5223 Sat Sep  9 16:26:01 1995  Karl Berry  <karl@cs.umb.edu>
5225         * Makefile.in (install-data): Install the *.map files.
5226         (dist): Put the .tcx and .map files in a subdir `data'.
5228 Thu Sep  7 12:43:02 1995  Karl Berry  <karl@cs.umb.edu>
5230         * Makefile.in (lib_sources): Remove xopenfile.c.
5232 Mon Sep  4 17:15:43 1995  Karl Berry  <karl@cs.umb.edu>
5234         * cpascal.h (xopenfile): Moved to kpathsea.
5236 Fri Sep  1 17:43:05 1995  Karl Berry  <karl@cs.umb.edu>
5238         * configure.in: Doc fix.
5239         * texmfmem.h: Doc fix.
5241 Thu Aug 31 13:36:09 1995  Karl Berry  <karl@cs.umb.edu>
5243         * cpascal.h (odd): Maybe x & 1 is better than x % 2.
5244         (half, halfp, roundscaled, roundfraction, floorscaled,
5245         floorunscaled): Define these.
5246         * mf.ch, mp.ch (ab_vs_cd) [ASM_SCALED_FRACTION]: ifdef this, and
5247         use the routines above.
5248         * configure.in: If Linux, set and substitute for @system_optimize@.
5250 Wed Aug 30 16:30:56 1995  Karl Berry  <karl@cs.umb.edu>
5252         * texmfmem.h: Remove junkx and junky in LittleEndian case.
5253         Reported by Wayne.
5255         * config.h (NO_DUMP_SHARE): Renamed from NO_FMTBASE_SWAP.
5257 Fri Aug 25 13:21:31 1995  Karl Berry  <karl@cs.umb.edu>
5259         * Makefile.in (prereq-lose, tex.fmt, latex.fmt, mp.mem, etc.): New
5260         targets, mostly copied from the old Makefiles. Run kpsewhich to
5261         make sure the input files are there first.
5263 Thu Aug 24 19:13:02 1995  Karl Berry  <karl@cs.umb.edu>
5265         * help.h (TEXHELP, MPHELP, MFHELP): Mention the &DUMPFILE capability.
5267 Tue Aug 22 11:44:08 1995  Karl Berry  <karl@cs.umb.edu>
5269         * kpathsea.make (c_auto_h_dir): Define this.
5271         * dvitype.ch: Don't call xfclose if we didn't open the tfm file.
5273 Mon Aug 21 16:43:39 1995  Karl Berry  <karl@cs.umb.edu>
5275         * cpascal.h (FOPENRMODE): Define this.
5276         * dvitype.ch (open_tfm_file): Don't call xopenfile, since we don't
5277         want to exit if no TFM file.
5279 Fri Aug 18 09:21:14 1995  Karl Berry  <karl@cs.umb.edu>
5281         * Makefile.in (program_files): Put .tcx files here.
5283 Tue Aug  8 14:56:49 1995  Karl Berry  <karl@cs.umb.edu>
5285         * cpascal.h (putbyte): Swallow semicolon.
5287 Thu Aug  3 11:32:07 1995  Karl Berry  <karl@cs.umb.edu>
5289         * Makefile.in (dist): Only remake triptrapdiffs if necessary.
5291 Tue Aug  1 19:26:21 1995  Karl Berry  <karl@cs.umb.edu>
5293         * tex.ch: Merge Wayne's dynamic font sizing changes.
5294         * texmfmem.h (B0, B1): Declare as short, instead of quarterword.
5296 Mon Jul 31 17:46:11 1995  Karl Berry  <karl@cs.umb.edu>
5298         * mp.ch, mf.ch, tex.ch: Omit $ from setup_bound_var calls.
5300 Sat Jul 29 13:13:31 1995  Karl Berry  <karl@cs.umb.edu>
5302         * configure.in: Generate mpware/Makefile.
5304         * texmfmp.h: Rename from texmf.h.
5306         * dvitomp.ch, dvitomp.web: New files.
5307         * Makefile.in: Add rules to make dvitomp.
5308         * help.h (DVITOMPHELP): Define this.
5310 Fri Jul 28 11:10:46 1995  Karl Berry  <karl@cs.umb.edu>
5312         * mp.ch: Dynamically allocate/set str_pool, string_vacancies,
5313         etc., for the sake of the mptrap test.
5315         * Makefile.in (post-dist): Include *.sed. From Greg.
5317         * kpathsea.make (kpathsea_parent): Define as ../.., not using
5318         $(top_srcdir). From Greg.
5320         * mp.ch (copy_old_name): Null-terminate.
5321         
5322         * triptrap/texmf.cnf (MPXCOMMAND): Set to `none'.
5324 Thu Jul 27 17:56:18 1995  Karl Berry  <karl@cs.umb.edu>
5326         * mp.ch (more_name): Rewrite to make last . the one that counts
5327         for the extension. And change jobname setting accordingly.
5329         * Makefile.in (all_subdirs): Add window.
5331 Tue Jul 25 13:17:28 1995  Karl Berry  <karl@cs.umb.edu>
5333         * mp.ch: malloc old_file_name.
5335 Mon Jul 24 17:45:42 1995  Karl Berry  <karl@cs.umb.edu>
5337         * Makefile.in (mptrap): New target.
5338         (trap): Rename some trap.* files to avoid conflicts.
5340 Sun Jul 23 11:43:51 1995  Karl Berry  <karl@cs.umb.edu>
5342         * help.h (MPHELP): Define this.
5344 Sat Jul 22 14:20:50 1995  Karl Berry  <karl@cs.umb.edu>
5346         * *.ch: Reformat changes to get rid of extra % lines, etc.
5348         * Makefile.in (mp, mfpextra.c): New target.
5349         (mp_o, mp_c): New variables.
5350         * texmfmem.h: Include MP in #ifdef's and comments.
5352 Fri Jul 21 15:31:17 1995  Karl Berry  <karl@cs.umb.edu>
5354         * texmf.h (undumpuppercheckthings): New macro.
5355         * tex.ch (hyf_next, font_name, font_area): Use it. These base
5356         types are unsigned, so comparing to 0 is redundant.
5358         * mf.ch: Dynamicize main memory, a la TeX. Now with a memory size
5359         of 3001, we pass the trap test. Whew.
5361 Thu Jul 20 13:48:40 1995  Karl Berry  <karl@cs.umb.edu>
5363         * texmf.h (put[24]bytes): Define these again.
5364         * mf.ch: Use them instead of the default for tfm_two and tfm_four.vb
5366         * mf.ch: Dynamically set error_line, half_error_line,
5367         max_print_line, gf_buf, gf_buf_size. This is for the trap test.
5369 Wed Jul 19 11:31:00 1995  Karl Berry  <karl@cs.umb.edu>
5371         * tex.ch (dvi_buf_size): Rename all occurrences of dvibuf_size.
5373 Tue Jul 18 14:09:15 1995  Karl Berry  <karl@cs.umb.edu>
5375         * Makefile.in (install-links): Install links for inimf and initex.
5377         * configure.in: Check for -lposix giving us sigemptyset.
5378         From: bernt@weinberg.pop.bio.aau.dk (Bernt Guldbrandtsen).
5380 Mon Jul 17 13:08:32 1995  Karl Berry  <karl@cs.umb.edu>
5382         * configure.in: Change default to not include X support.
5384         * Makefile.in (mf): Add dependency on $(windowlib), and link with
5385         $(windowlink).
5386         $(windowlib): New variable, target, etc.
5387         * window: New directory for the window support.
5389         * configure.in: Use NO_DUMP_SHARE rather than NO_FMTBASE_SHARE, in
5390         preparation for Metapost.
5392 Sun Jul 16 14:19:04 1995  Karl Berry  <karl@cs.umb.edu>
5394         * configure.in (ipc, auto-dump): AC_ARG_ENABLE these.
5396 Sat Jul 15 16:04:13 1995  Karl Berry  <karl@cs.umb.edu>
5398         * acconfig.h: Make this a symlink to ../kpathsea/acconfig.h, as
5399         with everything else.
5400         * configure.in: Start adding all the --with's and --enable's.
5402         * tex.ch: Patches from Wayne to allow extending the hash table via
5403         a hash_extra value.
5405 Fri Jul 14 14:36:47 1995  Karl Berry  <karl@cs.umb.edu>
5407         * tex.ch: Regenerate the first 256 strings if the user changed
5408         which characters are printable.
5410 Thu Jul 13 14:09:19 1995  Karl Berry  <karl@cs.umb.edu>
5412         * help.h (TEXHELP): Document -translate-file.
5413         * texmf.h (setupcharset): Declare this.
5414         * tex.ch (is_printable): Declare this new array.
5416 Sat Jul  8 13:54:13 1995  Karl Berry  <karl@cs.umb.edu>
5418         * bibtex.ch (stat, tats): Enable these by default.
5420         * cpascal.h (BIB_XRETALLOC): Slight front end to XRETALLOC for
5421        BibTeX's dynamic arrays.
5423 Wed Jul  5 17:47:03 1995  Karl Berry  <karl@cs.umb.edu>
5425         * bibtex.ch: Begin merging changes for dynamic array allocation.
5426         From Nelson.
5428 Thu Jun 29 19:06:31 1995  Karl Berry  <karl@cs.umb.edu>
5430         * tex.ch (font_bc, font_ec): Do not check these unsigned char
5431         values against the range [0,255] when undumping.
5432         
5433         * tex.ch: Use fputs instead of wterm for string variables
5434         name_of_file, TEX_format_default.
5435         * mf.ch: Likewise.
5437         * help.h (TEX_IPC_HELP): Split this out from TEXHELP.
5439 Wed Jun 21 15:35:09 1995  Karl Berry  <karl@cs.umb.edu>
5441         * help.h (MFHELP, TEXHELP): Document -base and -fmt respectively.
5443         * tex.ch: Restore checking of various arrays when undumping.
5444         * texmf.h (undumpcheckedthings): Macro to do the checking.
5446 Tue Jun 20 19:53:38 1995  Karl Berry  <karl@cs.umb.edu>
5448         * help.h (TEXHELP) [IPC]: Document -ipc and -ipc-start.
5450 Fri Jun 16 11:45:48 1995  Karl Berry  <karl@cs.umb.edu>
5452         * tex.ch: Add IPC changes.
5453         From: Shamim Mohamed <shamim@howland.isu.edu>
5454         From: Tomas G. Rokicki <rokicki@CS.Stanford.EDU>
5456 Tue Jun 13 11:30:57 1995  Karl Berry  <karl@cs.umb.edu>
5458         * tex.ch (max_font_max): Increase to 1000, why not.
5459         * mf.ch (tfm_out, tfm_two, tfm_four, tfm_qqqq): Leave default
5460         definitions.
5462         * kpathsea.make (kpathsea_parent): Use $(top_srcdir). From Greg.
5464 Sat Jun 10 19:25:10 1995  Karl Berry  <karl@cs.umb.edu>
5466         * texmf.h: Include c-pathch.h.
5468         * tex.ch: Add changes to allow > 256 fonts.
5469         * texmfmem.h (fmemoryword): New type.
5470         From: wgs@maths.ucd.ie (Wayne G. Sullivan) and
5471         From: Bernd Raichle <raichle@azu.informatik.uni-stuttgart.de>.
5473 Thu Jun  8 20:11:43 1995  Karl Berry  <karl@cs.umb.edu>
5475         * mf.ch: Use IS_AREA_SEP here, too.
5477 Sun Jun  4 13:56:08 1995  Karl Berry  <karl@cs.umb.edu>
5479         * config.h (unlink) [UNLINK_MISSING && HAVE_REMOVE]: Define as remove.
5481         * mft.ch: No longer need special case in input_ln, eof itself
5482         checks now.
5483         * {tangle,weave}.ch: Avoid /dev/null by just leaving the variable
5484         name NULL.
5486         * tex.ch (area_delimiter): Do : stuff for Amiga. From Andreas Scherer.
5488         * texmf.h (initscreen, updatescreen, blankrectangle, paintrow):
5489         Add prototypes for these.
5491         * Makefile.in (post-dist): Work on this.
5493 Sat Jun  3 11:45:32 1995  Karl Berry  <karl@cs.umb.edu>
5495         * tex.ch: Redo setup_bound_var to allow _'s in the names the user sees.
5497         * bibtex.ch (ent_str_size): Double to 200. From Nelson.
5499         * texmf.h (setupboundvariable): Declare this.
5501 Fri Jun  2 17:37:36 1995  Karl Berry  <karl@cs.umb.edu>
5503         * tex.ch: Merge in Wayne's dynamic array diffs.
5504         (hash_size, hash_prime): Increase to 10000 and 8501 for no
5505         particular reason.
5507         * texmf.h (xmallocarray): Add one to element size.
5509 Thu Jun  1 11:45:11 1995  Karl Berry  <karl@cs.umb.edu>
5511         * tex.ch, mf.ch: If input file is foo.tex, output goes to foo.dvi,
5512         not foo.tex.dvi!  Fix from May 28 change.
5513         
5514         * tex.ch (trie_size): Increase to 50000 to support U[KS] English,
5515         French, and German.
5516         From: Richard Walker <Richard.Walker@cs.anu.edu.au>.
5517         (nest_size): Increase to 100.
5518         From: lamport@src.dec.com.
5520         * {tex,mf,bibtex,gftodvi}.ch (name_of_file): Declare as a pointer
5521         to text_char, not char, so 8-bit filenames get echoed in correctly
5522         in ^^ notation.  From: thorinn@diku.dk (Lars Mathiesen).
5524 Sun May 28 17:45:33 1995  Karl Berry  <karl@cs.umb.edu>
5526         * tex.ch, mf.ch: If input file is a.b.{tex,mf}, jobname is a.b, so
5527         we write to a.b.log. From rs@purple.in-ulm.de (Ralph Schleicher).
5529         * vptovf.ch: Increase sizes of constants (Sebastian).
5531 Sat May 27 17:15:46 1995  Karl Berry  <karl@cs.umb.edu>
5533         * dvi{type,copy}.ch: Add options to replace the dialogue.
5535 Fri May 26 17:34:06 1995  Karl Berry  <karl@cs.umb.edu>
5537         * config.h (strtol) [!HAVE_STRTOL]: Declare this.
5538         * configure.in (strtol): AC_CHECK_FUNCS for it.
5539         
5540         * cpascal.h (addressofint): Rename to just addressof.
5541         * *.ch: Change calls.
5543 Wed May 24 19:37:25 1995  Karl Berry  <karl@cs.umb.edu>
5545         * help.h, *.ch: Finish -help and -version for all but dvitype.
5547 Sat May 20 13:02:04 1995  Karl Berry  <karl@cs.umb.edu>
5549         * *.ch: Use new usage(1, 'progname'). 
5551         * cpascal.h (basenamechangesuffix): Take three args now.
5552         *.ch: Change calls.
5554 Fri May 19 19:29:06 1995  Karl Berry  <karl@cs.umb.edu>
5556         * cpascal.h (findsuffix): Another in the underscore list.
5557         
5558         * help.h (GFTOPK): Define help string.
5559         * gftopk.ch: Add -help and -version support.
5561 Tue May 16 15:47:02 1995  Karl Berry  <karl@cs.umb.edu>
5563         * cpascal.h (removesuffix): Add this to the underscore list.
5565         * help.h (MFT, PATGEN, VFTOVP): Define help string.
5566         * {vftovp,patgen,mft}.ch: Add -help and -version support.
5568 Sun May 14 11:14:46 1995  Karl Berry  <karl@fosse>
5570         * texmf.h (bytefile, wordfile): Do not define here.
5571         * mf.ch, tex.ch (alpha_file, byte_file, word_file): Keep these
5572         declarations.
5574 Tue May  9 15:47:55 1995  Karl Berry  <karl@cs.umb.edu>
5576         * help.h (PKTYPE, GFTYPE, TFTOPL, PKTOGF): Define *HELP strings.
5577         * {pktogf,tftopl,gftype,pktype}.ch: Add -help and -version support.
5579 Mon May  8 12:05:05 1995  Karl Berry  <karl@cs.umb.edu>
5581         * pooltype.ch: Append `pool' if necessary.
5583 Sat May  6 11:24:01 1995  Karl Berry  <karl@cs.umb.edu>
5585         * Makefile.in (lib_sources): Add usage.c.
5586         * config.h (usage): Declare it.
5588 Fri May  5 17:48:13 1995  Karl Berry  <karl@cs.umb.edu>
5590         * pooltype.ch: Write the usage function in C now, passing in the
5591         help string.
5593 Thu May  4 19:41:05 1995  Karl Berry  <karl@cs.umb.edu>
5595         * cpascal.h: Include help.h.
5596         * help.h: New file for help messages.
5598 Fri Apr 28 13:45:08 1995  Karl Berry  <karl@cs.umb.edu>
5600         * cpascal.h: Include kpathsea/tex-file.h here.
5601         * *.ch: Don't bother including it in only the relevant change files.
5602         
5603         * cpascal.h (alphafile, fileptr): Don't bother defining these.
5604         * bibtex.ch (alpha_file): Define as text.
5606 Tue Apr 25 13:43:13 1995  Karl Berry  <karl@cs.umb.edu>
5608         * *.ch: Don't bother changing program statements or removing
5609         compiler directives now.
5611         * *.ch: Use ^char instead of c_string where possible.
5613         * Makefile.in: Clean up clean rules, etc.
5615         * Update all .web files from 21 March 1995 Knuth archive.  (bibtex,
5616         dvicopy, and pktogf are not included.)  New versions for dvitype (3.5),
5617         mf (2.718), pltotf (3.5), tangle (4.4), tex (3.14159), and
5618         vptovf (1.4).
5620 Sun Apr 23 10:54:58 1995  Karl Berry  <karl@cs.umb.edu>
5622         * Makefile.in (mfextra.c, texextra.c): Don't just link, substitute
5623         for which one we are.
5625 Sat Apr 22 13:22:09 1995  Karl Berry  <karl@cs.umb.edu>
5627         * mf.ch (format_ident): Don't set to INIMF unless we are.
5629         * texmf.h (kpsetexpoolformat): Define this.
5630         (write_out): Let's try always using fwrite.  Shouldn't it be more
5631         efficient than write(2)?
5632         (xmallocarray): New routine for the hyphenation tries.
5634         * tex.ch: Avoid special case for first bad_pool; instead, change
5635         a_close to not complain about already-closed files.
5636         * tex.ch: Use kpathsea routines and constants.
5637         
5638         * mf.ch: Copy pool file in correctly.
5640 Fri Apr 21 11:16:12 1995  Karl Berry  <karl@cs.umb.edu>
5642         * cpascal.h: Include progname.h.
5643         (putbyte): Check return status.
5645         * Makefile.in (web2c_programs): Remove regfix.
5647         * cpascal.h, texmf.h: Add prototypes.
5649         * mf.ch (debug, gubed): Use the cpp symbol MF_DEBUG, instead of
5650         DEBUG, which kpathsea uses.  Use kpathsea routines and constants.
5652 Tue Apr 18 11:03:55 1995  Karl Berry  <karl@cs.umb.edu>
5654         * cpascal.h (cfree): Define this.
5656         * texmf.h (dump_path): Define as the kpse_*_fmt, not the old path name.
5658 Mon Apr 17 10:00:04 1995  Karl Berry  <karl@cs.umb.edu>
5660         * Makefile.in: Add rules for Metafont and TeX.
5662 Fri Apr 14 15:30:34 1995  Karl Berry  <karl@cs.umb.edu>
5664         * dvicopy.ch, dvitype.ch, gftopk.ch: Use xfseek and xftell instead
5665         of checked_fseek.
5666         * cpascal.h (checked_fseek): Remove this.
5668         * cpascal.h (open_input, open_output, aclose): Declare with prototypes.
5670 Tue Apr 11 13:15:51 1995  Karl Berry  <karl@cs.umb.edu>
5672         * Makefile.in (bibtex.c): Depend on bibtex.cvtsed.
5674 Mon Apr 10 17:07:52 1995  Karl Berry  <karl@cs.umb.edu>
5676         * cpascal.h (standardinput, standardoutput): Do not conditionalize
5677         these on BibTeX.
5679 Tue Apr  4 15:22:08 1995  Karl Berry  <karl@cs.umb.edu>
5681         * Makefile.in (web2c/web2c): Dependency is now on web2c/main.c,
5682         not web2c/web2c.c.
5684         * cpascal.h (kpse{bib,bst}format): Add these.
5686         * bibtex.ch: Don't use file_name_size as an array size.
5688 Sun Mar 19 17:53:01 1995  Karl Berry  <karl@cs.umb.edu>
5690         * gftodvi.ch: Add -help, -version, change help message.
5692 Sat Mar 18 17:24:47 1995  Karl Berry  <karl@cs.umb.edu>
5694         * cpascal.h (input): #define as stdin.
5695         (kpsefindvf): Also use this for dvicopy.
5697 Fri Mar 10 10:52:09 1995  Karl Berry  <karl@cs.umb.edu>
5699         * *.ch (arg_options): Don't bother defining this, we never use it
5700         any more.
5702 Thu Mar  9 15:50:12 1995  Karl Berry  <karl@cs.umb.edu>
5704         * acconfig.h: Warn that this is not the right thing to edit to fix
5705         configuration problems.
5707 Tue Feb 21 13:41:25 1995  Karl Berry  <karl@cs.umb.edu>
5709         * cpascal.h (output): Define as stdout.
5710         * *.ch: Don't bother to redefine `output' as `stdout'.
5712 Mon Feb 20 15:24:31 1995  Karl Berry  <karl@cs.umb.edu>
5714         * *.ch: Rationalize argument parsing and usage messages.
5716         * cpascal.h (kpsefind{mf,tex}): Define these.
5718 Sun Feb  5 15:26:28 1995  Karl Berry  <karl@cs.umb.edu>
5720         * cpascal.h (basenamechangesuffix): Declare this.
5722 Tue Jan 10 11:43:27 1995  Karl Berry  <karl@cs.umb.edu>
5724         * texmf.h (glueratio): Move to here from config.h.
5725         * config.h (ourpaths.h): No longer needed.
5726         (link, getname, etc.): Move to cpascal.h.
5728         * cpascal.h (nil): Define to be NULL.
5729         * pktogf.ch: Use nil instead of NULL.
5731 Sat Jan  7 16:31:15 1995  Karl Berry  <karl@cs.umb.edu>
5733         * cpascal.h (kpseinitprog): Add this.
5735 Tue Jan  3 15:19:52 1995  Karl Berry  <karl@cs.umb.edu>
5737         * config.h: getopt.h is in kpathsea now.
5739 Mon Dec 19 13:22:04 1994  Karl Berry  <karl@cs.umb.edu>
5741         * cpascal.h (kpsefindfile): Add this -- more _ synonyms.
5742         (kpse{pk,vf}format): And this.
5744 Sun Dec 18 16:33:29 1994  Karl Berry  <karl@cs.umb.edu>
5746         * cpascal.h (flush): May as well define `break' as fflush in the
5747         change files, and remove this.
5748         * *.ch: Redefine `break' as `fflush' instead of `flush'.
5750 Sat Dec 17 13:40:19 1994  Karl Berry  <karl@cs.umb.edu>
5752         * vptovf.ch: Use cmdline instead of argv, rename gargv to argv,
5753         make the filenames be C strings, and extend them if necessary.
5755         * config.h (chartostring): Declare it.
5756         (setpaths): Remove this.
5757         * cpascal.h: Doc fix.
5759         * tangle.ch (Parse arguments): Use char_to_string instead of
5760         make_suffix_char.
5761         * weave.ch (Define the option...): Use char_to_string for -x.
5763 Thu Nov 24 13:34:16 1994  Karl Berry  <karl@cs.umb.edu>
5765         * vptovf.ch (hash_size, max_kerns): Increase per Sebastian.
5767 Tue Nov 15 11:47:35 1994  Karl Berry  <karl@cs.umb.edu>
5769         * cpascal.h (kpsesetprogname): Define to
5770         kpse_set_progname. Gosh, this is annoying.
5772 Mon Nov 14 13:28:04 1994  Karl Berry  <karl@cs.umb.edu>
5774         * {patgen,pooltype,pltotf,tftopl}.ch: Rewrite for argv changes, etc.
5776         * cpascal.h (vstrcpy, vstrcat): Toss these. Change callers.
5778         * *.ch: Rename c_char_pointer to c_string.
5780         * config.h (argv): Rename to cmdline, and make a function.
5781         * main.c (cmdline): Renamed from argv.
5782         (gargv): Rename to argv.
5783         (makesuffixchar): Declare.
5785 Sun Nov 13 16:19:27 1994  Karl Berry  <karl@cs.umb.edu>
5787         * configure.in, Makefile.in: Update for Autoconf 2.0.
5789 Sun Nov  6 15:57:17 1994  Karl Berry  <karl@cs.umb.edu>
5791         * acconfig.h: Incorporate c-auto.h.top (and remove that file), for
5792         Autoconf 2.0.
5794 Fri Oct 28 11:13:56 1994  Karl Berry  <karl@cs.umb.edu>
5796         * Makefile.in (tangle.c, tftopl.c): Depend on $(web2c_aux)
5797         $(web2c_programs).
5799         * tangle.ch: Redo argument parsing using getopt, extend_filename, etc.
5801         * cpascal.h (extendfilename): Add this to _ list.
5803 Thu Oct 27 17:58:50 1994  Karl Berry  <karl@cs.umb.edu>
5805         * tftopl.ch (tfm_name, pl_name): Declare as C strings; call
5806         kpse_find_tfm.
5808         * cpascal.h (reset, rewrite): Call plain xfopen, not xfopen_pas.
5810 Mon Oct 10 16:23:13 1994  Karl Berry  <karl@cs.umb.edu>
5812         * Makefile.in (web2c_makeargs): Don't pass LEX et al.
5813         (lib_makeargs): Don't pass RANLIB and LN.
5815 Sun Sep 25 16:49:30 1994  Karl Berry  <karl@cs.umb.edu>
5817         * configure.in (AC_OUTPUT): Generate man/Makefile, changes for new
5818         source directories.
5819         * Makefile.in: Everything changes.
5821 Fri May 27 12:37:36 1994  Karl Berry  (karl@cs.umb.edu)
5823         * c-auto.h.top: (XVIEWWIN, X10WIN): Take these out.
5825         * tex.man, mf.man: Take out references to USE_MAKETEX*.
5827 Tue Apr 26 14:05:22 1994  Karl Berry  (karl@cs.umb.edu)
5829         * configure.in: Use AC_FIND_XTRA, for Autoconf 1.9.
5831 Mon Apr 18 13:22:21 1994  Karl Berry  (karl@ra.cs.umb.edu)
5833         * configure.in, Makefile.in: Changes for the new configure.
5835 Sun Apr 17 16:16:28 1994  Karl Berry  (karl@ra.cs.umb.edu)
5837         * Makefile.in (top_srcdir): Define this for configure to substitute.
5839 Sat Mar 12 10:19:04 1994  Karl Berry  (karl@cs.umb.edu)
5841         * Makefile.in (install-exec): Install relative vir* links, instead
5842         of absolute. From Simon.
5844 Wed Feb 23 06:54:49 1994  Karl Berry  (karl@cs.umb.edu)
5846         * Makefile.in (manpages): Pass infodir down. From Ken Yap.
5848 Wed Feb  2 11:00:09 1994  Karl Berry  (karl@cs.umb.edu)
5850         * Version 6.1.
5852 Tue Feb  1 11:21:23 1994  Karl Berry  (karl@cs.umb.edu)
5854         * configure.in (wlibs) [X11WIN]: Run AC_HAVE_LIBRARY for Xext, and
5855         include it if we have it.
5857         * Makefile.in (do-kpathsea): Depend on *.c and *.h from
5858         $(kpathsea_srcdir), not $(kpathsea_dir).
5860         * configure.in [SUNWIN]: Link sun.c to sun-sunview.c in this case.
5862 Sat Jan 22 14:24:51 1994  Karl Berry  (karl@cs.umb.edu)
5864         * Version 6.0.
5866 Fri Jan 14 16:02:35 1994  Karl Berry  (karl@cs.umb.edu)
5868         * Makefile.in (install-fmts): The var is `fmtdir', not `formatdir'.
5870 Sat Dec 18 13:37:17 1993  Karl Berry  (karl@cs.umb.edu)
5872         * Makefile.in (makeargs): Pass DEFS.
5874 Wed Dec 15 06:29:49 1993  Karl Berry  (karl@cs.umb.edu)
5876         * Makefile.in (*formats*): Rename to fmts.
5877         (formats): New target to do both bases and formats.
5879 Sun Dec 12 19:13:44 1993  Karl Berry  (karl@cs.umb.edu)
5881         * Makefile.in (manpages): Don't bother to pass cmsources.
5883 Sun Nov 14 02:31:54 1993  Karl Berry  (karl@cs.umb.edu)
5885         * Makefile.in (web2c): do-kpathsea before do-lib.
5887         * Makefile.in (manpages, installargs): texfontdir => fontdir.
5889         * Makefile.in (version): No separate texmf_version and
5890         web2c_version any more.
5892 Thu Nov 11 11:11:05 1993  Karl Berry  (karl@cs.umb.edu)
5894         * Makefile.in (xincludedir, xlibdir, wlibs): Rename.
5896 Sun Nov  7 14:15:14 1993  Karl Berry  (karl@cs.umb.edu)
5898         * Makefile.in (makeargs, etc.): Don't pass srcdir down.  From
5899         harlan@cms-stl.com.
5901         * configure.in (AC_LONG_64_BITS): Invoke this.
5903 Sat Nov  6 13:29:57 1993  Karl Berry  (karl@cs.umb.edu)
5905         * configure.in (HP2626WIN, etc.): Don't check for the WIN symbols
5906         that we don't need.
5908 Thu Oct 28 14:28:55 1993  Karl Berry  (karl@cs.umb.edu)
5910         * configure.in: Call AC_FIND_X and AC_FIND_XTRA.
5912 Sun Oct  3 13:56:24 1993  Karl Berry  (karl@cs.umb.edu)
5914         * configure.in: Rewrite to include common.ac.
5916 Sat Oct  2 17:50:30 1993  Karl Berry  (karl@cs.umb.edu)
5918         * Makefile.in (install-*): Don't reassign PATH, just invoke
5919         mkdirchain explicitly.
5921         * Makefile.in: Begin rewrite.
5923 Sun Aug 22 19:15:05 1993  Karl Berry  (karl@cs.umb.edu)
5925         * Makefile.in (install-*): mkdirchain is in the top level.
5927 Tue Aug  3 12:56:31 1993  Karl Berry  (karl@cs.umb.edu)
5929         * aclocal.m4 (AC_X11_LOCATION): Rewrite tests to use for loops.
5931 Sat Jul 31 11:36:03 1993  Karl Berry  (karl@cs.umb.edu)
5933         * configure.in: Remove AC_PREFIX.
5935 Fri Jul 30 12:42:55 1993  Karl Berry  (karl@cs.umb.edu)
5937         * Makefile.in [hayley]: Make this ifdef, update dist target, etc.
5939 Wed Jul 21 19:47:00 1993  Karl Berry  (karl@cs.umb.edu)
5941         * Makefile.in (configclean): New target.
5943 Sat Jul  3 00:36:33 1993  Paul Eggert  (eggert@twinsun.com)
5945         * aclocal.m4: If -L/usr/openwin/lib is used, then prefer
5946         -I/usr/openwin/include.  Fix typo: uname's output was being discarded.
5947         These patches are for Solaris 2.2.
5949 Tue May 25 10:08:43 1993  Karl Berry  (karl@cs.umb.edu)
5951         * configure.in (AC_HAVE_HEADERS): Test for `pwd.h'.
5953 Sat May 22 11:22:21 1993  Karl Berry  (karl@cs.umb.edu)
5955         * Makefile.in (web{,2c}-dist): Run gzip -9.
5957 Tue May 18 14:06:04 1993  Karl Berry  (karl@cs.umb.edu)
5959         * Makefile.in (install-*): mkdirchain on install dirs, and put
5960         mkdirchain in the dist.
5962 Sun May  9 10:38:46 1993  Karl Berry  (karl@cs.umb.edu)
5964         * Makefile.in (extraclean): Remove *.i *.s.  Changes for kpathsea.
5966 Sat Apr 24 16:42:42 1993  Karl Berry  (karl@cs.umb.edu)
5968         * Makefile.in (makeargs): Add $(MAKEARGS).
5970 Sat Apr 10 14:58:32 1993  Karl Berry  (karl@cs.umb.edu)
5972         * configure.in: Do AC_XENIR_DIR after AC_DIR_HEADER.
5974 Fri Apr  2 06:42:08 1993  Karl Berry  (karl@cs.umb.edu)
5976         * Makefile.in (texinputdir, mfinputdir): Change default paths to
5977         .../inputs.
5979 Mon Mar 29 08:55:12 1993  Karl Berry  (karl@cs.umb.edu)
5981         * configure.in (*WIN): Put $wlibs after the necessary libraries,
5982         instead of before.
5984 Thu Mar 25 16:00:11 1993  Karl Berry  (karl@cs.umb.edu)
5986         * aclocal.m4 (AC_ISC_WLIBS): Merge into AC_X11_LOCATION; also
5987         check for -ldnet (from Martyn.Johnson@cl.cam.ac.uk).
5988         * configure.in (AC_ISC_WLIBS): Remove.
5990 Sun Feb 28 11:02:19 1993  Karl Berry  (karl@cs.umb.edu)
5992         * configure.in (XVIEWWIN): Use -lX11.
5994 Mon Feb 22 17:41:46 1993  Karl Berry  (karl@apollo.cs.umb.edu)
5996         * Version 5.851d.
5998         * Makefile.in (install-exec): Run install-exec in subprograms, not
5999         install.
6000         (install-data): Do install-data in subdirs.
6002 Sun Feb 21 08:27:14 1993  Karl Berry  (karl@cs.umb.edu)
6004         * configure.in (SMALLBibTeX): Forgot $ in test, hence always set
6005         up for small BibTeX.
6006         
6007         * configure.in (AC_PROG_CC, AC_PROG_CPP): Call explicitly, instead
6008           of relying on AC_GCC_TRADITIONAL.  Apparently require/provide
6009           aren't reliable.
6011         * Makefile.in (dist): Remove lib/paths.h from the distribution.
6013 Sun Feb 14 11:29:23 1993  Karl Berry  (karl@cs.umb.edu)
6015         * Makefile.in (lib/paths.h): Only use texformats once.
6017 Tue Feb  9 14:22:05 1993  Karl Berry  (karl@cs.umb.edu)
6019         * Makefile.in (topfiles): Add I*.
6020         * INSTALL: New file from README.
6022 Sun Feb  7 20:09:01 1993  Karl Berry  (karl@cs.umb.edu)
6024         * Makefile.in (web2c-dist): make tangleboot instead of depending
6025         on do-tangle.
6027 Fri Jan 29 11:27:38 1993  Karl Berry  (karl@cs.umb.edu)
6029         * Makefile.in (common-trip): New target.
6030         (tr[ai]p): Use it.
6032 Thu Jan 28 07:27:24 1993  Karl Berry  (karl@cs.umb.edu)
6034         * Makefile.in (web2c-dist): Make tangleboot.c.
6036 Tue Jan 26 16:48:36 1993  Karl Berry  (karl@cs.umb.edu)
6038         * configure.in: Remove texware and mfware.
6040         * Makefile.in (triptrapdirs): Change to {dvi,font}util; merge the
6041         contents of texware and mfware with the other directories.
6043 Mon Jan 25 11:36:37 1993  Karl Berry  (karl@cs.umb.edu)
6045         * Makefile.in (install-{formats,bases}): Depend on
6046         {formats,bases}, not do-&.
6048         * Makefile.in (trip, trap): New targets.
6049         (triptrap): Depend on them.
6050         (run-trip, run-trap): Likewise.
6052 Sun Jan 24 12:06:28 1993  Karl Berry  (karl@cs.umb.edu)
6054         * configure.in: Add AC_CONST.
6056         * Makefile.in (web2c-dist): Rename the lex and yacc output so it
6057         doesn't get used.
6059         * Makefile.in (run-trap): Depend on triptrap.
6061         * configure.in: Do AC_DECLARE_YYTEXT last, to work around a bug in
6062         Autoconf 1.3.
6064 Sat Jan  9 15:22:37 1993  Karl Berry  (karl@cs.umb.edu)
6066         * Makefile.in (configure, config.status): cd $(srcdir) first.
6068 Fri Jan  1 14:23:47 1993  Karl Berry  (karl@cs.umb.edu)
6070         * configure.in (AC_USG, AC_MEMORY_H): Delete.
6071         (AC_HAVE_HEADERS): Call for string.h and memory.h.
6073 Wed Dec 23 07:00:53 1992  Karl Berry  (karl@cs.umb.edu)
6075         * Makefile.in (topfiles): Don't use the .W2C suffix.
6076         (web2c-dist): Don't rename ChangeLog.
6077         * *.W2C: Remove suffix.
6079 Sun Dec 13 14:04:31 1992  Karl Berry  (karl@cs.umb.edu)
6081         * configure.in: Check for window systems via c-auto.h.in.
6083         * configure.in: Don't bother to copy the distributed tex, mf,
6084         bibtex change files; the Makefiles will do it.
6086         * Makefile.in (c-sources): New target.
6088 Sat Dec 12 14:08:35 1992  Karl Berry  (karl@cs.umb.edu)
6090         * Makefile.in (distdir): Unpack into web2c-*.
6092         * configure.in: Use sed instead of patch to make the small change
6093         files.
6095         * configure.in: Create Makefiles in subdirectories.
6097 Thu Dec 10 10:35:18 1992  Karl Berry  (karl@cs.umb.edu)
6099         * GNUmakefile.in (GNUmakefile): Add $(srcdir) to dependency, and
6100         use $(SHELL) instead of sh.
6101         (config.status): Use $(SHELL).
6103 Sun Oct 25 05:58:21 1992  Karl Berry  (karl@cs.umb.edu)
6105         * Makefile.in (web2c-dist): Dist the .gdbinit files.
6107 Sun Oct 18 13:44:48 1992  Karl Berry  (karl@cs.umb.edu)
6109         * configure.in (AC_INIT): Use MACHINES.W2C instead of tex/tex.web
6110         for the unique file.  (melvin@math.psu.edu)
6112 Sat Oct 17 17:47:00 1992  Karl Berry  (karl@cs.umb.edu)
6114         * Makefile.in (run-tr[ai]p): Pass $(makeargs), so $(LN) is
6115         propagated.  (From metcalf@catfish.LCS.MIT.EDU.)
6117 Thu Oct 15 08:35:14 1992  Karl Berry  (karl@cs.umb.edu)
6119         * configure: Ran Autoconf 1.2.
6121 Thu Oct  1 17:02:24 1992  Karl Berry  (karl@cs.umb.edu)
6123         * Makefile.in (stamp-{bases,formats}): pass $(makeargs) down.
6125 Thu Sep 24 10:55:07 1992  Karl Berry  (karl@cs.umb.edu)
6127         * Makefile.in (install*): use $(LN) instead of `ln', so symlinks
6128           are used if they are supported.
6130         * configure.in: link with -lolgx if we are using xview.
6131           (mroth@afit.af.mil)
6133         * Makefile.in (dist): remove tangleboot.o.
6135 Sun Sep 20 12:53:09 1992  Karl Berry  (karl@cs.umb.edu)
6137         * Makefile.in (config.status): use sh to run configure --no-create.
6139         * Makefile.in (realclean): OK, don't remove configure.
6141 Thu Sep 17 08:42:41 1992  Karl Berry  (karl@hayley)
6143         * Makefile.in (exec_prefix): new variable.
6144         (bindir): use it.
6146         * Makefile.in (install*): mkdir prefix directories.
6148 Mon Sep 14 18:00:57 1992  Karl Berry  (karl@hayley)
6150         * Makefile.in (config.status): new target.
6151         (Makefile): depend on config.status.
6153 Sat Sep 12 16:00:24 1992  Karl Berry  (karl@hayley)
6155         * README.W2C: briefly discuss Autoconf.
6157 Thu Sep 10 08:59:26 1992  Karl Berry  (karl@hayley)
6159         * Makefile.in (dist): include COPYING* from our master directory,
6160           not the source directory.
6162         * Makefile.in (realclean): remove configure.
6164 Tue Sep  8 16:50:06 1992  Karl Berry  (karl@hayley)
6166         * configure.in: test for more Unix variants.
6168 Fri Sep  4 08:58:06 1992  Karl Berry  (karl@hayley)
6170         * Makefile.in (extraclean): new target.
6172 Thu Aug 27 08:57:15 1992  Karl Berry  (karl@hayley)
6174         * configure: regenerated from Autoconf 1.1.
6176 Wed Aug 12 16:33:30 1992  Karl Berry  (karl@hayley)
6178         * README.W2C: aldebaran has a different name now.
6180 Sat Aug  8 10:12:23 1992  Karl Berry  (karl@hayley)
6182         * makefile.in (configure, Makefile): new targets.
6184 Sat Aug  1 08:08:49 1992  Karl Berry  (karl@hayley)
6186         * configure.in: grep for `#define', not just `define'.
6188 Fri Jul 31 17:03:11 1992  Karl Berry  (karl@hayley)
6190         * Makefile.in (dist): include our aclocal.m4.
6192         * configure.in: missed one of the grep -s's.
6194         * Makefile.in (LIBS): include $(extralibs).
6196 Sat Jul 25 14:46:59 1992  Karl Berry  (karl@hayley)
6198         * configure.in: test if patch is available, and if not, issue a
6199           warning.
6201         * configure.in: redirect grep output, instead of relying on -s.
6203 Wed Jul 22 09:14:20 1992  Karl Berry  (karl@hayley)
6205         * configure.in: update for Autoconf 1.0.
6207 Mon Jul 13 08:37:18 1992  Karl Berry  (karl@hayley)
6209         * Makefile.in (formats): don't do etex by default.
6211 Fri Jul  3 11:44:22 1992  Karl Berry  (karl@hayley)
6213         * MACHINES.W2C: update from bernd.
6215         * configure.in: check for XVIEWWIN.
6217 Thu Jul  2 15:24:41 1992  Karl Berry  (karl@hayley)
6219         * Makefile.in (cflags): remove.
6220         (coptimize): change to CFLAGS.
6222         * Run Autoconf 0.119.
6224 Thu Jun 25 07:51:10 1992  Karl Berry  (karl@hayley)
6226         * configure.in: called AC_PROG_CPP twice.
6228 Tue Jun 23 09:14:32 1992  Karl Berry  (karl@hayley)
6230         * Makefile.in (manext): default to `1', not `l'.
6232 Sun Jun 14 11:08:41 1992  Karl Berry  (karl@hayley)
6234         * Makefile.in (web2c-dist): show the sizes of tangleboot.*.
6236 Thu Jun 11 08:59:40 1992  Karl Berry  (karl@hayley)
6238         * Makefile.in (.NOEXPORT): new target, since Autoconf doesn't add
6239           it automatically any more.
6241 Thu Jun  4 08:25:25 1992  Karl Berry  (karl@hayley)
6243         * configure.in (AC_HEADER_FILE): rename to AC_CONFIG_HEADER, for
6244           Autoconf 0.115.
6246 Fri May 29 16:38:27 1992  Karl Berry  (karl@hayley)
6248         * Makefile.in (installargs): include $(makeargs), in case the
6249           person didn't `make all' first.
6251 Sat May 16 10:09:14 1992  Karl Berry  (karl@hayley)
6253         * configure.in: PROG_CPP must come before GCC_TRADITIONAL.
6255 Fri May 15 09:47:03 1992  Karl Berry  (karl@hayley)
6257         * configure.in: add AC_GCC_TRADITIONAL and AC_PROG_CPP.
6259         * configure.in: AC_HEADER_MISSING is now AC_HEADER_CHECK.
6261 Thu May 14 19:20:57 1992  Karl Berry  (karl@claude.cs.umb.edu)
6263         * Version 5.851c.
6265 Wed May 13 08:54:33 1992  Karl Berry  (karl@hayley)
6267         * Makefile.in (VPATH): change for new Autoconf.
6269 Tue Apr 28 10:17:23 1992  Karl Berry  (karl@hayley)
6271         * configure.in: Autoconf's prefix is now AC_, not M_.
6273 Sat Apr 25 09:04:59 1992  Karl Berry  (karl@hayley)
6275         * README.W2C: various fixes.
6277         * AUTHORS.W2C: new file, shortening README.
6279 Thu Apr 23 06:38:46 1992  Karl Berry  (karl@hayley)
6281         * Makefile.in: fix clean targets for latest GNU stds.
6282         (bases): pass localmodes.
6283         (makeargs): pass MFLAGS.
6284         Above from Andreas.
6286         * README.W2C, configure.in: Refer to site.h.in.
6287         * Makefile.in (web2c-dist): distribute it.
6288         (prefix): set to /usr/local.
6290         * Makefile.in (.NOEXPORT): remove, as configure automatically adds
6291           it now.
6293         * Makefile.in (installargs): mfpool was going to the wrong place.
6295 Wed Apr 22 08:41:18 1992  Karl Berry  (karl@hayley)
6297         * configure.in: M_SIGTYPE is now M_RETSIGTYPE.
6299         * configure.in: use M_LN_S.
6300         * Makefile.in (LN): set to @LN_S@.
6302         * MACHINES.W2C (DEC 5000/250, Ultrix 4.2a): from Elizabeth.
6304         * Makefile.in (formats): remove \ at end of comment line, as
6305           Ultrix make can't handle it.
6307 Mon Apr 20 06:32:10 1992  Karl Berry  (karl@hayley)
6309         * Makefile.in (check): an alias for `run-triptrap'.
6311 Sun Apr 19 11:54:41 1992  Karl Berry  (karl@hayley)
6313         * Makefile.in (distclean): add as another alias for `realclean'.
6315 Fri Apr 17 08:52:06 1992  Karl Berry  (karl@hayley)
6317         * Version 5.851b.
6319 Tue Apr 14 17:26:32 1992  Karl Berry  (karl@hayley)
6321         * Makefile.in (web/tangleboot.c): just make tangleboot.c.
6323         * Makefile.in (clean-triptrap): just remove tex/tex.p and mf/mf.p,
6324           as we don't want to remove the change files configure constructed.
6326 Mon Apr 13 09:00:39 1992  Karl Berry  (karl@hayley)
6328         * configure.in: do M_PREFIX before M_FLEX, so we can guess
6329           $(prefix)/lib/libfl.a for the flex library.
6331 Fri Apr 10 17:02:56 1992  Karl Berry  (karl@hayley)
6333         * Makefile.in (web2c-dist): remove */c*.ch in what get distributed.
6335         * configure.in: don't mess up if small vs. bib TeX/MF/BibTeX
6336           changes from configure to configure.
6338         * Makefile.in (infodir): remove this, as we don't have Texinfo
6339           documentation (yet).
6341         * README.W2C: correct numbering.
6343         * MACHINES.W2C: add entry for Sun 3/SunOS 4.0.3 from Elizabeth.
6345 Wed Apr  8 15:47:02 1992  Karl Berry  (karl@hayley)
6347         * README.VMS: new file.
6349 Fri Apr  3 11:56:13 1992  Karl Berry  (karl@hayley)
6351         * configure.in, Makefile.in: guess $(prefix) automatically.
6353 Fri Apr  3 09:54:21 1992  Karl Berry  (karl at hayley)
6355         * Version 5.851a.
6357 Thu Apr  2 17:19:09 1992  Karl Berry  (karl at claude.cs.umb.edu)
6359         * Makefile.in: make stamp-web2c depend on stamp-lib, etc.
6361 Thu Apr  2 13:51:45 1992  Karl Berry  (karl at ra.cs.umb.edu)
6363         * Makefile.in (tangleboot.pas): change to tangleboot.c.
6365 Mon Mar 30 08:01:35 1992  Karl Berry  (karl at hayley)
6367         * Makefile.in: use $(MAKE), not make.
6369 Sun Mar 22 09:26:20 1992  Karl Berry  (karl at hayley)
6371         * configure.in: don't make a link to lib/site.h, it's already there.
6373         * Makefile.in (mfargs): new variable.
6374         (programs): pass $(mfargs) if we are doing mf.
6375         (web2c): remove this.
6377 Sat Mar 21 09:08:31 1992  Karl Berry  (karl at hayley)
6379         * Makefile.in (web-dist, web2c-dist): redo.
6381         * configure.in: test for site.h in lib/.
6383         * site.h (TEXPOOLNAME): new macro for installers to redefine.
6385         * Makefile.in (*manpages): don't pass SITEDIR; pass srcdir instead.
6387 Fri Mar 20 15:53:21 1992  Karl Berry  (karl at hayley)
6389         * configure.in: do M_X11_LOCATION.
6391         * README.W2C: document these changes.
6392         * Makefile.in (install-programs): rename from install.  Make
6393           `install' install everything.  Also, go into subdirectories to
6394           do the installation.
6395         (install-manpages): don't pass INSTALL_PROGRAM.
6396         (dist): do both web2c-dist and web-dist.
6397         (mostlyclean): new clean target.
6399 Sat Mar  7 10:18:41 1992  Karl Berry  (karl at hayley)
6401         * configure.in: change config-auto.h to c-auto.h.
6403 Fri Feb 14 07:56:42 1992  Karl Berry  (karl at hayley)
6405         * configure.in (wlibs): put the -l's here directly, instead of
6406           setting to a make variable.
6407         * Makefile.in (*lib): remove the variables.
6409 Tue Feb 11 09:56:01 1992  Karl Berry  (karl at hayley)
6411         * configure.in: test for memcpy et al. in <memory.h> only.
6413         * configure.in: test for <limits.h> missing.
6415         * configure.in (extrawlibs): remove this, just assign to wlibs.
6417         * Makefile.in (copt): never mind, use CC.
6419 Sun Feb  9 09:54:27 1992  Karl Berry  (karl at hayley)
6421         * Makefile.in (copt): new variable, for ISC's -posix.
6423         * Makefile.in (realclean): remove Makefile and config.status.
6425 Sat Feb  1 16:03:05 1992  Karl Berry  (karl at hayley)
6427         * site.h-dist: remove subdirectory stuff.  Add GFFONTS and PKFONTS.
6429 Fri Jan 24 09:11:29 1992  Karl Berry  (karl at hayley)
6431         * configure.in: do M_CHAR_UNSIGNED, and test for endianness here.
6432         * config: gets removed.
6433         * site.h: gets copied from config.
6434         * Makefile.in (cflags): don't include -I$(configdir).
6435         (configdir): remove.
6437 Wed Jan 15 11:33:54 1992  Karl Berry  (karl at hayley)
6439         * Makefile.in (libsources): do not include xchdir.c and xgetcwd.c,
6440           as they're no longer needed.
6441         * configure.in: don't test for getwd missing anymore.
6443 Tue Jan 14 08:47:38 1992  Karl Berry  (karl at hayley)
6445         * Makefile.in (makeargs): pass wlibs.
6447 Sun Jan 12 07:35:37 1992  Karl Berry  (karl at hayley)
6449         * Makefile.in (CFLAGS): define and pass down `cflags', instead, as
6450           TeX and BibTeX need to add additional -D's.
6452         * Makefile.in (.NOEXPORT): include this target to stop arg list
6453           problems with GNU make.
6455         * Makefile.in (clean-triptrap): call `make realclean', not
6456           `veryclean'.
6458 Sat Jan 11 11:59:27 1992  Karl Berry  (karl at hayley)
6460         * rename `common' to `lib'.
6462         * configure.in: new file to automatically generate the configure
6463           script with autoconf.
6465 Wed Jan  8 07:44:02 1992  Karl Berry  (karl at hayley)
6467         * configure (extrawlibs): include -lnsl_s, as ISC's X11R4 stuff
6468           needs it.
6470 Tue Jan  7 11:24:54 1992  Karl Berry  (karl at hayley)
6472         * Makefile.in (install targets): use INSTALL_PROGRAM and
6473           INSTALL_DATA appropriately; pass to subdirs.
6475         * start ChangeLogs in subdirectories.
6477 Fri Jan  3 13:20:09 1992  Karl Berry  (karl at hayley)
6479         * texware/pltotf.ch (main block): exit 0.  No, rescind that; the
6480           error code was from something else, as we already exit (0) in
6481           common/main.c (main).
6483 Sun Sep  1 13:26:11 1991  Karl Berry  (karl at hayley)
6485         * fontutil/vftovp.ch (Read the preamble, Read and store a font):
6486           don't output anything unless -verbose is set.
6488         * fontutil/vftovp.ch (Set init...): initialize vpl_name to optind
6489           + 2, not + 1; initialize the others to be optind and optind + 1.
6491 Thu Aug 29 17:46:31 1991  Karl Berry  (karl at hayley)
6493         * Makefile.in (INSTALL_PROGRAM): new variable.
6494         (INSTALL): rename from `install'.
6495         (INSTALL_DATA): rename from `INSTALLDATA'; change uses.
6496         (prefix, libdir): new variables.
6497         (bindir, mandir, texlibdir, mflibdir): use prefix.
6499 Sat Aug 24 06:37:52 1991  Karl Berry  (karl at hayley)
6501         * tex/Makefile (formats): add `amslatex.fmt'.
6502         (amslatex.fmt): new target.
6503         * Makefile.in (formats): likewise.
6504         * README (Format files): describe it.  Also add ``canonical
6505           sources'' for the formats.
6507 Fri Aug 23 09:11:50 1991  Karl Berry  (karl at hayley)
6509         * Makefile-dist: rename to Makefile.in.
6510         * configure (makefiledist): likewise.
6512 Mon Aug 12 08:14:18 1991  Karl Berry  (karl at fosse)
6514         * bibtex/bibtex.ch (pool_size): decrease to 512K from 5.12M.
6516         * Makefile (install-formats, install-bases): don't do `-mkdir' in
6517           the middle of the rule.
6519         * common/common.defines (bytepointer): rename to pointertobyte,
6520           since dvicopy defines a `bytepointer'.
6521         * common/extra.h (bytepointer): likewise.
6522         * texware/tftopl.ch: change uses.
6524         * mf/Makefile (makeargs): update.
6526 Sun Aug 11 08:33:44 1991  Karl Berry  (karl at fosse)
6528         * common/common.h [STRING_MISSING]: don't include <strings.h> if
6529           `index' is already defined.
6531         * common/texmf.c: include <ctype.h>.
6533         * common/getopt.c [_AIX]: indent the `#pragma alloca', since
6534           otherwise we get `undefined control' from hc.
6536         * configure (systemtypes): fix sed commands to remove the final .h.
6538 Sat Aug 10 12:23:24 1991  Karl Berry  (karl at hayley)
6540         * web2c/web2c.yacc (fixup_var_list): add the temp symbol used for
6541           arrays with negative lower bounds to the symbol table.
6543         * web2c/web2c.c (yytext): don't declare this, since we do in
6544           web2c.h.
6546         * texware/tftopl.ch (Read the whole input file): malloc the tfm
6547           array if the file size is larger than the static size.
6548         * common/common.defines (xmalloc, xrealloc, bytepointer,
6549           casttobytepointer): declare these.
6550         * common/extra.h (bytepointer, casttobytepointer): define these.
6552 Mon Jul 22 06:01:41 1991  Karl Berry  (karl at hayley)
6554         * config/s-{esv3,ultrix4.2}.h: new files.
6555         * configure: update for those systems.
6557 Fri Jul 19 08:32:18 1991  Karl Berry  (karl at hayley)
6559         * configure (statusfile): define to be $configdir/statusfile;
6560           always test if the s- file exists.
6562 Sat Jul 13 10:49:01 1991  Karl Berry  (karl at hayley)
6564         * Makefile-dist (proginstall, fileinstall): change names to
6565           `INSTALL' and `INSTALLDATA'.
6567         * Makefile-dist (RANLIB): new variable.
6568         (makeargs): pass it down.
6569         * mf/MFwindow/Makefile (window.a): unconditionally use RANLIB,
6570           since it will always be set.
6571         * common/Makefile: make a library out of the common files.
6572         * */Makefile (commono): reference the library.
6574         * fontutil/vftovp.ch: implement -verbose, -charcode-format, and
6575           output to stdout a la tftopl.
6576         * man/vftovp.man: document this.
6578         * texware/{pl,tf}to{tf,pl}: don't print the banner until after
6579           we've read the input file.
6581         * fontutil/vptovf.ch: implement -verbose a la pltotf.
6582         * man/vptovf.man: document this.
6584 Mon Jul  8 10:52:26 1991  Karl Berry  (karl at hayley)
6586         * common/common.h (integer): move comment about changing
6587           fixwrites.c if integer changes here, from README.W2C.
6589         * texware/tftopl.ch: new option -charcode-format.
6590         (out_char): output the character code in the format requested.
6591         * man/tftopl.man: document this.
6592         * common/common.defines (vstrcat): new declaration.
6593         * web2c/fixwrites.c (main): add ASCIIall to the list of variable
6594           names who get output as characters.  What a crock.
6596         * tex/Makefile (*.fmt): don't print the \font definitions.
6598 Thu Jul  4 07:16:39 1991  Karl Berry  (karl at hayley)
6600         * common/texmf.c: put the memory_word stuff back in `texmfmem.h',
6601           and redo the Makefiles; we can't include it before the types
6602           have been defined.
6604         * */Makefile (SITEDIR): change to ../config.
6606         * web2c/web2c.h (yytext) [!DECLARE_YYTEXT_TYPE]: new type definition.
6608         * web2c/web2c.yacc: lowercase `TRUE' and `FALSE'.
6610         * web2c/Makefile (web2cy.c): unconditionally move the new .h and
6611           .c files.
6613         * common/Makefile (endian.h, endian): remove these targets; this
6614           is now generated by configure.
6616         * Makefile-dist: rearrange so that configure can easily edit it.
6618 Wed Jul  3 17:01:25 1991  Karl Berry  (karl at hayley)
6620         * common/texmf.c (input_line): don't throw away trailing form
6621           feeds on the line.
6623         * common/texmf.h (twohalves): throw in another two bytes of junk
6624           if we are BigTeX or BigMF.
6626 Mon Jul  1 06:31:18 1991  Karl Berry  (karl at hayley)
6628         * common/getopt*: update to new versions.
6630         * */*.[ch]: rationalize includes.
6632         * site.h: move system stuff out; it will be determined by the
6633           configuration file.
6634         * defaults.h: remove; it, too, will be part of the configuration
6635           file.
6636         * common/extra.c [BSD]: conditionalize <dirent.h> on
6637           DIRENT_MISSING, instead.
6638         (PATH_DELIMITER): move to common.h.
6640 Sun Jun 30 13:44:09 1991  Karl Berry  (karl at hayley)
6642         * web2c/symtab.h: fold into web2c.h.
6643         * web2c/Makefile (web2c*.o): remove dependency on symtab.h.
6645         * defaults.h [__HIGHC__]: move to common.h.
6646         (FILENAMESIZE): define to 512 if it isn't already defined.
6648         * common/common.h (index, rindex): conditionalize on
6649           `STRING_MISSING'.  Define to be str[r]chr.
6650         (getenv, atof): don't declare if we have <stdlib.h>.
6651         * */*.c: change uses of [r]index to str[r]chr.
6653         * {mf,tex}/c{mf,tex}big.ch: don't include "mfmem.h" or "texmem.h"
6654           after all.
6655         * common/texmf.h: include contents of memory_word structure.
6657         * common/common.h [!index]: declare `index' to be a routine
6658           returning a `char *'.
6659         * web2c/regfix.c: include common.h.
6660         (From wittig@gmdzi.gmd.de.)
6662         * common/extra.c (space_terminate): use xord, not xchr.
6663         * common/texmf.c (input_line): remove all space characters from
6664           the end of the input line, not just spaces and tabs.
6665         (topenin): use xord if NONASCII, and get rid of trailing
6666           whitespace.
6667         (These changes from raichle@azu.informatik.uni-stuttgart.de.
6669         * common/{main,texmf}.c [ATARI_ST]: define _stksize (from
6670           ridderbusch.pad@nixdorf.com).
6672         * Makefile (SITEDIR): make default be `pwd', to simplify things.
6673         * mf/MFwindow/Makefile (SITEDIR): lose the `..' in
6674           -I../$(SITEDIR).  (From S.P.Q.Rahtz@ecs.southampton.ac.uk.)
6676         * common/{fileio,texmf}.c [FUNNNY_CORE_DUMP}: don't do the funny
6677           core dump stuff if we're BibTeX (from elisabet@max.u.washington.edu).
6679         * {tex,mf}/small.diff: new file to replace the big patches.  Now
6680           big is the default.
6682         * bibtex/small.diff: new patch to go backwards from the big BibTeX
6683           to the small one.
6684         * README (Changing constants): document this.
6686         * common/extra.c (checked_fopen): return NULL at the end, even
6687           though we don't really return, to stop compiler warnings.  (from
6688           steele@ecn.purdue.edu).
6690         * common/extra.c (checked_fopen): before we hand the string to
6691           perror, make it into a C string (from
6692           kabal@aldebaran.insl.mcgill.ca).
6694         * tex/Makefile (latex.fmt): remove comment about hacked lplain
6695           (from kabal@aldebaran.insl.mcgill.ca).
6697         * web2c/Makefile (web2cy.c): Print a message about expected s/r
6698           conflicts.  Also use -v when invoking yacc.
6699         (clean): remove `y.output'.
6701         * Makefile (install-formats, install-bases): do `install dir1/file
6702           dir2/file' instead of `install dir1/file dir2', since Ultrix
6703           install is broken (in yet another way)  (from
6704           scole@doorstop.berkeley.edu).
6706         * man/{pktogf,pktype,vftovp,gftodvi,gftopk,gftype,tftopl}.man:
6707           document that we look in `.' first.
6709 Sat Jun 29 08:14:12 1991  Karl Berry  (karl at hayley)
6711         * common/extra.c (cwdtestreadaccess): new routine to look in `.'
6712           before anything else.
6713         * common/extra.defines (cwdtestreadaccess): declare it for Pascal.
6714         * dviutil/dvicopy.ch (VF: Open |vf_file|...),
6715           fontutil/{pktogf.ch, pktype.ch, vftovp.ch},
6716           mfware/{gftodvi.ch,gftopk.ch,gftype.ch},
6717           texware/tftopl.ch: use it to open input files.
6719 Fri Jun 28 16:40:10 1991  Karl Berry  (karl at hayley)
6721         * mf/convert: insert `volatile's to avoid MIPS C compiler bugs
6722           (from lgy@newton.phys.washington.edu).
6723         * defaults.h (volatile) [!__STDC__]: define to be the empty
6724           string.
6726         * common/texmf.c (get_date_and_time): use `time_t' instead of
6727           `long' for `time's return type.
6729         * bibtex/bibtex.ch: comment out hacks to do the setjmp/longjmp.
6730         * bibtex/convert: don't put in the setjmp/longjmp.
6732         * Makefile (CCLD): new command to do the link step (suggested by
6733           herber@fnalf.fnal.gov).  Change */Makefile to use it, and the
6734           makeargs variable to pass it down.
6736         * {mf,tex,mfware}/memory.h: rename this, to include conflicts with
6737           a system <memory.h>.  (from newton@gumby.cs.caltech.edu).
6738         * {mf,tex,mfware}/Makefile: rename memory.h here, too.
6740         * Makefile: replace all bare `if's with `-if' (from
6741           kmr@nada.kth.se).
6743         * defaults.h: (integer): move from site.h-dist.
6745         * common/texmf.c: always include <sys/types.h>.
6747         * common/texmf.c [HANDLE_INTERRUPTS]: remove this conditional,
6748           since we unconditionally defined it, anyway.
6750         * site.h-dist (schar) [ANSI]: change conditional to use __STDC__.
6752 Sun Jun  9 12:27:01 1991  Karl Berry  (karl at hayley)
6754         * tex/ctex.ch: apply trie.diff; we'll always have a big
6755           hyphenation trie, instead of requiring the installer to patch
6756           it.
6758 Wed May  8 07:31:19 1991  Karl Berry  (karl at hayley)
6760         * Makefile (stamp-{bases,formats}): make dependent on ini{mf,tex}.
6761         * {mf,tex}/Makefile ({*.base,*.fmt}): likewise.
6763         * mf/cmf.ch (max_strings): change default for small Metafont to
6764           3000: when modes.mf and plain are loaded, there is only room for
6765           250 user strings.
6766         (string_vacancies): change to 10000.
6768 Fri May  3 06:46:05 1991  Karl Berry  (karl at hayley)
6770         * texware/{pl,tf}to{tf,pl}.ch, mfware/gftodvi.ch: declare verbose
6771           as an integer, not a boolean.
6773 Wed May  1 17:04:03 1991  Karl Berry  (karl at hayley)
6775         * texware/pltotf.ch (Constants): increase some sizes some more.
6777 Wed Apr 17 11:26:55 1991  Karl Berry  (karl at hayley)
6779         * man/Makefile (install): don't unconditionally do mkdir $(mandir).
6781 Tue Apr 16 14:14:49 1991  Karl Berry  (karl at ra.cs.umb.edu)
6783         * Version 5.84b.
6785         * README.W2C: remove reference to bigbibtex.ch.
6787         * dviutil: new dvicopy.web and dvicopy.ch from
6788           xitikgun@ddathd21.bitnet.
6790 Tue Apr  9 10:58:39 1991  Karl Berry  (karl at ra.cs.umb.edu)
6792         * common/texmf.c (do_undump) [REGFIX]: use a temporary so we can
6793           use the & operator.
6795         * MACHINES.W2C (Sun 4/470 and SunOS 4.1.1): from
6796           casterln@are.berkeley.edu.
6798         * Makefile (siteh): remove this.
6799         (stamp-common): remove dependency on it.
6801 Tue Apr  2 16:23:02 1991  Karl Berry  (karl at ra.cs.umb.edu)
6803         * Version 5.84a.
6805         * web/tangleboot.c: bring up to date.
6807 Tue Apr  2 13:28:35 1991  Karl Berry  (karl at churchy.gnu.ai.mit.edu)
6809         * common/endian.c: define the symbol `WEB2C_BIG_ENDIAN', since
6810           <sys/machine.h> . 
6811         * common/texmf.c (do_dump, do_undump): use that name.
6813 Tue Apr  2 09:52:55 1991  Karl Berry  (karl at godwin)
6815         * bibtex/bibtex.ch: make `big' BibTeX the default.
6817         * common/extra.h (gargv): make declaration extern.
6819         * web2c/web2c.c (ii): remove second declaration.
6821         * web/tangle.ch, fontutil/vptovf.ch, mfware/gftype.ch,
6822           texware/pltotf.ch: change version numbers in banner.
6824 Thu Mar 28 14:28:01 1991  Karl Berry  (karl at apple-gunkies)
6826         * mf/Makefile (run-trap): specify the current directory to find
6827           trap.tfm and trap.72270gf.
6829         * all Makefiles: add alloca.o to the common object files.
6831         * Makefile (triptrap): new dependency `stamp-common'.
6833         * common/Makefile (endian.h): use `./endian', not just `endian'.
6835 Tue Mar 26 14:05:00 1991  Karl Berry  (karl at ds5000)
6837         * Makefile (install-formats, install-bases): don't quit if the
6838           mkdir fails on the installation directory.
6840         * tex/tex.web, fontutil/pktogf.web: new versions.
6841         * fontutil/pktogf.ch: change version number.
6843         * Makefile (web2c): define as just `web2c', and rename the
6844           directory.  All the scripts use that name.
6846 Tue Mar 26 13:48:36 1991  Karl Berry  (karl at ra.cs.umb.edu)
6848         * common/texmf.c (time): remove this declaration, since different
6849           systems want a different return type.  (from bush@evax.uta.edu)
6851 Mon Mar 25 08:25:36 1991  Karl Berry  (karl at hayley)
6853         * Makefile (stamp-web2c): remove all dependencies.
6854         * web2c: change directory name to include version number.
6855         (web2c): new variable to define the name of the web2c directory.
6857 Fri Mar 22 10:40:22 1991  Karl Berry  (karl at hayley)
6859         * common/extra.c (setpaths): use a string version of the
6860           PATH_DELIMITER when concatenating paths.
6861         (PATH_DELIMITER_STR): new macro.
6863         * mf/MFwindow/x11-xt.c (mf_x11_updatescreen): remove redundant
6864           stuff after #endif.
6866         * web2c/{web2c.h,web2c.c}: remove redundant preprocessor definitions.
6868         * web2c/web2c.c (my_output); don't always output a space after
6869           every token.  [no, rescind that, some sed scripts depend on the
6870           existing form of output.]
6872         * common/extra.c (getwd): don't initialize the automatic
6873           structure; cc can't handle it.
6875         * Makefile, */Makefile: use LDFLAGS at the beginning of linking
6876           lines, and LOADLIBES at the end.
6878         * COPYING.W2C: new file necessary for getopt; refer to it in
6879           README.
6881 Tue Mar 19 15:19:35 1991  Karl Berry  (karl at hayley)
6883         * mfware/gftopk.ch (open_pk_file): don't search backwards through
6884           garbage for a `/' (found by mackay@cs.washington.edu).
6885         * fontutil/pktogf.ch (open_gf_file): likewise.
6887 Mon Mar 18 13:48:34 1991  Karl Berry  (karl at hayley)
6889         * {tex,mf}/Makefile ({tex,mf}-extra.o): remove the C file before
6890           creating the link.
6892 Fri Mar 15 10:41:22 1991  Karl Berry  (karl at hayley)
6894         * site.h-dist (SPRINTF_RETURN_TYPE): remove this; it's caused
6895           about a zillion times more trouble than it's worth.
6897         * mfware/gftodvi.ch: change default extension to `2602gf',
6898           following dek's change for art.
6900         * tex/ctex.ch: we're now at version 3.14.
6901         (Also new versions of gftodvi.web and mf.web, but they don't
6902         require any changes to the change files.)
6904 Sun Feb  3 11:22:13 1991  Karl Berry  (karl at hayley)
6906         * mfware/gftodvi.ch: only print final newline if verbose.
6908 Sat Feb  2 09:54:14 1991  Karl Berry  (karl at hayley)
6910         * tex/Makefile (etex.fmt): create the aux file before running initex.
6912         These two changes from jmr@nada.kth.se make calling checked_fopen more
6913         than once with the same argument (as happens with weave patgen.web
6914         patgen.ch) work.
6915         * common/extra.c (checked_fopen): leave the arg as a Pascal string.
6916         * common/fileio.c (open_input): terminate the result that comes
6917           back from checked_fopen with a null.
6919         * common/texmf.h (dumpint): use do...while (0) to prevent syntax
6920           errors.
6922         * PROJECTS.W2C: remove the ones that have been implemented.
6924 Sat Jan 19 15:44:26 1991  Karl Berry  (karl at hayley)
6926         * man/gftodvi.man: document the new options.
6928         * */Makefile (commonh): add common.h to the list.
6930         * common/common.h: include <math.h>.
6932         * mfware/gftodvi.ch: implement -overflow-label-offset.
6933         * common/extra.h (optiontable): another new abbreviation to help
6934           in arg parsing.
6935         * common/common.defines (strcmp, atof, optiontable): new
6936           declarations.
6938         * mfware/gftodvi.ch: changes to implement -verbose.
6940         * most .ch files: fix the \title.
6942 Mon Jan 14 09:28:20 1991  Karl Berry  (karl at hayley)
6944         * mf/Makefile (inimf): don't depend on $(windowlib), and don't
6945           link with $(libs); it just wastes disk space.
6946         * common/texmf.c [INI]: undefine all window symbols.
6948         * man/dvitype.man: fix mismatched parentheses.
6950         * man/tftopl.man: document the new option and the path searching.
6952         * common/extra.c (make_c_string): replace spurious call to
6953           `space_terminate' with `null_terminate'.
6955         * texware/tftopl.ch: changes to implement -verbose; also write to
6956           stdout if no output file is specified; also call set_paths
6957           to do path searching for the TFM file.
6959         * texware/pltotf.ch (usage): remove; just print it inline.
6961 Sun Jan 13 16:57:01 1991  Karl Berry  (karl at hayley)
6963         These changes from ken@csis.dit.csiro.au:
6964         * site.h: add TANDY as a possibility.
6965         * defaults.h (FILENAMESIZE) [TANDY]: define to be smaller.
6966         * common/extra.c (end_with_null, end_with_space): rename to
6967           `null_terminate' and `space_terminate'.
6968         * common/texmf.c (interrupt_handler): rename to `catch_interrupt'.
6969         * web/tangle.ch (web_file_name, change_file_name): rename to
6970           `web_name' and `chg_name'.
6971         * web2c/web2c.yacc (function_return_type): rename to
6972           `fn_return_type'.
6974 Sun Jan  6 13:41:08 1991  Karl Berry  (karl at hayley)
6976         * site.h: remove HAVE_GETWD -- now we supply our own.
6978         * Makefile (x11lib): don't include -lXext.
6980         * common/main.c (argv): check if we're beyond the end of argv.
6982         * texware/pltotf.ch: changes for silent running unless `-verbose'
6983           is specified.
6985         * common/extra.h (address_of_int): rename to addressofint.
6987 Fri Jan  4 15:38:40 1991  Karl Berry  (karl at hayley)
6989         * man/Makefile (sedscript): use _ in the patterns, so
6990           `TEXFONTS_SUBDIR' et al. work.  (from drl@vuse.vanderbilt.edu)
6992 Sat Dec 29 13:52:41 1990  Karl Berry  (karl at hayley)
6994         * mfware/gftodvi.ch (Finish the \.{DVI}...): print a newline
6995           before exiting.
6997         * mfware/gftodvi.ch (Get ready to convert...): add only 1 inch
6998           before typesetting the overflow labels.
7000         * common/main.c (gargv): do not make static.
7001         * common/extra.h (gargv): declare.
7002         * common/extra.c (getwd, checked_{{open,ch}dir,{l,}stat): new
7003         routines to find the pathname of the current directory.
7005 Wed Dec 26 09:21:56 1990  Karl Berry  (karl at hayley)
7007         * mfware/gftodvi.ch: put the progress report back in.
7009 Mon Dec 17 09:35:24 1990  Karl Berry  (karl at hayley)
7011         * README.W2C (Online output from MF): we have two versions of the
7012           Suntools support now; mackay@cs.washington.edu sent one based on
7013           the Sunview definitions, instead of gfx_hs.
7015         * *.WEB2C: rename to *.W2C for compatibility with the Unix TeX
7016         distribution.
7018         * common/extra.c (getwd): new routine.
7019         * site.h-dist (HAVE_GETWD): remove this definition; now everybody
7020           has it.
7022         * site.h-dist (FUNNY_CORE_DUMP): new symbol to make core dumps for
7023           a preloaded TeX or MF by giving a strange filename.
7024         * common/{extra,fileio}.c: use FUNNY_CORE_DUMP, instead of BSD,
7025           for the condition.
7027 Sat Dec  8 13:01:18 1990  Karl Berry  (karl at hayley)
7029         * {tex,mf}/Makefile ({tex,mf}-extra.o): make a link to $(extrac)
7030           and compile it, instead of compiling $(extrac), so that parallel
7031           computation work properly.
7033         * tex/Makefile (latex.fmt, slitex.fmt): the files are called
7034           `lplain' and `splain' again, instead of `lplain3' and `splain3'.
7036 Thu Nov 29 10:54:55 1990  Karl Berry  (karl at hayley)
7038         * man/tex.man: don't put @TEXINPUTS@ at the beginning of a line,
7039           since it might start with `.' (from
7040           kabal@aldebaran.insl.mcgill.ca).
7042 Tue Nov 20 10:21:43 1990  Karl Berry  (karl at hayley)
7044         * MACHINES: add info for ESIX on a 386, from uri@ibm.com.
7046 Mon Nov 19 07:04:10 1990  Karl Berry  (karl at hayley)
7048         * texware/pltotf.ch (System-dependent changes): parse arguments
7049           using getopt.
7050         * common/common.defines (gargv, optind, getoptstruct,
7051           getoptlongonly, addressofint, name, hasarg, flag, val): new
7052           definitions.
7053         * common/extra.h (addressofint, hasarg, getoptlongonly): new
7054           definitions.
7056 Sun Nov 18 08:22:18 1990  Karl Berry  (karl at hayley)
7058         * common/texmf.c (initscreen): use the MFTERM envvar, if set, to
7059           determine the user's desired display type.
7060         * man/mf.man: document this.
7062         * common/texmf.c (do_dump): swap the bytes in memory back again
7063           after dumping, since we use some of those values.
7065         * web2c/web2c.yacc (P_F_DEC_PART): allow this to be empty.
7067         * tex/ctex.ch (\input, \openin changes): allow names like
7068           `foo.bar.tex', and look for `foo' before `foo.tex'.
7070         * common/texmf.c (swap_items): new routine.
7071         (do_dump, do_undump): call it, instead of doing bit operations to
7072         pack and unpack the bytes.
7074         * common/endian.c: new file.
7075         * common/Makefile (endian.h): new target.
7076         (all): make endian.h.
7077         * tex/Makefile, mf/Makefile (extrah): add endian.h to the definition.
7079 Tue Nov 13 07:29:45 1990  Karl Berry  (karl at hayley)
7081         * common/extra.c (setpaths): use PATH_DELIMITER instead of ":".
7083 Wed Nov  7 06:44:01 1990  Karl Berry  (karl at hayley)
7085         * common/texmf.c (do_dump): handle dumping 8-byte and 2-byte items.
7086         (dump_four): new routine.
7088         * mf/cmf.ch (clear_terminal): define to do nothing.
7089         * tex/ctex.ch (clear_terminal): likewise.
7091 Tue Nov  6 15:02:51 1990  Karl Berry  (karl at hayley)
7093         * common/texmf.h ((un)dumpthings): call new routines, do_(un)dump.
7094         * common/texmf.c (do_(un)dump): define them to always write and
7095           read BigEndian files.x
7097         * common/texmf.h (generic_(un)dump): call (un)dumpthings.
7099         These changes from rusty@belch.berkeley.edu:
7100         * web/Makefile (veryclean): remove tangle.h.
7102         * web2c/Makefile (clean): remove lex.yy.c.
7104         * Makefile (LN): new variable.
7105         (triptrap): pass LN down.
7106         * mf/Makefile, tex/Makefile: use $(LN) instead of `ln'.
7108         * site.h-dist (schar) [ANSI]: define to be signed char (from
7109           lgy@newton.phys.washington.edu).
7111 Sun Nov  4 09:32:55 1990  Karl Berry  (karl at hayley)
7113         * README.WEB2C: Advertise TUG.
7115         * mf/Makefile (cmmf.base): input cmbase, not cm.
7117         * These changes suggested by chris@mimsy.umd.edu:
7118         * common/texmf.c (bsd_clear_terminal, bsd_wake_up_terminal):
7119           remove these, since the user should control the terminal.
7120         * common/texmf.h (same) [BSD]: remove ifdef's that used
7121           those routines.
7122         * tex/ctex.ch (clear_terminal): define to do nothing.
7124         * common/texmf.c: do not include <sys/fcntl.h>, since we don't
7125           use the fcntl system call.
7127 Thu Nov  1 08:53:47 1990  Karl Berry  (karl at hayley)
7129         * bibtex/Makefile (bibtex.o): do -Dbswap=bswapp.
7131         * mfware/Makefile (mft.o): do -Dlink=link_array.
7133         * Makefile (INSTALL): use -c, for Ultrix's sake.
7134         * install: explicitly exit 0 if $(bindir) et al. exist  (from
7135           dick@sprite.stanford.edu).
7137 Tue Oct 30 09:08:47 1990  Karl Berry  (karl at hayley)
7139         * tex/ctex.ch (@<Declare act...) (for \openin): try to open the
7140           file without the .tex extension.
7142         * tex/bigtrie.diff: new file (from jmr@nada.kth.se).
7144 Thu Oct 25 08:56:19 1990  Karl Berry  (karl at hayley)
7146         * tex/trie.diff (trie): line got truncated at 80 characters (from
7147           piet@cs.ruu.nl).
7149 Tue Oct 23 09:17:57 1990  Karl Berry  (karl at hayley)
7151         * common/texmf.c (input_line, calledit): break lines longer than
7152           80 characters.
7154 Sat Oct 20 11:13:04 1990  Karl Berry  (karl at hayley)
7156         * common/texmf.c (initscreen) [!TRAP]: cosmetic changes.
7158         * common/extra.c (string_copy): declare in the old C style, not
7159           the new.
7161         * tex/trie.diff: update to new version.
7163 Fri Oct 19 17:38:55 1990  Karl Berry  (karl at claude)
7165         * bibtex/convert: put the sed commands that change (pdstype) to
7166           (buftype) back.
7168         * bibtex/Makefile (bibtex.c): make it depend on `convert'.
7170         * Makefile (BibTeX): new target.
7172 Fri Oct 12 13:03:58 1990  Karl Berry  (karl at spiff.ai.mit.edu)
7174         * Version 5.8a.
7176         * mf/fixcoerce.h: restore redefinition of tfmqqqq.
7178         * common/convert: set a variable to `basename $pascalfile .p`.
7180         * common/extra.c (do_subdir_path): assign result of expand_colon
7181           to dir_list, not temp.
7183         * web2c/fixwrites.c (main): fix output for pltotf.
7185 Wed Oct 10 16:41:54 1990  Karl Berry  (karl at spiff.ai.mit.edu)
7187         * web2c/fixwrites.c [ANSI] (bare): give definition as a char.
7189 Sun Oct  7 05:02:58 1990  Karl Berry  (karl at sprite)
7191         * common/extra.h (abs): cast the operands to integer, so the tests
7192         on quarterwords in Metafont work properly (it took three days to
7193         find this one...argh).
7195 Wed Oct  3 14:17:32 1990  Karl Berry  (karl at sprite)
7197         * common/extra.c (S_ISDIR): define if it's not defined, instead of
7198         if we're not _POSIX_SOURCE.
7200         * web2c/fixwrites.c [ANSI] (bare): give prototype as a char.
7202 Wed Oct  3 15:20:34 1990  Karl Berry  (karl at hal)
7204         * tex/Makefile (clean): remove .fmt and .aux files here.
7205         * mf/Makefile (clean): remove .base files here.
7207         * web/Makefile (tangle.p): add an extra sh -c for the sake of the
7208         broken AIX sh; also, add $(CFLAGS) to the tangleboot compilation.
7210 Mon Oct  1 10:14:51 1990  Karl Berry  (karl at aten)
7212         * web2c/fixwrites.c: don't extern strcpy et al.
7214         * mfware/gftopk.ch: fix bobble in banner.
7216 Wed Sep 26 05:56:36 1990  Karl Berry  (karl at hayley)
7218         * common/extra.c (S_ISDIR) [!_POSIX_SOURCE]: define S_ISDIR correctly.
7220         * common/extra.c (expand_colon): new routine.
7221         (do_path, do_subdir_path): call it.
7223 Tue Sep 25 07:24:58 1990  Karl Berry  (karl at hayley)
7225         * common/extra.c (do_path): don't copy from temp if it's null.
7227         * Makefile (install, install-formats, install-formats): do test -d
7228         before running mkdir.
7230         * Makefile (web-dist, web2c-dist): use the name src-$(version) for
7231         the top-level directory.
7233         * tex/Makefile (run-trip), mf/Makefile (run-trap): throw away the
7234         output from the first run.
7236         * web2c/{web2c,splitup}.c: declare argc as an int.
7238         * new versions of the web files from DEK, and hence new versions
7239         of the change files.
7241 Sun Sep 23 06:24:01 1990  Karl Berry  (karl at hayley)
7243         * bibtex/Makefile (bibtex); put LDFLAGS at the end.
7244         * mfware/Makefile (gftodvi): missing ).
7246 Sat Sep 22 07:38:02 1990  Karl Berry  (karl at hayley)
7248         * common/extra.c (do_path): don't replace extra :'s in the middle
7249         of the paths.
7250         (insert_string): delete.
7252         * site.h (TEXFONTS_SUBDIR, ...): new symbols.
7253         * common/extra.c (setpaths): use them.
7254         (do_subdir_path): new routine.
7255         (do_path): remove subdirectory stuff.
7257         * common/fileio.c (open_output): test *f, not f, to see if the
7258         open succeeded.
7260         * common/texmf.c [HANDLE_INTERRUPTS]: include <sys/types.h>, if
7261         POSIX.
7263         * web2c/fixwrites.c: use FILENAMESIZE to define `filename'.
7265         * web/Makefile (tangle.p): missing a $.
7267         * common/extra.c (S_ISDIR): new macro.
7268         (is_dir): use it.
7270         * common/common.h: new file.
7271         * web2c/web2c.h: include it.
7272         * common/extra.h: include it.
7273         * web2c/fixwrites.c: include it.
7275         * web2c/Makefile (web2cl.c): prepend site.h before the lex output,
7276         so flex.skel will have the preprocessor symbols defined.
7278         * web2c/Makefile (fixwrites, splitup, regfix): use LDFLAGS in
7279         addition to CFLAGS.
7281         * Makefile (stamp-web2c): make this depend on the web2c
7282         executables, as well as the sources.
7284         * site.h: another possibility for the OS is POSIX.
7285         * web2c/web2c.h [ANSI]: don't declare sprintf if ANSI or
7286         _POSIX_SOURCE is defined.
7287         [FLEX]: change conditional symbol to FLEX_SCANNER.
7288         * web2c/Makefile (web2c): include LEXLIB, not -ll.
7289         * web2c/splitup.c: include web2c.h, instead of redefining TRUE,
7290         FALSE, sprintf, and the like.
7292         * common/extra.c (setpaths): use the symbol VFFONTS to initialize
7293         the envvar if it is defined.
7294         site.h: put in a prototype definition for VFFONTS.
7296 Tue Sep 18 16:45:04 1990  Karl Berry  (karl at hayley)
7298         * Makefile (web-dist): make the directory of the tar file be
7299         web2c-<version>, not just `web2c'.
7301         * common/fileio.c (open_output): try to open the file in the dir
7302         specified by TEXMFOUTPUT, if opening it in the cwd fails
7303         (suggested by lgy@newton.phys.washington.edu).
7304         * man/{tex,mf,bibtex}.man: document this.
7306 Sun Sep 16 07:50:08 1990  Karl Berry  (karl at hayley)
7308         * README, PROBLEMS, PROJECTS: rename with .WEB2C suffix, to be
7309         closer to what's on the Unix TeX tape.
7311 Thu Sep 13 07:09:18 1990  Karl Berry  (karl at hayley)
7313         * Makefile (install-manpages): pass SITEDIR in.
7314         * man/Makefile (sedscript): remove dependency on
7315         $(SITEDIR)/Makefile.  (These changes from alien@essex.ac.uk.)
7317         * tex/bigtex.diff, mf/bigmf.diff: don't increase max_quarterword,
7318         thus perhaps saving some memory (from morgan@ics.uci.edu).
7320 Tue Sep 11 06:42:43 1990  Karl Berry  (karl at hayley)
7322         * common/extra.c: don't give getcwd a prototype unless ANSI is
7323         defined (from maj@computer-lab.cambridge.ac.uk). 
7325 Thu Sep  6 05:56:20 1990  Karl Berry  (karl at hayley)
7327         * Makefile (x11lib), mf/Makefile (x11lib): include Xext.
7329 Tue Sep  4 09:45:54 1990  Karl Berry  (karl at hayley)
7331         * Makefile (install*): use $(proginstall) or $(fileinstall), as
7332         appropriate.
7333         (fileinstall, proginstall): new variables.
7335 Sun Sep  2 15:51:35 1990  Karl Berry  (karl at hayley)
7337         * site.h-dist (HAVE_GETWD): new option for people who are
7338         fortunate enough to have this.
7339         * common/extra.c (getcwd) [HAVE_GETWD]: define this in terms of
7340         getwd (from morgan@ics.uci.edu).
7342 Fri Aug 31 15:17:19 1990  Karl Berry  (karl at hayley)
7344         * These changes from andy@csvax.cs.caltech.edu.
7346         * mf/MFwindow/tek.c [SYSV]: define bzero and bcmp as memset and
7347         memcmp.
7349         * common/extra.c: always include <sys/types.h> and <sys/stat.h>,
7350         since is_dir needs them.
7352         * */Makefile (link commands): put $(LDFLAGS) at the end of the
7353         command, instead of the beginning.
7355         * web/Makefile (tangle.p): use an already-compiled tangle if
7356         possible, and include LDFLAGS instead of CFLAGS when making tangle
7357         from tangleboot.c.
7359         * site.h-dist (ANSI): say they must have sprintf declared if they
7360         defined this.
7362 Thu Aug 30 15:58:05 1990  Karl Berry  (karl at hayley)
7364         * These changes from andy@csvax.cs.caltech.edu.
7366         * dviutil/dvicopy.ch: don't define cur_name to use text_char.
7368         * web2c/fixwrites.c: declare bare to take an int, not a char, and
7369         define it to return an int.
7371         * common/extra.h, web2c/web2c.h, web2c/splitup: only declare
7372         sprintf if ANSI is not defined, since a prototype with `...'
7373         doesn't match a function without a prototype.
7375 Sun Aug 26 10:45:48 1990  Karl Berry  (karl at aten)
7377         * Version 5.0e.
7379         * Makefile (install-manpages): quote $(INSTALL).
7380         * man/Makefile (all, install): make dependent on stamp-manpages, so
7381         sed isn't invoked every time.
7382         (clean): remove stamp-manpages.
7384         * MACHINES: add info for the HP9000 machines from
7385         mark@comp.vuw.ac.nz.
7387 Sat Aug 25 12:00:50 1990  Karl Berry  (karl at hayley)
7389         * Makefile (alldirs): add `dviutil'.
7390         (install): install dvicopy.
7392         * common/extra.c (do_path): add a null after the path delimiter.
7394         * dviutil/dvicopy.ch: restore lines truncated in transmission.
7395         * dviutil/Makefile: prepend `.' to suffix lines.
7397 Thu Aug 23 06:44:28 1990  Karl Berry  (karl at claude)
7399         * {tex,mf}/Makefile (triptex, trapmf): make dependent on $(iobjs)
7400         and $(commono). 
7402         * common/extra.c (do_path): don't take strlen of an integer.
7404         * web2c/Makefile (veryclean): remove yacc.*.
7406 Wed Aug 22 06:16:03 1990  Karl Berry  (karl at hayley)
7408         * Makefile (FORMATINSTALL): new variable; defines installation
7409         commands for .fmt's and .base's.
7411         * common/extra.c (do_path): use PATH_DELIMITER instead of ':'.
7413         * {tex,mf}/Makefile: use tex.fmt and mf.base when making other
7414         formats or bases.
7416         * Makefile (YACC, LEX): new variables.
7417         (stamp-web2c): pass them down when compiling web2c.
7419         * common/extra.c (do_path): do chdirs to the directories in the
7420         path.
7422         * common/extra.{c,h} (ztoint) [sequent]: remove this, since
7423         the Sequent compiler doesn't have the casting problem any more.
7425 Thu Aug 16 15:24:02 1990  Karl Berry  (karl at apollo)
7427         * common/extra.c (do_path): don't look for subdirectories if we
7428         used the default value (sometimes).
7430         * common/extra.c (do_path): only look for subdirectories
7431         conditionally.
7432         (setpaths): don't look for subdirectories in all paths.
7434         * common/extra.c (do_path): don't clobber the path as we check for
7435         subdirectories.
7437         * tex/Makefile (run-trip), mf/Makefile (run-trap): remove
7438         trip.tex/trap.mf before linking
7440 Wed Aug 15 08:45:28 1990  Karl Berry  (karl at hayley)
7442         * web/tangleboot.{pas,c}: update these.
7444         * Makefile (install-formats, install-bases, install): move the
7445         commands for the first two from the third.
7447         * mfware/mft.ch (open_input): use MF_INPUT_PATH to open the .mf
7448         file.
7449         * man/mft.man: document this.
7451         * site.h (MAXPATHLEN): remove this; we allocate the storage
7452         dynamically now.
7453         * man/{tex,mf}.man: don't refer to MAXPATHLEN.
7454         * common/extra.c (xmalloc, xrealloc): new routines.
7456         * common/extra.c (do_path): find all the subdirectories here, and
7457         add them to the path.
7458         (testreadaccess): remove the subdirectory checking here.
7460         * tex/ctex.ch (\S552): initialize bchar_label[null_font], et al.,
7461         to avoid arbitrary font_info data as being interpreted as lig/kern
7462         programs (from Chris Thompson).
7464         * common/extra.c (setpaths): take an argument saying which paths
7465         to initialize.
7466         * common/common.defines (setpaths): declare to be a procedure with
7467         parameters.
7468         * common/extra.h (...PATHBIT): new macros to define that argument.
7469         * common/common.defines (...PATHBIT): make them available to the
7470         change files.
7471         * bibtex/bibtex.ch (get_the_top_level_aux_file_name),
7472         fontutil/pktogf.ch (PK_to_GF), pktype.ch (PKtype), vftovp.ch
7473         (VFtoVP), mfware/gftodvi.ch (GFtoDVI), gftopk.ch (initialize),
7474         gftype.ch (initialize), mft.ch (scan_args), texware/dvitype.ch
7475         (DVItype), dviutil/dvicopy.ch (DVIcopy), mf/cmf.ch, tex/ctex.ch:
7476         change call to set_paths.
7478         * common/{extra.c, extra.h, common.defines): define another
7479         path-searching constant, VFFILEPATH, which uses the environment
7480         variable VFFONTS.
7481         * dviutil: new subdirectory to hold dvicopy, whose change file
7482         uses VFFILEPATH (from xitikgun@ddathd21.bitnet).
7483         * fontutil/vftovp.ch: use VFFILEPATH.
7484         * man/vftovp.man: document this.
7486         * common/{extra,fileio}.c (terminate_with_space,
7487         terminate_with_null): rename to `end_with_space' and
7488         `end_with_null', so brain-dead linkers that only look at the first
7489         16 characters don't break.
7491 Tue Aug 14 11:32:35 1990  Karl Berry  (karl at aten)
7493         * common/extra.c (do_path): allocate an extra byte for the
7494         trailing null.
7496 Mon Aug 13 14:45:06 1990  Karl Berry  (karl at aten)
7498         * Makefile (fmts): add picplus.
7499         * tex/Makefile (fmts): likewise.
7501         * man/Makefile (manfiles): remove trailing \ from last item in list.
7503         * {bibtex,mf,tex}/Makefile: remove form feeds.
7505 Sun Aug 12 10:23:12 1990  Karl Berry  (karl at hayley)
7507         * web/tangle.ch (scan_args): if a `.' occurs before a `/' in a
7508         filename, don't count it as starting the extension.
7509         * web/weave.ch (scan_args): likewise.
7510         Probably other programs need to be fixed in the same way.
7512         * common/convert: pass the name of file being converted to
7513         fixwrites.
7514         * web2c/fixwrites.c: convert vptovf error messages properly.
7515         (These changes from rokicki@neon.stanford.edu.)
7517 Fri Aug 10 09:02:31 1990  Karl Berry  (karl at hayley)
7519         * mf/cmf.ch: fix another casting problem (from
7520         xitikgun@ddathd21.bitnet).
7522 Wed Aug  8 06:43:28 1990  Karl Berry  (karl at hayley)
7524         * common/extra.c (DO_PATH): replace this macro with a routine, and
7525         expand extra `:'s into the system default.
7526         (insert_string): new routine.
7527         * site.h: warn them not to put extra `:'s in the system default.
7528         * man/{almost everything}: document this.
7530         * mfware/gftodvi.ch, fontutil/vftovp.ch: break up huge case
7531         statement (from maj@computer-lab.cambridge.ac.uk).
7532         * PROBLEMS: remove old fix for the huge case statements.
7534 Tue Aug  7 07:19:32 1990  Karl Berry  (karl at hayley)
7536         * mf/Makefile (run-trap): run `./trapmf', not just `trapmf'.
7537         * tex/Makefile (run-trip): analogously.
7538         * Makefile (web2c-dist): rename site.h to site.h-dist.
7539         (These changes from dorab@twinsun.com.)
7541 Fri Aug  3 15:55:53 1990  Karl Berry  (karl at hayley)
7543         * Makefile (install): add links for plain.fmt and plain.base.
7545         * PROBLEMS: add patches for the 3b2 for the old TeX (from
7546         oc@vmp.com).
7548 Tue Jul 31 11:43:38 1990  Karl Berry  (karl at hayley)
7550         * mf/Makefile: add missing quote (from dick@sprite.stanford.edu).
7552 Fri Jul 13 06:48:15 1990  Karl Berry  (karl at hayley)
7554         * Makefile: remove ^L's.
7556 Sun Jul  8 06:44:06 1990  Karl Berry  (karl at hayley)
7558         * common/extra.c (fprint_pascal_string): new routine.
7559         (printpascalstring): call it.
7560         (errprintpascalstring): new routine.
7561         * common/common.defines: declare errprintpascalstring.
7562         * texware/dvitype.ch: use it when printing the TFM file name.
7564         * common/extra.c (READABLE_FILE): new macro.
7565         (testreadaccess): use it, instead of using access(2) directly.
7567         * tex/trie.h: delete.
7568         * tex/trie.diff: new file with diffs for a larger trie size (from
7569         xitikgun@ddathd21.bitnet).
7570         * common/texmf.defines: remove trie definitions.
7572         * bibtex/bibtex32.diff: new file with diffs for a big BibTeX (from
7573         beebe@science.utah.edu).
7575         * mf/trapenv: define GFFONTS.
7577 Mon Jun 18 08:37:41 1990  Karl Berry  (karl at hayley)
7579         * site.h (schar) [AIX]: define to be INT.
7580         * web2c/web2c.yacc (SIMPLE_TYPE): output UNSIGNED_SHORT_STRING
7581         instead of "unsigned short", and define the former to be "int" for
7582         AIX.
7584 Thu May 31 14:14:18 1990  Karl Berry  (karl at aten)
7586         * common/fileio.c (open_input): don't call funny_core_dump if
7587         we're bibtex.
7589         * common/extra.c (is_dir): don't declare as static.
7591         * web2c/{fixwrites,regfix}.c (remove_newline): don't use
7592         ANSI-style declarations.
7594         * mf/MFwindow/x11-Xt.c: declare functions as static, if they're
7595         defined that way.
7597         * mf/MFwindow/x10.c (sprintf): don't declare it.
7599         * common/texmf.c (funny_core_dump): don't define as static.
7601         * web/tangle.ch: incorporate changes to only open the pool file if
7602         it's actually used (from xitigkun@ddathd21.bitnet).
7604 Wed May 30 07:10:10 1990  Karl Berry  (karl at hayley)
7606         * common/extra.c (testreadaccess): initialize ok to zero, improve
7607         the loop logic.
7609 Sun May 27 10:21:22 1990  Karl Berry  (karl at hayley)
7611         * common/extra.h, web2c/splitup.c, web2c/web2c.h: declare sprintf
7612         using SPRINTF_RETURN_TYPE.
7613         * site.h: define it.
7615 Sat May 26 07:55:54 1990  Karl Berry  (karl at hayley)
7617         * common/texmf.c (input_line): do not worry about NONASCII or
7618         characters going out of range when we fill up `buffer'.
7620         * web2c/{fixwrites,regfix}.c: replace calls to gets(3) with calls
7621         to fgets(3).
7623         * tex/trie.h: new file to help implement larger hyphenation tries.
7624         * common/common.defines (trl, trc, tro, trb, trieentry): new
7625         fields and a type, for the same reason.
7626         (from xitikgun@ddathd21.bitnet, but the diff to ctex.ch has not
7627         been created yet).
7629         * common/texmf.c, mf/MFwindow/uniterm.c: merge Uniterm support
7630         from T. Hageman.
7632 Tue May 22 09:56:01 1990  Karl Berry  (karl at hayley)
7634         * common/extra.c (testreadaccess): close the directories in the
7635         path after we search them for subdirectories.
7637         * tex/tex-extra.c (main): set up TEXformatdefault with the format
7638         from the program name, instead of the first line of input (from
7639         ramshaw@src.dec.com).
7641 Sun May 20 12:03:12 1990  Karl Berry  (karl at hayley)
7643         * web/tangle.ch (<Get |web_file_name|...>): make sure the web name
7644         ends with a space.  Ditto for the change file.
7646 Thu May 17 10:43:00 1990  Karl Berry  (karl at hayley)
7648         * web2c/web2c.c (initialize): check the result of the fopen (from
7649         lonhyn@gulag.nas.nasa.gov).
7651 Mon May 14 07:16:47 1990  Karl Berry  (karl at hayley)
7653         * texware/dvitype.ch: use testreadaccess and other common
7654         routines; output to stdout.
7655         * web/{tangle,weave}.ch: use common routines.
7656         
7657         * fontutil/{extra.?, futil.defines, convert}: move to new
7658         subdirectory `common'.
7660         * tex/Makefile (run-trip): set the environment before running
7661         triptex.
7662         tripenv: new file.
7663         * mf/Makefile, mf/trapenv: analogously.
7665 Sun May 13 10:09:02 1990  Karl Berry  (karl at hayley)
7667         * web2c/web2c.c (main): only print the number of symbols if
7668         `debug' is set.
7670         * texware/texware.h (unsignedcharargv): new macro for dvitype.
7672         * {texware/texware.h, mfware/mfware.h} (reset, rewrite): cast the
7673         filename argument to char *.
7675         * web2c/web2c.yacc (do_proc_args): add an & if we're generating
7676         ANSI code, and have a var parameter (from andy@csvax.caltech.edu).
7678         * defaults.h [High C on an IBM]: add pragma's (from bells@ibm.com).
7680         * tex/ctex.ch (a_open_in): try to open the input file without
7681         .tex, if opening with .tex fails (from Tom Hageman via
7682         vens@hgrrug5.bitnet).
7684         * {mf,tex}/extra.c (calledit) [NONASCII]: use xchr (from Tom
7685         Hageman via vens@hgrrug5.bitnet).
7687         * Makefile (run-triptrap): split up into two targets, run-trip and
7688         run-trap.
7690         * tex/Makefile (fmts): new target.
7691         (tex.fmt, et al.): run initex to make these.
7692         * mf/Makefile (bases): new target.
7693         (mf.base, cmmf.base): run inimf to make these.
7694         (From beebe@science.utah.edu.)
7696         * Makefile (manpages, install-manpages): new targets.
7697         man: new directory with the man pages
7698         (from ken@cs.rochester.edu).
7700         * mfware/gftodvi.ch (open_gf_file): don't bother defining
7701         packed_font_file_path, since we don't use it.
7702         * mfware/gftype.ch (open_gf_file): ditto.
7704 Sun May  6 08:24:27 1990  Karl Berry  (karl at hayley)
7706         (All the following from andy@csvax.caltech.edu)
7707         * web2c/web2c.lex (input, unput): declare if they're not #defined.
7709         * web/weavext.c (strcpy, strcat): add `const'.
7711         * mfware/mfwarext.c (sprintf): declare differently for SYSV and ANSI.
7712         tex/extra.c, mf/extra.c, web/tanglext.c, texware/texwarext.c: ditto.
7714         * mfware/mfware.h (openf) [ANSI]: declare it.
7716         * fontutil/extra.c (testreadaccess): handle absolute path names
7717         correctly.
7719         * web/Makefile (tangle.p): do `./tangle' instead of `tangle',
7720         since not everyone has . in their path (from
7721         beebe@science.utah.edu).
7723 Sat May  5 12:17:32 1990  Karl Berry  (karl at hayley)
7725         * texware/{pltotf,tftopl}.ch (main): don't print a newline at the
7726         end.
7728         * web2c/web2c.yacc (FUNCTION_HEAD): only print the function name
7729         if debug is true.
7731         * mfware/gftopk.ch (comment): increase array size by one, to leave
7732         room for the trailing null.
7734         * mfware/Makefile (CFLAGS): remove -Dlink=link_array.
7736 Fri May  4 21:51:16 1990  Karl Berry  (karl at hayley)
7738         * mfware/gftodvi.ch (open_tfm_file): use tex_font_file_path, not
7739         generic_font_file_path (from morgan@ics.uci.edu).
7741 Fri Apr 27 07:22:50 1990  Karl Berry  (karl at hayley)
7743         * Makefile (install): make work with install, not just cp (from
7744         grunwald@foobar.colorado.edu).
7746         * tex/ctex.ch: define hash_size and hash_prime, so that LaTeX
7747         works with the small TeX.
7749         * web2c/web2c.c [HP]: yytext is an unsigned char (from
7750         pfs@kc.abdn.ac.uk).
7752         * mf/extra.c (calledit): remove the xor with 0x80.
7754         * site.h: warn about bibtex and -DANSI not mixing.
7756 Wed Apr 18 11:44:49 1990  Karl Berry  (karl at aten)
7758         * Version 5.0c. (5.0b was released by Tim.)
7760         * web/Makefile: (.ch.p): invoke ./tangle instead of `tangle'.
7762         * site.h: change default glueratio to `float'.
7764         * web/Makefile (tangle.p): put the ``until...done'' in an sh -c,
7765         for the sake of Ultrix (from maj@computer-lab.cambridge.ac.uk).
7767         * PROBLEMS: add patch for yacc problem (from justin@crim.ca).
7769 Mon Apr 16 08:03:52 1990  Karl Berry  (karl at hayley)
7771         * site.h: do not unconditionally (un)define the symbols.
7773 Thu Apr 12 21:33:41 1990  Karl Berry  (karl at hayley)
7775         * tex/extra.c (calledit): do not xor with 0x80 (from
7776         ekrell@ulysses.att.com).
7778 Fri Apr  6 20:40:20 1990  Karl Berry  (karl at hayley)
7780         * {tex,mf}/extra.c (zinputln): have to test against 255, not 127.
7782         * web/Makefile: touch tangle.h (from colin@umist.ac.uk).
7784 Wed Apr  4 16:10:03 1990  Karl Berry  (karl at aten)
7786         * PROBLEMS: cc and gftodvi/vftovp don't mix.
7788 Thu Mar 29 07:50:15 1990  Karl Berry  (karl at mole.ai.mit.edu)
7790         * Version 5.0a (with ken's changes to the change files).
7792 Tue Mar 27 08:01:20 1990  Karl Berry  (karl at hayley)
7794         * web2c/web2c.yacc (FUNCTION_HEAD): check for debug before
7795         printing out the function name.
7797         * texware/Makefile (pltotf): don't put this on two lines.
7799 Fri Mar 23 18:46:49 1990  Karl Berry  (karl at aten)
7801         * Version 4.893c.
7803         * web2c/Makefile: do test ... instead of [ ... ].
7804         mf/MFwindow/Makefile: use $(SHELL) instead of /bin/sh.
7806 Thu Mar 22 18:20:38 1990  Karl Berry  (karl at aten)
7808         * texware/dvitypext.c: declare packrealnameoffile to be void, even
7809         if ANSI is not defined, else Ultrix loses.
7811 Fri Mar  9 08:38:56 1990  Karl Berry  (karl at hayley)
7813         * defaults.h, site.h: move ANSI from the former back to the
7814         latter, since some systems want it.
7816         * bibtex/bibtex.ch (int_to_ASCII): use `the_int' instead of `int'
7817         as the first parameter name; some cc's bomb with `int'.
7818         (from rusty@garnet.berkeley.edu)
7820         * texware/dvitypext.c (packrealnameoffile): return type is void.
7822         * */Makefile (veryclean): remove backup files, core files.
7823         */Makefile: use $(SHELL) ./<script> instead of ./<script>.
7824         web/Makefile: define SHELL.
7825         (mackay@cs.washington.edu supplied these changes.)
7827 Fri Mar  2 17:27:22 1990  Karl Berry  (karl at hayley)
7829         * texware/dvitype.ch: make input be 8 bits, like the rest of the
7830         programs.
7832 Sun Feb 25 20:36:19 1990  Karl Berry  (karl at hayley)
7834         * {mf,tex}/ini_to_tr[ai]p: save the .h file we're editing.
7836 Thu Feb 22 21:06:49 1990  Karl Berry  (karl at hayley)
7838         * */Makefile: change $(RM) to rm.
7840         * texware/texware.h: do not cast the result of getc to char, for
7841         the sake of Ultrix.
7843 Sat Feb 17 07:36:50 1990  Karl Berry  (karl at hayley)
7845         * README: Make the instructions for bootstrapping tangle correct.
7847         * Makefile (dist): tangleboot.pas is in web, not web2c.
7849         * {mfware,texware,web,web2c}/Makefile: remove $(CFLAGS) from the
7850         load lines.
7852         * bibtex/bibext.c: move conditional on BSD to after #include
7853         "site.h" (from bsuggs@hac.arpa.com).
7855         * web2c/Makefile (web2cy.c): do `-if', since one of the commands
7856         exits with bad status under Ultrix.
7858 bibtex:
7859 Mon Feb 21 14:49:52 1994  Karl Berry  (karl@cs.umb.edu)
7861         * Makefile.in: srcdir changes from simon.
7863 Wed Feb  2 11:00:09 1994  Karl Berry  (karl@cs.umb.edu)
7865         * Version 6.1.
7867 Mon Jan 24 07:33:17 1994  Karl Berry  (karl@cs.umb.edu)
7869         * Version 6.0.
7871 Sun Nov  7 14:26:23 1993  Karl Berry  (karl@cs.umb.edu)
7873         * convert: Remove call to sync.
7875 Fri Nov  5 15:50:55 1993  Karl Berry  (karl@cs.umb.edu)
7877         * bibtex.ch (option_index): Declare as int.
7879 Tue Oct 12 14:07:15 1993  Karl Berry  (karl@cs.umb.edu)
7881         * bibtex.ch (verbose): Declare as int.
7883 Sun Oct  3 12:41:46 1993  Karl Berry  (karl@cs.umb.edu)
7885         * Makefile.in (cbibtex.ch): Don't chmod 444.
7886         (commonh): paths.h is in kpathsea.
7887         (commono): kpathsea.a has its own variable now.
7888         (*clean): Include standard targets.
7889         (program): New variable.
7891 Sun May 23 06:17:53 1993  Karl Berry  (karl@cs.umb.edu)
7893         * bibtex.ch (max_bib_files): Increase to 1000.
7895 Sun May  9 10:10:01 1993  Karl Berry  (karl@cs.umb.edu)
7897         * Makefile.in (commonh): Remove $(srcdir) for paths.h.
7898         (commono): Add kpathsea library.
7900 Fri Apr 30 15:07:24 1993  Karl Berry  (karl@cs.umb.edu)
7902         * Makefile.in (commonh): Add paths.h.
7904 Sat Apr 10 16:41:18 1993  Karl Berry  (karl@cs.umb.edu)
7906         * convert: Don't sync unless /bin/sync exists.
7908 Fri Apr  9 16:07:24 1993  Karl Berry  (karl@cs.umb.edu)
7910         * Makefile.in (commonh): Define as config.h.
7912 Thu Mar 25 16:59:08 1993  Karl Berry  (karl@cs.umb.edu)
7914         * Makefile.in (openinout.c): Remove the file before making the link.
7916 Sat Mar 13 11:44:46 1993  Karl Berry  (karl@cs.umb.edu)
7918         * Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.
7920         * convert: Use cpascal.h instead of pascal.h.
7922 Sun Feb 21 08:27:23 1993  Karl Berry  (karl@cs.umb.edu)
7924         * Version 5.851d.
7926 Fri Feb 19 13:21:01 1993  Karl Berry  (karl@cs.umb.edu)
7928         * small.sed (max_ent_strs): Restore to 3000.
7930 Tue Feb 16 17:53:06 1993  Karl Berry  (karl@cs.umb.edu)
7932         * Makefile.in (install-exec, install-data): New targets.
7934 Mon Feb 15 12:06:14 1993  Karl Berry  (karl@cs.umb.edu)
7936         * bibtex.ch (27): Allow any character as input.
7938 Tue Jan 26 17:09:10 1993  Karl Berry  (karl@cs.umb.edu)
7940         * bibtex.ch (banner): Use version_string.
7942 Sun Jan  3 13:28:45 1993  Karl Berry  (karl@cs.umb.edu)
7944         * Makefile.in (distclean): Remove Makefile.
7946 Thu Dec 17 07:36:44 1992  Karl Berry  (karl@cs.umb.edu)
7948         * bibtex.ch (198): @d int == `the_int', instead of doing the
7949         substitution ourselves.
7951         * bibtex.ch: Move command-line processing to the existing section
7952         that handles it.
7954         * Makefile.in (libs): $(fileio) => $(fileioo).
7956 Wed Dec 16 18:03:32 1992  Karl Berry  (karl@cs.umb.edu)
7958         * bibtex.ch: Put in option parsing; make min_crossrefs a variable,
7959         instead of a constant.
7961 Sun Dec 13 14:24:35 1992  Karl Berry  (karl@cs.umb.edu)
7963         * Makefile.in (c-sources): New target.
7965 Sat Dec 12 14:07:37 1992  Karl Berry  (karl@cs.umb.edu)
7967         * Makefile.in: Rewrite from Makefile.
7969         * small.sed: New file to replace small.diff.
7971 Mon Nov 16 08:09:07 1992  Karl Berry  (karl@cs.umb.edu)
7973         * Makefile (cbibtex.ch): New target.  (Copy from bibtex.ch.)
7975         * bibtex.ch (lex_class): Make RET be white_space.
7977 Sun Nov  1 16:20:05 1992  Kathy Hargreaves  (letters@red.cs.umb.edu)
7979         * bibtex.ch (max_bib_files): increase to 100.
7981 Thu Sep 24 11:04:03 1992  Karl Berry  (karl@cs.umb.edu)
7983         * Makefile (openinout.c): avoid use of $<.
7985 Fri Sep  4 08:58:58 1992  Karl Berry  (karl@hayley)
7987         * Makefile (extraclean): new target.
7988         (distclean): don't remove backup files etc. here.
7990 Wed Aug 19 08:39:55 1992  Karl Berry  (karl@hayley)
7992         * Makefile (openinout.c): new target.
7993         (clean): remove it.
7995 Wed Aug 12 16:16:28 1992  Karl Berry  (karl@hayley)
7997         * Makefile (fileioo): use the default compilation rule.
7999 Wed Jul 15 11:52:40 1992  Karl Berry  (karl@hayley)
8001         * bibtex.ch, small.diff: don't change the value of min_crossrefs.
8003 Sun Jul  5 07:23:23 1992  Karl Berry  (karl@hayley)
8005         * convert (sed): change `/bin/sed' to `sed'.
8007         * bibtex.ch: avoid lines >= 80 chars.
8009 Fri Jul  3 11:59:50 1992  Karl Berry  (karl@hayley)
8011         * Makefile (bibtex.p): depend on cbibtex.ch, not bibtex.ch.
8013 Thu Jul  2 16:04:37 1992  Karl Berry  (karl@hayley)
8015         * Makefile (CPPFLAGS): new variable
8016         (.c.o): use it.
8017         (cflags): change to CFLAGS.
8019 Thu May 14 19:21:10 1992  Karl Berry  (karl@claude.cs.umb.edu)
8021         * Version 5.851c.
8023 Sat Apr 25 09:18:17 1992  Karl Berry  (karl@hayley)
8025         * convert: sync after the pipe.
8027         * Makefile (libs): new var to abbreviate `../libs.a $(LIBS)'.
8028         (bibtex): use it.
8030         * Makefile (distclean): new target.
8032 Thu Apr 23 12:07:32 1992  Karl Berry  (karl@hayley)
8034         * Makefile: fix clean targets (from Andreas).
8036 Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)
8038         * Version 5.851b.
8040 Sun Apr 12 11:46:24 1992  Karl Berry  (karl@hayley)
8042         * bibtex.ch: use BSTINPUTS to look for the BST file instead of
8043           TEXINPUTS.
8045 Sat Apr 11 10:31:57 1992  Karl Berry  (karl@hayley)
8047         * bibtex.ch (388): remove mutually exclusive test, instead of
8048           fixing it.
8050 Fri Apr 10 17:26:30 1992  Karl Berry  (karl@hayley)
8052         * small.diff: remake this so it works properly.
8054         * Makefile (mostlyclean): remove cbibtex.ch.
8055         (.ch.p): tangle with cbibtex.ch.
8057 Fri Apr  3 09:53:25 1992  Karl Berry  (karl at hayley)
8059         * Version 5.851a.
8061 Mon Mar 30 11:20:11 1992  Karl Berry  (karl at hayley)
8063         * bibtex.ch (388): fix mutually exclusive tests.
8065 Fri Mar 20 16:14:05 1992  Karl Berry  (karl at hayley)
8067         * Makefile (mostlyclean): new name for `clean'.
8068         (clean): what `realclean' used to be.
8069         (realclean): nothing to do anymore.
8070         (install): install the program.
8072 Fri Jan 24 09:08:31 1992  Karl Berry  (karl at hayley)
8074         * Makefile (cflags): don't include -I../config.
8076         * bibtex.ch (max_ent_strs): reduce to 10000, as the previous value
8077           allocated 2.5MB (even this allocates 1MB).
8079 Sun Jan 12 09:16:54 1992  Karl Berry  (karl at hayley)
8081         * Makefile (bibtex.o): remove -Dbswap=bswapp.  Why did I do this?
8083         * Makefile (fileioh): no longer exists.
8085         * convert (../common): now ../lib.
8087 Sat Jan 11 16:53:05 1992  Karl Berry  (karl at hayley)
8089         * bibtex.ch (FILENAMESIZE): rename to `PATH_MAX'.
8091         * Makefile: redo for new configuration.
8093 Tue Jan  7 16:09:55 1992  Karl Berry  (karl at hayley)
8095         * bibtex.ch (10/main program): exit with bad status if history >
8096           warning_message.
8097 Mon Feb 21 14:50:08 1994  Karl Berry  (karl@cs.umb.edu)
8099         * Makefile.in: srcdir changes from simon.
8101 Thu Feb 10 10:00:49 1994  Karl Berry  (karl@cs.umb.edu)
8103         * dvicopy.ch: Don't print fontname twice when it can't be opened.
8104         Increase table sizes.
8106 dviutil:
8107 Wed Feb  2 11:00:09 1994  Karl Berry  (karl@cs.umb.edu)
8109         * Version 6.1.
8111 Mon Jan 24 07:33:33 1994  Karl Berry  (karl@cs.umb.edu)
8113         * Version 6.0.
8115 Tue Oct 12 13:35:28 1993  Karl Berry  (karl@cs.umb.edu)
8117         * Makefile.in: Simplify kpathsea references.
8119 Sun Oct  3 12:56:06 1993  Karl Berry  (karl@cs.umb.edu)
8121         * Makefile.in (commonh): paths.h is in kpathsea.
8122         (commono): kpathsea.a has its own variable now.
8123         (*clean): Include standard targets.
8124         (program): New variable.
8125         (install): Use it.
8127 Fri May 21 14:08:08 1993  Karl Berry  (karl@cs.umb.edu)
8129         * dvitype.ch (open_{dvi,tfm}_file): Don't declare unused variable i.
8131 Sun May  9 10:10:48 1993  Karl Berry  (karl@cs.umb.edu)
8133         * Makefile.in (commonh): Remove $(srcdir) for paths.h.
8134         (commono): Add kpathsea library.
8136 Fri Apr 30 15:07:41 1993  Karl Berry  (karl@cs.umb.edu)
8138         * Makefile.in (commonh): Add paths.h.
8140 Fri Apr  9 16:07:39 1993  Karl Berry  (karl@cs.umb.edu)
8142         * Makefile.in (commonh): Define as config.h.
8144 Sat Mar 13 12:10:31 1993  Karl Berry  (karl@cs.umb.edu)
8146         * Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.
8148 Sun Feb 21 08:27:57 1993  Karl Berry  (karl@cs.umb.edu)
8150         * Version 5.851d.
8152 Tue Feb 16 17:53:43 1993  Karl Berry  (karl@cs.umb.edu)
8154         * Makefile.in (install-exec, install-data): New targets.
8156 Tue Jan 26 16:38:05 1993  Karl Berry  (karl@cs.umb.edu)
8158         * *.ch (banner): Use version_string.
8160         * Makefile.in: Merge dvitype from texware.
8161         
8162 Sun Jan  3 13:29:30 1993  Karl Berry  (karl@cs.umb.edu)
8164         * Makefile.in (distclean): Remove Makefile.
8166 Sun Dec 13 14:25:12 1992  Karl Berry  (karl@cs.umb.edu)
8168         * Makefile.in (c-sources): New target.
8170 Sat Dec 12 14:52:23 1992  Karl Berry  (karl@cs.umb.edu)
8172         * Makefile.in: Rewrite from Makefile.
8174 Fri Sep  4 09:00:58 1992  Karl Berry  (karl@hayley)
8176         * Makefile (extraclean): new target.
8177         (distclean): don't remove backup files etc. here.
8179 Thu Jul  2 16:06:12 1992  Karl Berry  (karl@hayley)
8181         * Makefile (CPPFLAGS): new variable
8182         (.c.o): use it.
8183         (cflags): change to CFLAGS.
8185 Thu May 14 19:21:26 1992  Karl Berry  (karl@claude.cs.umb.edu)
8187         * Version 5.851c.
8189 Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)
8191         * Version 5.851b.
8193 Fri Apr  3 09:54:34 1992  Karl Berry  (karl at hayley)
8195         * Version 5.851a.
8197 Fri Mar 20 16:21:18 1992  Karl Berry  (karl at hayley)
8199         * Makefile (mostlyclean): new name for `clean'.
8200         (clean): what `realclean' used to be.
8201         (realclean): nothing to do anymore.
8202         (install): install the program.
8204 Fri Jan 24 09:21:22 1992  Karl Berry  (karl at hayley)
8206         * Makefile (cflags): don't include -I../config.
8208 Sun Jan 12 08:49:00 1992  Karl Berry  (karl at hayley)
8210         * dvicopy.ch: `cwd_test_read_access' is gone.
8212 Following is the ChangeLog from texware, before I merged the contents
8213 of that directory with the others.  (26 January 1993)
8215 Sat Jan 23 10:23:08 1993  Karl Berry  (karl@cs.umb.edu)
8217         * tftopl.ch: Output error messages to stderr.
8219 Sun Jan  3 13:33:35 1993  Karl Berry  (karl@cs.umb.edu)
8221         * Makefile.in (distclean): Remove Makefile.
8223 Fri Dec 18 13:16:08 1992  Karl Berry  (karl@cs.umb.edu)
8225         * tftopl.c (Set init...): Extend `tfm_name' with ".tfm" if necessary.
8227 Sun Dec 13 14:28:24 1992  Karl Berry  (karl@cs.umb.edu)
8229         * Makefile.in (c-sources): New target.
8231 Sat Dec 12 15:23:14 1992  Karl Berry  (karl@cs.umb.edu)
8233         * Makefile.in: Rewrite from Makefile.
8235 Fri Sep  4 09:04:31 1992  Karl Berry  (karl@hayley)
8237         * Makefile (extraclean): new target.
8238         (distclean): don't remove backup files etc. here.
8240 Wed Aug 19 08:27:16 1992  Karl Berry  (karl@hayley)
8242         * Makefile (tftopl.o): use default compilation rule.
8244         * pltotf.ch: rename `index' to `index_var'.
8246 Wed Aug 12 16:34:13 1992  Karl Berry  (karl@hayley)
8248         * Makefile (pltotf.o): use default compilation rule.
8250 Thu Jul  2 16:09:37 1992  Karl Berry  (karl@hayley)
8252         * Makefile (CPPFLAGS): new variable
8253         (.c.o): use it.
8254         (cflags): change to CFLAGS.
8256 Thu Jun  4 08:18:28 1992  Karl Berry  (karl@hayley)
8258         * {tftopl,pltotf}.ch: rename `class' to `class_var' because of AIX
8259           brain-damage.
8261 Thu May 14 19:22:33 1992  Karl Berry  (karl@claude.cs.umb.edu)
8263         * Version 5.851c.
8265 Sat Apr 25 09:38:16 1992  Karl Berry  (karl@hayley)
8267         * Makefile (distclean): new target.
8269 Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)
8271         * Version 5.851b.
8273 Fri Apr  3 09:56:04 1992  Karl Berry  (karl at hayley)
8275         * Version 5.851a.
8277 Sat Mar 21 11:40:36 1992  Karl Berry  (karl at hayley)
8279         * Makefile (patgen): use patgen2.
8280         * patgen2.{web,ch}: new files.
8282 Fri Mar 20 16:29:58 1992  Karl Berry  (karl at hayley)
8284         * Makefile (mostlyclean): new name for `clean'.
8285         (clean): what `realclean' used to be.
8286         (realclean): nothing to do anymore.
8287         (install): install the program.
8289 Wed Mar 18 09:09:54 1992  Karl Berry  (karl at hayley)
8291         * dvitype.ch (max_widths): increase to 25000.
8293 Sun Feb  2 07:54:09 1992  Karl Berry  (karl at hayley)
8295         * tftopl.ch (argument_is): change `option_table' to
8296           `long_options', for the new getopt.
8298 Fri Jan 24 09:20:36 1992  Karl Berry  (karl at hayley)
8300         * Makefile (cflags): don't include -I../config.
8302 Sun Jan 12 07:49:54 1992  Karl Berry  (karl at hayley)
8304         * tftopl.ch: `cwd_test_read_access' is gone.
8306         * Makefile (vftovp.o, vptovf.o): remove the -Dlink, as it is now
8307           in common.h.
8309 Wed Jan  8 07:43:23 1992  Karl Berry  (karl at hayley)
8311         * tftopl.ch (cast_to_pointer_to_byte): the name seems to be
8312           `cast_to_byte_pointer'.
8314 fontutil:
8315 Mon Feb 21 14:30:23 1994  Karl Berry  (karl@cs.umb.edu)
8317         * Makefile.in: srcdir changes from simon.
8319         * gftodmem.h: Move to ../lib.
8321 Wed Feb  2 11:00:09 1994  Karl Berry  (karl@cs.umb.edu)
8323         * Version 6.1.
8325 Mon Jan 24 07:33:41 1994  Karl Berry  (karl@cs.umb.edu)
8327         * Version 6.0.
8329 Sat Nov  6 13:46:52 1993  Karl Berry  (karl@cs.umb.edu)
8331         * vftovp.ch (out_char): Don't offset index into xchr by 31.  From
8332         dak@pool.informatik.rwth-aachen.de.
8334         * tftopl.ch (Usage): Squeeze onto one line.
8336 Fri Nov  5 15:49:15 1993  Karl Berry  (karl@cs.umb.edu)
8338         * {gftodvi,vftovp,vptovf,pltotf,tftopl}.ch (option_index): Declare
8339         as int.
8341 Tue Oct 12 14:07:42 1993  Karl Berry  (karl@cs.umb.edu)
8343         * gftodvi.ch (verbose): Declare as int.
8344         * {pl,tf}to{tf,pl}.ch: Likewise.
8345         * {vf,vp}to{vp,vf}.ch: Likewise.
8347 Sun Oct  3 13:00:05 1993  Karl Berry  (karl@cs.umb.edu)
8349         * Makefile.in (commonh): paths.h is in kpathsea.
8350         (commono): kpathsea.a has its own variable now.
8351         (*clean): Include standard targets.
8352         (program): New variable.
8353         (install): Use it.
8355 Fri May 21 14:09:13 1993  Karl Berry  (karl@cs.umb.edu)
8357         * gf{type,topk}.ch (open_gf_file): Remove unused var j.
8358         * pk{type,togf}.ch (open_pk_file): Likewise.
8360 Fri May 14 14:36:50 1993  Karl Berry  (karl@cs.umb.edu)
8362         * tftopl.ch (index_var): Oops, that's a type, not a variable.
8364 Sun May  9 10:10:51 1993  Karl Berry  (karl@cs.umb.edu)
8366         * Makefile.in (commonh): Remove $(srcdir) for paths.h.
8367         (commono): Add kpathsea library.
8369 Thu May  6 16:04:32 1993  Karl Berry  (karl@cs.umb.edu)
8371         * pktype.ch (53): Expand out writeln statement to avoid undefined
8372         evaluation order problem.
8374 Fri Apr 30 15:07:43 1993  Karl Berry  (karl@cs.umb.edu)
8376         * vptovf.ch, vftovp.ch, mft.ch (class): Rename to `class_var'.
8378         * Makefile.in (commonh): Add paths.h.
8380 Fri Apr  9 16:07:42 1993  Karl Berry  (karl@cs.umb.edu)
8382         * Makefile.in (commonh): Define as config.h.
8384 Sat Mar 13 11:24:09 1993  Karl Berry  (karl@cs.umb.edu)
8386         * Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.
8388         * pktogf.ch (37): Do addition of 2 2^31's in two assignments, to
8389         avoid compiler rearrangements.
8391 Sun Feb 21 08:27:39 1993  Karl Berry  (karl@cs.umb.edu)
8393         * Version 5.851d.
8395 Tue Feb 16 17:53:48 1993  Karl Berry  (karl@cs.umb.edu)
8397         * Makefile.in (install-exec, install-data): New targets.
8399 Tue Jan 26 16:19:58 1993  Karl Berry  (karl@cs.umb.edu)
8401         * *.ch (banner): Use version_string.
8403         * Merge mfware and tftopl/pltotf.
8405 Sun Dec 13 14:26:16 1992  Karl Berry  (karl@cs.umb.edu)
8407         * Makefile.in (c-sources): New target.
8409 Sun Jan 10 16:07:32 1993  Karl Berry  (karl@cs.umb.edu)
8411         * gftopk.ch (max_row): Increase to 100,000.  (From Wayne Sullivan.)
8413 Sun Jan  3 13:32:20 1993  Karl Berry  (karl@cs.umb.edu)
8415         * Makefile.in (distclean): Remove Makefile.
8417 Sun Dec 13 14:27:45 1992  Karl Berry  (karl@cs.umb.edu)
8419         * Makefile.in (c-sources): New target.
8421 Sat Dec 12 14:59:21 1992  Karl Berry  (karl@cs.umb.edu)
8423         * Makefile.in: Rewrite from Makefile.
8425 Fri Sep  4 09:01:36 1992  Karl Berry  (karl@hayley)
8427         * Makefile (extraclean): new target.
8428         (distclean): don't remove backup files etc. here.
8430 Wed Aug 12 16:17:10 1992  Karl Berry  (karl@hayley)
8432         * {vf,vp}to{vp,vf}.ch (index): @d to be `index_type'.
8433         * Makefile ({vf,vp}to{vp,vf}.o): use default compilation rule.
8435         * Makefile (CPPFLAGS): new variable
8436         (.c.o): use it.
8437         (cflags): change to CFLAGS.
8439 Sun Jun 21 09:20:35 1992  Karl Berry  (karl@io)
8441         * vftovp.ch: don't compare o to set_char_0, since that's always true.
8443 Thu May 14 19:21:32 1992  Karl Berry  (karl@claude.cs.umb.edu)
8445         * Version 5.851c.
8447 Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)
8449         * Version 5.851b.
8451 Fri Apr 10 15:13:27 1992  Karl Berry  (karl@hayley)
8453         * gftopk.ch (81--83): don't add anything to the font comment.
8455 Fri Apr  3 09:54:48 1992  Karl Berry  (karl at hayley)
8457         * Version 5.851a.
8459 Thu Mar 26 07:00:04 1992  Karl Berry  (karl at hayley)
8461         * Makefile (clean): don't remove *.h, as gftodmem.h goes away.
8463 Fri Mar 20 16:23:32 1992  Karl Berry  (karl at hayley)
8465         * Makefile (mostlyclean): new name for `clean'.
8466         (clean): what `realclean' used to be.
8467         (realclean): nothing to do anymore.
8468         (install): install the program.
8470 Sun Feb  2 08:01:42 1992  Karl Berry  (karl at hayley)
8472         * vftovp.ch (argument_is): use `long_options', not `option_table'.
8474         * gftodvi.ch (argument_is): use `long_options' instead of
8475           `option_table'.
8477 Fri Jan 24 09:21:12 1992  Karl Berry  (karl at hayley)
8479         * Makefile (cflags): don't include -I../config.
8481 Sun Jan 12 07:49:14 1992  Karl Berry  (karl at hayley)
8483         * pktype.ch, pktogf.ch, vftovp.ch: `cwd_test_read_access' is gone.
8485         * Makefile (vftovp.o, vptovf.o): remove the -Dlink, as it is now
8486           in common.h.
8488         * gftopk.ch, gftype.ch: `cwd_test_read_access' is gone.
8491 Mon Feb 21 13:24:21 1994  Karl Berry  (karl@cs.umb.edu)
8493         * Makefile.in: srcdir changes from simon.
8495 Wed Feb  2 11:01:01 1994  Karl Berry  (karl@cs.umb.edu)
8497         * Version 6.1.
8499 Tue Feb  1 18:01:19 1994  Karl Berry  (karl@cs.umb.edu)
8501         * Makefile.in (extrah): Include mfd.h and texmfmem.h here.
8502         (commonh): No texmfmem.h here.
8503         
8504 Mon Jan 24 07:34:01 1994  Karl Berry  (karl@cs.umb.edu)
8506         * Version 6.0.
8508 Mon Jan 17 14:30:09 1994  Karl Berry  (karl@cs.umb.edu)
8510         * Makefile.in (iextra.o): Depend on mfd.h.
8512 Sat Dec 11 13:23:35 1993  Karl Berry  (karl@cs.umb.edu)
8514         * convert: coerce.fix has been renamed coerce.add.
8516 Sun Dec  5 15:22:43 1993  Karl Berry  (karl@cs.umb.edu)
8518         * Makefile.in (windowlibs): Put x_extra_libs here.
8519         (LIBS): Not here.
8521 Sat Dec  4 16:51:57 1993  Karl Berry  (karl@cs.umb.edu)
8523         * Makefile.in (*objs): Depend on $(extrah) and $(commonh).
8524         (mf?.o): Depend only on mf?.c.
8526 Thu Nov 11 11:18:06 1993  Karl Berry  (karl@cs.umb.edu)
8528         * Makefile.in (x_{include,lib}_flags): Renamed from x{include,lib}dir.
8530 Sun Nov  7 14:26:10 1993  Karl Berry  (karl@cs.umb.edu)
8532         * convert: Remove call to sync.
8533         * Makefile.in (mfd.h): Instead, touch mfd.h after it finishes
8534         running, to ensure the timestamp will be later.
8536 Tue Nov  2 16:00:16 1993  Karl Berry  (karl@cs.umb.edu)
8538         * Makefile.in (objs): Add mf10.o.
8540 Tue Oct 12 13:34:00 1993  Karl Berry  (karl@cs.umb.edu)
8542         * Makefile.in: Simplify kpathsea references.
8544 Sun Oct  3 13:11:05 1993  Karl Berry  (karl@cs.umb.edu)
8546         * fixcoerce.h: Rename to coerce.add.
8547         * convert: Similarly.
8549         * Makefile.in (commonh): paths.h is in kpathsea.
8550         (commono): kpathsea.a has its own variable now.
8551         (*clean): Include standard targets.
8552         (program): New variable.
8553         (install): Use it.
8555 Tue May 18 14:05:03 1993  Karl Berry  (karl@cs.umb.edu)
8557         * Makefile.in (install-*): mkdirchain on install dirs.
8559 Sun May  9 10:10:53 1993  Karl Berry  (karl@cs.umb.edu)
8561         * Makefile.in (commonh): Remove $(srcdir) for paths.h.
8562         (commono): Add kpathsea library.
8564 Fri Apr 30 15:07:45 1993  Karl Berry  (karl@cs.umb.edu)
8566         * Makefile.in (commonh): Add paths.h.
8568 Fri Apr 23 10:41:11 1993  Karl Berry  (karl@cs.umb.edu)
8570         * convert: Remove volatile's for the MIPS compiler, as they no
8571         longer have any effect.
8573 Fri Apr 16 08:01:53 1993  Karl Berry  (karl@cs.umb.edu)
8575         * mf.ch: Doc fix.
8577 Sat Apr 10 16:42:43 1993  Karl Berry  (karl@cs.umb.edu)
8579         * convert: Don't sync unless /bin/sync exists.
8581 Fri Apr  9 16:07:46 1993  Karl Berry  (karl@cs.umb.edu)
8583         * Makefile.in (commonh): Define as config.h.
8585 Thu Mar 25 16:58:34 1993  Karl Berry  (karl@cs.umb.edu)
8587         * Makefile.in (openinout.c): Remove the file before making the link.
8589 Sat Mar 13 12:10:46 1993  Karl Berry  (karl@cs.umb.edu)
8591         * Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.
8593 Sun Feb 28 10:51:08 1993  Karl Berry  (karl@cs.umb.edu)
8595         * Makefile.in (clean-trap): Don't install mfd.h.bak if it has the
8596         trap constants.
8598 Sun Feb 21 08:28:22 1993  Karl Berry  (karl@cs.umb.edu)
8600         * Version 5.851d.
8602 Tue Feb 16 17:54:50 1993  Karl Berry  (karl@cs.umb.edu)
8604         * Makefile.in (install-exec, install-data): New targets.
8606 Sun Feb 14 11:25:51 1993  Karl Berry  (karl@cs.umb.edu)
8608         * Makefile.in (iobjs, vobjs): Don't include $(objs), and depend on
8609         mfd.h.
8610         (inimf, virmf): Include $(objs.)
8612 Fri Feb 12 07:36:49 1993  Karl Berry  (karl@cs.umb.edu)
8614         * Makefile.in (clean): Remove iextra.c.
8615         (mostlyclean): Remove trap.mf.
8617 Wed Jan 27 07:14:55 1993  Karl Berry  (karl@cs.umb.edu)
8619         * Makefile.in (run-trap): {mf,tex}ware => {dvi,font}util.
8621 Tue Jan 26 11:44:29 1993  Karl Berry  (karl@cs.umb.edu)
8623         * Makefile.in (install): Change `exit 0' to true.
8625         * Makefile.in (iextra.c, inimf.c): New targets.
8626         (iextra.o, initex.o): Just do the compilation.
8628 Mon Jan 25 10:38:57 1993  Karl Berry  (karl@cs.umb.edu)
8630         * Makefile.in (clean-trap): Remove trapmf and stamp-trap.
8632         * Makefile.in (CPPFLAGS): Don't need -I. any more.
8634 Sun Jan 24 11:35:16 1993  Karl Berry  (karl@cs.umb.edu)
8636         * Makefile.in (iextra.o): $(LN) to $(extrac), instead of compiling
8637         directly.
8639         * Makefile.in (mf-extra): Rename to vextra.
8641         * Makefile.in (cmf.ch): Don't use $@.
8643         * Makefile.in (run-trap): Depend on trapmf.
8645         * Makefile.in (mostlyclean): Remove trap files explicitly, as we
8646         don't want to remove trap.sed.
8648         * Makefile.in (mfsrcdir): Define with `mf', not `tex'!
8650 Sat Jan 16 08:46:33 1993  Karl Berry  (karl@cs.umb.edu)
8652         * Makefile.in (mfsrcdir): New variable; use it in various rules.
8654 Thu Jan 14 08:04:47 1993  Karl Berry  (karl@cs.umb.edu)
8656         * small.sed (pool_size): Increase to 36000.  From tim@maths.tcd.ie.
8658 Sun Jan  3 13:16:32 1993  Karl Berry  (karl@cs.umb.edu)
8660         * Makefile.in (distclean): Remove Makefile.
8662         * Makefile.in (check): New target, synonym for run-trap.
8664 Sun Dec 13 09:45:53 1992  Karl Berry  (karl@cs.umb.edu)
8666         * Makefile.in (clean-trap, c-sources): New targets.
8668         * Makefile.in (stamp-trap): Use sed instead of ini_to_trap.
8670 Sat Dec 12 13:15:03 1992  Karl Berry  (karl@cs.umb.edu)
8672         * Makefile.in: Rewrite from Makefile.
8674         * small.sed: New file.
8676         * Makefile (stamp-trap): Change dependency to `stamp-convert'.
8678 Mon Nov 16 08:16:51 1992  Karl Berry  (karl@cs.umb.edu)
8680         * Makefile (cmf.ch): New target.
8682 Sun Oct 11 11:23:26 1992  Karl Berry  (karl@cs.umb.edu)
8684         * convert (sed): Don't use /bin/sed, as GNU sed works as of 1.10.
8686 Thu Sep 24 11:03:39 1992  Karl Berry  (karl@cs.umb.edu)
8688         * Makefile (openinout.c): avoid use of $<.
8690 Thu Sep 17 08:41:26 1992  Karl Berry  (karl@hayley)
8692         * Makefile (install): use filename in install target names.
8694 Fri Sep  4 09:02:57 1992  Karl Berry  (karl@hayley)
8696         * Makefile (extraclean): new target.
8697         (distclean): don't remove backup files etc. here.
8699 Wed Aug 19 08:22:57 1992  Karl Berry  (karl@hayley)
8701         * Makefile (openinout.c): new target.
8702         (clean): remove it.
8704         * Makefile (CPPFLAGS): we need -I. for mfd.h.
8706 Wed Aug 12 16:28:18 1992  Karl Berry  (karl@hayley)
8708         * Makefile (iextra.o): include $(CPPFLAGS); remove `-I.'.
8709         (inimf.o): likewise.
8710         (mf-extra.c): new target.
8711         (mf-extra.o); depend on it (and use default compilation rule).
8712         (fileioo): use default compilation rule.
8714 Sat Jul 25 17:51:03 1992  Karl Berry  (karl@hayley)
8716         * Makefile (makeargs): pass CFLAGS, not cflags.
8718 Sun Jul  5 07:28:13 1992  Karl Berry  (karl@hayley)
8720         * Makefile (clean): remove inimf.c, trap.*, mf-extra.c here.
8722 Thu Jul  2 16:08:00 1992  Karl Berry  (karl@hayley)
8724         * Makefile (CPPFLAGS): new variable
8725         (.c.o): use it.
8726         (cflags): change to CFLAGS.
8728 Tue Jun 23 10:19:45 1992  Karl Berry  (karl@hayley)
8730         * Makefile (CC): change default to `gcc -posix'.
8732 Thu May 14 19:21:57 1992  Karl Berry  (karl@claude.cs.umb.edu)
8734         * Version 5.851c.
8736 Sat Apr 25 09:36:23 1992  Karl Berry  (karl@hayley)
8738         * Makefile (distclean): new target.
8740         * convert: sync after the pipeline.
8742 Thu Apr 23 12:05:51 1992  Karl Berry  (karl@hayley)
8744         * Makefile: fix clean targets, fix inimf/virmf/etc. to reflect
8745           reality.  From Andreas.
8747 Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)
8749         * Version 5.851b.
8751 Sat Apr 11 09:18:59 1992  Karl Berry  (karl@hayley)
8753         * mf.ch (pack_file_name, pack_buffered_name): don't fill the
8754           name_of_file array completely.
8756 Fri Apr 10 17:25:07 1992  Karl Berry  (karl@hayley)
8758         * mf.ch: new file for configure to make cmf.ch from.
8759         * Makefile (mostlyclean): remove cmf.ch.
8761 Fri Apr  3 09:55:30 1992  Karl Berry  (karl at hayley)
8763         * Version 5.851a.
8765 Mon Mar 30 07:57:08 1992  Karl Berry  (karl at hayley)
8767         * Makefile (clean, mostlyclean, windowlib, trapmf): use $(MAKE),
8768           not `make'.
8770 Sun Mar 29 17:06:04 1992  Karl Berry  (karl at hayley)
8772         * ini_to_trap: change some more constants.
8774         * mf.web: new verion from dek.
8775         * cmf.ch: update version number.
8777 Sun Mar 22 06:33:42 1992  Karl Berry  (karl at fosse)
8779         * Makefile (makeargs): don't bother to pass variables for linking.
8781 Sat Mar 21 10:40:57 1992  Karl Berry  (karl at hayley)
8783         * cmf.ch (38.789): check for the extension being irrelevant.
8785 Fri Mar 20 15:30:00 1992  Karl Berry  (karl at hayley)
8787         * Makefile (mostlyclean): new name for `clean'.
8788         (clean): what `realclean' used to be.
8789         (realclean): nothing to do anymore.
8790         (install): install the program.
8792         * cmf.ch (4.51): set name_length to strlen pool_name.
8794 Fri Jan 24 09:21:17 1992  Karl Berry  (karl at hayley)
8796         * Makefile (cflags): don't include -I../config.
8798 Wed Jan 15 12:59:29 1992  Karl Berry  (karl at hayley)
8800         * cmf.ch (input): same changes as in TeX.
8802 Sun Jan 12 09:18:03 1992  Karl Berry  (karl at hayley)
8804         * cmf.ch (memory structure): include "texmfmem.h", omitting the
8805           ../common.
8807         * Makefile (fileioh): no longer exists.
8809 Tue Jan  7 15:52:24 1992  Karl Berry  (karl at hayley)
8811         * ctex.ch (opening input files): do `name_length + 5 <
8812           file_name_size', not `name_length < file_name_size + 5'.  From
8813           tony@marcam.dsir.govt.nz.
8816 Wed Apr 12 18:50:13 1995  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
8818         * mp.ch: complete rewrite, merging material from ../mf/mf.ch
8819         and the original mp.ch.
8821 Tue Apr 11 17:53:15 1995  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
8823         * Makefile: discarded, will be regenerated from Makefile.in 
8824         during configure run.
8826         * Makefile.in: complete rewrite, based on ../mf/Makefile.in.
8828         * convert: replaced by modified version of ../mf/convert script.  
8829         Removed execute permission, using sh -c in the Makefile instead.
8831         * mp.def: discarded, using ../lib/texmf.defines instead.
8833         * mp.h: discarded, using the web2c header files from ../lib.
8834         (Actually moved to MPtime subdirectory for use in timing test.)
8836         * mpext.c: discarded, using routines from ../lib/lib.a instead.
8837         Moved code for callmakempx() to file ../lib/openinout.c.
8839         * mpmath.c: preserved without changes. Ccomments refererring to 
8840         site.h are no longer applicable when using ../lib/c-auto.h instead.
8842         * pathexp.c: moved to ../mpware as only DMP uses the pathexpand() 
8843         function. MetaPost and DVItoMP use Kpathsea routines instead.
8845         * fixcoerce.h: discarded, using ../mf/coerce.add instead.
8847         * fix.lex: discarded, apparently no longer needed in web2c-6.1.
8849         * ini_to_trap: discarded, using sed script trap.sed instead of
8850         shell script that invokes ed. Also added sed script small.sed.
8852         * trapdir: renamed to MPtrap, for consistency with ../mf/MFtrap.
8854         * trapmp: replaced by modified version of ../mp/trapenv script.
8855         Removed execute permission, using sh -c in the Makefile instead.
8856         Also rename etrapmp target to trapmp in the Makefile.
8858 Mon Apr 11 18:32:00 1995  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
8860         * created subdirectory MPtime for timing test files not needed
8861         for production version of MetaPost. 
8863         * mp.h, test_mpd.h, mathtest.c, time.c, pmath.c: moved to MPtime.
8865         * mpmath.c: copied to MPtime and renamed to cmath.c for use in 
8866         timing test. Changed #include "mpd.h" to include "test_mpd.h".
8868         * site.h, defaults.h: copied from top-level directory to MPtime.
8869         Renamed site.h to site.h.orig and copied to site.h.{system-type}.
8871 tex:
8872 Thu Feb 24 06:02:39 1994  Karl Berry  (karl@cs.umb.edu)
8874         * Makefile.in (tex.p): Use a tab, not eight spaces, in the
8875         commented-out mltex lines. From Eric.Picheral@univ-rennes1.fr.
8877 Mon Feb 21 13:25:52 1994  Karl Berry  (karl@cs.umb.edu)
8879         * Makefile.in: srcdir changes from simon.
8881 Wed Feb  2 11:01:18 1994  Karl Berry  (karl@cs.umb.edu)
8883         * Version 6.1.
8885 Tue Feb  1 13:26:25 1994  Karl Berry  (karl@cs.umb.edu)
8887         * Makefile.in (extrah): Include texd.h and texmfmem.h here.
8888         (commonh): No texmfmem.h here.
8889         
8890         * Makefile.in (tex.p): Add commented out additions for MLTeX.
8892 Mon Jan 24 07:34:13 1994  Karl Berry  (karl@cs.umb.edu)
8894         * Version 6.0.
8896 Mon Jan 17 14:29:27 1994  Karl Berry  (karl@cs.umb.edu)
8898         * Makefile.in (iextra.o): Depend on texd.h.
8900 Wed Dec 15 06:29:41 1993  Karl Berry  (karl@cs.umb.edu)
8902         * Makefile.in (formats): Rename to fmts.
8904 Tue Dec  7 13:45:05 1993  Karl Berry  (karl@cs.umb.edu)
8906         * tex.ch: Invoke MakeTeXTeX for \openin.
8907         From carlisle@cs.man.ac.uk.
8909         * patgen.ch: Doc fix.
8911 Sat Dec  4 16:28:27 1993  Karl Berry  (karl@cs.umb.edu)
8913         * Makefile.in (*objs): Depend on $(extrah) and $(commonh).
8914         (tex?.o): Depend only on tex?.c.
8916 Fri Dec  3 08:58:50 1993  Karl Berry  (karl@cs.umb.edu)
8918         * patgen.ch (filnam): Add a trailing space to filnam, and declare
8919         it to be one character larger. From jmr.
8921 Sun Nov 14 11:58:13 1993  Karl Berry  (karl@cs.umb.edu)
8923         * Makefile.in (install*): texfontdir => fontdir.
8925 Sun Nov  7 14:25:54 1993  Karl Berry  (karl@cs.umb.edu)
8927         * convert: Remove call to sync.
8928         * Makefile.in (mfd.h): Instead, touch mfd.h after it finishes
8929         running, to ensure the timestamp will be later.
8931 Tue Nov  2 13:33:41 1993  Karl Berry  (karl@cs.umb.edu)
8933         * tex.ch (banner): At version 3.1415 now.
8934         * tex.web: Update from Knuth.
8936         * Makefile.in (objs): Add tex9.o and rename $(tex9_o) to extra_tex_obj.
8938         * openinout.c (make_tex_file): Return a boolean, not a string.
8940 Tue Oct 12 13:33:02 1993  Karl Berry  (karl@cs.umb.edu)
8942         * Makefile.in: Simplify kpathsea references.
8944 Sun Oct  3 13:18:18 1993  Karl Berry  (karl@cs.umb.edu)
8946         * fixcoerce.h: Rename to coerce.add.
8947         * convert: Similarly.
8949         * Makefile.in (commonh): paths.h is in kpathsea.
8950         (commono): kpathsea.a has its own variable now.
8951         (*clean): Include standard targets.
8952         (program): New variable.
8953         (install): Use it.
8955 Tue Jun 29 16:22:54 1993  Karl Berry  (karl@cs.umb.edu)
8957         * Makefile.in: Doc fix.
8959 Mon May 31 08:19:11 1993  Karl Berry  (karl@cs.umb.edu)
8961         * trip.sed (negtrieopsize): Change to -500.
8963 Tue May 18 14:04:07 1993  Karl Berry  (karl@cs.umb.edu)
8965         * Makefile.in (install-*): mkdirchain on install dirs.
8967 Sun May  9 10:10:54 1993  Karl Berry  (karl@cs.umb.edu)
8969         * Makefile.in (commonh): Remove $(srcdir) for paths.h.
8970         (commono): Add kpathsea library.
8972 Tue May  4 10:24:29 1993  Karl Berry  (karl@cs.umb.edu)
8974         * Makefile.in (extraclean): Do not depend on distclean; remove
8975         CONTENTS.tex and tex.tex.
8977 Fri Apr 30 15:08:01 1993  Karl Berry  (karl@cs.umb.edu)
8979         * Makefile.in (patgen2): Rename to patgen throughout.
8981         * Makefile.in (commonh): Add paths.h.
8983 Fri Apr 16 07:27:03 1993  Karl Berry  (karl@cs.umb.edu)
8985         * tex.ch: Doc fix.
8987 Sat Apr 10 16:42:35 1993  Karl Berry  (karl@cs.umb.edu)
8989         * convert: Don't sync unless /bin/sync exists.
8991 Fri Apr  9 16:07:52 1993  Karl Berry  (karl@cs.umb.edu)
8993         * Makefile.in (commonh): Define as config.h.
8995 Sat Mar 13 12:10:53 1993  Karl Berry  (karl@cs.umb.edu)
8997         * Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.
8999 Fri Mar 12 15:48:57 1993  Karl Berry  (karl@cs.umb.edu)
9001         * Makefile.in (tex9.o): Depend on tex9.c, not tex8.c!
9003 Sun Feb 28 10:47:06 1993  Karl Berry  (karl@cs.umb.edu)
9005         * Makefile.in (clean-trip): Don't reinstall texd.h if it has the
9006         trip constants.
9008         * Makefile.in (clean-trip): Remove triptex, not tripmf.
9010 Sun Feb 21 08:28:26 1993  Karl Berry  (karl@cs.umb.edu)
9012         * Version 5.851d.
9014 Tue Feb 16 17:56:03 1993  Karl Berry  (karl@cs.umb.edu)
9016         * Makefile.in (install-exec, install-data): New targets.
9018 Mon Feb 15 10:19:12 1993  Karl Berry  (karl@cs.umb.edu)
9020         * tex.ch (563): Call make_tex_tfm if the first open fails.
9022         * tex.ch: Only call a_open_in without the .tex if we actually
9023         changed anything; call make_tex_tex if everything before fails,
9024         and if that succeeds, call a_open_in again.
9026         * tex.ch: Comment out term_offset thing.
9028 Sun Feb 14 11:24:37 1993  Karl Berry  (karl@cs.umb.edu)
9030         * Makefile.in (iobjs, vobjs): Don't include $(objs), and depend on
9031         texd.h.
9032         (initex, virtex): Include $(objs).
9034 Sun Feb  7 10:22:45 1993  Karl Berry  (karl@cs.umb.edu)
9036         * Makefile.in (install): Fix logic for overwriting texfonts.map.
9038         * Makefile.in (.p.c, .ch.p): New suffix rules for patgen.
9040 Sat Jan 30 10:31:01 1993  Karl Berry  (karl@cs.umb.edu)
9042         * Makefile.in (install): Correct texfonts.map installation.
9044 Wed Jan 27 07:14:28 1993  Karl Berry  (karl@cs.umb.edu)
9046         * Makefile.in (run-trip): {mf,tex}ware => {dvi,font}util.
9048 Tue Jan 26 11:44:45 1993  Karl Berry  (karl@cs.umb.edu)
9050         * *.ch (banner): Use version_string.
9052         * Makefile.in: Merge in patgen.
9054         * Makefile.in (install): Change `exit 0' to true.
9056         * Makefile.in (install): Install texfonts.map.
9058         * Makefile.in (iextra.c, initex.c): New targets.
9059         (iextra.o, initex.o): Just do the compilation.
9061 Mon Jan 25 10:39:13 1993  Karl Berry  (karl@cs.umb.edu)
9063         * Makefile.in (clean-trip): Remove tripmf and stamp-trip.
9065         * Makefile.in (CPPFLAGS): Don't need -I now.
9067 Sun Jan 24 11:34:27 1993  Karl Berry  (karl@cs.umb.edu)
9069         * Makefile.in (tex-extra): Rename to vextra.
9071         * Makefile.in (iextra.o): $(LN) to $(extrac), instead of compiling
9072         it directly.
9074         * Makefile.in (ctex.ch): Don't use $@.
9076         * Makefile.in (mostlyclean): Remove trip files explicitly, to
9077         avoid removing trip.sed.
9079         * Makefile.in (stamp-trip): Depend on trip.sed in $(texsrcdir).
9081 Sat Jan 16 09:00:49 1993  Karl Berry  (karl@cs.umb.edu)
9083         * tex.ch (trie_size): Increase to 30,000 for
9084         English/German/Portuguese.
9086 Thu Jan 14 08:02:01 1993  Karl Berry  (karl@cs.umb.edu)
9088         * small.sed (font_mem_size, hash_size, pool_size, max_strings,
9089         string_vacancies): Increase the small sizes somewhat.  The result
9090         still runs on a 3b1, so I suspect it will run on anything.  From
9091         andy@scp.caltech.edu.
9093 Sun Jan  3 13:14:39 1993  Karl Berry  (karl@cs.umb.edu)
9095         * Makefile.in (distclean): Remove Makefile.
9097         * Makefile.in (DIFF, DIFFFLAGS): New variables.
9098         (run-trip): Use them (in appropriate places) instead of `diff', so
9099         spiff can be used if it's available (and desired).
9100         (check): New target, synonym for run-trip.
9102 Sun Dec 13 14:13:02 1992  Karl Berry  (karl@cs.umb.edu)
9104         * Makefile.in (clean-trip, c-sources): New targets.
9106 Sat Dec 12 14:08:07 1992  Karl Berry  (karl@cs.umb.edu)
9108         * Makefile.in: Rewrite from Makefile.
9110         * small.sed: New file.
9112 Mon Nov 16 08:16:33 1992  Karl Berry  (karl@cs.umb.edu)
9114         * Makefile (ctex.ch): New target.
9116 Sat Nov 14 18:50:20 1992  Karl Berry  (karl@cs.umb.edu)
9118         * Makefile (run-trip): Run tftopl on the trip.tfm we create, and
9119         diff the result with the original PL file.
9121 Tue Oct 27 08:15:12 1992  Karl Berry  (karl@cs.umb.edu)
9123         * Makefile (objs): Use $(tex9_o), which is empty by default.
9125         * tex.ch (mem_top): Improve comment.
9127 Sun Oct 18 13:55:54 1992  Karl Berry  (karl@cs.umb.edu)
9129         * tex.ch (trie_op_size): Define as 751, since that's prime.
9131         * tex.ch (neg_trie_op_size): Improve comments, and use it in
9132         [43.944] where useful.
9134 Thu Sep 24 11:03:02 1992  Karl Berry  (karl@cs.umb.edu)
9136         * Makefile (openinout.c): avoid use of $<.
9138 Thu Sep 17 08:42:01 1992  Karl Berry  (karl@hayley)
9140         * Makefile (install): use filename in install target names.
9142 Fri Sep  4 09:04:06 1992  Karl Berry  (karl@hayley)
9144         * Makefile (extraclean): new target.
9145         (distclean): don't remove backup files etc. here.
9147 Wed Aug 19 08:22:27 1992  Karl Berry  (karl@hayley)
9149         * Makefile (openinout.c): new target.
9150         (clean): remove it.
9152         * Makefile (CPPFLAGS): we need -I. for texd.h.
9154 Wed Aug 12 16:28:18 1992  Karl Berry  (karl@hayley)
9156         * Makefile (iextra.o): include $(CPPFLAGS); remove `-I.'.
9157         (initex.o): likewise.
9158         (tex-extra.c): new target.
9159         (tex-extra.o); depend on it (and use default compilation rule).
9160         (fileioo): use default compilation rule.
9162 Sat Jul 25 17:51:18 1992  Karl Berry  (karl@hayley)
9164         * Makefile (amstex.fmt): don't bother with \dump on the command
9165           line, since amstex.ini includes it.
9167         * Makefile (makeargs): pass CFLAGS, not cflags.
9169 Sun Jul  5 07:28:40 1992  Karl Berry  (karl@hayley)
9171         * Makefile (clean): remove trip.*, initex.c, tex-extra.c here.
9173 Fri Jul  3 11:50:49 1992  Karl Berry  (karl@hayley)
9175         * small.diff (hash_size, hash_prime): increase to 3500 and 2981
9176           for LaTeX.  (From bernd.)
9178 Thu Jul  2 16:09:45 1992  Karl Berry  (karl@hayley)
9180         * Makefile (CPPFLAGS): new variable
9181         (.c.o): use it.
9182         (cflags): change to CFLAGS.
9184 Thu May 21 09:22:33 1992  Karl Berry  (karl@hayley)
9186         * tex.ch: warn that increasing max_quarterword makes texmfmem.h
9187           break.
9189 Thu May 14 19:22:23 1992  Karl Berry  (karl@claude.cs.umb.edu)
9191         * Version 5.851c.
9193 Thu May  7 07:29:59 1992  Karl Berry  (karl@hayley)
9195         * Makefile (tex9.[co]): new targets (not used in our dist).
9196         
9197 Sat Apr 25 08:56:54 1992  Karl Berry  (karl@hayley)
9199         * convert: sync after the pipeline.
9201         * Makefile (distclean): new target.
9203         * Makefile (amstex.fmt): don't use &./tex.
9204         (amslatex.fmt): be more explicit about AMSLaTeX's horrible
9205         installation scheme.
9207 Thu Apr 23 12:04:49 1992  Karl Berry  (karl@hayley)
9209         * Makefile (initex, virtex): changes from Andreas to reflect
9210           reality; fix clean targets.
9212 Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)
9214         * Version 5.851b.
9216 Sat Apr 11 09:19:41 1992  Karl Berry  (karl@hayley)
9218         * tex.ch (pack_file_name, pack_buffered_name): don't fill the
9219           name_of_file array completely.
9221 Fri Apr 10 17:03:41 1992  Karl Berry  (karl@hayley)
9223         * tex.ch: new file for configure to make ctex.ch from.
9224         * Makefile (mostlyclean): remove ctex.ch.
9226         * Makefile (default): make it `all'.
9228 Fri Apr  3 09:55:55 1992  Karl Berry  (karl at hayley)
9230         * Version 5.851a.
9232 Mon Mar 30 07:59:29 1992  Karl Berry  (karl at hayley)
9234         * Makefile (triptex): use $(MAKE), not make.
9236 Sun Mar 29 15:44:30 1992  Karl Berry  (karl at hayley)
9238         * ini_to_trip: change additional constants.
9240         * tex.web: new version from dek.
9241         * tex.ch: update version number.
9243 Sat Mar 21 11:09:06 1992  Karl Berry  (karl at hayley)
9245         * ctex.ch (pool_name): define to be `TEX_POOL_NAME', instead of
9246           hardwiring `tex.pool'.
9248 Fri Mar 20 15:29:22 1992  Karl Berry  (karl at hayley)
9250         * Makefile (mostlyclean): new name for `clean'.
9251         (clean): what `realclean' used to be.
9252         (realclean): nothing to do anymore.
9253         (install): install the program.
9255         * ctex.ch (4.51): set name_length to the strlen of pool_name.
9257 Sun Mar  1 07:09:28 1992  Karl Berry  (karl at hayley)
9259         * ctex.ch (font_mem_size): increase to 100,000.
9261 Fri Jan 24 07:41:25 1992  Karl Berry  (karl at hayley)
9263         * Makefile (cflags): don't include -I../config.
9265         * ctex.ch (\input, \openin): don't try .tex if the filename is
9266           already the maximal length; otherwise foo.aux gets found
9267           as foo.aux.tex under system V, when foo is 14 characters long.
9269 Tue Jan 21 17:20:17 1992  Karl Berry  (karl at hayley)
9271         * ctex.ch (pool_size): increase to 124,000.
9272         (string_vacancies): to 100,000.
9274 Wed Jan 15 10:12:30 1992  Karl Berry  (karl at hayley)
9276         * ctex.ch (\input, \openin): if cur_ext=".tex", don't append .tex,
9277           and reset it before trying without suffix.
9279         * ctex.ch (max_strings): increase to 15000.
9281 Tue Jan 14 08:52:24 1992  Karl Berry  (karl at hayley)
9283         * ctex.ch (\input, \openin): try to find foo.tex before foo.
9284           (From bent@ragged.dartmouth.edu.)
9286         * Makefile (*.fmt): do not remove the \font lines from the output
9287           via grep, as then prompts do not appear.
9289 Sun Jan 12 09:17:40 1992  Karl Berry  (karl at hayley)
9291         * ctex.ch (memory structure): include "texmfmem.h", omitting the
9292           ../common.
9294         * Makefile (fileioh): no longer exists.
9296 Tue Jan  7 15:51:28 1992  Karl Berry  (karl at hayley)
9298         * ctex.ch (opening input files): do `name_length + 5 <
9299           file_name_size', not `name_length < file_name_size + 5'.  From
9300           tony@marcam.dsir.govt.nz.
9302 web:
9303 Mon Feb 21 14:51:24 1994  Karl Berry  (karl@cs.umb.edu)
9305         * Makefile.in: srcdir changes from simon.
9307 Wed Feb  2 11:00:09 1994  Karl Berry  (karl@cs.umb.edu)
9309         * Version 6.1.
9311 Mon Jan 24 07:27:36 1994  Karl Berry  (karl@cs.umb.edu)
9313         * Version 6.0.
9315 Sun Jan 23 16:56:45 1994  Karl Berry  (karl@cs.umb.edu)
9317         * Makefile.in (mostlyclean): Remove tangleboot.
9319 Tue Nov 30 16:19:06 1993  Karl Berry  (karl@cs.umb.edu)
9321         * Makefile.in (tangle.web): Exit 1 if we get here.
9323 Sun Nov  7 14:52:11 1993  Karl Berry  (karl@cs.umb.edu)
9325         * Makefile.in (tangle.web): New target, telling people to retrieve
9326         web.tar.gz.
9328 Tue Oct 12 13:32:07 1993  Karl Berry  (karl@cs.umb.edu)
9330         * Makefile.in: Simplify kpathsea references.
9332 Sun May  9 10:10:56 1993  Karl Berry  (karl@cs.umb.edu)
9334         * Makefile.in (commonh): Remove $(srcdir) for paths.h.
9335         (commono): Add kpathsea library.
9337 Fri Apr 30 15:08:11 1993  Karl Berry  (karl@cs.umb.edu)
9339         * Makefile.in (commonh): Add paths.h.
9341 Fri Apr  9 16:07:56 1993  Karl Berry  (karl@cs.umb.edu)
9343         * Makefile.in (commonh): Define as config.h.
9345 Sat Mar 13 12:10:56 1993  Karl Berry  (karl@cs.umb.edu)
9347         * Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.
9349 Sun Feb 21 08:28:31 1993  Karl Berry  (karl@cs.umb.edu)
9351         * Version 5.851d.
9353 Tue Feb 16 17:58:10 1993  Karl Berry  (karl@cs.umb.edu)
9355         * Makefile.in (install-exec, install-data): New targets.
9357 Fri Feb 12 07:37:51 1993  Karl Berry  (karl@cs.umb.edu)
9359         * Makefile.in (mostlyclean): Remove pooltype.
9361 Sun Feb  7 20:10:46 1993  Karl Berry  (karl@cs.umb.edu)
9363         * Makefile.in (tangleboot.c): Use $(MAKE), not make.
9365 Tue Jan 26 16:36:45 1993  Karl Berry  (karl@cs.umb.edu)
9367         * *.ch (banner): Use version_string.
9369         * Makefile.in: Merge pooltype from texware.
9371 Sun Jan  3 13:34:00 1993  Karl Berry  (karl@cs.umb.edu)
9373         * Makefile.in (distclean): Remove Makefile.
9375 Sun Dec 13 14:28:37 1992  Karl Berry  (karl@cs.umb.edu)
9377         * Makefile.in (c-sources): New target.
9379 Sat Dec 12 14:19:16 1992  Karl Berry  (karl@cs.umb.edu)
9381         * Makefile.in: Rewrite from Makefile.
9383 Fri Sep  4 09:05:12 1992  Karl Berry  (karl@hayley)
9385         * Makefile (extraclean): new target.
9386         (distclean): don't remove backup files etc. here.
9388 Wed Aug 19 08:35:14 1992  Karl Berry  (karl@hayley)
9390         * Makefile (tangleboot): use tangleboot.o as arg, not tangleboot.c.
9392 Sat Jul 25 17:52:34 1992  Karl Berry  (karl@hayley)
9394         * Makefile (tangleboot): depend on tangleboot.o.
9395         (tangleboot.o): new target.
9397 Thu Jul  2 16:10:15 1992  Karl Berry  (karl@hayley)
9399         * Makefile (CPPFLAGS): new variable
9400         (.c.o): use it.
9401         (cflags): change to CFLAGS.
9403 Tue Jun 23 10:14:23 1992  Karl Berry  (karl@hayley)
9405         * Makefile (tangleboot.c): make all in lib and web2c before trying
9406           to `convert'.
9408 Sun Jun 21 16:42:00 1992  Karl Berry  (karl@io)
9410         * Makefile (realclean): don't remove tangleboot after all.
9412 Thu May 14 19:22:40 1992  Karl Berry  (karl@claude.cs.umb.edu)
9414         * Version 5.851c.
9416 Wed May 13 10:52:36 1992  Karl Berry  (karl@hayley)
9418         * Makefile (clean): can't remove *.[pch], since tangleboot goes away.
9420 Sat Apr 25 09:40:18 1992  Karl Berry  (karl@hayley)
9422         * Makefile (libs): new var.
9423         (distclean): new target.
9425 Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)
9427         * Version 5.851b.
9429 Wed Apr 15 03:59:25 1992  Karl Berry  (karl@fosse)
9431         * Makefile (mostlyclean): remove tangleboot.
9433 Tue Apr 14 17:25:29 1992  Karl Berry  (karl@hayley)
9435         * Makefile (tangleboot.[ch]): new targets.
9436         (tangleboot): depend on tangleboot.h, not tangle.h.
9437         (clean): remove tangle.h.
9439 Mon Apr 13 09:10:07 1992  Karl Berry  (karl@hayley)
9441         * Makefile (tangle.p): depend on tangleboot; remove the loop.
9442         (tangleboot): new target.
9444 Fri Apr  3 09:56:16 1992  Karl Berry  (karl at hayley)
9446         * Version 5.851a.
9448 Thu Apr  2 13:48:21 1992  Karl Berry  (karl at ds1.cs.umb.edu)
9450         * Makefile (clean): don't remove *.c; we need tangleboot.
9452 Sun Mar 29 15:24:51 1992  Karl Berry  (karl at hayley)
9454         * {tangle,weave}.web: new versions from dek.
9455         * {tangle,weave}.ch: update version numbers.
9457 Fri Jan 24 09:20:20 1992  Karl Berry  (karl at hayley)
9459         * Makefile (cflags): don't include -I../config.
9461 Tue Jan  7 16:29:30 1992  Karl Berry  (karl at hayley)
9463         * Makefile (tangle.p): use quotes instead of \'s, for ptx.  (From
9464           maddog@sequent.com.)