Wed Feb  2 11:00:47 1994  Karl Berry  (karl@cs.umb.edu)

        * Version 6.1.

Tue Feb  1 11:25:44 1994  Karl Berry  (karl@cs.umb.edu)

        * Makefile.in (c-auto.h.in): New target.

        * common.defines (rh): Declare as a field, for TeX--Xet.

Mon Jan 24 07:33:49 1994  Karl Berry  (karl@cs.umb.edu)

        * Version 6.0.

Thu Jan 20 14:22:07 1994  Karl Berry  (karl@cs.umb.edu)

        * c-auto.h.in: Doc fix.

        * MakeTeX{TFM,MF}: Include these as samples, from
        pnoma@wk.estec.esa.nl.

Fri Dec 24 13:48:46 1993  Karl Berry  (karl@cs.umb.edu)

	* getopt.c (_NO_PROTO): Define before including config.h.

Tue Dec  7 10:23:59 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (objs): Ah, flexfatal is in the library now.

Sun Dec  5 15:23:47 1993  Karl Berry  (karl@cs.umb.edu)

	* ourpaths.c (setpaths): Remove the KPSE_MAKE_* enables, this file
	is not compiled in the tex/mf/bibtex directories.
	* texmf.c (main): Set them here.

	* c-auto.h.in (XVIEWWIN): Remove this, as x11-Xt should work
	with OpenWindows. (But leave it in configure, just for old-times'
	sake.)

Sat Dec  4 11:29:57 1993  Karl Berry  (karl@cs.umb.edu)

	* flexfatal.c: New file.
	* Makefile.in (flexfatal.o): New target.
	(objs): Include it.

	* texmf.h (NO_DEBUG) [!TEXMF_DEBUG]: Define this.

	* openinout.c (make_tex_file): Pass address of nameoffile, as required.

Sun Nov 14 02:30:34 1993  Karl Berry  (karl@cs.umb.edu)

	* version.c (VERSION_STRING) [!VERSION_STRING]: Define and protect.

Fri Nov 12 19:38:26 1993  Karl Berry  (karl@cs.umb.edu)

	* cpascal.h (reset, rewrite): Use FOPEN_[RW]BIN_MODE instead of
	"r" and "w". Still not 100% right, but at least something of an
	improvement.

Sun Nov  7 14:17:24 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (.c.o): Use $< instead of $*.c; maybe it will help
	with $(srcdir) stuff?

	* texmf.c (input_line): Trim trailing spaces, tabs, and \r's.

	* lib.h: Remove, this is in Kpathsea now.

	* config.h (INTEGER_TYPE) [LONG_64_BITS && !NO_FMTBASE_SWAP]:
	Define as int in this case.
	(INTEGER_MAX,INTEGER_MIN): Define these as well.
	* zround.c (zround): Use INTEGER_{MAX,MIN}.
	From raichle@informatik.uni-stuttgart.de.

Sat Nov  6 13:21:11 1993  Karl Berry  (karl@cs.umb.edu)

	* c-auto.h.in (NEXTWIN, REGISWIN): #undef by default.
	* texmf.c (mfwin_sw): Add cases for regis and next.
	(mf_{next,regis}_*) [NEXT,REGISWIN]: Declare.

Tue Oct 12 14:03:23 1993  Karl Berry  (karl@cs.umb.edu)

	* openinout.c (open_input): Allow HackyCoreDump's for MF, too.

	* ourpaths.c (testreadaccess): Update fontmap stuff, use it for GF
	and PK as well as TFM.

	* texmf.c: Doc fix.

	* common.defines (cinttype): Declare.
	* cpascal.h (cinttype): Define.

Sun Oct 10 16:17:48 1993  Karl Berry  (karl@cs.umb.edu)

	* ourpaths.c: Rewrite for new kpathsea facilities.

Sun Oct  3 13:49:40 1993  Karl Berry  (karl@cs.umb.edu)

	* ourpaths.c: kpathsea/pathsrch.h has been renamed to pathsearch.h.

	* config.h [ibm032]: Remove all this stuff; I don't think it's
	needed any longer.

	* Makefile.in (*clean): Include standard targets.

Mon Jun  7 08:29:45 1993  Karl Berry  (karl@cs.umb.edu)

	* cpascal.h (addressofint): Do not cast to int first.

Mon May 31 09:40:00 1993  Karl Berry  (karl@cs.umb.edu)

	* config.h (EXIT_SUCCESS): Move to c-std.h.

Tue May 25 14:37:16 1993  Karl Berry  (karl@cs.umb.edu)

	* config.h (EXIT_SUCCESS): Rename from EXIT_SUCCESS_CODE.
	Change callers in various files.

Fri May 21 11:56:02 1993  Karl Berry  (karl@cs.umb.edu)

	* texmf.c (paintrow): Put args in the printf for paintrow.

	* texmf.c (custom_default) [INI]: Declare conditionally, since
	it's used conditionally.
	(main): Declare as void.

	* openinout.c (open_input): Rename IS_PATH_SEP to IS_DIR_SEP.

	* alloca.c: Replace with version from gcc 2.4.0.

	* config.h (testreadaccess): Declare.

	* xfopen-pas.c: Remove unused variable `cp'.

	* main.c (main): Return 0 instead of using uexit.

Tue May 18 13:43:07 1993  Karl Berry  (karl@cs.umb.edu)

	* texmf.c (do_undump) [VMS]: Remove this.  barabash says it works ok.

Thu May 13 16:53:47 1993  Karl Berry  (karl@cs.umb.edu)

	* getopt.c (my_index): Return const char *, and change callers.

	* Not quite all of Bill's changes below have been merged (not the
	new descrip.mms or convert.com files, in particular), but just to
	get the gist, I'll include the whole log.

Wed Mar 24 12:28:25 1993  Bill Barabash  (barabash@ops5.lmo.dec.com)

	* c-auto.h : It's too complicated to convert the big hairy config
	shell script;  I just created a VMS-acceptable c-auto.h manually.

	* c-std.h : Declare VMS's unix-compatibillity routines by including
	<unixlib.h> and <unixio.h>;  don't declare popen() on VMS.

	* common.h : Declare EXIT_SUCCESS_CODE to be 1 on VMS, 0 elsewhere.
	Throw away the VMS system library's getname() declaration, it steps
	on a WEB procedure and is not needed.  Declare routines eof(),
	testreadaccess(), zinput2ints(), extendfilename(), and uexit().

	* convert.com : VMS command procedure based on the shell script
	"convert" (new file).

	* descrip.mms : VMS equivalent of makefile (new file).

	* dirio.h : Don't declare xopendir and xclosedir on VMS.

	* getopt.h : Make my_index accept and return a const character
	pointer.  Have it return NULL instead of 0 when necessary.

	* main.c : Add function prototype for main_body().

	* openinout.c, pascal.h, c-auto.h : For BibTeX, use stdin and stdout
	on VMS (standardinput and standardoutput become macros).

	* pascal.h : On VMS use system-defined abs() and fabs().

	* paths.h : Hand-coded for VMS.

	* pathsrch.c : On VMS, don't compile routine expand_subdir(), and
	look in current directory for input file if path searching fails.
	Routine absolute_p() can now deal with VMS directory specifications.

	* texmf.c : Declare argc so that it links cleanly.  Add an unused
	formal parameter to catch_interrupt so that it can be passed to
	signal without the compiler complaining.  Cast argument to time()
	as a (time_t *) rather than as a (long *).  Get rid of the VMS
	undump code contributed by joe%ril3.decnet@hydra.tamri.com -- it
	causes the TRAP test to fail.

	* texmf.h : Add function prototypes for routines in texmf.c and
	openinout.c.

Thu May 13 14:43:42 1993  Karl Berry  (karl@cs.umb.edu)

	* cpascal.h (fabs) [fabs]: Undefine if it's already defined.

Sun May  9 09:53:05 1993  Karl Berry  (karl@cs.umb.edu)

	* convert: Redirect error echo to stderr; exit 0 if no error.

	* config.h: Changes for kpathsea.  Toss volatile defn.

	* Makefile.in (objs): Remove kpathsea files.

Fri Apr 30 15:06:29 1993  Karl Berry  (karl@cs.umb.edu)

	* openinout.c (make_tex_file): Free cmd.

Fri Apr 16 19:42:15 1993  Karl Berry  (karl@cs.umb.edu)

	* find-suffix.c: Declare arg and return string const.
	* lib.h (find_suffix): Change decl.

	* c-pathch.h (IS_PATH_SEP) [DOS & otherwise]: New defn.
	* pathsrch.c, openinout.c, find-suffix.c: Consequent changes.

Mon Apr 12 06:14:42 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (clean): Remove core here.

Sat Apr 10 15:20:25 1993  Karl Berry  (karl@cs.umb.edu)

	* openinout.c (make_tex_file): Throw away all output.

	* texmf.c (swap_items): Add case for 16-byte items.  
        (From james@miller.cs.uwm.edu.)

	* texmf.c (get_date_and_time): Cast arg to time_t *, not long *.
        (From james@miller.cs.uwm.edu.)

	* texmf.c (get_date_and_time) [SA_INTERRUPT]: Add code for SunOS
        4.1, from ken@cs.toronto.edu.

	* pathsrch.c (expand_subdir) [UNIX_ST_NLINK]: Don't check st_link
        if we don't have Unix semantics.
        * c-auto.h.in (UNIX_ST_NLINK): Define if not DOS or VMS or VMCMS.
        (Suggested by buers@dg1.chemie.uni-konstanz.de.)

	* texmf.c (catch_interrupt): Declare a(n unused) parameter `arg'
        (from beebe).
        (get_date_and_time): Don't do assignment in if condition.

Fri Apr  9 16:10:06 1993  Karl Berry  (karl@cs.umb.edu)

	* xrealloc.c (xrealloc): Don't print old_ptr.

	* c-std.h (stddef.h): Don't include.

	* openinout.c (make_tex_file): cmd is a string, not a character.

Mon Mar 29 08:33:51 1993  Karl Berry  (karl@cs.umb.edu)

	* cpascal.h (abs) [abs]: Undef.

Sat Mar 13 10:22:54 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.

	* texmf.h: Include cpascal.h instead of config.h.

	* common.h: Merge into config.h and remove.

	* common.h (pascal.h): Don't include this.
        * cpascal.h: Rename from pascal.h.

	* convert: Exit with bad status if the pipeline failed; use
	cpascal.h instead of config.h.

	* openinout.c (make_tex_file): Call xmalloc instead of declaring
	an array; put quotes around the arg of sh -c.

Sun Feb 28 11:10:48 1993  Karl Berry  (karl@cs.umb.edu)

	* c-auto.h.in (MAKE_TEX_*): Replace single NO_MAKETEX with
	individual symbols.

	* openinout.c (maketex*) [MAKE_TEX*]: Make them individually
	selectable. 

Sun Feb 21 08:28:06 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 5.851d.

	* common.defines (maketexmf): New defn.

	* Makefile.in (.c.o): Put $(CFLAGS) after $(CPPFLAGS).

	* openinout.c: Include c-namemx.h.

Tue Feb 16 17:53:54 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install-exec, install-data): New targets.

Mon Feb 15 10:19:02 1993  Karl Berry  (karl@cs.umb.edu)

	* c-auto.h.in (NO_MAKETEX): New #define for installers.

	* openinout.c (maketex*): New routines, rewrite from yesterday.

	* common.defines (maketextex): Define.

Sun Feb 14 11:54:30 1993  Karl Berry  (karl@cs.umb.edu)

	* openinout.c (open_input) [BibTeX]: Only do NO_FILE_PATH stuff if
	we are BibTeX; declare tfmtemp only when we need it, instead of at
	the outer level; add support for MakeTeX{TeX,MF,TFM}.

Fri Feb 12 07:33:49 1993  Karl Berry  (karl@cs.umb.edu)

	* c-auto.h.in (const): Add defn for Autoconf to use.

	* paths.h.in (TEXFORMATS): Only define once.

Sat Jan 30 09:46:04 1993  Karl Berry  (karl@cs.umb.edu)

	* fontmap.c (map_lookup): Only extend the filename if we have one.

Tue Jan 26 16:07:21 1993  Karl Berry  (karl@cs.umb.edu)

	* version.c: New file to define web2c version.
	* common.h (versionstring): Declare it here.
	* common.defines (versionstring): And here.
        * Makefile.in (objs): Add it.

	* c-auto.h.in (X11WIN) [XVIEWWIN]: Undefine.

Mon Jan 25 12:04:28 1993  Karl Berry  (karl@cs.umb.edu)

	* ourpaths.c (testreadaccess.c): Don't free `found' after copying,
	as it might not be malloc-ed.

Sun Jan 24 11:04:37 1993  Karl Berry  (karl@cs.umb.edu)

	* lib.h (FATAL*, WARNING*): Use `str' instead of `s' for macro formals.

	* xcalloc.c: Remove prototypes.
        * remove-suffx.c, line.c, fontmap.c: Cast *alloc calls to avoid
          silly warnings.

	* texmf.c (swap_items): Rewrite as four while loops, since `size'
	is invariant.  (From Tom.)

Sat Jan 23 10:13:51 1993  Karl Berry  (karl@cs.umb.edu)

	* remove-suffx.c: New file.

Thu Jan 21 11:21:14 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (objs5): New variable.
        ($(lib)): Include it in the archive.

	* extend-fname.c, find-suffix.c, xfopen.c, fontmap.[ch]: New files.

	* ourpaths.c, fontmap.[ch]: Implement a mapping file.

Sat Jan 16 08:36:36 1993  Karl Berry  (karl@cs.umb.edu)

	* c-auto.h.in, paths.h.in: Doc fix.

Sun Jan  3 13:27:37 1993  Karl Berry  (karl@cs.umb.edu)

	* config.h: Move some includes to c-std.h.

	* xcalloc.c: New file.
        * Makefile.in (objs): Add it.

	* Makefile.in (distclean): Remove Makefile; depend on clean.

Fri Jan  1 14:17:37 1993  Karl Berry  (karl@cs.umb.edu)

	* c-auto.h.in, c-memstr.h, dirio.h: Changes for new Autoconf.

	* texmf.c (RETSIGTYPE): Don't default to void.

Fri Dec 18 13:16:47 1992  Karl Berry  (karl@cs.umb.edu)

	* strpascal.c (makesuffixpas): Rename to `extendfilename'.
	* common.defines (extendfilename): Declare.

Wed Dec 16 18:12:51 1992  Karl Berry  (karl@cs.umb.edu)

	* common.defines (atoi): Declare.

Mon Dec 14 07:25:03 1992  Karl Berry  (karl@cs.umb.edu)

	* ourpaths.c: Include paths.h.

Sun Dec 13 17:06:15 1992  Karl Berry  (karl@cs.umb.edu)

	* c-auto.h.in: Merge stuff from site.h.
        * site.h: Delete.
        * config.h: Don't include site.h.

Sat Dec 12 13:08:52 1992  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in: Rewrite from Makefile.

	* openinout.c (open_{in,out}put): Take an extra arg for the fopen mode.
	* texmf.h ([bw]open{in,out}): Use appropriate fopen modes.
	* pascal.h (aopen{in,out}): Likewise.

Fri Dec 11 15:19:25 1992  Karl Berry  (karl@cs.umb.edu)

	* texmf.c: Change ctype references to use uppercase macros.

Sat Dec  5 15:21:24 1992  Karl Berry  (karl@cs.umb.edu)

	* texmf.h (writedvi, writegf): Check the return status of the write.

	* config.h (UNSIGNED_SHORT_STRING): Toss; I think everyone
	understands `unsigned short' now.

Thu Dec  3 13:21:06 1992  Karl Berry  (karl@cs.umb.edu)

	* texmf.c: include c-pathch.h.

Sun Nov 29 14:50:04 1992  Karl Berry  (karl@cs.umb.edu)

	* strpascal.c: include c-pathch.h.

Mon Nov 16 08:12:16 1992  Karl Berry  (karl@cs.umb.edu)

	* openinout.c: include c-pathch.h.

Tue Nov 10 06:49:33 1992  Karl Berry  (karl@cs.umb.edu)

	* texmf.c (main): Change '/' to PATH_SEP.
        * openinout.c (open_input): Likewise.
	* strpascal.c (makesuffixpas): And here.

Mon Nov  9 09:38:58 1992  Karl Berry  (karl@cs.umb.edu)

	* openinout.c (open_input): Use FOPEN_RBIN_MODE instead of simply "r".
        (open_output): Analogously.

	* c-auto.h.in (DOS): New definition, #undef'd by default.

Fri Nov  6 14:52:34 1992  Karl Berry  (karl@cs.umb.edu)

	* Makefile (lib): Use $(AR) and $(ARFLAGS) several times.
        (AR, ARFLAGS): New variables.
        (objs1..4): New variables, breaking up the old $(objs).

Tue Oct 27 08:16:41 1992  Karl Berry  (karl@cs.umb.edu)

	* openinout.c (open_output): Remove `openable', just use *f !=
	NULL; also, don't chdir to the envvar's directory, just prepend
	the value and change nameoffile.

	* site.h (TEXPOOLNAME): More instructions for MLTeX.

Sun Oct 25 06:26:22 1992  Karl Berry  (karl@cs.umb.edu)

	* getopt.c: New version.

Tue Oct  6 08:17:45 1992  Karl Berry  (karl@cs.umb.edu)

	* site.h.in: Doc fix.

Thu Sep 24 11:06:14 1992  Karl Berry  (karl@cs.umb.edu)

        * site.h.in: change instructions for OpenWindows.  (mroth@afit.af.mil)

Thu Sep 17 08:29:53 1992  Karl Berry  (karl@hayley)

        * texmf.c (initscreen): if DISPLAY is set, assume we're running
          under X11 for MF online output.

        * texmf.c: remove BibTeX conditionals.

Tue Sep  8 17:06:54 1992  Karl Berry  (karl@hayley)

        * c-auto.h.in (_MINIX, _{ALL,POSIX,POSIX_1}_SOURCE): add #undef's
          for configure to define.

Fri Sep  4 09:01:59 1992  Karl Berry  (karl@hayley)

        * Makefile (extraclean): new target.

Fri Aug 14 07:02:41 1992  Karl Berry  (karl@hayley)

        * ourpaths.h (path_constant_type): remove trailing comma from
          enum, since ANSI stupidly disallows this.

Wed Aug 12 16:20:10 1992  Karl Berry  (karl@hayley)

        * texmf.c (catch_interrupt): change return type to `RETSIGTYPE'.

        * config.h: remove conditional include of c-memstr if `index' is
          defined.

Sat Aug  8 10:11:18 1992  Karl Berry  (karl@hayley)

        * openinout.c (EXTERN) [!BibTeX]: define as `extern'.  How did
          this ever work?

Fri Jul  3 11:23:32 1992  Karl Berry  (karl@hayley)

        * texmf.c (input_line): ignore \r's at the end of the line.

        * site.h.in (XVIEWWIN): undef by default.
        * texmf.c (X11WIN) [MF && (TRAP || INI)]: #undef.

Thu Jul  2 16:11:46 1992  Karl Berry  (karl@hayley)

        * Makefile (CPPFLAGS): new variable
        (.c.o): use it.
        (cflags): change to CFLAGS.

Tue Jun 23 09:09:49 1992  Karl Berry  (karl@hayley)

        * Makefile (CC): change default to `gcc -posix'.

        * site.h.in (NONASCII): document that xord and xchr are ignored
          unless this is defined.

Thu Jun 11 09:20:51 1992  Karl Berry  (karl@hayley)

        * zround.c (zround): return LONG_MAX or LONG_MIN if the double
          being rounded is outside the range of `integer'.
        * c-minmax.h (LONG_{MIN,MAX}): define these if they aren't defined
          by the system.

Fri May 15 10:23:47 1992  Karl Berry  (karl@hayley)

        * getopt.[ch]: new versions.

Thu May 14 19:21:40 1992  Karl Berry  (karl@claude.cs.umb.edu)

        * Version 5.851c.

Wed May 13 14:32:14 1992  Karl Berry  (karl@hayley)

        * pathsrch.c (initalize_path_list): initialize path to the
          original path.

Mon May  4 14:50:20 1992  Karl Berry  (karl@hayley)

        * c-auto.h.in: doc fix.

Sun May  3 08:06:07 1992  Karl Berry  (karl@hayley)

        * main.c (argv): use a prototype if possibile.

        * texmf.ch (*dumpthings): parenthesize `len'.

Wed Apr 29 16:07:52 1992  Karl Berry  (karl@hayley)

        * texmfmem.h (memoryword): had mutually exclusive #if's.
        (twohalves.u): don't need junk at the end?

Sat Apr 25 08:55:34 1992  Karl Berry  (karl@hayley)

        * c-auto.h.in (__CHAR_UNSIGNED__): protect with #ifndef.

        * site.h.in: remove #ifndef's from around the #define's.  I don't
          think these help anything.

Thu Apr 23 07:49:18 1992  Karl Berry  (karl@hayley)

        * c-auto.h.in: new file.

Wed Apr 22 12:43:30 1992  Karl Berry  (karl@hayley)

        * texmf.c: SIGTYPE is now RETSIGTYPE.

Sun Apr 19 10:26:16 1992  Karl Berry  (karl@hayley)

        * texmf.c: had sense of tests on FMTBASE_SWAP reversed.

Thu Apr 16 13:49:36 1992  Karl Berry  (karl@ra.cs.umb.edu)

        * Version 5.851b.

Tue Apr 14 17:06:57 1992  Karl Berry  (karl@hayley)

        * common.defines (BSTINPUTPATHBIT): define.

Sun Apr 12 11:42:14 1992  Karl Berry  (karl@hayley)

        * common.defines (BSTINPUTPATH): define.
        * ourpaths.h (path_constant_type): add BSTINPUTPATH.
        (BSTINPUTPATHBIT): define.
        * site.h-dist (BSTINPUTS): default is TEXINPUTS.
        * ourpaths.c (setpaths): add stuff for BSTINPUTS.

Sat Apr 11 09:26:55 1992  Karl Berry  (karl@hayley)

        * uexit.c: include config.h, for EXIT_SUCCESS_CODE.

Fri Apr 10 16:56:18 1992  Karl Berry  (karl@hayley)

        * ourpaths.c (setpaths): don't pass cwd to initialize_path_list.

        * site.h-dist (*INPUTS, TEXFONTS): add . to these paths.

Wed Apr  8 15:34:21 1992  Karl Berry  (karl@hayley)

        * texmf.c [FMTBASE_SWAP]: make swapping conditional.
        * site.h-dist: add it here for configuration.

        * main.c (do_undump) [VMS]: add code from joe.

        * main.c: use exit, not exit.

        * Makefile (objs): add uexit.o.
        * uexit.c: new file.
        * pascal.h (uexit): remove this, as it's now a function.

Fri Apr  3 09:55:00 1992  Karl Berry  (karl at hayley)

        * Version 5.851a.

Thu Apr  2 11:57:06 1992  Karl Berry  (karl at apollo.cs.umb.edu)

        * c-memstr.h (memcpy) [!NEED_MEMORY_H]: conditionalize.

Thu Apr  2 10:51:11 1992  Karl Berry  (karl at ra.cs.umb.edu)

        * xstat.c (xlstat): (un)prototype-ize.

        * c-limits.h: test for FLOAT_H_MISSING instead of relying on
          _POSIX_VERSION to include <float.h>.

        * c-pathmx.h [_POSIX_VERSION]: don't do pathconf stuff.

Wed Apr  1 16:57:30 1992  Karl Berry  (karl at hayley)

        * common.h (FATAL): use `str' as the arg name, not `s', since we
          need to do `%s'.

        * xopendir.c (xclosedir): prototype-ize it.

        * dir-p (leaf_dir_p): don't initialize a structure (!).

        * {concat,pathsrch,texmf,xmalloc,xstrdup,xrealloc}.c: cast results from
          xmalloc/malloc/realloc (argh).

        * alloca.c: comment things after #endif.

        * site.h-dist (REGFIX): put this back.

        * c-proto.h (P5C) [!__STDC__]: insert missing backslash.

Mon Mar 30 07:28:25 1992  Karl Berry  (karl at hayley)

        * texmfmem.h (u, v, twohalves) [big MF]: define the halfword junks
          again.

Sun Mar 29 15:33:29 1992  Karl Berry  (karl at hayley)

        * alloca.c: new version from gcc 2.1.

Sat Mar 28 09:46:53 1992  Karl Berry  (karl at hayley)

        * main.c (main): return int, exit (EXIT_SUCCESS_CODE).
        * texmf.c (main): likewise.

        * config.h (SCHAR_TYPE): use `__CHAR_UNSIGNED__' again.

Thu Mar 26 06:57:38 1992  Karl Berry  (karl at hayley)

        * Makefile (clean, realclean): depend on mostlyclean.

Sun Mar 22 09:16:04 1992  Karl Berry  (karl at hayley)

        * common.h [BibTeX]: remove the include of <setjmp.h>, as
          bibtex/convert does it.

Sat Mar 21 11:09:55 1992  Karl Berry  (karl at hayley)

        * common.defines (input2ints): for patgen2.
        * inputint.c (zinput2ints): new routine.
        * pascal.h (input2ints): new macro to call it.

        * config.h: include c-pathmx.h.

        * common.defines (TEXPOOLNAME): declare as a constant.

Fri Mar 20 16:10:44 1992  Karl Berry  (karl at hayley)

        * paths.h: new file.

        * config.h: update for new files c-*.h.
        * common.h: remove stuff that is now in lib.h.

Thu Mar 19 11:52:17 1992  Karl Berry  (karl at hayley)

        * ourpaths.c (append_path_list): remove this.

        * ourpaths.c (setpaths): use the envvar TEXFONTS if VFFONTS isn't set.

Tue Feb 11 10:27:38 1992  Karl Berry  (karl at hayley)

        * config.h [NEED_MEMORY_H]: include <memory.h>.

        * config.h [LIMITS_H_MISSING]: include <sys/param.h>.

Sun Feb  2 07:54:53 1992  Karl Berry  (karl at hayley)

        * pathsearch.c (parse_envpath): remove the second / before doing
          subdirectories.

        * pascal.h (optiontable): remove, as getopt no longer has a global
          table for the long options.

Sat Feb  1 15:32:50 1992  Karl Berry  (karl at hayley)

        * ourpaths.c (setpaths): use TEXFONTS if PKFONTS/GFFONTS is not
          set for GF/PK files, as the documentation claims.

        * ourpaths.c (setpaths): remove subdirectory stuff.
        * pathsearch.[ch]: new versions to integrate subdirectories into
          the main paths.

        * texmf{,mem}.c (WEB2C_BIGENDIAN): rename to WORDS_BIGENDIAN.

Fri Jan 31 11:54:46 1992  Karl Berry  (karl at hayley)

        * strpascal.c ({null,space}_terminate): do not translate using
          xord/xchr (from raichle@azu.informatik.uni-stuttgart.de).

Fri Jan 24 07:14:05 1992  Karl Berry  (karl at hayley)

        * Makefile (cflags): don't include -I../config.

        * config.h (__CHAR_UNSIGNED__) [CHAR_UNSIGNED]: define as autoconf
          uses the latter and gcc sometimes the former.

        * config.h: move from config.

        * openinout.c (extensionirrelevantp): new function.
        * common.defines: declare it.

        * ourpaths.h (path_constant_type): rename from `path_constants'.
        * openinout.c (open_input): use it for the path arg.

Wed Jan 15 11:13:45 1992  Karl Berry  (karl at hayley)

        * xgetcwd.c, xchdir.c: don't need these.
        * Makefile (objs): remove from list.
        * dirio.h: remove decls.

        * pathsearch.c (check_subdir): do not cd to the directory we're
          testing.
        (add_directory): test if the name is a directory before adding it
          to the list.
        (parse_envpath): don't test if the names are directories here.
        (initialize_path_list): don't find and cd to the current directory
          between each subdirectory.

Tue Jan 14 16:06:24 1992  Karl Berry  (karl at hayley)

        * texmf.c: do not include <sys/types.h>; it's in config.h now.
        * types.h: likewise.

Sun Jan 12 07:41:34 1992  Karl Berry  (karl at hayley)

        * pathsearch.c (initialize_path_list): cd back to . after checking
          each subdirectory.

        * dirio.h: change directory header stuff as suggested in the
          autoconf manual.

        * ourpaths.h: make the path list an enumeration type.

        * openinout.c (open_input): correctly compute namelength.

        * texmfmem.h (memoryword) [TeX]: make declaration of `glueratio'
          conditional.

        * openinout.c: rearrange ifdefs for coherency.

        * ourpaths.c (append_path_list): overwrite the null in the first
          list.

        * pathsearch.c (initialize_path_list): unconditionally call
          parse_envpath.
        (parse_envpath): if the envvar name is null, don't call getenv.
        If both args are null, do nothing.

        * ourpaths.c (setpaths): initialize the TFM path.

        * common.h (FATAL*): new macros.

        * pascal.h (real): define to be `double'.

        * xfopen-pas.c: new file.

        * eofeoln.c (test_eof): rename to `eof'.
        * pascal.h (eof): remove.       

        * pascal.h (reset, rewrite): `checked_fopen' => `xfopen_pas'.

        * common.h (link): define as `link_var', to avoid conflicts
          between the system call and the web var.

        * common.defines (FILENAMESIZE): rename to `PATHMAX'.

Tue Jan  7 11:26:02 1992  Karl Berry  (karl at hayley)

        * getopt*: new versions.

        * extra.c (getwd) [GETWD_MISSING]: conditionalize.

        * extra.c (zinput3ints): new implementation, from jmr@nada.kth.se.

        * texmf.c (swap_items) [!WEB2C_BIG_ENDIAN]: ifdef on this.
        * texmfmem.h (twohalves, fourquarters): incorporate changes from
          raichle@azu.informatik.uni-stuttgart.de which he says make
          format files finally work.

        * common.h (SCHAR_TYPE): use `signed_char' if ANSI, `short' if
          char is unsigned, otherwise `char'.
