preparation for the tag 0.80
[luatex.git] / source / texk / kpathsea / ChangeLog
blob18ee908215a57105dd1d48e7bcd788b2577c802e
1 2015-03-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
3         * Makefile.am, kpathsea.pc.in: Install <kpathsea/c-auto.h> under
4         ${libdir}.
6 2015-03-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
8         * configure.ac: Drop checks for strcasecmp, strtol, and strstr.
9         * lib.h: Drop the strstr() prototype.
10         * Makefile.am: No need to distribute the replacement functions.
12 2014-12-13  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
14         * texmf.cnf: Sync with master which is changed by Norbert.
16 2014-12-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
18         * Makefile.am [kpathsea.h]: Improved output for silent rules.
20 2014-12-05  Karl Berry  <karl@tug.org>
22         * kpsewhich.c (help_formats): new fn for new option --help-formats.
23         (help_message): split off code from here.
24         (USAGE): document it.
25         (read_command_line): recognize it.
26         Suggestion from Julian Gilbey, tex-k 4 Dec 2014 13:34:23.
28 2014-10-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
30         * db.c (db_names): Use initialized non-const strings to avoid warning.
32 2014-10-19  Karl Berry  <karl@tug.org>
34         * db.c (db_names): list DB_NAME_LC first, and list both always,
35         dropping WIN32 conditional.
36         (init_db): check at runtime if ls-R and ls-R are same_file_p,
37         and only read one on any system, not just hardwiring Windows.
38         Output debugging lines.  Basic patch from Adam Maxwell
39         (since MacOSX now uses a case-preserving filesystem).
40         
41         * db.c (DB_HASH_SIZE): increase per current texmf-dist/ls-R.
42         
43 2014-10-17  Karl Berry  <karl@tug.org>
45         * line.c (getc, FLOCKFILE, FUNLOCKFILE): #define to getc_unlocked, etc.
46         (get_line): call them, so we lock once per call instead of
47         once per character read.  Change from Adam Maxwell <amaxwell@mac.com>.
48         https://email.esm.psu.edu/pipermail/macosx-tex/2014-October/053026.html
50 2014-09-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
52         * texmf.cnf (TEX.upmpost): Added.
54 2014-08-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
56         * knj.c (win32_fputs): Drop unused variables.
58 2014-08-22  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
60         * knj.c: Update fsyscp_popen().
62 2014-08-22  TANAKA Takuji  <KXD02663@nifty.ne.jp>
64         * knj.[ch], c-std.h, config.h: Add a new function win32_vfprintf()
65         (Windows only)
67 2014-07-22  Karl Berry  <karl@tug.org>
69         * tex-file.h,
70         * tex-file.c (kpathsea_init_format_return_varlist): new fn
71         to expose list of environment/config variable names considered.
72         * kpsewhich.c (help_message): use it.
74 2014-07-18  Karl Berry  <karl@tug.org>
76         * mktex.opt: don't basename-ify the program name, that's
77         potentially useful information.
78         
79         * mktexdir,
80         * mktexlsr, 
81         * mktexmf,
82         * mktexnam,
83         * mktexpk,
84         * mktextfm,
85         * mktexupd: prepend to PATH via a simple method for Unix
86         (but leave the complicated DOS version in mktexlsr).
88 2014-07-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
90         * tex-make.c, win32lib.c: Replace the deprecated spawnvp() by
91         _spawnvp(), they differ for 64-bit MinGW.
93 2014-07-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
95         * debug.c, hash.c, knj.c, tex-make.c: [WIN64] Avoid cast from
96         pointer to integer of different size.
98 2014-06-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
100         * mingw32.h: Require WINVER >= 0x0500.
102 2014-06-20  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
104         * win32lib.c: Fix a potential bug (w32 only).
106 2014-06-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
108         * c-ctype.h: Avoid useless char subscript warnings.
110 2014-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
112         * Makefile.am (kpathsea.h): Drop c-auto.h, c-ctype.h, c-errno.h,
113         and more from the list of files; they are included via others.
114         * version.ac: Update version number 6.2.0 => 6.2.1dev.
116 2014-05-07  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
118         * win32lib.c: Update win32_popen() (w32 only).
120 2014-05-05  Karl Berry  <karl@tug.org>
122         * doc/kpathsea.texi,
123         * doc/unixtex.texi,
124         * README,
125         * PROJECTS: omit old information about building and installing;
126         general updates (though plenty more could be done).
127         
128         * BUGS,
129         * doc/bugs.texi,
130         * doc/hier.texi,
131         * doc/install.texi: remove.
132         * Makefile.am,
133         * doc/Makefile.am: update accordingly.
135 2014-04-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
137         * Makefile.am (normal_headers): Add simpletypes.h.
138         * simpletypes.h: Don't '#include <kpathsea/simpletypes.h>'.
140 2014-04-29  Karl Berry  <karl@tug.org>
142         * simpletypes.h: new file, defining just boolean, string, address, etc.
143         * pathsearch.h: restore #include of str-llist.h before types.h,
144         as it should be.
145         * str-llist.h: #include simpletypes.h instead of types.h.
146         * types.h: #include simpletypes.h.
148 2014-04-22  Karl Berry  <karl@tug.org>
150         * texmf.cnf (guess_input_kanji_encoding): set to 1,
151         per Akira and Norbert.
153 2014-04-17  Karl Berry  <karl@tug.org>
155         * version.ac: 6.2.0 (without the dev) for 2014 pretest.
156         * NEWS,
157         * texmf.cnf,
158         * kpsewhich.c: 2014.
160         * texmf.cnf (TEXINPUTS.pdfx{latex,mex,tex}): this engine has
161         not existed for a long time.  Remove.
162         (TEXINPUTS.luajittex): same as .luatex.
164 2014-04-09  Karl Berry  <karl@tug.org>
166         * pathsearch.h: with deep regret, #include types.h before
167         str-llist.h, since otherwise str_llist_type is not defined
168         in its use within types.h and a simple #include
169         <kpathsea/pathsearch.h> fails.  Reported by Norman Gray,
170         tex-k 14 Apr 2013 12:23:50,
171         http://tug.org/pipermail/tex-k/2013-April/002496.html
173 2014-04-09  Luigi Scarso  <luigi.scarso@gmail.com>
175         * mingw32.h [MinGW64]: Avoid warning due to redefining popen.
177 2014-03-21  Peter Breitenlohner  <peb@mppmu.mpg.de>
179         * Makefile.am, configure.ac, getopt.h: Revert previous change.
180         Cygwin system getopt() is incompatible with the GNU version.
182 2014-03-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
184         * Makefile.am, configure.ac: Use Cygwin system getopt().
185         * getopt.h: Avoid to redeclare the getopt API.
187 2014-02-08  TANAKA Takuji  <KXD02663@nifty.ne.jp>
189         * knj.[ch]: Add a new function win32_putc().
190         (Windows only)
192 2014-01-25  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
194         * kpsewhich.c : [WIN32 only] progname should be kpse->program_name
195         since progname can be NULL.
197 2014-01-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
199         * knj.c: Drop unused variable (avoid warning).
201 2014-01-25  TANAKA Takuji  <KXD02663@nifty.ne.jp>
203         * knj.[ch]: Add a new function win32_getc(), win32_ungetc(),
204         win32_fputs(), and win32_puts(). (Windows only)
205         * kpsewhich.c, pathsearch.c, line.c:
206         Allow Unicode file name in kpsewhich. (Windows only)
207         * knj.c: Fix typo in error message. (Windows only)
209 2014-01-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
211         * knj.c: Add #include <wchar.h> as required for MinGW32.
212         Cast arg3 of fsyscp_spawnvp() to avoid warning.
214 2014-01-14  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
216         * knj.[ch]: Add new functions fsyscp_spawnvp(), and fsyscp_system().
217         (Windows only)
219 2014-01-13  TANAKA Takuji  <KXD02663@nifty.ne.jp>
221         * knj.[ch]: Add a new function fsyscp_popen(). (Windows only)
223 2014-01-08  TANAKA Takuji  <KXD02663@nifty.ne.jp>
225         * knj.c: Allow encoding name "" for non-utf8 command line.
226         Warn if unknown encoding. (Windows only)
228 2014-01-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
230         * knj.c: Keep non-utf8 command line.  Avoid compiler warnings.
232 2014-01-01  TANAKA Takuji  <KXD02663@nifty.ne.jp>
234         * knj.c, knj.h: Use cast for ASCII string conversion
235         from char to wchar_t. (Windows only)
237 2013-12-31  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
239         * knj.h: Remove #include <kpathsea/types.h> because Visual Studio 2010
240         cannot compile Kpathsea.
242 2013-12-31  TANAKA Takuji  <KXD02663@nifty.ne.jp>
244         * knj.c, knj.h: Add new functions fsyscp_fopen() and
245         get_command_line_args_utf8() (Windows only)
246         * progname.c: Refine initialization for KANJI (Windows only)
248 2013-12-03  TANAKA Takuji  <KXD02663@nifty.ne.jp>
250         * elt-dirs.c, knj.c, knj.h, progname.c, readable.c: Support KANJI
251         file name in (e)upTeX and XeTeX on Windows.
253 2013-09-22  Karl Berry  <karl@tug.org>
255         * mktexlsr: output normal msgs to stdout, not stderr.
256         Suggestion from Scott Kostyshak, tex-live mail 29 Jun 2013 04:42:10.
258 2013-08-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
260         * configure.ac (AH_TOP): Simplify the generation of c-auto.h.
262 2013-08-14  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
264         * win32lib.c, mingw32.c (texlive_gs_init()): Fix a bug. 'n' and 'f' can
265         be drive letters.
267 2013-08-12  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
269         * win32lib.c, mingw32.c (texlive_gs_init()): Do nothing if
270         TEXLIVE_WINDOWS_EXTERNAL_GS is defined and its value is not
271         '0', 'n', or 'f'.
273 2013-08-07  Karl Berry  <karl@tug.org>
275         * line.c (read_line): only at EOF if loc==0, i.e., do not ignore a
276         non-terminated last "line" of a file; distressingly common on Windows.
277         * Makefile.am (TESTS): add cnfnewline.test;
278         move all *.test to tests/ subdir.
279         (EXTRA_DIST): add tests/cnfnewline/texmf.cnf, a file without a
280         final newline.
282         * kpsewhich.test: also check that we can read the environment
283         variable that we set.
285 2013-07-07  TANAKA Takuji  <KXD02663@nifty.ne.jp>
287         * knj.c and progname.c: Generalize the method to avoid the 0x5c problem
288         in path names to the cases CP936 (simplified Chinese) and CP950
289         (traditional Chinese) on Windows system.
291 2013-07-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
293         * Makefile.am: Use ../../am/rebuild.am.
295 2013-07-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
297         * Makefile.am, man/Makefile.am:
298         Moved Makefile fragments to ../../am/.
300 2013-07-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
302         * c-memstr.h: Drop mapping of BSD => SYSV/ANSI string functions.
304 2013-06-25  Karl Berry  <karl@tug.org>
306         * texmf.cnf (guess_input_kanji_encoding): config variable,
307         off by default.  Per Akira.
309 2013-06-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
311         * config.h: Remove definition of EXEEXT, comes from c-auto.h.
313 2013-06-25  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
315         * config.h: define EXEEXT if DOSISH is defined.
317         * win32lib.c: Unify two win32lib.c's in w32 sources.
319         * progname.c, texmf.cnf: Define SELFAUTOGRANDPARENT to give a
320         robust TEXMFLOCAL.
322 2013-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
324         * configure.ac: New conditional have_EXEEXT.
325         * Makefile.am (libkpathsea_la_CPPFLAGS): Define EXEEXT for
326         systems with a non-vanishing executable extension.
327         * progname.[ch]: New function kpse_program_basename().
328         * version.ac: Update version number 6.1.1 => 6.2.0dev.
330         Adapt kpathsea headers to C++.
331         * absolute.h, cnf.h, concatn.h, config.h, debug.h, expand.h,
332         hash.h, knj.h, lib.h, line.h, magstep.h, mingw32.h,
333         pathsearch.h, proginit.h, progname.h, readable.h, str-list.h,
334         str-llist.h, tex-file.h, tex-glyph.h, tex-hush.h, tex-make.h,
335         types.h, variable.h, version.h, win32lib.h: When compiling C++
336         surround all declarations by 'extern "C" {' ... '}'.
338 2013-06-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
340         * cnf.c, kpsewhich.c: Drop redundant <kpathsea/progname.h>
341         (in <kpathsea/config.h>).
343 2013-06-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
345         * xrealloc.c: Drop redundant extern (in <kpathsea/config.h>).
347 2013-06-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
349         * Makefile.am (*_la_LDFLAGS): Add -bindir for MinGW DLL.
351         * win32lib.h.mugica (removed): Unused and unmaintained.
352         * Makefile.am: Adapt.
354 2013-05-30  Karl Berry  <karl@tug.org>
355         
356         * Version 6.1.1 for TeX Live 2013.
358 2013-04-15  Karl Berry  <karl@tug.org>
360         * texmf.cnf (TEXINPUTS.lamed): there is no lamed directory and
361         never has been, as far as I can tell, so don't look in it.
363         * texmf.cnf (TEXMFCACHE): new variable for lualatex font cache;
364         same value as ConTeXt MkIV's variable of the same name in
365         texmfcnf.lua.
367 2013-04-10  Karl Berry  <karl@tug.org>
369         * texmf.cnf (TEXMFCNF): still look in texmf/ subdirs after all;
370         needed for non-TL ConTeXt and likely others.  Report from
371         Mojca/Hans.
373 2013-04-05  Karl Berry  <karl@tug.org>
375         * other files: 2013 in copyright year list.
377         * kpsewhich.c,
378         * NEWS,
379         * version.ac: 6.1.1 and 2013 to prepare for TL'13 pretest.
381         * texmf.cnf (TEXMFCNF): likewise prepare to use texmf-dist instead
382         of texmf.  From Akira.
384 2013-04-03  Karl Berry  <karl@tug.org>
386         * texmf.cnf (TEXMFMAIN): make it the same as $TEXMFDIST,
387         and do not use it.  That is, as of TL 2013, everything will be in
388         texmf-dist, not split between texmf and texmf-dist.  See the
389         thread including
390         http://tug.org/mailman/htdig/tex-live/2013-January/032888.html.
391         
392         Also change 2012 to 2013.
394 2013-03-26  Karl Berry  <karl@tug.org>
396         * tex-make.c (kpathsea_make_tex): specify fn name in warnings
397         about invalid fontnames.
399 2013-03-14  Karl Berry  <karl@tug.org>
401         * texmf.cnf (save_size): increase to 100000 (from 50000),
402         for perldoc-all.texi (http://www.gnu.org/software/perl/manual).
404 2013-02-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
406         * Makefile.am (web2cdir): Change texmf => texmf-dist.
408 2013-01-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
410         * configure.ac: Use KPSE_COND_MINGW32.
412 2013-01-29  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
414         * progname.c, types.h, win32lib.c, win32lib.h: Simplify win32_popen.
416 2012-12-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
418         * Makefile.am (kpathsea.h): Enable silent rules.
420 2012-12-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
422         Resolve remaining const related problems.
423         * db.[ch] (kpathsea_db_search_list): Make arg3 non-const.
424         * pathsearch.[ch] (kpathsea_path_search_list_generic,
425         dir_list_search_list): Make arg3 non-const.
426         * tex-file.c: Remove casts 'string*' => 'const_string*'.
427         * readable.[ch] (kpathsea_readable_file): Make arg non-const.
428         Include code to truncate too-long filename components.
430         * truncate.[ch] (kpathsea_truncate_filename): Files removed.
431         * Makefile.am: Drop truncate.c and truncate.h.
433 2012-12-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
435         Somewhat disentangle path search functions.
436         * db.c (kpathsea_init_db):
437         Directly call kpathsea_path_search_list_generic()
438         instead of the kpathsea_all_path_search_list() wrapper.
439         * pathsearch.c: Rename the static function search_list() into
440         the non-static kpathsea_path_search_list_generic() and drop
441         the former kpathsea_path_search_list_generic() wrapper.
442         * pathsearch.[ch]: Drop the now unused *_path_search_list().
444 2012-12-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
446         Resolve some const related problems.
447         * str-list.[ch]: Add cstr_list_type and cstr_list_add() for
448         const strings.  Define [c]str_list_init() as static inline.
449         * kpathsea.c: Move definition of KPATHSEA_CAN_FREE from here ...
450         * hash.h: ... to here.
451         * hash.[ch]: Define hash_free() only if KPATHSEA_CAN_FREE!=0.
452         (hash_lookup): Change return type 'string*' => 'const_string*'.
453         * cnf.[ch] (kpathsea_cnf_get, kpse_cnf_get):
454         Change return type 'string*' => 'const_string*'.
455         * dir.c (kpathsea_dir_links): Adapt.
456         * rm-suffix.c (remove_suffix): Adapt.
457         * db.c, fontmap.c: Remove casts 'string*' => 'const_string*'.   
459 2012-12-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
461         * mingw32.c: Remove look_for_cmd().
463 2012-12-10  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
465         * win32lib.c: remove look_for_cmd().
467 2012-12-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
469         * mingw32.c (look_for_cmd): Do not compute unused value.
470         * win32lib.c (look_for_cmd, kpathsea_win32_popen): Same.
472 2012-11-28  Peter Breitenlohner  <peb@mppmu.mpg.de>
474         * texmf.cnf: Increase main_memory, font_mem_size, hash_extra,
475         and pool_size.
477 2012-11-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
479         * Makefile.am: Avoid use of deprecated INCLUDES.
481 2012-10-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
483         * mingw32.c: use stat in static int is_dir ().
485 2012-10-02  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
487         * win32lib.c: use stat in static int is_dir ().
489 2012-10-01  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
491         * win32lib.c: remove _osver since it is obsolete.
493 2012-09-28  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
495         * win32lib.h: remove definition of mkdir.
496         * c-proto.h: introduce NO_KPSE_DLL as in getopt.h.
498 2012-08-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
500         * c-std.h: Define M_PI if not defined by <math.h> (old MSVC).
502 2012-08-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
504         * Makefile.am: Use ../am/bin_links.am.
506 2012-08-02  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
508         * win32lib.h: remove definition of pipe.
510 2012-08-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
512         * configure.ac: Bail out for a badly broken snprintf()
513         (hopefully this will not happen).
514         Check if we need (v)snprintf wrapper functions.
515         * config.h: If needed, declare (v)snprintf wrapper functions.
516         * progname.c (kpathsea_set_program_name): Check snprintf sanity.
518 2012-07-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
520         * configure.ac: Add AC_CHECK_SIZEOF([long]).
521         * types.h: #include <inttypes.h> and <stdint.h> if they exist.
522         If necessary #define PRId64 & Co.
524 2012-07-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
526         * getopt.c [WIN32 && ! __CYGWIN__]: Use __CYGWIN__ instead of
527         __CYGWIN32__ which is deprecated and may be removed.
528         Mail from Ken Brown <kbrow1i@gmail.com>, Tue, 24 Jul 2012.
530 2012-07-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
532         * mingw32.h (win32_popen): Static inline wrapper for _popen()
533         to use always binary mode.
535 2012-07-23  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
537         * win32lib.c: rewrite kpathsea_win32_popen to use always binary
538         mode.
540 2012-07-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
542         * Makefile.am (libkpathsea_la_SOURCES): Skip compilation of
543         xfseeko.c and xftello.c for MSVC.
544         * win32lib.h: Drop xfseeko() and xftello() prototypes, they will
545         subsequently be defined in lib.h.
547 2012-07-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
549         * version.ac: Update version number 6.1.0 => 6.1.1dev.
551 2012-05-29  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
553         * win32lib.c: rewrite win32_system.
555 2012-05-22  Karl Berry  <karl@tug.org>
557         * mktexmf: test $name for csso12*, not $rootname.
558         From Debian via Norbert, 21 May 2012 10:11:08.
560 2012-05-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
562         * cnf.[ch]: Add KPSEDLL to kpathsea_cnf_get(), and reintroduce
563         kpse_cnf_get().
564         * Makefile.am: Do install cnf.h.
566 2012-05-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
568         * Makefile.am (rebuild): Depend on 'all-am' instead of 'all' to
569         avoid an infinite loop.
571 2012-05-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
573         * win32lib.[ch]: Copyright 2012.
575 2012-05-05  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
577         * win32lib.c: rewrite xftell64 for W32.
579 2012-05-04  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
581         * win32lib.c: rewrite xftell64 and xfseek64 for W32.
583 2012-04-30  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
585         * win32lib.c: further rewrite win32_system().
587 2012-04-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
589         * Makefile.am (rebuild): Touch libkpathsea.la to avoid an
590         infinite loop when only mingw32.h or win32lib.h is changed.
592 2012-04-23  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
594         * win32lib.h, win32lib.c: rewrite win32_system().
596 2012-04-17  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
598         * texmf.cnf: erase "ptexgeneric".
600 2012-04-16  Karl Berry  <karl@tug.org>
602         * texmf.cnf (TEXMFCNF): spell out every directory explicitly,
603         so we can include $SELFAUTOPARENT/../texmf-local/web2c.
605 2012-04-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
607         * cnf.[ch]: Drop KPSEDLL from kpathsea_cnf_get(), and remove
608         kpse_cnf_get().
609         * db.h: Drop KPSEDLL from kpathsea_db_insert().
610         * Makefile.am: Do not install cnf.h.
611         * mingw32.h: Add a copyright statement.
613         * configure.ac: Subst tex_live_version from ../../version.ac
614         as WEB2CVERSION for WIN32 programs.
616 2012-04-09  Karl Berry  <karl@tug.org>
618         * getopt.h (getopt) [!__cplusplus]: do not declare when compiling
619         with C++, since g++ 4.7.0 introduced an incompatible declaration.
620         http://bugs.debian.org/667392
622         * c-std.h (popen, pclose) [!VMS]: remove these decls to avoid
623         conflicts, hoping they are now always in the system libraries.
624         http://bugs.debian.org/64524
626 2012-04-07  Karl Berry  <karl@tug.org>
628         * texmf.cnf (glob_str_size): increase from 5000 to 20000 per Akira,
629         06 Apr 2012 10:25:18.
631 2012-04-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
633         * c-unistd.h: Declare getopt() (via  <kpathsea/getopt.h>) only
634         for Mingw and Cygwin; for other systems using the GNU C library
635         g++-4.7 might choke on incompatible exception specifications.
637 2012-03-11  Karl Berry  <karl@tug.org>
639         * *.c: prepend kpathsea: to warnings.
641 2012-03-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
643         Avoid 'the address of XXX will always evaluate as true' warnings.
644         * lib.h (STREQ): Test '(s) != NULL' instead of '(s)'.
645         Gcc >=4.3 produces identical code but -Wall yields no warning.
647 2012-03-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
649         * c-unistd.h: Declare getopt() (via  <kpathsea/getopt.h>) but
650         not getopt_long().
652         * getopt.h: With __need_getopt declare only getopt() but not
653         getopt_long() (with 'struct option').
655         * getopt.[ch]: Drop pre-ANSI C non-prototype declarations.
657 2012-02-27  Peter Breitenlohner  <peb@mppmu.mpg.de>
659         * c-unistd.h [CYGWIN]: Explicitly #include <kpathsea/getopt.h>
660         such that <getopt.h> from Cygwin will be skipped.
662 2012-02-27  Ken Brown  <kbrow1i@gmail.com>
664         * getopt.h: Cygwin requires getopt() prototype.
666 2011-12-22  Karl Berry  <karl@tug.org>
668         * texmf.cnf (TEX.pmpost, TEXINPUTS.(e)up(la)tex): new definitions,
669         from Norbert.
671 2011-12-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
673         * Makefile.am: Replace ${prefix}/texmf => $(datarootdir)/texmf.
675 2011-10-27  Karl Berry  <karl@tug.org>
677         * texmf.cnf (FONTCONFIG_*): doc+formatting fix.
679 2011-10-06  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
681         * win32lib.c, win32lib.h: use const char * in system() and popen().
683 2011-09-30  Karl Berry  <karl@tug.org>
685         * types.h (kpse_{ris,bltxml}_format): new types.
686         * tex-file.c ({RIS,BLTXML}_ENVS): new defines.
687         (kpse_init_format): initialize them.
688         * texmf.cnf ({RIS,BLTXML}INPUTS): new definitions.
689         Request from Phil Kime, tex-k 25 Sep 2011 16:46:07.
691 2011-08-28  Karl Berry  <karl@tug.org>
693         * texmf.cnf (LUAINPUTS.lualatex, LUAINPUTS.dvilualatex): new defns.
694         (LUAINPUTS): duplicate value of TEXINPUTS.luatex, instead
695         of using $TEXINPUTS.
696         Report from Herbert Voss, 15 Aug 2011 23:53:45,
697         among others.
699 2011-08-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
701         * version.ac: Update version number 6.0.2dev => 6.1.0dev.
703 2011-08-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
705         * Makefile.am (SUBDIRS): Add win32 to build C programs from
706         Akira's W32TeX as WIN32 replacements for the shell scripts.
708 2011-08-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
710         * progname.c (fix_selfdir): Simplified to not modify arg.
711         (remove_dots): Somewhat clarify the code (suggested by Karl).
712         * progname.h [WIN32]: Don't declare {kpathsea,kpse)_selfdir().
714         * progname.c [TEST]: Update and extend the test program.
715         * Makefile.am (progname-test): Add rules to build the standalone
716         test program.
718 2011-08-08  Karl Berry  <karl@tug.org>
720         * cnf-to-paths.awk: preserve values starting with /,
721         so distro maintainers can edit texmf.cnf with absolute
722         paths and not have them replaced with /nonesuch.
723         Suggestion from Norbert.
725 2011-08-05  Karl Berry  <karl@tug.org>
727         * dir.c,
728         * getopt.c,
729         * hash.h,
730         * pathsearch.h,
731         * progname.h,
732         * truncate.h: copyright 2011.
734 2011-08-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
736         * cnf.c, fontmap.c: Do not #include <kpathsea/recorder.h>.
737         * Makefile.am (kpseinclude_HEADERS): Remove recorder.h.
738         * recorder.h (removed): Empty file.
740         * Makefile.am: Do not install kpathsea internal headers.
742         * xdirtest.c: Additional test data.
744 2011-08-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
746         More diffs between TeX Live and W32TeX.
747         * xbasename.c: Test for 2-Byte Kanji (CP 932, SJIS) codes and
748         for Unc names.
749         * xdirname.c: Test for 2-Byte Kanji (CP 932, SJIS) codes and
750         slashify the result.
752         * xdirtest.c (new): Standalone program to test xdirname() and
753         xbasename(), based on code moved to here ...
754         * xdirname.c [TEST]: ... from here.
756 2011-08-03  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
758         * db.c (db_build): No need to slashify lines from db_file.
760 2011-08-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
762         * mingw32.[ch] (dostounix_filename): Remove unused function.
763         (texlive_gs_init): New function copied from win32lib.[ch].
765 2011-08-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
767         More diffs between TeX Live and W32TeX.
768         * db.c (ignore_dir_p, db_build, match),
769         kpsewhich.c (subdir_match): Slashify and test for 2-Byte Kanji
770         (CP 932, SJIS) codes.
772 2011-08-03  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
774         * win32lib.h: #include <direct.h> for _getcwd.
776 2011-08-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
778         Unexport kpathsea internal functions, remove unused ones.
779         * db.[ch] (kpse_db_insert, kpse_init_db, kpse_db_search,
780         kpse_db_search_list): All removed.
781         * default.h (kpathsea_expand_default): Internal use only.
782         * default.h, kdefault.c (kpse_expand_default): Removed.
783         * elt-dirs.c (kpse_normalize_path, kpse_element_dirs): Removed.
784         * expand.[ch] (kpathsea_expand): Internal use only.
785         (kpse_expand): Removed.
786         * fn.h (fn_init, fn_copy0, fn_free, fn_1grow, fn_grow,
787         fn_str_grow, fn_shrink_to): ALL internal use only.
788         * hash.h (hash_insert_normalized): Internal use only.
789         * path-elt.c (kpse_path_element): Removed.
790         * pathsearch.[ch] (kpathsea_path_element, kpathsea_element_dirs,
791         kpathsea_path_search_list, kpathsea_path_search_list_generic,
792         kpathsea_all_path_search_list): Internal use only.
793         (kpse_path_element, kpse_filename_component,
794         kpse_normalize_path, kpse_element_dirs, kpse_path_search_list,
795         kpse_path_search_list_generic, kpse_all_path_search_list):
796         Removed.
797         * fontmap.h, tilde.h, truncate.h, xstat.h: Whole files internal
798         use only.
800 2011-08-02  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
802         * win32lib.h: follow mingw32.h for boolean and move definitions
803         for win32 functions from lib.h.
804         * win32lib.c: change definitions of xfseek64 and xftell64 to match
805         with xfseeko and xftello.
807 2011-08-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
809         More diffs between TeX Live and W32TeX.
810         * elt-dirs.c (dir_list_add, do_subdir, expand_elt): Replace
811         IS_DIR_SEP by IS_DIR_SEP_CH.
813         * getopt.h: Add (non-ANSI) declaration for getopt().
814         * mingw32.h: #define off_t as off64_t for ftello64 and fseeko64.
816 2011-08-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
818         * win32lib.h.mugica: Renamed from win32lib.h.
819         * win32lib.[ch]: New files, yet to be filled in.
821         * knj.c (is_cp932_system): No KPSEDLL in knj.c, only in knj.h.
823 2011-07-31  Peter Breitenlohner  <peb@mppmu.mpg.de>
825         More diffs between TeX Live and W32TeX.
826         * c-pathch.h: IS_DIR_SEP_CH macro to be used with `slashified'
827         filenames without need to test for 2-Byte Kanji codes.
829         * elt-dirs.c (kpathsea_normalize_path): Slashify, reformulate,
830         and test for 2-Byte Kanji (CP 932, SJIS) codes.
831         (kpathsea_element_dirs): First call kpathsea_normalize_path()
832         which might modify `elt' and then test for cached answer.
834         * progname.c: Make sure SELFAUTO* is not just / only for WIN32.
836 2011-07-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
838         * dir.c (kpathsea_dir_p, dir_p), lib.h: Unconstify string parms.
839         * elt-dirs.c (dir_list_add, checked_dir_list_add, do_subdir,
840         expand_elt): Unconstify string parms and local vars.
841         * progname.c (kpathsea_selfdir): Don't uselessly initialize ret.
843         * mingw32.c: #include <kpathsea/c-pathch.h>.
844         * mingw32.h [IS_DIR_SEP, IS_DEVICE_SEP, IS_UNC_NAME]: Do not
845         duplicate them here, use definitions from c-pathch.h.
847 2011-07-29  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
849         * tilde.c [WIN32]: Use kpathsea_getpwnam().
851 2011-07-28  Peter Breitenlohner  <peb@mppmu.mpg.de>
853         More diffs between TeX Live and W32TeX.
854         * db.c, find-suffix.c, xbasename.c:
855         Reformulate and test for 2-Byte Kanji (CP 932, SJIS) codes.
857         * expand.c, make-suffix.c, tilde.c: Slashify, reformulate,
858         and test for 2-Byte Kanji (CP 932, SJIS) codes.
860         * progname.c: Make sure SELFAUTO{LOC,DIR,PARENT} is not just /.
862         * types.h (kpathsea_instance): Merge TL and W32TeX.
864 2011-07-27  Peter Breitenlohner  <peb@mppmu.mpg.de>
866         More diffs between TeX Live and W32TeX.
867         * progname.c (kpathsea_set_program_name): Merge TL and W32TeX.
869 2011-07-26  Peter Breitenlohner  <peb@mppmu.mpg.de>
871         More diffs between TeX Live and W32TeX.
872         * knj.[ch]: New files from Akira's W32TeX.
873         * progname.c (kpathsea_set_program_name): Set is_cp932_system.
874         * Makefile.am, config.h: Adapt.
876         * db.c, expand.c, hash, path-elt.c, tilde.c, truncate.c,
877         variable.c, xdirname.c, xgetcwd.c:
878         Test for 2-Byte Kanji (CP 932, SJIS) codes.
880         * db.c (kpathsea_db_search, kpathsea_db_search_list),
881         tex-file.c (kpathsea_set_suffixes_va_list, init_maketex):
882         Cast arg to `void *' because MSVC warns for a `const_string *'
883         arg when expecting `void *'.
885         * config.h, db.c, hash.c: #define and use TRANSFORM.
887 2011-07-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
889         Minor changes to reduce diffs between TeX Live and W32TeX.
890         * c-ctype.h [WIN32]: Never #define isascii.
891         * c-fopen.h: Always write text files with Unix line endings.
892         * tex-glyph.c (bitmap_specs) [WIN32]: Add DOS_BITMAP_SPEC.
893         * win32lib.h: #define strncasecmp as _strnicmp.
894         * readable.c: Replace #elif WIN32 => #elif defined (WIN32).
895         * magstep.c, pathsearch.h, xftell.c: Adjust whitespace.
897 2011-07-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
899         * kpathsea.c, progname.c, tex-file.c, types.h:
900         Drop #if defined(__MINGW32__) already implied by defined(WIN32).
902         * kpathsea.c (kpathsea_finish): Free suffixlist.
904 2011-07-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
906         * version.ac: New file defining the kpathsea version.
907         Update version number 6.0.1 => 6.0.2dev.
908         * configure.ac: Adapt. Use KPSE_LT_VERSION.
910 2011-07-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
912         * ac/web2c.ac renamed into ac/mktex.ac.
913         * ac/withenable.ac, configure.ac: web2c.ac => mktex.ac.
914         * configure.ac: KPSE_WEB2C_PREPARE => KPSE_MKTEX_PREPARE.
916 2011-06-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
918         * tex-make.c [WIN32]: Do not #include <kpathsea/win32lib.h>
919         from here (already done from config.h).
921 2011-06-28  Karl Berry  <karl@tug.org>
923         * mktexlsr: need to shift when arg is not a directory.
924         Found by Luigi Scarso, tex-k mail 28 Jun 2011 00:21:14.
926 2011-06-19  Karl Berry  <karl@tug.org>
928         * texmf.cnf (OPENTYPEFONTS): a duplicate entry was created :(.
930 2011-06-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
932         * progname.c (remove_dots): Correctly handle dir="/foo/../bar".
934 2011-06-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
936         Reduce memory leaks.
938         * types.h (kpse_format_info_type): Declare path as non-const.
939         * tex-file.c (init_path): Free old value of path when assigning
940         a new value.
942         * progname.c (kpathsea_selfdir): Free strings no longer used.
944         * kpsewhich.c (lookup): Free string no longer used.
946 2011-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
948         * fontmap.c (kpathsea_fontmap_lookup), kpsewhich.c (find_dpi),
949         progname.c (kpathsea_set_program_name): Allow find_suffix() to
950         return a const string.
952         * find-suffix.c, lib.h: Declare find_suffix() as const.
953         * find-suffix.c: Explain that NAME+(find_suffix(NAME)-NAME) is
954         equivalent to find_suffix(NAME) but not necessarily const.
956         * progname.c (remove_dots): Somewhat reorganize (initialize
957         ret as `NULL' instead of `(string)""').
959 2011-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
961         * tex-glyph.c (try_size, try_fontmap, kpathsea_find_glyph),
962         tex-glyph.h (kpse_glyph_file_type): Declare font name as const.
964 2011-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
966         * xgetcwd.c: Fix #include directives (depend on GETCWD_FORKS).
967         (xgetcwd): The returned string may be long lived, so malloc()
968         only as needed.
969         Do not print path when getcwd(path, size) or getwd(path) fail,
970         the contents is undefined.
972 2011-06-13  Manuel P\'egour\'e-Gonnard <mpg@elzevir.fr>
974         * db.c (match): ensure that we are at a dir separator in
975         the filename before checking for being at the final component.
976         (We were erroneously matching "foobar" to "foo" in some cases.)
977         Report from Manuel, tex-k mail 12 Jun 2011 21:29:55.
979 2011-06-10  Karl Berry  <karl@tug.org>
981         * configure.ac (AC_PROG_AWK): new test.
982         * Makefile.am (stamp-paths): use $(AWK).
983         This is to avoid broken Solaris /usr/bin/awk, which does
984         not have sub().
985         Report from Ettore Aldrovandi, 8 Jun 2011 23:36:44.
987 2011-06-09  Karl Berry  <karl@tug.org>
989         * mktexlsr: write directory args to a file and read them back,
990         so we can support spaces (though not newlines) in the directory names.
991         Reword some error messages.
993 2011-06-08  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
995         * hash.c: leave original letter cases also on win32.
997 2011-06-06  Karl Berry  <karl@tug.org>
999         * texmf.cnf (TEXINPUTS.context): No trailing comma, per Taco.
1001 2011-06-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
1003         * mingw32.c (normalize_filename): Use memmove() instead of
1004         memcpy() for overlapping objects.
1006 2011-05-29  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
1008         * texmf.cnf: add "shell_escape.initex = f" and
1009         "parse_first_line.initex = f", since we have initex in TL 2011.
1010         Otherwise the banner of initex is "This is TeXk, ..."
1012 2011-05-27  Peter Breitenlohner  <peb@mppmu.mpg.de>
1014         * extend-fname.c: Remove the `generic const warning'.
1015         * readable.c, rm-suffix.c: Adjust the `generic const warning'.
1017 2011-05-26  Peter Breitenlohner  <peb@mppmu.mpg.de>
1019         * db.c (kpathsea_db_search): Add `free (dir_part)'.
1020         (kpathsea_db_search{,_list}): Declare a few strings as const.
1021         (kpathsea_db_insert): Use pointer arith to avoid const warning.
1023 2011-05-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
1025         * Makefile.am (EXTRA_DIST): Add the new cnf-to-paths.awk script.
1027 2011-05-24  Karl Berry  <karl@tug.org>
1029         * tex-file.c (TRUETYPE_SUFFIXES): add .dfont.
1030         Request from Dohyun Kim, 23 May 2011 16:09:03.
1031         * doc/kpathsea.texi (Supported file formats): mention it.
1033 2011-05-23  Karl Berry  <karl@tug.org>
1035         * cnf-to-paths.awk: new awk script.
1036         * Makefile.am (stamp-paths): use it instead of the inline sed.
1037         Also, change the generated paths.h so that all non-SELFAUTO paths
1038         become a constant string "/nonesuch".  That way, if the definitions
1039         change, the binaries don't all uselessly change with them.
1041 2011-05-22  Karl Berry  <karl@tug.org>
1043         * texmf.cnf: doc fixes.
1045 2011-05-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
1047         * absolute.c: Partially revert the minor rewrite.
1049 2011-05-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
1051         * absolute.c: Minor rewrite.
1053         * NEWS, progname.[ch]: Finally remove kpse_set_progname
1054         (deprecated since 1998).
1056 2011-05-06  Karl Berry  <karl@tug.org>
1058         * texmf.cnf (TEXINPUTS.eplatex): no longer needed per Akira.
1059         (platex will always use eptex.)
1061 2011-05-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
1063         * kpsewhich.c (find_format): Drop unused variable 'try_len'.
1065 2011-04-28  Karl Berry  <karl@tug.org>
1067         * kpsewhich.c (try_suffix): new fn, checking entire string for
1068         format names.
1069         (TRY_SUFFIX): change macro to just call the fn.
1070         Report from Philipp Stephani, tex-live mail 25 Apr 2011 16:38:47.
1071         
1072         * NEWS,
1073         * kpsewhich.c (read_command_line),
1074         * doc/kpathsea.texi,
1075         * texmf.cnf: 2011.
1077 2011-04-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
1079         * configure.ac: Update version number 6.0.1dev => 6.0.1.
1081 2011-04-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
1083         * texmf.cnf (TEXEDIT): Document Unix and Windows defaults.
1085         * tex-file.c (executable_filep): Avoid using strcpy() for
1086         overlapping strings.
1088 2011-03-22  Karl Berry  <karl@tug.org>
1090         * texmf.cnf (TEXINPUTS.eptex, TEXINPUTS.eplatex): define,
1091         same as .p(la)tex.  From Akira.
1093 2011-03-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1095         * types.h: Rename the variables program_invocation_name and
1096         program_invocation_short_name into kpse_invocation_name and
1097         kpse_invocation_short_name repectively, (1) in order to avoid
1098         conflicts with /usr/include/sys/errno.h from Cygwin, and (2)
1099         because they are not the same as those from the GNU C library.
1101         Problem reported by Ken Brown <kbrow1i@gmail.com>.
1103 2011-03-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
1105         * lib.h, xftell.c (xftell): Change return type from unsigned to
1106         signed and use ftell() instead of ftello().
1108 2011-03-01  Karl Berry  <karl@tug.org>
1110         * texmf.cnf: be more explicit that all trees, including TEXMFHOME,
1111         must follow the TDS.
1113 2011-03-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
1115         * mingw32.[ch]: Drop win32_system(); this was a workaround for a
1116         bug in system() under Win9x.
1118 2011-03-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
1120         * man/{kpsewhich,mktexlsr,mktexmf,mktexpk,mktextfm}.man: Drop
1121         useless '.rb' macros.
1122         * man/{kpseaccess,kpsereadlink,kpsestat}.man: The same.
1123         Also remove `additional' from `following additional options'.
1125 2011-02-28  Peter Breitenlohner  <peb@mppmu.mpg.de>
1127         * Makefile.in.orig, common.ac.orig, withenable.ac: Remove
1128         ancient files.
1129         * Makefile.am (EXTRA_DIST): Adapt.
1131 2011-02-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
1133         * man/Makefile.am: Use ../am/man1_links.am for manpage links.
1135 2011-02-02  Karl Berry  <karl@tug.org>
1137         * texmf.cnf (TEXMFROOT): new variable, $SELFAUTOPARENT by default,
1138         to minimize redistributors' patches with a new Perl updmap.
1140 2011-01-06  Karl Berry  <karl@tug.org>
1142         * tex-file.c (LUA_SUFFIXES): add .tlu,
1143         luatex mail from t34www, 6 Jan 2011 22:04:45.
1145 2011-01-01  Karl Berry  <karl@tug.org>
1147         * texmf.cnf (TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL): doc fixes.
1149 2010-12-27  Peter Breitenlohner  <peb@mppmu.mpg.de>
1151         * Makefile.am (install-exec-hook): Check symlink creation.
1152         * man/Makefile.am (install-data-hook): The same.
1154 2010-12-24  Karl Berry  <karl@tug.org>
1156         * Makefile.am (stamp-paths): ensure that grep is not completely
1157         broken, e.g., from GREP_OPTIONS, in which case we'd generate a
1158         useless paths.h.
1160 2010-12-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1162         * Makefile.am [WIN32]: Skip mktex{lsr,mf,pk,tfm} shell scripts
1163         and texhash->mktexlsr symlink.
1165 2010-12-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
1167         * tex-make.c (maketex): Factor out common WIN32 & Unix code.
1168         [WIN32]: Avoid compiler warnings.
1170 2010-12-01  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
1172         * tex-make.c (maketex): [WIN32] spawnvp(_P_NOWAIT, ...) and pipe.
1174 2010-11-29  Karl Berry  <karl@tug.org>
1176         * doc/kpathsea.texi (Brace expansion): no longer derived from Bash.
1178 2010-11-27  Taco Hoekwater  <taco@elvenkind.com>
1180         * db.c (kpathsea_db_search_list): one return list for everything,
1181         else kpsewhich --all plain returns nothing, even though
1182         kpsewhich plain works.  Report from Paul Isambert,
1183         25 Nov 2010 19:09:21.
1185 2010-11-27  Karl Berry  <karl@tug.org>
1187         * kpsewhich.test: test this.
1189 2010-11-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1191         * tex-glyph.c (try_format): Drop unused params fontname and dpi;
1192         mention the use of $KPATHSEA_{NAME,DPI} from environment.
1194 2010-11-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
1196         * configure.ac: Update version number to 6.0.1dev.
1198 2010-11-10  Mathias Kende  <mathias@kende.fr>
1200         * tex-file.c (kpathsea_set_suffixes_va_list): new fn.
1201         (kpse_set_suffixes, kpathsea_set_suffixes): call it.
1202         Avoids passing variable argument list, which is not portable.
1203         http://bugs.debian.org/602566.
1205 2010-11-07  Karl Berry  <karl@tug.org>
1207         * cnf.c (do_line): remove trailing comment and preceding
1208         whitespace, so they do not appear as part of the value.
1209         From Akira.
1210         * doc/kpathsea.texi (Config files): document this.
1211         * texmf.cnf: doc fixes.
1213 2010-10-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
1215         * Makefile.am (libkpathsea_la_LDFLAGS): Add -no-undefined.
1217 2010-09-24  Karl Berry  <karl@tug.org>
1219         * texmf.cnf (TTFONTS): also read opentype//.
1220         (OPENTYPEFONTS): also read truetype//.
1221         Because common practice is to use .ttf/.ttc for TrueType-flavored
1222         OpenType fonts (and .otf only for PostScript-flavored OpenType).
1224 2010-09-18  Karl Berry  <karl@tug.org>
1226         * texmf.cnf (DVIPDFMXINPUTS): do not include ., so attackers
1227         cannot create a dvipdfmx.cfg with, e.g., xetex.
1228         Report from Heiko, 16 Sep 2010 22:32:25.
1230 2010-09-09  Karl Berry  <karl@tug.org>
1232         * mktexlsr (vc_dirs): remove CVS and RCS from the list,
1233         for compatibility with the corresponding change on Windows,
1234         made so that rcs/rcs.sty is not ignored.
1236 2010-06-13  Karl Berry  <karl@tug.org>
1238         * doc/unixtex.texi: reduce to current reality.
1240 2010-06-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
1242         * getopt.h [NO_KPSE_DLL]: Allow use of this file for chktex.
1243         From Karl Berry, 9 Jun 2010 15:36:44.
1245 2010-06-06  Karl Berry  <karl@tug.org>
1247         * getopt.h (getopt) [! __STDC__]: remove decl since AIX/Solaris
1248         compilers complain (vvv, tlbuild 07 Jun 2010 01:30:47).
1250 2010-06-04  Karl Berry  <karl@tug.org>
1252         * configure.ac (kpse_lib_devel): empty for TeX Live 2010
1253          (pretest 2, maybe final).
1255 2010-05-30  Karl Berry  <karl@tug.org>
1257         * texmf.cnf (shell_escape_commands): turns out fc-list is not
1258         needed after all.
1260 2010-05-30  Manuel Pégourié-Gonnard <mpg@elzevir.fr>
1262         * texmf.cnf: relax LUAINPUTS not to require and extra "lua"
1263         subdirectory for modules in texmfscripts.
1264         * texmf.cnf: enlarge trie_size to fit with latest hyph-utf8 release.
1266 2010-05-27  Karl Berry  <karl@tug.org>
1268         * getopt.h (getopt) [!__GNU_LIBRARY__]: do not declare at all.
1269         Previous conditional on __cplusplus did not work with Sun CC.
1270         Maybe all systems we compile on have getopt now?  We'll see.
1272 2010-05-25  Karl Berry  <karl@tug.org>
1274         * texmf.cnf (shell_escape_commands): include fc-list for
1275         the luaotfload font cache.
1277 2010-05-24  Karl Berry  <karl@tug.org>
1279         * texmf.cnf (font_mem_size): doc fix.
1281 2010-05-21  Karl Berry  <karl@tug.org>
1283         * mktexpk: help msg, mention map files in error.
1285 2010-05-20  Karl Berry  <karl@tug.org>
1287         * mktexdir,
1288         * mktexupd,
1289         * mktex.opt,
1290         * mktexnam.opt: systematize header comments.
1292 2010-05-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
1294         * kpseaccess.test: Allow for unexpected test results.
1296 2010-05-18  Karl Berry  <karl@tug.org>
1298         * texmf.cnf (shell_escape): set to p. Trying restricted shells again.
1299         (shell_escape_commands): bibtex, bibtex8,
1300         kpsewhich, makeindex, repstopdf.  Don't plan to add anything
1301         else for TL'10.
1303         * NEWS,
1304         * kpsewhich.c (read_command_line),
1305         * texmf.cnf (TEXMFCONFIG, TEXMFVAR): 2010.
1307 2010-05-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
1309         * access.c: Adapt comment to facts.
1310         * man/kpseaccess.man: Adapt to facts.
1312 2010-05-16  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
1314         *absolute.c, c-fopen.h, c-stat.h, config.h, debug.h, dir.c,
1315         elt-dirs.c, expand.c, getopt.c, getopt.h, getopt1.c, hash.c,
1316         kpsewhich.c, lib.h, mingw32.c, path-elt.c, pathsearch.c,
1317         progname.c, putenv.c, readable.c, strcasecmp.c, strstr.c,
1318         strtol.c, tex-file.c, tex-glyph.h,
1319         types.h, win32lib.h: untabify.
1321 2010-05-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
1323         * kpseaccess.test, kpsereadlink.test, kpsestat.test,
1324         kpsewhich.test: New shell scripts to test the programs.
1325         * configure.ac (LT_OBJDIR): AC_SUBST for kpsereadlink.test.
1326         * Makefile.am (TESTS, TESTS_ENVIRONMENT): Add the tests.
1328 2010-05-15  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
1330         *absolute.c: avoid late declaration. add support of UNC names (WIN32).
1331         *db.c: try ls-R only on WIN32.
1332         *debug.c: avoid late declaration.
1333         *elt-dirs.c: remove trailing whitespace.
1334         *lib.h: add variables in prototype.
1335         *pathsearch.c, tex-file.c: remove some spaces.
1336         *tex-glyph.c: add some spaces.
1338 2010-05-15  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>
1340         *absolute.c, access.c, atou.c, c-ctype.h, c-pathch.h, c-std.h, cnf.c,
1341         concatn.c, config.h, db.c, db.h, debug.h, default.h, dir.c,
1342         elt-dirs.c, expand.c, extend-fname.c, find-suffix.c, fn.c,
1343         fontmap.c, getopt.c, kpathsea.c, kpsestat.c, kpsewhich.c, lib.h,
1344         line.c, magstep.c, magstep.h, make-suffix.c, mingw32.c, mingw32.h,
1345         path-elt.c, pathsearch.c, pathsearch.h, proginit.c, proginit.h,
1346         progname.c, readable.c, readable.h, readlink.c, rm-suffix.c,
1347         str-list.c, str-llist.c, strstr.c, tex-file.c, tex-glyph.c,
1348         tex-glyph.h, tex-hush.c, tex-make.c, tex-make.h, truncate.c,
1349         uppercasify.c, variable.h, version.c, win32lib.h, xbasename.c,
1350         xcalloc.c, xdirname.c, xfopen.c, xftell.c, xftello.c, xgetcwd.c,
1351         xopendir.c, xrealloc.c, xstat.c: remove trailing spaces.
1353 2010-05-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
1355         * c-fopen.h [SET_BINARY]: Add cast to void.
1357 2010-05-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
1359         * progname.c (kpathsea_set_program_name): Drop superfluous cast.
1361         * extend-fname.c, lib.h: Change return type of extend_filename()
1362         from 'string' to 'const_string'.
1363         * fontmap.[ch]: Change return type of kpathsea_fontmap_lookup()
1364         from 'string *' to 'const_string *', drop kpse_fontmap_lookup.
1365         * tex-file.c (target_fontmaps), tex-glyph.c (try_fontmap): Adjust.
1367 2010-04-27  Manuel Pégourié-Gonnard <mpg@elzevir.fr>
1369         * texmf.cnf: - s/pdf(lua(la)?tex)/dvi\1/
1370         - add luatex before generic (for generic package specific to luatex) and
1371         similarly for xetex.
1373 2010-04-22  Karl Berry  <karl@tug.org>
1375         * doc/kpathsea.texi,
1376         * doc/bugs.texi: Avoid over/underfull boxes.
1378 2010-04-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
1380         * texmf.cnf (max_strings.pbibtex): New defn.
1382 2010-04-15  Karl Berry  <karl@tug.org>
1384         * kpsewhich.c (format_abbr_type): new type.
1385         (format_abbrs): new array.
1386         (format_abbr): new fn to use them.
1387         (find_format): call it.
1389         (help_message): new fn, including the abbreviations.
1391 2010-04-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
1393         * Makefile.am (EXTRA_DIST): Add bsnl.awk.
1395 2010-04-11  Karl Berry  <karl@tug.org>
1397         * texmf.cnf ({TEXINPUTS,BIBINPUTS}.{ptex,platex,pbibtex}): new defns.
1399 2010-04-11  Javier Mugica  <javier@digi21.eu>
1401         * getopt.c, getopt1.c: ANSIfy all fns.
1403 2010-04-10  Karl Berry  <karl@tug.org>
1405         * progname.c (c-pathmx.h): #include unconditionally.
1406         * c-pathmx.h (PATH_MAX) [MAX_PATH]: #define PATH_MAX as MAX_PATH
1407         for Windows.
1408         * win32lib.h: include io.h, fcntl.h, direct.h.
1409         From Javier Mugica, 9 Apr 2010 22:04:46.
1411 2010-04-09  Karl Berry  <karl@tug.org>
1413         * types.h: doc fixes.
1415 2010-04-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1417         * man/kpseaccess.man, man/kpsestat.man, man/mktexpk.man,
1418         man/mktextfm.man: Uniform manpage formatting: bold for literals,
1419         italic for variable items, roman for meta items.
1421 2010-04-05  Karl Berry  <karl@tug.org>
1423         * progname.h: doc fix.
1425 2010-04-04  Karl Berry  <karl@tug.org>
1427         * bsnl.awk: tiny awk program to eliminate \-newline sequences.
1428         * Makefile.am (stamp-paths): call it.
1429         * texmf.cnf (TEXMF_RESTRICTED_SCRIPTS): use \-newline again.
1431 2010-03-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
1433         * lib.h, xcalloc.c, xmalloc.c, xrealloc.c: Change type of size
1434         arguments of xcalloc(), xmalloc, and xrealloc() from unsigned
1435         to size_t (incompatible change of ABI).
1437         Update version numbers to 6.0.0.
1439 2010-03-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
1441         * texmf.cnf (TEXMF_RESTRICTED_SCRIPTS): The make rules used to
1442         create paths.h can't handle backslash-newline (FIXME?).
1444 2010-03-24  Karl Berry  <karl@tug.org>
1446         * texmf.cnf (TEXMFSCRIPTS): progname before engine, for consistency,
1447         and because the former is more specific.
1448         (TEXMF_RESTRICTED_SCRIPTS): new definition, for the w32 wrapper.
1450         (TEXMFDBS): reorder in file to be next to TEXMF, to make the
1451         relationship more apparent.  No change in definition.
1453 2010-03-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
1455         * texmf.cnf (ent_str_size, glob_str_size): New for size of
1456         BibTeX (entry and global) strings.
1458 2010-03-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
1460         * texmf.cnf (BIBTEX_CSFILE): Default codepage and sort order
1461         file for BibTeX8.
1462         (max_strings): Also for BibTeX8 and BibTeXU.
1464 2010-03-18  Karl Berry  <karl@tug.org>
1466         * texmf.cnf (TEXDOCS): remove .; better for texdoc not
1467         to be confused by files randomly in the current directory.
1469 2010-03-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
1471         * texmf.cnf: Append '.mf' to Metafont specific parameters.
1472         Add 'max_strings.bibtex', also for hash_size and hash_prime.
1474 2010-03-09  Peter Breitenlohner  <peb@mppmu.mpg.de>
1476         * texmf.cnf: Append '.gftype' to GFtype specific parameters.
1477         * progname.h: Remove kpse_set_progname from exported API.
1478         Deprecated since 1998.  Kept in library for Versions 5.x.y.
1480 2010-03-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
1482         * xrealloc.c (xrealloc): Allocate 1 byte if passed size 0.
1483         * xcalloc.c (xcalloc): Use 1 if passed nelem 0 or elsize 0.
1485 2010-03-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
1487         * texmf.cnf (line_length, max_rows, max_cols): GFtype parameters
1488         settable at runtime (used to be fixed values in gftype.ch).
1490 2010-03-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
1492         * texmf.cnf (screen_width, screen_depth): Increase Metafont
1493         screen size (used to be fixed values in mf.ch).
1495 2010-03-01  Karl Berry  <karl@tug.org>
1497         * texmf.cnf (TW_LIBPATH, TW_INIPATH): TeXworks config/settings.
1499 2010-02-26  Peter Breitenlohner  <peb@mppmu.mpg.de>
1501         * mingw32.c (dostounix_filename): Reactivate as extern KPSEDLL,
1502         used for gsftopk.
1504 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
1506         * dir.c (kpathsea_dir_p), tex-make.c (maketex): [WIN32]: Cast
1507         the result of GetLastError() to int (may be or is DWORD).
1508         * tex-make.c (kpathsea_make_tex) [WIN32]: Avoid initialized ret.
1509         * mingw32.c (look_for_cmd): Declare suffixes and s as const.
1511         * config.h [WIN32]: Ensure that __STDC__ is #defined.
1512         #include <kpathsea/win32lib.h>, not <win32lib.h>.
1513         Diffs from Akira, 11 Feb 2010 11:03:39.
1515         * strstr.c (str): Add empty statement after label at the end of
1516         a block.  From Javier Mugica, 23 Feb 2010 12:25:55.
1518         * mingw32.c (win32_get_long_filename): Declare extern KPSEDLL.
1520 2010-02-20  Peter Breitenlohner  <peb@mppmu.mpg.de>
1522         * mingw32.c (win32_system): Declare as non-static, for web2c.
1523         * mingw32.h (win32_system): Declare as extern KPSEDLL.
1525         * c-proto.h, getopt.h (KPSE_DLL): Automatically #define for
1526         native WIN32 but not for MinGW32.
1528 2010-02-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1530         * absolute.c (kpathsea_absolute_p): Unused param.
1531         * truncate.[ch] (kpse_truncate_filename): Removed.
1533 2010-02-15  Karl Berry  <karl@tug.org>
1535         * tex-make.c [DJGPP]: change conditionals to __DJGPP__ for
1536         consistency.
1538         * progname.c (<kpathsea/mingw32.h>) [__MINGW32__]: remove
1539         #include, it's redundant with kpathsea/config.h.
1540         (<kpathsea/c-pathmx.h>) [__DJGPP__]: change conditional from DJGPP.
1541         Suggestion from Javier Mugica, 13 Feb 2010 20:46:12.    
1543 2010-02-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
1545         * variable.c (kpathsea_var_value, expand): Treat strings
1546         returned by getenv() and kpathsea_cnf_get() as const.
1547         Replace kpathsea_var_expand() plus kpathsea_tilde_expand() by
1548         kpathsea_expand() and include expand.h instead of tilde.h.
1550         * tilde.[ch] (kpathsea_tilde_expand): Now used only in expand.c
1551         by kpathsea_expand().  Declare string param as non-const.
1552         (kpse_tilde_expand): Removed.
1554         * hash.[ch]: Adjust comments and remove trailing whitespace.
1556 2010-02-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
1558         * xopendir.c [WIN32]: Define neither xopendir nor xclosedir.
1559         * mingw32.[ch], progname.c: Remove set_home_warning().
1560         From Akira.
1562         * xopendir.[ch] (xopendir): Declare string param as const.
1563         Declare prototypes if and only if functions are defined.
1565         * kdefault.c, tex-file.h, xputenv.c:
1566         Formatting, trailing whitespace.
1568 2010-02-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
1570         * dir.c (kpathsea_dir_p), elt-dirs.c (kpathsea_normalize_path),
1571         pathsearch.c (log_search, search, search_list),
1572         tex-file.c (kpathsea_find_file_generic):
1573         Add '#ifdef KPSE_DEBUG' to allow compilation with '-DNO_DEBUG'.
1575         * dir.c (kpathsea_dir_p): Replace kpse_normalize_path() by
1576         kpathsea_normalize_path().
1578 2010-02-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
1580         * db.h (kpathsea_init_db, kpse_init_db, kpathsea_db_search,
1581         kpse_db_search, kpathsea_db_search_list, kpse_db_search_list),
1582         * fontmap.h (kpathsea_fontmap_lookup, kpse_fontmap_lookup),
1583         * getopt.h (_getopt_internal),
1584         * hash.h (hash_print, hash_free),
1585         * mingw32.h (init_user_info, set_home_warning,
1586         win32_get_long_filename, look_for_cmd, quote_args),
1587         * pathsearch.h (kpathsea_filename_component,
1588         kpse_filename_component, kpathsea_normalize_path,
1589         kpse_normalize_path),
1590         * str-list.h (str_list_init, str_list_concat, str_list_free,
1591         * str_list_concat_elements, str_list_uniqify),
1592         * str-llist.h (str_llist_add, str_llist_float),
1593         * tex-file.h (kpathsea_init_fallback_resolutions,
1594         kpse_init_fallback_resolutions),
1595         * tilde.h (kpathsea_tilde_expand, kpse_tilde_expand),
1596         * truncate.h (kpathsea_truncate_filename,
1597         kpse_truncate_filename),
1598         * xopendir.h (xopendir, xclosedir),
1599         * xstat.h (xstat, xlstat): Declare prototypes only within
1600         libkpathsea.
1602 2010-02-10  Peter Breitenlohner  <peb@mppmu.mpg.de>
1604         * mingw32.c (get_home_directory, _parse_root,
1605         normalize_filename, dostounix_filename, unixtodos_filename,
1606         crlf_to_lf, parse_cmdline, build_cmdline, win32_system):
1607         Declare as static.
1608         (dostounix_filename, crlf_to_lf): Drop unused functions.
1609         (win32_system): Drop unused code for look_for_cmd() with 3 args.
1610         * mingw32.h: Remove decl of get_home_directory(), add
1611         quote_args(), use explicit 'extern'.
1612         * tex-make.c (maketex): Drop nested extern decl of quote_args().        
1614         * tex-make.h ({kpathsea,kpse}_make_tex),
1615         str-list.h (str_list_add): need KPSEDLL (from Akira).
1617 2010-02-08  Peter Breitenlohner  <peb@mppmu.mpg.de>
1619         * mingw32.c (look_for_cmd): remove unused variable new_cmd,
1620         declare p and q as const and remove cast.
1622 2010-02-07  Taco Hoekwater  <taco@elvenkind.com>
1624         * mingw32.c (look_for_cmd): remove unused variable new,
1625         clean up preprocessor conditionals.
1626         Report by Hib Eris, tex-k 3 Feb 2010 12:11:42.
1628 2010-02-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
1630         * Makefile.am (kpseinclude_HEADERS): Add win32lib.h.
1632 2010-02-01  Karl Berry  <karl@tug.org>
1634         * strstr.c,
1635         * strcasecmp.c,
1636         * getopt.c,
1637         * getopt.h,
1638         * getopt1.c: remove all redefinitions of const.
1640 2010-01-31  Javier Mugica  <javier@digi21.eu>
1642         Support compilation with MSVC 7.1:
1643         * config.h (win32lib.h) [_WIN32 && !__MINGW32__]: include.
1644         (__STDC__) [WIN32]: do not define ourselves.
1645         * getopt.h (__STDC__): do not define ourselves.  Instead, define
1646         const.
1647         * c-stat.h (oldnames.h) [WIN32]: is gone.       
1648         * c-ctype.h (isascii): no oldnames.h here either.
1649         * win32lib.h: reinstate.
1651 2010-01-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
1653         * xputenv.c (kpathsea_xputenv): Don't use value of XRETALLOC(),
1654         XRETALLOC(addr, n, t) already assigns the new pointer to addr.
1656 2010-01-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
1658         * tex-make.c (maketex): Replace kpse_readable_file(fn) by
1659         kpathsea_readable_file(kpse,fn) also for WIN32.
1661 2010-01-11  Taco Hoekwater <taco@metapost.org>
1663         * types.h (kpse_clua_format): new type.
1664         (kpse_def, kpse_def_inst): need KPSEDLL (from Akira).
1665         * tex-file.c (CLUA_ENVS): new define.
1666         (kpse_init_format): initialize it.
1667         * texmf.cnf (CLUAINPUTS): new definition.
1668         This implies using, e.g., bin/i386-linux/lib/luatex/lua/*.so
1669         in TL.
1671 2010-01-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
1673         * tex-file.c: Add alt_suffix ".pl" for kpse_opl_format and
1674         ".vpl" for kpse_ovp_format (for C version of opl2ofm/ovp2ovf).
1676 2009-12-24  Karl Berry  <karl@tug.org>
1678         * HIER, INSTALL, README.CONFIGURE: remove, stale.
1679         * Makefile.am (EXTRA_DIST): change accordingly.
1680         * README, PROJECTS,
1681         access.c, readlink.c,
1682         mktex.opt, mktexdir, mktexdir.opt, mktexmf, mktexnam,
1683         mktexnam.opt, mktextfm, mktexupd: doc/email updates.
1685 2009-12-21  Karl Berry  <karl@tug.org>
1687         * kpsewhich.c (find_format): had forgotten to increment the loop
1688         variable, hence the hang.  From Akira.
1690 2009-12-20  Karl Berry  <karl@tug.org>
1692         * kpsewhich.c (find_format): restore checking of kpse_fmt_format
1693         last, since a hang was reported by Angelo Graziosi,
1694         http://tug.org/pipermail/tlbuild/2009q4/001222.html.
1696 2009-12-17  Karl Berry  <karl@tug.org>
1698         * c-proto.h (KPSE_DLL) [WIN32]: #define in this case, per Akira.
1700 2009-12-15  Karl Berry  <karl@tug.org>
1702         * kpsewhich.c (-safe-in-name, -safe-out-name): new options.
1703         * doc/kpathsea.texi: document them.
1704         * tex-file.c (kpathsea_name_ok): introduce silent argument;
1705         change callers.
1706         * tex-file.h (kpathsea_{in,out}_name_ok_silent): declare these,
1707         now used in kpsewhich.
1709 2009-12-14  Karl Berry  <karl@tug.org>
1711         * kpsewhich.c (separator): remove never-used variable/option.
1713         * kpsewhich.c (find_format): remove rearrangement of checking
1714         kpse_fmt_format last, since it doesn't have any special extensions
1715         now (what were they?).
1717 2009-12-11  Alexander Cherepanov  <cherepan@mccme.ru>
1719         * tex-file.c (kpathsea_name_ok): correct check for /../ so that
1720         "file..txt" is still allowed.
1721         tlsec mail, 05 Dec 2009 12:33:35.
1723 2009-12-05  Karl Berry  <karl@tug.org>
1725         Suggested/reported by Daniel Luecking, 16 Nov 2009 11:58:00:
1727         * kpsewhich.c (init_more): split out lengthier initializations
1728         to own fn.  Initialize all mktex programs to false, so that
1729         cnf/env settings such as MKTEXPK=1 don't apply to kpsewhich.
1730         (read_command_line) <--[no-]mktex>: set must_exist, since
1731         otherwise the mktex program is never called.
1732         * doc/kpathsea.texi (Path searching options): minimally describe this.
1734 2009-12-04  Karl Berry  <karl@tug.org>
1736         * tex-file.c (kpathsea_name_ok): not_ok if /..foobar.
1737         Report/patches from Alexander and Akira.
1739 2009-12-03  Karl Berry  <karl@tug.org>
1741         * absolute.c, * absolute.h, * cnf.c, * db.c, * dir.c, * elt-dirs.c,
1742         * expand.c, * kdefault.c, * kpsewhich.c, * lib.h, * magstep.h,
1743         * pathsearch.c, * pathsearch.h, * proginit.c, * progname.c,
1744         * readable.h, * tex-file.c, * tex-file.h, * tex-glyph.c, * tex-glyph.h,
1745         * tex-make.c, * types.h, * xputenv.c: formatting/doc fixes.
1747 2009-12-01  Karl Berry  <karl@tug.org>
1749         * tex-file.c (kpathsea_name_ok): formatting, doc fixes, start
1750         error message on a new line.
1752 2009-12-01  Alexander Cherepanov  <cherepan@mccme.ru>
1754         * BUGS,
1755         * doc/bugs.texi: typo fix.
1757 2009-11-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1759         * tex-file.c (target_fontmaps, target_asis_name,
1760         target_suffixed_names, kpathsea_find_file_generic):
1761         Revised handling of const to avoid warnings.
1763 2009-11-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1765         * tex-file.c (kpathsea_out_name_ok): Also disallow writing files
1766         in dotted directories.
1767         From  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>.
1769 2009-11-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
1771         * types.h (kpathsea_instance): For W32/Mingw/Cygwin declare
1772         suffixlist, listing the executable file suffixes.
1773         * progname.c (kpathsea_set_program_name): Build suffixlist.
1774         * tex-file.c (kpathsea_out_name_ok): Use suffixlist.
1775         From  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>.
1777         * kpathsea.c: Remove obsolete initializer.
1778         (kpathsea_finish): Destroy suffixlist (not yet used).
1780 2009-11-14  Peter Breitenlohner  <peb@mppmu.mpg.de>
1782         * tex-file.c (kpathsea_out_name_ok): Allow writing of .pl files.
1783         From  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>.
1785 2009-11-13  Peter Breitenlohner  <peb@mppmu.mpg.de>
1787         * tex-file.c (kpathsea_out_name_ok): On Windows disallow writing
1788         to executable files (.com, .exe, .bat, etc).
1789         From  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>.
1791 2009-11-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
1793         * doc/kpathsea.texi (Calling sequence): Document the new
1794         functions kpathsea_out_name_ok and kpathsea_in_name_ok.
1795         Recommend Automake in addition to Autoconf; update URL for both.
1797 2009-10-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
1799         * tex-file[ch] ({kpathsea,kpse}_{in,out}_name_ok): New fuctions
1800         renamed and moved from ../web2c/lib/texmfmp.c to here.
1802         Update version numbers to 5.1.0.
1804 2009-10-24  Peter Breitenlohner  <peb@mppmu.mpg.de>
1806         * Makefile.am (bin_links, install-exec-hook, uninstall-hook),
1807         man/Makefile.am (man1_links, install-data-hook, uninstall-hook):
1808         Moved handling of texhash symlinks from ../tetex/ to here.
1810 2009-10-20  Karl Berry  <karl@tug.org>
1812         * texmf.cnf (shell_escape): doc fixes to discourage shell_escape=p.
1814 2009-10-19  Manuel Pégourié-Gonnard <mpg@elzevir.fr>
1816         * texmf.cnf: set shell_escape back to 'f': 'p' is broken on Unix.
1818 2009-10-15  Manuel Pégourié-Gonnard <mpg@elzevir.fr>
1820         * texmf.cnf (shell_escape_commands): add repstopdf, a version of
1821         epstopdf with restrictions intended to make it safer.
1822         Remove bibtex & makeindex for now, they don't respect openout_any.
1824 2009-10-13  Karl Berry  <karl@tug.org>
1826         * texmf.cnf (shell_escape_commands): remove the ps-to-pdf programs
1827         for now, they don't respect openout_any.
1829 2009-10-09  Karl Berry  <karl@tug.org>
1831         * texmf.cnf (TEXDOC): omit now-unneeded man for texdoc (from mpg).
1833 2009-09-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
1835         * tex-file.c: Add .vf to regcognized suffixes for kpse_ovf_format.
1837 2009-09-21  Karl Berry  <karl@tug.org>
1839         * texmf.cnf (shell_escape_commands): remove pygmentize, as intended.
1841 2009-09-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
1843         * lib.h (xfseek, xfseeko, xftell, xftello), xfseek.c, xfseeko.c,
1844         xftell.c, xftello.c: Constify string param filename.
1846 2009-09-03  Karl Berry  <karl@tug.org>
1848         * kpsewhich.c (find_format): remove dvipdfmx.cfg, since there is
1849         no special path for it, and add texglyphlist.txt.
1851 2009-08-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
1853         * version.[ch] (kpathsea_version_string, kpathsea_bug_address):
1854         Constify these strings.
1856 2009-08-18  Peter Breitenlohner  <peb@mppmu.mpg.de>
1858         * tex-file.c (TRY_ENV): remove unused macro.
1860 2009-08-15  Karl Berry  <karl@tug.org>
1862         * texmf.cnf (shell_escape_commands): remove many more,
1863         mail from Heiko, 14 Aug 2009 07:58:02 et al.
1865 2009-07-23  Karl Berry  <karl@tug.org>
1867         * mktexlsr: update help msg.
1869         * texmf.cnf (shell_escape_commands): remove tex programs (too
1870         dangerous?), add other indexing programs, change pdfcrop to
1871         rpdfcrop, convert to imgconvert.
1873 2009-07-22  Taco Hoekwater <taco@metapost.org>
1875         * texmf.cnf (sizes): fix some documentation strings for MetaPost,
1876         which nowadays uses and needs just a handful of the array size
1877         variables.
1878         
1879 2009-07-07  Karl Berry  <karl@tug.org>
1881         * texmf.cnf (MAKEMPX): remove, this causes btex..etex to fail
1882         in current mpost.
1884 2009-07-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
1886         * Makefile.am (kpathsea.h): simplify, no more grep.
1888 2009-06-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
1890         * Makefile.am (kpathsea.h): avoid GNU grep specific code.
1892 2009-06-30  Karl Berry  <karl@tug.org>
1894         * variable.c (expand): make boolean, to return whether there
1895         actually was a variable that got expanded.
1896         (kpathsea_var_expand): if no variable was expanded, insert the
1897         unexpanded $foo in the result, so we can read variable names with
1898         dollar signs.  Bug report from Gerben Wierda.
1900 2009-06-25  Peter Breitenlohner  <peb@mppmu.mpg.de>
1902         * version.h (new): header file for definitions in version.c.
1903         * version.c: #include <kpathsea/version.h>.
1904         * Makefile.am: add version.h.
1906         * kpsewhich.c: #include <kpathsea/version.h>.
1908 2009-06-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
1910         * concatn.[ch], tex-file.[ch]: use ANSI C function declarations
1911         and prototypes instead of PVAR?[CH] macros.
1912         #include <stdarg.h>, not #include <kpathsea/c-vararg.h>.
1914         * c-vararg.h (removed): no longer used.
1915         * kpathsea.h (removed): no longer distributed.
1916         * Makefile.am: remove c-vararg.h, rebuild kpathsea.h.
1918         * c-proto.h: assume HAVE_PROTOTYPES, remove AA, P?[CH] macros.
1920 2009-06-22  Peter Breitenlohner  <peb@mppmu.mpg.de>
1922         * getopt.c (_getopt_internal):
1923         explicit braces to avoid ambiguous 'else'.
1925 2009-06-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
1927         * Makefile.am: enable compiler warnings.
1928         * kpathsea.c (KPATHSEA_CAN_FREE): disable not yet used code.
1929         (str_llist_free, cache_free): declare as static, not yet used.
1930         (kpathsea_finish): avoid warning about not yet used variables.
1931         * tex-glyph.c (try_size): avoid uninitialized warning.
1932         * mingw32.c: avoid unused static variable.
1934 2009-06-15  Karl Berry  <karl@tug.org>
1936         * texmf.cnf (TEXINPUTS.jadetex,pdfjadetex): search latex, not plain.
1937         Thus we find the latex fonttext.cfg before cslatex's, and thus
1938         we can build the format using latex.ltx, and thus
1939         we can avoid & in fmtutil.cnf, and thus
1940         we can avoid painful infinite loops on failure, or something.
1941         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427562
1943 2009-06-10  Karl Berry  <karl@tug.org>
1945         * ac/web2c.ac (mktexfmt): default to yes.
1947 2009-06-02  Karl Berry  <karl@tug.org>
1949         * types.h (kpse_file_format_type): add kpse_mlbib_format,
1950         kpse_mlbst_format for Jean-Michel Hufflen and MlBibTeX.
1951         * texmf.cnf (MLBIBINPUTS, MLBSTINPUTS): define default paths.
1952         * tex-file.c (kpathsea_init_format): initialize them.
1953         * doc/kpathsea.texi: document this.
1955 2009-06-01  Karl Berry  <karl@tug.org>
1957         * Update version numbers to 5.0.0.
1959         * kpsewhich.c (lookup): translate ; to : in user_path,
1960         for consistency.  Also do path expansions as promised in the
1961         documentation.  Report from Tomek T.
1963 2009-05-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
1965         * absolute.c, hash.c: Avoid C99isms (variable declaration not at
1966         the beginning of a block).
1967         From Vladimir Volovich.
1969 2009-05-12  Karl Berry  <karl@tug.org>
1971         * tex-file.c (kpathsea_init_format): set suffix_search_only
1972         for sfd, otf, and lig.  Output binmode value for debugging.
1974 2009-05-11  Karl Berry  <karl@tug.org>
1976         * Makefile.am (paths.h): depend on stamp-paths, instead of
1977         recursively invoking it.  Else it does not get invoked once it is
1978         created.
1980 2009-05-11  Karl Berry  <karl@tug.org>
1982         * types.h (kpse_file_format_type): add kpse_fea_format,
1983         kpse_cid_format for Hans/Taco.
1984         * texmf.cnf: define default paths (fonts/fea// and fonts/cid//).
1985         * tex-file.c (kpathsea_init_format): initialize them.
1986         Also, for kpse_enc_format, set suffix_search_only=true.
1987         * doc/kpathsea.texi: document this.
1989 2009-04-18  Karl Berry  <karl@tug.org>
1991         * texmf.cnf (shell_escape_commands): add fc-match, request
1992         from Elie Roux, 17 Apr 2009 17:22:55.
1994 2009-04-05  Taco Hoekwater  <taco@elvenkind.com>
1996         * doc/kpathsea.texi,
1997         * doc/bugs.texi: updates for new reentrant API, mostly for
1998         kpse->debug replacing the global kpathsea_debug.
2000 2009-04-02  Peter Breitenlohner  <peb@mppmu.mpg.de>
2002         * config.h: For __MINGW32__ temporarily define eof as macro
2003         while including <unistd.h>.
2005         From Taco Hoekwater <taco@elvenkind.com>.
2007 2009-03-19  Peter Breitenlohner  <peb@mppmu.mpg.de>
2009         * kpathsea.c: Do not use initializer for kpse_def_inst (FIXME:
2010         to be completely removed).
2012 2009-03-17  Taco Hoekwater  <taco@luatex.org>
2014         * types.h: Define kpse_debug_hash_lookup_int.
2016 2009-03-17  Peter Breitenlohner  <peb@mppmu.mpg.de>
2018         * c-std.h, getopt.h: Avoid non-prototype declarations for C++.
2020 2009-03-16  Peter Breitenlohner  <peb@mppmu.mpg.de>
2022         * db.c, debug.c, debug.h, dir.c, elt-dirs.c, hash.c, pathsearch.c,
2023         progname.c, tex-file.c, variable.c:
2024         Rename KPSE_DEBUG_P into KPATHSEA_DEBUG_P (using kpse->debug)
2025         Define KPSE_DEBUG_SET and KPSE_DEBUG_P (using kpathsea_debug)
2026         compatible with old API.
2028 2009-03-12  Taco Hoekwater  <taco@luatex.org>
2030         New Kpathsea API: Make libkpathsea reenterable.
2032         * extend-fname.c, file-p.c, xftello.c, make-suffix.c, xcalloc.c,
2033         line.c, readlink.c, concat3.c, line.h, str-llist.c, kpsestat.c,
2034         xmalloc.c, str-llist.h, xbasename.c, xfseeko.c, xgetcwd.c,
2035         concat.c, xstat.h, atou.c, rm-suffix.c, str-list.c,
2036         find-suffix.c, hash.c, xfseek.c, debug.c, str-list.h, hash.h,
2037         xopendir.c, uppercasify.c, debug.h, xopendir.h, xftell.c,
2038         xfopen.c, access.c, fn.c, xdirname.c, fn.h, xstrdup.c,
2039         xrealloc.c, xstat.c:
2040         All of these files have stopped using the PxC and PxH macros.
2042         Besides this change, there are a few extra changes to specific
2043         files.
2045         * debug.c: add a guard that disables debug reporting if
2046         the oldinterface is not compiled in the library, and uses the
2047         kpse_def_inst structure otherwise.
2049         * hash.c (hash_free): new function.
2051         * concat3.c: now allows the second and third argument to be NULL
2053         * tex-hush.h, tex-make.c, progname.h, dir.c,
2054         absolute.c, expand.c, tex-make.h, tex-glyph.c, tex-file.h,
2055         absolute.h, expand.h, truncate.c, variable.c, tex-glyph.h,
2056         default.h, variable.h, truncate.h, kdefault.c, readable.c,
2057         tilde.c, fontmap.c, readable.h, tilde.h, cnf.c, fontmap.h,
2058         cnf.h, path-elt.c, pathsearch.c, elt-dirs.c, db.c, pathsearch.h,
2059         db.h, proginit.c, magstep.c, proginit.h, magstep.h, tex-hush.c:
2060         All of these files have stopped using the PxC and PxH macros.
2062         In all of these files, the exported functions whose names
2063         started with 'kpse_' have been renamed to use the prefix
2064         'kpathsea_' instead, and they now required an extra argument
2065         that is a kpathsea instance structure. New one-line functions
2066         with the old exported names have been added that use a default
2067         kpathsea instance. The functions are build and exported only if
2068         the preprocessor macro KPSE_COMPAT_API is defined (which it
2069         usually is, though).
2071         Besides these changes, there are a few extra changes to speficic
2072         files.
2074         * progname.c: Removed the variables program_invocation_name and
2075         program_invocation_short_name, these are now part of the
2076         kpathsea instance (in renamed form)
2078         * progname.c, xputenv.c, lib.h: Some extra preprocessor macros
2079         (LIB_FATALx) are added and a few others  are changed so that
2080         the library functions can give the proper invocation_name
2081         in fatal error messages
2083         * tex-file.c: The default instance variable is moved to the new
2084         file kpathsea.c
2086         * kpathsea.c: New file containing the default
2087         instance variables and the new functions kpathsea_new() and
2088         kpathsea_finish()
2090         * version.c: Variable kpse_bug_address renamed
2091         to kpathsea_bug_address.
2093         * types.h:
2094         Added a preprocessor define KPSE_COMPAT_API, used throughout the
2095         library.  If it is undefined then the old-style functions and
2096         definitions are not compiled.
2097         Removed the w32-specific 'cached_home_directory' and 'volumes'
2098         variables from the instance structure.
2099         Added 'invocation_name' and 'invocation_short_name' variables to
2100         the instance structure.
2101         Removed the 'kpse_' prefix from the instance variables fallback_font,
2102         fallback_resolutions_string, fallback_resolutions, and format_info.
2103         Added prototypes for kpathsea_new() and kpathsea_finish().
2104         Added #defines for  kpse_bug_address, kpse_fallback_font,
2105         kpse_fallback_resolutions_string, kpse_fallback_resolutions,
2106         kpse_format_info, program_invocation_name, and
2107         program_invocation_short_name
2109         * mingw32.c:
2110         Disabled home directory caching: removed the function
2111         uncache_home_directory() and the cached_home_directory
2112         structure item.
2113         Disabled volume queries: removed win32_volumes typedef,
2114         the static functions lookup_volume_info(), add_volume_info(),
2115         and  GetCachedVolumeInformation(), as well as the functions
2116         get_volume_info() and is_fat_volume().
2118         * mingw32.h: Removed volume_user_date typedef
2119         and added declaration for get_home_directory()
2121         * kpsewhich.c: stop using PxC macros and
2122         switch to new API interface
2124         * configure.ac: Bump the version numbers to 5.0.0  (provisionally)
2126         * Makefile.am: Add kpathsea.c
2128 2009-03-05  Peter Breitenlohner  <peb@mppmu.mpg.de>
2130         Part 2 of patches from Taco Hoekwater for __MINGW32__
2131         * mingw32.c: new file.
2132         * mingw32.h (look_for_cmd): use only two arguments.
2133         * tex-make.c (maketex): arg4 of ReadFile is DOWRD, not int.
2135 2009-03-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
2137         Part 1 of patches from Taco Hoekwater for __MINGW32__
2138         * mingw32.h: new.
2139         * c-ctype.h, c-stat.h: do not #include <oldnames.h>.
2140         * config.h: #include <kpathsea/mingw32.h>, not <win32lib.h>
2141         * progname.c: do #include <kpathsea/mingw32.h>.
2142         * xopendir.c: do build xopendir for __MINGW32__.
2144         * progname.c, progname.h: changed static function selfdir()
2145         into exported function kpse_selfdir() for use in luatex.
2147 2009-02-28  Karl Berry  <karl@tug.org>
2149         * texmf.cnf (shell_escape_commands): add pstopdf and convert per
2150         Dick Koch.
2152 2009-02-26  Karl Berry  <karl@tug.org>
2154         * texmf.cnf (shell_escape): set to new possibility p.
2155         (shell_escape_commands): first cut at allow list.
2157 2009-02-21  Karl Berry  <karl@tug.org>
2159         * tex-file.c: doc fixes.
2161 2009-02-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
2163         * xputenv.c: prototype for putenv() if !HAVE_DECL_PUTENV.
2165 2009-02-06  Karl Berry  <karl@tug.org>
2167         * texmf.cnf (TEXINPUTS.lua*): add definitions for
2168         luatex, lualatex, pdfluatex, pdflualatex.
2170 2008-12-31  Karl Berry  <karl@tug.org>
2172         * kpsewhich.c (find_format): special-case XDvi to
2173         kpse_program_text_file ("other text files").
2175 2008-12-15  Karl Berry  <karl@tug.org>
2177         * kpsewhich.c (main): warn if the explicit --user-format string
2178         is not recognized.
2180 2008-12-13  Karl Berry  <karl@tug.org>
2182         * elt-dirs.c (do_subdir): only do the st_nlink trick if st_nlink
2183         is exactly 2; Cygwin sets st_nlink to 1 now.  Remove special case
2184         for the Amiga.
2185         * kpathsea.texi (Subdirectory expansion): correct preprocessor
2186         name to ST_NLINK_TRIC.
2187         Report from Ken Brown, tlbuild mail 12 Dec 2008 13:42:19.
2189 2008-11-10  Karl Berry  <karl@tug.org>
2191         * kpsewhich.c (USAGE): mention need for -engine when looking up
2192         format files.  Some reformatting.
2194 2008-09-20  Karl Berry  <karl@tug.org>
2196         * texmf.cnf: strongly warn that customizations in this file will
2197         be lost by later updates.
2199 2008-08-05  Karl Berry  <karl@tug.org>
2201         * mktextfm (MAG): set back to 1.  mag=0 fails with larm1000.mf,
2202         and we're not going to fix the fonts.
2204 2008-07-08  Karl Berry  <karl@tug.org>
2206         * configure.in: version 3.5.7.
2208 2008-07-06  Karl Berry  <karl@tug.org>
2210         * withenable.ac (texmfmain): do not bother with long verbose
2211         complaint when the tree can't be found, since this is normal in TL.
2213 2008-07-05  Karl Berry  <karl@tug.org>
2215         * mktextfm (MAG): set to 0; why were we using MAG=1?  Left
2216         over from when we included pregenerated pk's in the distribution?
2218 2008-07-04  Karl Berry  <karl@tug.org>
2220         * texmf.cnf (max_strings): increase to 500000.
2221         ctt posting from Benno Puetz, http://groups.google.com/group/comp.text.tex/browse_thread/thread/2c3aa2d09b4625e3
2223         * progname.c [HAVE_PROGRAM_INVOCATION_NAME]: remove all #ifdef's
2224         except around the declaration, so that we always use our own code
2225         to compute them.  This avoids painful system dependencies.
2227 2008-07-02  Karl Berry  <karl@tug.org>
2229         * mktexlsr: doc fix.
2231         * kpathsea.texi (Path searching options): mention --engine=/ trick.
2233 2008-06-16  Karl Berry  <karl@tug.org>
2235         * texmf.cnf (TEXMFDOC): new var.
2236         (TEXMFDBS): use it, so ls-R gets created there.
2237         (TEXMFDOCDIR): use it.
2238         [Reminder: the texmf.cnf here in Build/ is slaved to the one in
2239          Master/.]
2241 2008-06-15  Karl Berry  <karl@tug.org>
2243         * mktexlsr: once again respect dir names given on cmd line.
2245 2008-06-12  Karl Berry  <karl@tug.org>
2247         * tex-file.c () <kpse_cmap_format>: cmap files (texmf/fonts/cmap)
2248         do not have the .cmap suffix.  (t1.cmap, et al., are TeX files,
2249         not cmap files.) So remove the SUFFIXES definition.
2251 2008-05-31  Karl Berry  <karl@tug.org>
2253         * elt-dirs.c (kpse_normalize_path): only output debug line if
2254         value is not 1.  Reformat.
2256         * tex-file.c (INIT_FORMAT): construct human-formatted list of
2257         envvars that are considered for each format, as requested by
2258         Nelson Beebe and others over the years.
2259         (init_format) [KPSE_DEBUG]: include it in the debugging output.
2260         (concatn_with_spaces): the function to make the list.
2262         * tex-make.c: concatn.h unused, removed.
2264         * db.c (DB_HASH_SIZE): 32003 seems a better compromise between the
2265         tiny texmf (~1300 entries) and huge texmf-dist (~62000 entries).
2267 2008-05-29  Karl Berry  <karl@tug.org>
2269         * db.c (DB_HASH_SIZE): increase to 75000+, the actual size of
2270         current ls-R.
2272         * cnf.c: doc fixes.
2274         * Makefile.in (stamp-paths): change var substitutions to use /nonesuch.
2275         (texmf.sed, texmf.cnf): remove targets, we will juse use texmf.cnf.
2276         (install-data): texmf.cnf is in srcdir now.
2278         * texmf.in: remove.
2279         * texmf.cnf: new file, slave to Master/texmf/web2c/texmf.cnf.
2281 2008-05-28  Karl Berry  <karl@tug.org>
2283         * mktexlsr: support --quiet/--silent.
2285 2008-05-24  Karl Berry  <karl@tug.org>
2287         * kpathsea.texi (Specially-recognized files): new node to
2288         document the special filenames kpsewhich now knows about.
2290 2008-05-23  Karl Berry  <karl@tug.org>
2292         * tex-file.c (init_path): do not free the translated env_value,
2293         else raw_path ends up pointing to that freed memory.
2295         * default.h: mention that result is always in new memory.
2296         * kpsewhich.c: recognize texmf.cnf as kpse_cnf_format.
2298         * kpsewhich.c (find_format): use the right formats for texmf.cnf,
2299         dvipdfmx.cfg, fmtutil.cnf, mktex.cnf, and updmap.cfg (as well as
2300         config.ps, earlier).  Same values as texmf/texconfig/tcfmgr.map.
2302 2008-05-18  Karl Berry  <karl@tug.org>
2304         * mktexlsr (vc_dirs): ignore more than just .svn.
2305         Original suggestion from Michael Schutte, Debian bug 481371,
2306         16 May 2008 11:31:20.
2308 2008-05-05  Karl Berry  <karl@tug.org>
2310         * recorder.h: declare our fn variables extern as they should be.
2311         * cnf.c: make the definitions here.
2313 2008-05-04  Karl Berry  <karl@tug.org>
2315         * finish changing license notices to use FSF url instead of
2316         physical address, other minor consistency changes.
2318 2008-05-01  Karl Berry  <karl@tug.org>
2320         * tex-file.c (ALT_SOURCES_SUFFIXES): new macro (.dtx, .ins).
2321         (kpse_init_format) <kpse_texsource_format>: use it.
2323 2008-04-30  Karl Berry  <karl@tug.org>
2325         * kpsewhich.c (read_command_line): leave two spaces before alt
2326         suffixes, just so they can be distinguished.
2328         * tex-file.c (ALT_TEX_SUFFIXES): define this (rather belatedly)
2329         to check for .sty, .cls, etc.
2330         Rename other *_SUFFIXES to ALT_*_SUFFIXES.
2331         
2332         * kpathsea.texi (File lookup): Document this.
2333         * tex-file.c: (target_fontmaps, target_asis_name,
2334         target_suffixed_names): new fns.
2335         (kpse_find_file_generic): call them, respecting new cnf value
2336         try_std_extension_first.
2338 2008-04-29  Karl Berry  <karl@tug.org>
2340         * Makefile.in (install-data): do not cd $(srcdir) in any rule,
2341         that fails when the install program is specified by a relative path.
2343 2008-03-27  Karl Berry  <karl@tug.org>
2345         * tex-make.c: start "running" on a new line, tweak other msgs.
2347 2008-03-07  Peter Breitenlohner  <peb@mppmu.mpg.de>
2349         * kpsewhich.c (main): change type of value from string to
2350         const_string, to avoid warning.
2351         * progname.c (selfdir): change type of elt from string to
2352         const_string, to avoid warning.
2353         * xputenv.c: change type of saved_env from const_string to
2354         string, to avoid warning.
2356 2008-03-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
2358         * access.c, readlink.c: removed `#include <stdio.h>' preceeding
2359         `#include <kpathsea/config.h>' (which in turn includes stdio.h).
2361         * xfseek.c, xftell.c: reverted to state before 2008-02-21.
2362         * xfseeko.c, xftello.c (both new): new functions using off_t
2363         instead of long, and fseeko instead of fseek.
2364         * lib.h: prototypes for xfseek, xfseeko, xftell, and xftello.
2365         * Makefile.in (objects): added xfseeko.lo and xftello.lo.
2367         * configure.in: construct package and (shared) library version
2368         from m4_define'd parts, subtitute KPSE_LT_VERS ...
2369         * Makefile.in ($(kpathsea)): ... here.
2371 2008-03-04  Peter Breitenlohner  <peb@mppmu.mpg.de>
2373         * common.ac: add AC_SYS_LARGEFILE and AC_FUNC_FSEEKO.
2375 2008-03-02  Karl Berry  <karl@tug.org>
2377         * cnf.c (read_all_cnf): change warning text when texmf.cnf is not
2378         found to make it clear we are giving it, and keep it on one line.
2380 2008-01-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
2382         * common.ac: replace the private macro KPSE_STRUCT_ST_MTIM
2383         by AC_CHECK_MEMBERS([struct stat.st_mtim]).
2385         * common.ac: use AC_CHECK_DECLS([strstr]) and ...
2386         * lib.h: ... replace `#ifndef HAVE_STRSTR' by
2387         `#if !HAVE_DECL_STRSTR'.
2389         * common.ac: Move AC_CONFIG_HEADERS from here ...
2390         * configure.in: ... to here and replace PACKAGE_... by
2391         KPSE_PACKAGE_... in c-auto.h, to avoid conflicts with other
2392         packages.
2394         * configure.in: use AH_TOP, AH_BOTTOM, and AC_DEFINE's third
2395         argument to provide autoheader templates ...
2396         * common.ac: m4 code to generate AC_DEFINE with a third argument
2397         for MAKE_..._BY_DEFAULT and set them to 0 or 1 ...
2398         * withenable.ac: use AC_DEFINE's third argument to provide
2399         autoheader templates ...
2400         * acconfig.h: ... removed.
2402 2008-02-24  Martin Schröder <martin@pdftex.org>
2404         * lib.h: systypes.h instead of c-std.h
2406 2008-02-23  Martin Schröder <martin@pdftex.org>
2408         * lib.h: include c-std.h to get off_t from stdio.h
2410 2008-02-21  Martin Schröder <martin@pdftex.org>
2412         * lib.h, xfseek.c, xftell.c: LFS support: use off_t instead of long
2413         and fseeko instead of fseek
2415 2008-02-14  Karl Berry  <karl@tug.org>
2417         * texmf.in (font_mem_size): increase to 3000000.
2418         (font_max): increase to 5000 (max_font_max increased in tex.ch).
2420 2008-02-11  Karl Berry  <karl@tug.org>
2422         * install.texi: mention mktexfmt, other mktex updates.
2423         (Bug report from Ken Brooks, 03 Aug 2006 15:15:03.)
2425 2008-02-08  Karl Berry  <karl@tug.org>
2427         * texmf.in: texlive2008 to match texmf/web2c/texmf.cnf.
2429 2008-01-29  Peter Breitenlohner  <peb@mppmu.mpg.de>
2431         Convert from autoconf-2.13 to autoconf-2.59+:
2432         * Makefile.in: Add @configure_input@ line.
2433         * aclocal.m4 (new): Generated (aclocal -I ../m4).
2434         * configure: Regenerated (autoconf).
2436 2008-01-25  Karl Berry  <karl@tug.org>
2438         * variable.c (expand): do ~ expansion here too, for --expand-var,
2439         or mktexnam fails.
2440         Report from Werner Lemberg, 24 Jan 2008 02:19:49.
2441         * kpathsea.texi (Auxiliary tasks): document this.
2443 2008-01-21  Karl Berry  <karl@tug.org>
2445         * kpsewhich.c, kpathsea.texi: document --all and --subdir.
2447         * db.c through tex-file.c: replace FSF physical address with url.
2449 2008-01-18  Karl Berry  <karl@tug.org>
2451         * kpsewhich.c (subdir_match): XRETALLOC is a statement not a function.
2452         * pathsearch.c (search_list): remove unused variable uniq_list.
2454 2008-01-16  Karl Berry  <karl@tug.org>
2456         * absolute.c through config.h: replace FSF physical address with url.
2458 2008-01-15  Karl Berry  <karl@tug.org>
2460         * variable.c (kpse_var_value): only free if new memory.
2461         
2462         * tex-file.c (kpse_find_file_generic): call kpse_make_tex if the
2463         first element of the list is NULL, not the list itself.
2465 2008-01-14  Karl Berry  <karl@tug.org>
2467         * variable.c (kpse_var_value): also do ~ expansion.
2468         * variable.h: adjust comments.
2469         * kpathsea.texi (Auxiliary tasks): document this.
2471         * tilde.c (HOMEVAR): new #define; "USERPROFILE" on Windows,
2472         "HOME" else.
2473         * tilde.h: adjust comments.
2474         * kpathsea.texi (Tilde expansion): document this.
2476 2008-01-13  Karl Berry  <karl@tug.org>
2478         * remote.c-no: remove this stub.  Suggestion from Martin.
2480         * mktexpk: use $MT_MKTEXDIR in the error message if making
2481         PKDESTDIR fails, instead of hardwiring mktexdir.
2482         From Javier, 7 Jan 2008 11:33:18.
2484         * kpsewhich.c (subdir_match): protect again loc going infinitely
2485         negative.  Found by dak, 8 Jan 2008 14:51:08.
2487 2008-01-05  Karl Berry  <karl@tug.org>
2489         * texmf.in (progname, engine): distinguish the unset values.
2490         (main_memory): increase to 3M.
2491         (font_mem_size): increase to 2.5M.
2492         (trie_size): increase to 400K.
2493         (save_size): increase to 50K.
2494         These size changes per gwtex (except a bit more).
2496 2008-01-02  Karl Berry  <karl@tug.org>
2498         * c-std.h (ALLOC_RETURN_TYPE) [!STDC_HEADERS]: just use void in
2499         the unlikely event we're declaring *alloc ourselves.  No modern
2500         system uses char * for them.
2502 2007-12-23  Karl Berry  <karl@tug.org>
2504         * kpsewhich.c (subdir_match): new fn.
2505         (lookup): call it if requested.
2506         (subdir_paths): new global.
2507         (read_command_line): new option --subdir.
2509 2007-12-22  Karl Berry  <karl@tug.org>
2511         * kpsewhich.c (lookup): handle --all for regular lookups as well
2512                 as user-specific paths.
2513         * pathsearch.c (search_list): uniqify list before returning.
2514         (kpse_path_search_list_generic): new fn.
2515         (kpse_all_path_search_list, kpse_path_search_list): rewrite to
2516                 call ..._generic.
2517         * pathsearch.h (kpse_path_search_list_generic): declare it.
2518         * str-list.c (str_list_uniqify): new fn.
2519         * str-list.h (str_list_uniqify): declare it.
2520         * tex-file.c (kpse_find_file_generic): new name for kpse_find_file
2521                 code, with addition of argument to find all.
2522         (kpse_find_file): rewrite to call ..._generic.
2523         * tex-file.h (kpse_find_file_generic): declare it.
2525 2007-12-17  Karl Berry  <karl@tug.org>
2527         * kpathsea.texi (Path searching options): clarify --expand-path doc.
2529 2007-12-15  Karl Berry  <karl@tug.org>
2531         * kpsewhich.c (read_command_line, USAGE): improve --version and
2532         --help messages.
2534 2007-12-01  Karl Berry  <karl@tug.org>
2536         * texmf.in (MPMEMS, MFBASES, TEXFORMATS): switch to /$engine,
2537         to try to avoid finding a format for the wrong engine.
2538         From Akira.
2540 2007-11-05  Karl Berry  <karl@tug.org>
2542         * texmf.in (allow_multiple_suffixes): unimplemented.
2543         Reported by Akira, 17 Feb 2007 15:44:39.
2545 2007-10-24  Karl Berry  <karl@tug.org>
2547         * mktexpk (MODE) <720>: epscszz.  From Akira.
2548         (PKDESTDIR): Quote.  From Paul Vojta,
2549         tex-k 22 Oct 2007 17:38:56.
2551 2007-09-11  Karl Berry  <karl@tug.org>
2553         * texmf.in (TRFONTS): don't recurse through /usr.
2554         Report from Michail Vidiassov, mp-i 10 Sep 2007 12:55:10.
2556 2007-08-27  Karl Berry  <karl@tug.org>
2558         * fontmap.c (map_file_parse): free the original pointer, not the
2559         potentially moved one (after whitespace skipping).
2560         From: "George N. White III", 25 Jul 2007 11:27:12.
2562 2007-07-29  Karl Berry  <karl@tug.org>
2564         * depend.mk: regenerate again.
2566 2007-07-24  Karl Berry  <karl@tug.org>
2568         * recorder.h (kpse_input, kpse_output): use const_string as
2569         argument, not just char *, to avoid warning.
2571         * fontmap.c (map_file_parse): kpse_record_input if requested.
2572         From Akira, 23 Jul 2007 10:20:58 (original report from George
2573         White).
2575 2007-07-15  Karl Berry  <karl@tug.org>
2577         * depend.mak: update.
2579 2007-07-06  Karl Berry  <karl@tug.org>
2581         * tex-file.c (init_path) <kpse_lua_format>: let's make the format
2582         name be lua rather than luatex; otherwise kpsewhich -format=luatex
2583         finds kpse_tex_format sometimes, and it seems unnecessary to debug
2584         that just now.
2585         Also, set suffix_search_only=true.
2586         (LUA_SUFFIXES): put compiled suffixes first.
2588 2007-07-05  Karl Berry  <karl@tug.org>
2590         * tex-file.h (kpse_file_format_type): define kpse_lua_format.
2591         * tex-file.c (LUA_ENVS, LUA_SUFFIXES): new macros
2592         (init_path): initialize kpse_lua_format.
2594         * texmf.in (LUAINPUTS): add $TEXINPUTS per Hans and Taco.
2596 2007-06-14  Karl Berry  <karl@tug.org>
2598         * texmf.in: doc fix ({a,b} is not deprecated).
2600 2007-05-19  Karl Berry  <karl@tug.org>
2602         * texmf.in (SYSTEXMF): add TEXMFSYSVAR (thread around 7mar07).
2604 2007-05-05  Karl Berry  <karl@tug.org>
2606         * kpsewhich.c (find_format): hardware kpse_dvips_config_format for
2607         config.ps.
2609         * texmf.in (TEXMFMAIN, TEXMFDIST, TEXMFLOCAL, TEXMFSYSVAR,
2610         TEXMFSYSCONFIG, VARTEXFONTS, MIMELIBDIR, MAILCAPLIBDIR, TEXMFNCF):
2611         use @texmf@ etc. expansions so that (hopefully)
2612         --disable-multiplatform works again.  For TEXMFCNF, restore
2613         inclusion of $TEXMF/web2c, too.  Reported by Peter M.
2615 2007-03-21  Karl Berry  <karl@tug.org>
2617         * install.texi (Shared library): remove mention of klibtool.
2619 2007-03-09  Akira Kakuto  <kakuto@fsci.fuk.kindai.ac.jp>
2621         * tex-file.c (kpse_init_format): reduce to just .fmt;
2622         and allow both .t42 and .T42.
2624 2007-02-26  Karl Berry  <karl@tug.org>
2626         * bugs.texi (Logging): mention pdftex -recorder and strace et al.
2627         (Bug checklist): Remove my old physical address.
2629 2007-02-02  Karl Berry  <karl@tug.org>
2631         * texmf.in (OVFFONTS): search for vf.
2632         (OFMFONTS): explicitly adding TFMFONTS seems unnecessary.
2633         From Hans and Taco, 25 Jan 2007.
2635 2006-12-30  Karl Berry  <karl@tug.org>
2637         * configure.in (KPSEVERSION): 3.5.6.
2639 2006-12-29  Karl Berry  <karl@tug.org>
2641         * tex-make.c (set_maketex_mag): deleted wrong extra arg;
2642         do not generate args with spaces for mf.  From Akira.
2644 2006-12-26  Karl Berry  <karl@tug.org>
2646         * tex-make.c: (set_maketex_mag): remove spurious extra argument
2647           `r' to sprintf.
2648         (maketex): remove unused variable status.
2650 2006-12-25  Karl Berry  <karl@tug.org>
2652         * mktexlsr: support --verbose.
2654 2006-12-14  Karl Berry  <karl@tug.org>
2656         * texmf.in: unify with TL texmf.cnf to make only real differences
2657         show up.
2659 2006-12-09  Karl Berry  <karl@tug.org>
2661         * c-memstr.h (strings.h): don't include if HAVE_STRING_H (as all
2662         systems should, these days).  Reported by vvv.
2664 2006-07-15  Karl Berry  <karl@tug.org>
2666         * expand.c (kpse_expand_kpse_dot): omit empty path elements from
2667         TEXMFCNF, per http://bugs.debian.org/358330.  Patch from Julian
2668         Gilbey, tex-k/tex-live mail 27 Mar 2006 19:32:43 +0100.
2670 2006-02-03  Karl Berry  <karl@tug.org>
2672         * mktexlsr: ignore .svn directories.
2674 2005-08-13  Olaf Weber  <olaf@infovore.xs4all.nl>
2676         * kpsewhich.c: Update copyright message.
2678 2005-08-03  Olaf Weber  <olaf@infovore.xs4all.nl>
2680         * README: Change references to COPYING and COPYING.LIB to GPL and
2681         LGPL.
2683         * kpathsea.texi: Change references to COPYING and COPYING.LIB to
2684         GPL and LGPL.
2686         * readlink.c: Correct license banner.
2688 2005-07-27  Olaf Weber  <olaf@infovore.xs4all.nl>
2690         * Makefile.in: Add comment to start of kpathsea.h.
2692         * absolute.h, acconfig.h, c-ctype.h, c-dir.h, c-errno.h,
2693         c-fopen.h, c-limits.h, c-memstr.h, c-minmax.h, c-namemx.h,
2694         c-pathch.h, c-pathmx.h, c-proto.h, c-stat.h, c-std.h, c-unistd.h,
2695         c-vararg.h, cnf.h, concatn.h, config.h, db.h, debug.h, default.h,
2696         expand.h, fn.h, fontmap.h, getopt.h, hash.h, lib.h, line.h,
2697         magstep.h, pathsearch.h, proginit.h, progname.h, readable.h,
2698         str-list.h, str-llist.h, systypes.h, tex-file.h, tex-glyph.h,
2699         tex-hush.h, tex-make.h, tilde.h, truncate.h, types.h, variable.h,
2700         xopendir.h, xstat.h: Update copyright, license to LGPL 2.1.
2702 2005-07-26  Olaf Weber  <olaf@infovore.xs4all.nl>
2704         * access.c, readlink.c: Update copyright, license text.
2706         * atou.c, absolute.c, cnf.c, concat.c, concat3.c, concatn.c, db.c,
2707         debug.c, dir.c, elt-dirs.c, expand.c, extend-fname.c, file-p.c,
2708         find-suffix.c, fn.c, fontmap.c, getopt.c, getopt1.c, hash.c,
2709         kdefault.c, kpsestat.c, kpsewhich.c, line.c, magstep.c,
2710         make-suffix.c, path-elt.c, pathsearch.c, proginit.c, progname.c,
2711         readable.c, rm-suffix.c, str-list.c, str-llist.c, strcasecmp.c,
2712         strstr.c, strtol.c, tex-file.c, tex-glyph.c, tex-hush.c,
2713         tex-make.c, tilde.c, truncate.c, uppercasify.c, variable.c,
2714         version.c, xbasename.c, xcalloc.c, xdirname.c, xfopen.c, xfseek.c,
2715         xftell.c, xgetcwd.c, xopendir.c, xrealloc.c, xstat.c, xstrdup.c:
2716         Update copyright, license to LGLP 2.1.
2718         * xmalloc.c, xrealloc.c: Update copyright, license to LGPL 2.1.
2719         Don't include stdio.h directly, it comes via config.h.
2721 2005-07-25  Olaf Weber  <olaf@infovore.xs4all.nl>
2723         * texmf.in: Increase trie_size.  Remove inaccurate comment about
2724         its limits.
2726         * common.ac: Remove the check for SMART_PUTENV, the xputenv code
2727         has been rewritten not to need this.
2729         * tex-file.c (kpse_init_format): Add uppercase versions of the
2730         .ttf and .ttc suffixes for truetype fonts.  Don't require a
2731         recognized suffix.
2733         * types.h: Don't #define true if it is already defined.  From Karl
2734         Berry.
2736         * mktexmf: Additional change for generating cbgreek from Thomas.
2738 2005-07-12  Olaf Weber  <olaf@infovore.xs4all.nl>
2740         * mktexmf: Patterns for cbgreek weren't inclusive enough.  From
2741         Thomas.
2743 2005-07-10  Olaf Weber  <olaf@infovore.xs4all.nl>
2745         * tex-file.c (kpse_init_format): Revive .otf extension for
2746         kpse_opentype_format, requested by Akira Kakuto
2747         <kakuto@fsci.fuk.kindai.ac.jp>.
2749         * tex-make.c (maketex): Print the name of the failing command
2750         instead of always mktexpk.  From Karl berry
2751         <karl@freefriends.org>.
2753         * acconfig.h: Remove SMART_PUTENV code.
2755         * xputenv.c (xputenv): Replace with code that doesn't depend on
2756         the SMART_PUTENV check.
2757         (common.ac): Remove SMART_PUTENV check code.
2759 2005-06-29  Olaf Weber  <olaf@infovore.xs4all.nl>
2761         * tex-make.c: Metafont doesn't like literals larger than anout
2762         4000, so try to avoid them when specifying magnifications.  From
2763         Werner Fink <werner@suse.de>.
2765         * hash.h [KPSE_DEBUG]: Add KPSEDLL to declaration of
2766         kpse_debug_hash_lookup_int.  From Jan Nieuwenhuizen
2767         <janneke@gnu.org>.
2769 2005-06-26  Olaf Weber  <olaf@infovore.xs4all.nl>
2771         * xt.ac: Fully quote the arguments of AC_ARG_WITH.  From Peter
2772         Breitenlohner.
2774         * withenable.ac: Fully quote arguments of AC_ARG_WITH.  From Peter
2775         Breitenlohner.
2777         * configure.in: Syntax changes to match autoconf2.5x.  From Peter
2778         Breitenlohner.  Version to 3.5.5.
2780         * common.ac: Fully quote AC_CONFIG_HEADERS.  From Peter
2781         Breitenlohner.
2783         * Makefile.in: Replace ac_include with kpse_include.  From Peter
2784         Breitenlohner.
2786 2005-06-22  Olaf Weber  <olaf@infovore.xs4all.nl>
2788         * common.ac: Add KPSE_STRUCT_ST_MTIM check.
2790         * expand.c: Update some comments.
2792         * pathsearch.c: Update some comments.
2794         * tex-file.c (init_path): Translate ';' to ':' in values we get
2795         from the environment if the latter is our env_sep.
2797         * cnf.c (do_line): Always translate ';' to ':' in config values if
2798         the latter is the env_sep.
2800         * kpathsea.texi: Remove ALLOW_SEMICOLON_IN_FILENAMES comment.
2802 2005-06-21  Olaf Weber  <olaf@infovore.xs4all.nl>
2804         * mktexlsr: Re-export PATH after changing it.  Some shells require
2805         this.  Reported by Albert Chin <china@thewrittenword.com>.
2807         * tex-file.c (kpse_find_file): Call kpse_expand() to do tilde and
2808         variable expansion, which kpse_path_search_list() doesn't do, but
2809         kpse_path_search() did.  Re-enabling this was requested by several
2810         people, including Oliver Grewe <olligrewe@nexgo.de>.
2812         * mktexpk, bugs.texi: From Karl Berry: "Try to be more informative
2813         when mktexpk can't guess the mode; reported by Knuth in tex-k
2814         mail, 26 Apr 2005 18:07:20 -0400."
2816 2005-04-10  Olaf Weber  <olaf@infovore.xs4all.nl>
2818         * tilde.c (kpse_tilde_expand): Slightly simplify code.
2820         * tilde.c (kpse_tilde_expand): Account for the possibility that
2821         we're fed an argument starting with "!!~".  Problem reported by
2822         DEK.
2824 2005-03-07  Olaf Weber  <olaf@infovore.xs4all.nl>
2826         * install.texi: Document texmfvar and USE_TEXMFVAR.  From Thomas.
2828         * mktexdir: Break out of loop on failure of mkdir.  Last-minute
2829         change for teTeX 3.0 from Thomas.
2831 2005-02-06  Olaf Weber  <olaf@infovore.xs4all.nl>
2833         * kpsereadlink.man: Correct banner: READLINK -> KPSEREADLINK.
2835 2005-02-05  Olaf Weber  <olaf@infovore.xs4all.nl>
2837         * Makefile.in (texmf.sed): With TEXMFSYSVAR and TEXMFSYSCONFIG
2838         added, there's even more potential damage to clean up.
2839         (uninstall-data): Try to cleanly uninstall the info document.
2841         * texmf.in: Add TEXMFSYSVAR, TEXMFSYSCONFIG for teTeX 3.0.  From
2842         Thomas.
2844 2005-01-25  Olaf Weber  <olaf@infovore.xs4all.nl>
2846         * mktexmf: Don't redirect output of cd, Ultrix doesn't like that.
2848 2005-01-21  Olaf Weber  <olaf@infovore.xs4all.nl>
2850         * Makefile.in: Change POSTINSTALL to POST_INSTALL.
2852         * mktex.opt: Add texmfvar to list of allowed feature options.
2854         * mktexlsr: Make getting the list of directories from $TEXMFDBS
2855         more robust.  From Thomas.
2857         * kpsereadlink.man, kpsestat.man, kpsewhich.man, mktexlsr.man,
2858         mktexmf.man, mktextfm.man, mktexpk.man, kpseaccess.man: Man page
2859         corrections from Eric S. Raymond <esr@thyrsus.com>.
2861 2005-01-07  Olaf Weber  <olaf@infovore.xs4all.nl>
2863         * mktexpk: Add guess ultre for 1200 dpi.  This is a fairly neutral
2864         mode, also useful for pdftex.  From Karl Berry.
2866         * mktexlsr: Make sorting the texmf trees more robust.  From
2867         Thomas.
2869 2004-12-29  Olaf Weber  <olaf@infovore.xs4all.nl>
2871         * configure.in: Version 3.5.4.
2873         * mktexlsr: Remove duplicate trees.  From Thomas.
2875         * mktexdir: Remove superfluous cd.  From Thomas.
2877         * withenable.ac: Sync with Thomas' version, removes
2878         --enabled-multiplatform code.
2880 2004-12-28  Olaf Weber  <olaf@infovore.xs4all.nl>
2882         * Makefile.in (texmf.sed): New variables were added named TEXMF*.
2883         The cleanup code needed additional fixes for this.  From Thomas
2884         Esser.
2886         * mktexnam.opt: Improve comment.
2888         * mktexnam: Handle texmfvar option, which directs all writes into
2889         the system trees to the TEXMFVAR tree, with the usual caveats.
2891         * mktexnam.opt: Add texmfvar option.
2893         * texmf.in: Changes to bring it close to teTeX 3.0.
2895 2004-12-20  Olaf Weber  <olaf@infovore.xs4all.nl>
2897         * texmf.in: For XeTeX: TEXINPUTS.xetex, TEXINPUTS.xelatex,
2898         OTFFONTS.
2900 2004-12-19  Olaf Weber  <olaf@infovore.xs4all.nl>
2902         * xt.ac: Mark --with-x-toolkit as obsolete.
2904         * Makefile.in [KPATHSEA_CC]: Don't quote $(CC), as it prevents
2905         libtool from functioning properly if $(CC) contains options in
2906         addition to the compiler name.  From Harald Koenig
2907         <koenig@science-computing.de>.
2909         * mktexpk: Add guesses for dpi 360 and 720.  From Frank Küster
2910         <frank@kuesterei.ch> (Debian maintainer).
2912         * mktexlsr: Write all regular progress messages to stderr, instead
2913         of some to stdout.
2915         * mktexdir: Handle directories with spaces in the names.
2917         * mktexupd: If we've called mktexlsr, there is no need to do
2918         anything else, so exit immediately.  From Thomas.
2920 2004-11-28  Olaf Weber  <olaf@infovore.xs4all.nl>
2922         * texmf.in: Add default entries for $progname and $engine, so we
2923         don't expand these to empty if the file is used by pre 3.5.3
2924         implementations.
2926         * mktexmf: Extend the pattern for the cbgreek fonts.  From Hartmut
2927         Henkel <hartmut_henkel@gmx.de>.
2929 2004-10-05  Olaf Weber  <olaf@infovore.xs4all.nl>
2931         * texmf.in: Add TEXINPUTS.lamed (Aleph's version of lambda) and
2932         TEXINPUTS.uft8mex (utf8 variation of mex).
2934 2004-08-24  Olaf Weber  <olaf@infovore.xs4all.nl>
2936         * mktex.opt: Correct syntax error.  Reported by Staszek
2937         Wawrykiewicz <staw@gust.org.pl>.
2939 2004-08-23  Olaf Weber  <olaf@infovore.xs4all.nl>
2941         * texmf.in: The TEXINPUTS.pdftexinfo entry in obsolete, and will
2942         be removed in the future.  Alert by Vladimir Volovich
2943         <vvv@vsu.ru>.
2945         * tex-file.c (kpse_find_file): Make debug message conditional
2946         KPSE_DEBUG_SEARCH being set.
2948         * kpsewhich.c: Remove spurious space in usage message.
2950         * tex-file.c (kpse_find_file): Add debug message to clarify what
2951         the library is doing when.  From Karl Berry <karl@tug.org>.
2952         
2953         * tex-file.c: Add TEXFONTS to the environment variables for all
2954         kinds of font-related stuff.  This means you can, if you want to,
2955         just dump all font-related files in a single directory and set a
2956         single variable to point to it.  It doesn't have a default.
2957         Suggested by Karl Berry, Hans Hagen, Akira Kakuto.
2958         
2959 2004-08-17  Olaf Weber  <olaf@infovore.xs4all.nl>
2961         * mktexlsr, mktex.opt: Use "test ... || test ..." instead of
2962         "test ... -o ...".
2964 2004-08-06  Olaf Weber  <olaf@infovore.xs4all.nl>
2966         * xdirname.c: Cygwin also understands UNC names.  From Jan
2967         Nieuwenhuizen <janneke@gnu.org>.
2969         * config.h: Do not define DOSISH for Cygwin.  After Jan
2970         Nieuwenhuizen <janneke@gnu.org>.
2972         * mktex.opt: Refine the test of $COMPSEC a bit, to accomodate
2973         Cygwin.  After Jan Nieuwenhuizen <janneke@gnu.org>.
2975         * mktexlsr: Refine the test for $COMSPEC a bit, to accomodate
2976         Cygwin.  After Jan Nieuwenhuizen <janneke@gnu.org>.
2978         * Makefile.in: Define MAKE_KPSE_DLL when compiling the library to
2979         support ugly windows declspec stuff.  From Jan Nieuwenhuizen
2980         <janneke@gnu.org>.
2982         * c-proto.h: Clean up the defines for KPSEDLL a bit.  From Jan
2983         Nieuwenhuizen <janneke@gnu.org>.
2985         * getopt.h: Clean up defines for KPSEDLL a bit.  From Jan
2986         Nieuwenhuizen <janneke@gnu.org>.
2988 2004-08-01  Olaf Weber  <olaf@infovore.xs4all.nl>
2990         * texmf.in: Undoing some simplifications of the search paths, in
2991         particular the texmf/{engine1,engine2,...} style paths are back to
2992         accomodate older texmf trees.
2994 2004-07-23  Olaf Weber  <olaf@infovore.xs4all.nl>
2996         * texmf.in: Adapt TRFONTS to Linux groff path, which is the most
2997         useful variant these days.
2999 2004-07-21  Olaf Weber  <olaf@infovore.xs4all.nl>
3001         * Makefile.in (uninstall-exec): Add removal rules for libkpathsea
3002         and the programs other than kpsewhich.
3004         * kpathsea.texi: Push copyright to bottom of page.
3006         * texmf.in: Add paths for pdfxtex, pdfxlatex.  After Peter
3007         Breitenlohner <peb@mppmu.mpg.de>.
3009         * texmf.in: Updates/simplifications to paths, from Thomas.
3011 2004-07-19  Olaf Weber  <olaf@infovore.xs4all.nl>
3013         * db.c (kpse_db_search_list): Add cast to suppress warning about
3014         discarding "const".
3016 2004-07-03  Olaf Weber  <olaf@infovore.xs4all.nl>
3018         * common.ac: No m4 quoting needed in the KPSE_CROSS_BUILD_VAR
3019         calls.
3021         * common.ac: Add some invocations of KPSE_CROSS_BUILD_VAR matching
3022         usage in ../make/cross.mk.
3024         * mktextfm: Use the same code as mktexpk for ignoring metafont
3025         errors, to ensure that mktextfm and mktexpk ignore identical sets
3026         of metafont errors.
3028 2004-06-28  Olaf Weber  <olaf@infovore.xs4all.nl>
3030         * kpathsea.texi: Use @copying, so the license ends up in the HTML
3031         output.  Use @ifnottex instead of @ifinfo, so that makeinfo --html
3032         works without further effort.  From Karl Berry.
3034         * install.texi: Name of bash manual is now "bash".  From Karl
3035         Berry.
3037 2004-06-22  Olaf Weber  <olaf@infovore.xs4all.nl>
3039         * c-memstr.h [HAVE_STRINGS_H]: Include strings.h if it is
3040         available, as opposed to just doing if HAVE_STRING_H is not
3041         defined.  Otherwise we give conflicting information whether
3042         certain old-style functions like index, rindex are defined.
3043         * common.ac: Also check for strings.h.
3045         * c-memstr.h: Add definitions for index and rindex in terms of
3046         strchr and strrchr, as we've got some old code in TeX-live that
3047         needs this on some platforms.
3049 2004-06-15  Olaf Weber  <olaf@infovore.xs4all.nl>
3051         * install.texi: Karl Berry pointed out that GNU fileutils is now
3052         GNU coreutils.
3054 2004-06-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3056         * kpathsea.texi: Make it more obvious that applications will often
3057         just want to use <kpathsea/kpathsea.h> rather than pick and choose
3058         headers.
3060 2004-06-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3062         * kpsewhich.c: Update copyright dates.
3064 2004-05-28  Olaf Weber  <olaf@infovore.xs4all.nl>
3066         * mktexlsr: Rename readlink to kpsereadlink to avoid name clash.
3068         * Makefile.in: Rename readlink to kpsereadlink to avoid name
3069         clash.
3071 2004-05-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3073         * tex-file.c: Make .fmt the only "true" suffix for format files,
3074         and add all other suffixes to the list of alternates.  In the next
3075         version, these alternates will be dropped entirely.
3077 2004-05-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3079         * Makefile.in (mostlyclean): access -> kpseaccess.  From Thomas.
3081 2004-05-08  Olaf Weber  <olaf@infovore.xs4all.nl>
3083         * mktexlsr: Widen the matches for the lsR-pattern, so we omit the
3084         temporary directory we used.
3086 2004-05-07  Olaf Weber  <olaf@infovore.xs4all.nl>
3088         * texmf.in: Use $engine in some paths.
3090         * kpathsea.texi: Date is May 2004.
3092         * kpathsea.texi: Document --engine.
3094         * kpsewhich.man: Document -engine.
3096         * kpsewhich.c: Implement -engine option.
3098 2004-04-24  Olaf Weber  <olaf@infovore.xs4all.nl>
3100         * cnf.c (read_all_cnf): Fix memory leak.
3102         * mktexupd: Fix logic error.  Found by Thomas Esser.
3104         * tex-file.c (kpse_init_fallback_resolutions): Fix memory leak.
3106 2004-04-23  Olaf Weber  <olaf@infovore.xs4all.nl>
3108         * db.c (kpse_db_search_list): Allow matches like base/plain.tex
3109         when a db is used.  This was a regression introduced by the switch
3110         to kpse_db_search_list.  Like the original code, this only works
3111         with '/' used for dirsep.  Reported by Wlodzimierz Bzyl
3112         <matwb@univ.gda.pl>.
3114 2004-04-17  Olaf Weber  <olaf@infovore.xs4all.nl>
3116         * kpsewhich.c (lookup): Partial implementation of -all option.
3117         Works only in combination with the -path option.
3118         * tex-file.c: Add to list of suffixes that may be used for format
3119         files.
3121         * kpathsea.texi: Document -var-value option kpsewhich.
3123         * kpsewhich.man: Document -var-value.
3125         * kpsewhich.c: Add -var-value option.  Change loop that checks for
3126         a kpse_file_format_type to check kpse_format_fmt last.
3128         * texmf.in: Add TEXINPUTS.aleph, TEXINPUTS.alambda.
3130 2004-04-01  Olaf Weber  <olaf@infovore.xs4all.nl>
3132         * mktexpk: Use dpdfezzz if given 8000 for BDPI.  Apparently this
3133         is what -Ppdf ends up giving the script.
3135 2004-03-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3137         * Makefile.in (install): access -> kpseaccess
3139 2004-03-23  Olaf Weber  <olaf@infovore.xs4all.nl>
3141         * db.c (kpse_init_db): Look for both "ls-R" and "ls-r" files.
3142         Same contents, but when working cross-platform the all-lowercase
3143         name is easier to work with.
3145         * tex-file.c: Add .afmt as recognized suffix to kpse_fmt_format
3146         (for Aleph).  Add ls-r as recognized suffix to kpse_db_format.
3148         * mktexlsr: Allow both ls-R and ls-r as names for an existing
3149         directory tree index file.  Always create ls-R.
3151         * mktexupd: Check for both ls-R and ls-r.
3153         * pathsearch.h (kpse_all_path_search_list): New function.  Like
3154         kpse_path_search_list, with must_exist true, but returns a list of
3155         filenames instead of the first hit.
3157         * pathsearch.c (kpse_all_path_search_list): New function.  Like
3158         kpse_path_search_list, with must_exist true, but returns a list of
3159         filenames instead of the first hit.
3161         * tex-make.c [WIN32] (maketex): Code to print error message for
3162         ERROR_BROKEN_PIPE didn't match the format.
3164         * mktexpk: Allow 'angle(0,0)' errors without aborting.  From
3165         Andreas Degert <ad@papyrus-gmbh.de>.
3167         * unixtex.texi: Update from Karl Berry.
3169 2004-03-21  Olaf Weber  <olaf@infovore.xs4all.nl>
3171         * withenable.ac: Make the warnings more obvious if the search for
3172         the texmf tree fails.  Also try to fall back on kpsewhich if we
3173         fail to find anything.  A simplified version of code proposed by
3174         Stefan Ulrich <stefan.ulrich@zen.co.uk> for xdvik.
3176 2004-03-16  Olaf Weber  <olaf@infovore.xs4all.nl>
3178         * texmf.in: Add file_line_error_style variable, default to false.
3180 2004-02-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3182         * tex-make.c (maketex): Clean up unused variables.
3184         * texmf.in: Update link in comment for TEXFONTMAPS.
3186 2004-02-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3188         * mktexnam: Use kpseaccess instead of access.
3190         * mktexlsr: Use kpseaccess instead of access.
3192         * Makefile.in: Rename the access executable to kpseaccess, as the
3193         old name tended to interfere.
3195         * kpseaccess.man: Formerly known as access.man.
3197         * mktexlsr: Only check for magic string in ls-R file if the file
3198         size is larger than 0.  Assume that a 0-length ls-R can be
3199         overwritten without penalty.
3201         * mktexlsr: Use a more accurate method to ensure that directory
3202         names, and only directory names, start with ./ in the ls-R file.
3204 2004-02-16  Olaf Weber  <olaf@infovore.xs4all.nl>
3206         * tex-file.c: Rename kpse_script_format to
3207         kpse_texmfscripts_format.
3209         * tex-file.h: Rename kpse_script_format to
3210         kpse_texmfscripts_format.
3212 2004-02-15  Olaf Weber  <olaf@infovore.xs4all.nl>
3214         * mktexpk: psfonts.map and ps2pk.map now found through the map
3215         format.
3217         * kpsewhich.c (find_format): psfonts.map and pdftex.map are no
3218         longer special case, pdftex.cfg is a special case now.
3220         * kpathsea.texi: Update for new formats (misc fonts, web, cweb,
3221         enc, cmap, sfd, opentype fonts, pdftex config, lig files,
3222         texmfscripts).
3224         * tex-file.c: Add kpse_lig_format and kpse_script_format.
3226         * tex-file.h: Add kpse_lig_format and kpse_script_format.
3228         * texmf.in: Add LIGFONTS and TEXMFSCRIPTS.
3230 2004-02-10  Olaf Weber  <olaf@infovore.xs4all.nl>
3232         * db.c (kpse_db_search_list): An absolute or explicit relative
3233         name that makes it here would not be found anyway, so test for it
3234         and skip.
3236         * pathsearch.c (search_list): If we're given only absolute or
3237         relative filenames, then there is no need to dig into the database
3238         or filesystem.
3239         (dir_list_search_list): Skip any absolute filenames that make it here.
3241 2004-02-08  Olaf Weber  <olaf@infovore.xs4all.nl>
3243         * Makefile.in (stamp-paths): Add TEXMFDIST.  Suggested by Thomas.
3245         * texmf.in: Add TEXMFDIST, suggested by Thomas.
3247 2004-01-09  Olaf Weber  <olaf@infovore.xs4all.nl>
3249         * tex-file.c: Add kpse_pdftex_config_format.  From Thomas.
3251         * tex-file.h: Add kpse_pdftex_config_format.  From Thomas.
3253 2004-01-04  Olaf Weber  <olaf@infovore.xs4all.nl>
3255         * texmf.in: Modifications to several paths suggested by Thomas.
3257 2003-12-17  Olaf Weber  <olaf@infovore.xs4all.nl>
3259         * tex-make.c (kpse_make_tex): Allow '+' is font names as well.
3260         Reported by Hartmut Henkel <hartmut_henkel@gmx.de>.
3262 2003-12-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3264         * progname.c: Set "progname" in the environment.
3266         * tex-file.h: Add new formats: kpse_enc_format, kpse_cmap_format,
3267         kpse_sfd_format, kpse_opentype_format.  Requested by Thomas.
3269         * tex-file.c: Add new formats: kpse_enc_format, kpse_cmap_format,
3270         kpse_sfd_format, kpse_opentype_format.  Requested by Thomas.
3272 2003-02-27  Olaf Weber  <olaf@infovore.xs4all.nl>
3274         * mktexmf: csso12[0-5][0-9] are from CJK package; unsupported by
3275         mktexmf.  Fix by Werner Lemberg <wl@gnu.org>.
3277 2003-02-19  Olaf Weber  <olaf@infovore.xs4all.nl>
3279         * kpathsea.texi: Version 3.5.2.
3281         * configure.in: Version 3.5.2.
3283         * cnf.c (do_line): KISS: Use IS_ENV_SEP(':') to check whether we
3284         might want to replace ';' with ':' in paths instead of trying to
3285         figure whether 'unix' should have been defined.
3287         * db.c (kpse_db_search_list): Change fix to prevent "re-use" of
3288         aliases for the sake of clearer code.
3290         * db.c: Set aliases to NULL after freeing it, so we don't try to
3291         realloc the same value as well.  Reported by Thomas Esser
3292         <te@dbs.uni-hannover.de>.
3294 2003-02-17  Olaf Weber  <olaf@infovore.xs4all.nl>
3296         * configure.in: Version 3.5.1.
3298         * kpathsea.texi: Version 3.5.1.
3300 2003-02-15  Olaf Weber  <olaf@infovore.xs4all.nl>
3302         * kpathsea.texi: Version 3.5.0.
3304         * configure.in: Version 3.5.0.
3306         * kpathsea.version: removed.
3308         * Makefile.in (dist): Remove kpathsea.version.
3310         * common.ac: From klibtool to libtool.  Based on patches from
3311         Albert Chin-A-Young <china@thewrittenword.com>.
3313         * Makefile.in: From klibtool to libtool.  Based on patches from
3314         Albert Chin-A-Young <china@thewrittenword.com>.
3316         * texmf.in: Add TEXINPUTS.olatex path.
3318         * tex-file.c: Add additional suffixes for formats.
3320         * withenable.ac: When texmfmain is derived from ${prefix}, don't
3321         expand ${prefix}.
3323 2003-02-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3325         * pathsearch.c (search_list): Add some grotty code for the
3326         searches of absolute pathnames.  (Grotty: if _any_ of the given
3327         pathnames is absolute or explicit relative, _and_ it is found, we
3328         stop searching then and there.)  Found by Peter Breitenlohner
3329         <peb@mppmu.mpg.de>.
3331 2003-02-07  Olaf Weber  <olaf@infovore.xs4all.nl>
3333         * kpathsea.version: Version 3.4.6
3335         * kpathsea.texi: Version 3.4.6.
3337         * configure.in: Version 3.4.6.
3339         * texmf.in: Additions for e-Omega.
3341         * tex-file.c (kpse_find_file): Use kpse_path_search_list for
3342         search.
3344         * pathsearch.h (kpse_path_search_list): New function.
3346         * pathsearch.c (dir_list_search_list): New function.
3347         (search_list): New function.
3348         (kpse_path_search_list): New function: search for a list of names,
3349         look for all names in the list in each directory before moving to
3350         the next directory.
3352         * db.h (kpse_db_search_list): New function.
3354         * db.c (kpse_db_search_list): New function.
3356 2003-01-31  Olaf Weber  <olaf@infovore.xs4all.nl>
3358         * lib.h: Add include of c-proto.h.  Suggested by Peter
3359         Breitenlohner.
3361 2003-01-29  Olaf Weber  <olaf@infovore.xs4all.nl>
3363         * kpathsea.version: Version 3.4.5.
3365         * kpathsea.texi: Version 3.4.5.
3367         * configure.in: Version 3.4.5.
3369 2003-01-24  Olaf Weber  <olaf@infovore.xs4all.nl>
3371         * config.h [KPATHSEA]: 33 -> 34.
3372         [DEV_NULL]: Added, "/dev/null" on unix, "NUL" on DOSISH.
3374         * texmf.in [TEXCONFIG]: Remove "." from path for security reasons.
3376 2003-01-16  Olaf Weber  <olaf@infovore.xs4all.nl>
3378         * kpathsea.texi: Version 3.4.4.
3380         * configure.in: Version 3.4.4.
3382         * kpathsea.version: Version 3.4.4.
3384         * unixtex.texi: Updates.
3386 2003-01-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3388         * texmf.in: Uncomment definitions for VARTEXMF, HOMETEXMF.  Change
3389         TEXMF itself to be same as teTeX.  Move '//' outside braces in
3390         XDVIINPUTS and DVIPDFMINPUTS -- not strictly needed, but
3391         consistent with how we do it everywhere else.  Comment out (but
3392         otherwise retain) KPSE_DOT.
3394 2003-01-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3396         * kpathsea.version: Version 3.4.3.
3398         * kpathsea.texi: Version 3.4.3.
3400         * configure.in: Version 3.4.3.
3402 2003-01-08  Olaf Weber  <olaf@infovore.xs4all.nl>
3404         * texmf.in: Add TEXPSHEADERS.dvipdfm, from Thomas.
3406 2002-12-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3408         * tex-file.c (kpse_init_format): Add ".web" to the suffixes
3409         recognized for cweb.
3411 2002-12-23  Olaf Weber  <olaf@infovore.xs4all.nl>
3413         * dir.c (dir_links): Argh.  Error while merging stuff from
3414         Fabrice.
3416         * kpathsea.version: Version 3.4.2.
3418         * configure.in: Version 3.4.2.
3420         * kpathsea.texi: Version 3.4.2.
3422         * tex-make.c (maketex) [WIN32]: Add program calling
3423         implementation.  From Fabrice Popineau
3424         <Fabrice.Popineau@supelec.fr>.
3426         * Makefile.in: Test for kpathsea.info explicitly in current
3427         directory. Some makes prepend the source dir path otherwise, which
3428         would cause installation of the info files to fail.  From Thomas
3429         Esser <te@dbs.uni-hannover.de>.
3431 2002-12-20  Olaf Weber  <olaf@infovore.xs4all.nl>
3433         * configure.in: Version 3.4.1.
3435         * kpathsea.texi: Version 3.4.1.
3437         * kpathsea.version: Version 3.4.1.
3439         * tex-file.c (add_suffixes): Removed function.
3440         (SUFFIXES, ALT_SUFFIXES): Use kpse_set_suffixes instead of
3441         add_suffixes.
3443         * tex-make.c (kpse_make_tex): On second thought, we should not get
3444         dirseps in these names, ever.
3446 2002-12-17  Olaf Weber  <olaf@infovore.xs4all.nl>
3448         * tex-make.c (maketex): Be sure to set ret to NULL if there's
3449         nothing to return.  From Akira Kakuto
3450         <kakuto@fsci.fuk.kindai.ac.jp>.
3452 2002-12-15  Olaf Weber  <olaf@infovore.xs4all.nl>
3454         * tex-file.c: Properly terminate MKTEXPK_ARGS with a NULL.
3455         Spotted by Akira Kakuto <kakuto@fsci.fuk.kindai.ac.jp>.
3457 2002-12-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3459         * kpathsea.texi: Version 3.4.0.
3461         * kpathsea.version: Version 3.4.0.
3463         * configure.in: Version 3.4.0.
3465         * texmf.in: Typo in TEXINPUTS.pdfemex-pl.
3467         * xbasename.c (xbasename): Remove redundant call to strlen.  From
3468         Fabrice.
3470         * tex-make.c (misstex): Update to print command line correctly.
3471         (maketex): Handle argv style array for command.  For unix case, call
3472         fork and exec directly instead of using popen.
3473         (kpse_make_tex): Handle argv style array for defining a command.  Be
3474         very restrictive about what a name passed may contain -- this may
3475         well break somethings.
3477         * tex-file.h (kpse_format_info): Instead of having programs args
3478         be a single string, use an argv style array.
3480         * tex-file.c (init_maketex): Change to store command line as an
3481         array of arguments.
3482         [MKTEXPK_ARGS]: Define list of strings instead of single string.
3483         (kpse_init_format): Update debugging code to match new
3484         kpse_format_info structure.
3486         * progname.c [WIN32]: Updates from Fabrice.
3488         * pathsearch.h: Typo in comment.
3490         * pathsearch.c: Typo in comment.
3492         * kpsewhich.c: Correct copyright notice.
3494         * hash.c (hash_normalized): New function.
3495         (hash_insert_normalized): New function.
3496         [MONOCASE_FILENAMES]: Normalize to lower case, not upper case, because
3497         that's what in the ls-R files we distribute.
3499         * fontmap.c (map_file_parse): Use hash_insert_normalized.  Again,
3500         we assume the contents of font maps are already normalized.
3502         * expand.c (kpse_expand_kpse_dot): Typo in comment.
3503         (brace_expand): Clarify the comment.
3505         * dir.c (dir_p) [WIN32]: safe_beg_of_path -> kpse_normalize_path.
3506         From Fabrice.
3507         (dir_links) [WIN32]: Changes to code that stores and retrieves
3508         integers from pointers.
3510         * db.c (db_build): Call hash_insert_normalized -- names from the
3511         ls-R file should be normalized already.
3512         (alias_build): Call hash_insert_normalized -- names from the alias
3513         file should be normalized already.
3514         (kpse_db_insert): Note that we call hash_insert here deliberately.
3516         * hash.h (hash_insert_normalized): New function.
3518         * concat.c (concat): Start strcat at the end of the previous
3519         strcpy.
3521         * absolute.c (kpse_absolute_p) [WIN32]: Remove explicit test for
3522         UNC names, they're already covered by the test for names starting
3523         with IS_DIR_SEP.
3524         [TEST] (main): Added, from Fabrice.
3526 2002-11-13  Olaf Weber  <olaf@infovore.xs4all.nl>
3528         * kpathsea.version: To 3.3.11.
3530         * kpathsea.texi: To 3.3.11.
3532         * configure.in: To 3.3.11.
3534 2002-11-12  Olaf Weber  <olaf@infovore.xs4all.nl>
3536         * cnf.c (do_line): First check whether len-1 exists, then access
3537         it, rather than the other way round.  Spotted by Joern Clausen
3538         <joern@techfak.uni-bielefeld.de>.
3540         * texmf.in: obj_tab_size.context is now redundant.  From Thomas.
3542         * mktextfm: Use the same detection mechanism for mf-nowin as
3543         mktexpk.  From Thomas.
3545 2002-11-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3547         * kpathsea.version: Version 3.3.10.
3549         * kpathsea.texi: Version 3.3.10.
3551         * configure.in: Version 3.3.10.
3553         * texmf.in: Disable parse_first_line by default (sorry).  Enlarge
3554         a number of constants in general, as opposed to defining lots of
3555         context-specific versions.
3557         * progname.c (remove_dots): We did not correctly handle paths with
3558         ../.. in them.  There is still one corner case left, if the path
3559         would try to go to the "parent" of the root directory.
3561         * mktextfm: Test for mf-nowin in a shubshell.  Otherwise error
3562         messages could end up being printed if mf-nowin does not exist.
3564         * mktexpk: Test for mf-nowin in a subshell.
3566 2002-10-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3568         * kdefault.c (kpse_expand_default): Simplify the life of the
3569         callers by always returning allocated memory, so the returned
3570         string can be freed.  John W. Eaton <jwe@bevo.che.wisc.edu>
3571         requested this.
3573 2002-10-22  Olaf Weber  <olaf@infovore.xs4all.nl>
3575         * withenable.ac: Correct handling of mktexfmt option.
3577         * tex-file.c: Add .oft to regcognized suffixes for tex_format.
3579         * mktexupd: Correct Thomas' email address.
3581         * mktextfm: Correct Thomas' email address.
3583         * mktexpk: Correct Thomas' email address.
3585         * mktexnam.opt: Correct Thomas' email address.
3587         * mktexnam: Correct Thomas' email address.
3589         * mktexmf: Correct Thomas' email address.
3591         * mktexlsr: Correct Thomas' email address.
3593         * mktexdir.opt: Correct Thomas' email address.
3595         * mktexdir: Correct Thomas' email address.
3597         * mktex.opt: Correct Thomas' email address.
3599         * kpathsea.version: Update to 3.3.9.
3601         * kpathsea.texi: Update to 3.3.9.
3603         * configure.in: Update to 3.3.9.
3605         * common.ac: Correct handling of mktexmft option.
3607 2002-10-16  Olaf Weber  <olaf@infovore.xs4all.nl>
3609         * tex-make.c (kpse_make_tex): Move the test for problematic
3610         filenames so we only do this when we're actually willing to make a
3611         new file.
3613 2002-10-11  Olaf Weber  <olaf@infovore.xs4all.nl>
3615         * kpathsea.texi: Update date/version to 3.3.8.
3617         * NEWS: Update for 3.3.8.
3619         * configure.in: Version 3.3.8.
3621         * kpathsea.version: Version 3.3.8.
3623         * Makefile.in: Remove install rules for mktexfmt, as it is not a
3624         separate file.
3626 2002-10-06  Olaf Weber  <olaf@infovore.xs4all.nl>
3628         * texmf.in: Expand main_memory (again).
3630         * xstat.c: Remove lstat() declaration.
3632         * variable.c (kpse_var_value): Check for NAME.progname in the
3633         environment before checking for NAME_progname.  Both can occur,
3634         even on UNIX systems.
3636         * tex-file.c (init_path): We need to check PATH.progname,
3637         PATH_programe, and PATH in the environment.  PATH.progname is the
3638         "logical" way to set the name on Windows systems, and can even
3639         occur on UNIX systems if env(1) is used to set the environment
3640         variables.
3642         * withenable.ac: Add --with-mktexfmt-default option.  After
3643         Fabrice Popineau.  He used --with-mkfmt-default, but this was
3644         changed to match the other options.
3646         * texmf.in: Add XDVIINPUTS, TEXINPUTS.pdfamstex.  Modiy definition
3647         of TEXMFLOCAL to match Thomas', add MKTEXFMT.  All part of the
3648         TeXlive merge.
3650         * tex-make.c (kpse_make_tex): Complain if a number of problematic
3651         characters are found in the requested font name -- this works in
3652         combination with a check in maketex() to prevent misuse of the
3653         system() call that starts the mktex* scripts.
3655         * tex-file.c (kpse_init_format): Support for mktexfmt, from
3656         Fabrice Popineau.
3658         * mktexupd: Delete CR characters at the end-of-line before doing
3659         the compare.  Yet another hack for windows/unix cross-platform
3660         support.
3662         * mktextfm: TeXlive merge: support for mf-nowin.
3664         * mktexpk: TeXlive merge: considerably reorganized to support use
3665         of mf-nowin.
3667         * mktexnam: Additional definitions for the LH fonts.  TeXlive
3668         merge.
3670         * mktexmf: Additional definitions for the LH fonts.  TeXlive
3671         merge.
3673         * common.ac: Add support for MAKE_TEX_FMT.  From Fabrice Popineau.
3675         * acconfig.h [MAKE_TEX_FMT_BY_DEFAULT] Added. After Fabrice
3676         Popineau.
3678 2002-07-16  Olaf Weber  <olaf@infovore.xs4all.nl>
3680         * kpsewhich.c (find_format): Remove special case for pdftex.cfg.
3681         Not needed.
3683         * kpsewhich.c (find_format): Hard-code format types for pdftex.cnf
3684         and pdftex.map.
3686 2002-07-08  Olaf Weber  <olaf@infovore.xs4all.nl>
3688         * mktex.opt: Limit permissions on $TEMPDIR.
3690         * mktexlsr: Limit permissions on tmp directory.
3692 2002-06-04  Olaf Weber  <olaf@infovore.xs4all.nl>
3694         * texmf.in: Remove setting of src_specials: it will be ignored
3695         anyway as we'll only allow it to be set from the command line.
3697 2002-05-28  Olaf Weber  <olaf@infovore.xs4all.nl>
3699         * mktexdir: Guard $KPSE_DOT with quotes.  From Emmanuel_Thomé
3700         <thome@lix.polytechnique.fr>.
3702 2002-04-01  Olaf Weber  <olaf@infovore.xs4all.nl>
3704         * mktexlsr: Strip a trailing CR before testing the first line of
3705         an ls-R file.  Needed for interoperability with Windows (sigh).
3707         * tex-make.c (maketex): Use a literal "r" in the popen command, as
3708         (under UNIX) it tends not to understand "rb", and we're generating
3709         text anyway.
3711 2001-11-27  Olaf Weber  <olaf@infovore.xs4all.nl>
3713         * kpathsea.texi: Version 3.3.7.
3715         * configure.in: Version 3.3.7.
3717 2001-11-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3719         * types.h: Define boolean as int whenever we can.  This makes the
3720         option-handling code correct (where pointer to int and pointer to
3721         boolean need to be the same type).
3723         * install.texi: Update totals to (hopefully) more accurate values.
3725 2001-11-19  Olaf Weber  <olaf@infovore.xs4all.nl>
3727         * line.c (read_line): Add prototype.
3729 2001-11-18  Olaf Weber  <olaf@infovore.xs4all.nl>
3731         * kpathsea.version: Version 3.3.6.
3733         * kpathsea.texi: Version 3.3.6.
3735         * configure.in: Version 3.3.6.
3737         * xgetcwd.c: Changes to keep C++ compilers from choking.
3739         * xdirname.c: Changes to keep C++ compilers from choking.
3741         * variable.c: Changes to keep C++ compilers from choking.
3743         * str-list.c: Changes to keep C++ compilers from choking.
3745         * readable.c: Add pathsearch.h to included headers, for
3746         kpse_normalize_path.
3748         * pathsearch.c: Changes to keep C++ compilers from choking.
3750         * path-elt.c: Changes to keep C++ compilers from choking.
3752         * make-suffix.c: Changes to keep C++ compilers from choking.
3754         * line.c: Changes to keep C++ compilers from choking.
3756         * kpsewhich.c: Changes to keep C++ compilers from choking.
3758         * kdefault.c: Changes to keep C++ compilers from choking.
3760         * fontmap.c: Changes to keep C++ compilers from choking.
3762         * fn.h (fn_grow): Second argument is a const_string, not a generic
3763         address.
3765         * fn.c (fn_grow): Second argument is a const_string, not generic
3766         address.
3768         * expand.c: Add a few casts to ensure a C++ compiler wouldn't
3769         choke.
3771         * dir.c (dir_links): Replace a conditional expression with an
3772         if-then version.
3774         * db.c: Add a few casts, rename 'try', all to ensure a C++
3775         compiler wouldn't choke.
3777         * cnf.c: Add a few casts, rename 'try', all to ensure a C++
3778         compiler wouldn't choke.
3780         * c-proto.h: Addtional P*H and P*C macros for functions with up to
3781         17 arguments.
3783 2001-11-14  Olaf Weber  <olaf@infovore.xs4all.nl>
3785         * readlink.c (main): Add prototype.
3787         * kpsewhich.c (main): Add prototype.
3789         * kpsestat.c (main): Add protype.
3791         * c-pathch.h [WIN32] (IS_UNC_NAME): An unc name can be //<digit>
3792         as well as //<letter>.
3794         * access.c (main): Prototype.
3796 2001-11-10  Olaf Weber  <olaf@infovore.xs4all.nl>
3798         * kpathsea.version: Version 3.3.5.
3800         * kpathsea.texi: Version, date.
3802         * configure.in: Version 3.3.5.
3804         * texmf.in: Additional entries for mex-pl, platex-pl, pdfplatex,
3805         pdfmex-pl, pdfemex, pdfemex-pl.  As usual, ConTeXt wants more
3806         space.
3808         * mktexnam: First set defaults, then modify for explicit
3809         destination, not the reverse.  From Thomas.
3811         * mktex.opt: Preserve return code over trap.  From Thomas.
3813         * kpsewhich.man: Typo.
3815 2001-10-30  Olaf Weber  <olaf@infovore.xs4all.nl>
3817         * configure.in: To 3.3.4.
3819         * kpathsea.version: To 3.3.4.
3821         * mktexnam.opt: Robustness fix for handling of NAME.  Minor
3822         changes in the handling of the defaults when a name isn't found in
3823         the supplier or typeface maps.
3825         * tex-file.c: Add ".ch" as alternate suffix for kpse_web_format
3826         and kpse_cweb_format.
3828         * readable.c [main]: Call kpse_normalize_path.
3830         * progname.c [WIN32]: Update from Fabrice.
3832         * pathsearch.h [WIN32]: Remove prototype for safe_beg_of_path.
3833         Add prototype for kpse_normalize_path.
3835         * pathsearch.c (path_search) [WIN32]: Remove call to
3836         safe_beg_of_path.
3837         (path_search): Add call to kpse_normalize_path.
3839         * expand.c (kpse_path_expand): Don't strip devices and such here,
3840         as we're doing that in kpse_element_dirs anyway.
3842         * elt-dirs.c [WIN32]: Remove safe_beg_of_path.
3843         (kpse_normalize_path): Replaces safe_beg_of_path, but is defined on
3844         all architectures.
3846         * dir.c [WIN32]: Remove safe_beg_of_path prototype here.
3848         * common.ac: Test whether libm exists.  If it does, we
3849         unconditionally link with it, which is probably wrong.
3851         * cnf.c [__NetBSD__]: Define unix.
3853         * c-pathch.h [IS_UNC_NAME]: Define on all architectures.
3855         * Makefile.in (distdir): Add *.ftp to destination directory.
3857 2001-09-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3859         * texmf.in: Add support for Web and Cweb files (kpse_web_format,
3860         kpse_cweb_format).  Requested by Wlodek Bzyl.
3862         * tex-file.h, tex-file.c: Add support for Web and Cweb files
3863         (kpse_web_format, kpse_cweb_format).  Requested by Wlodek Bzyl.
3865 2001-07-23  Olaf Weber  <olaf@infovore.xs4all.nl>
3867         * common.ac [kb_cv_func_putenv_malloc]: Add declaration for
3868         malloc, which testing on IA64 revealed to be missing.
3870 2000-08-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3872         * mktexlsr: Changed the fix for NeXT.
3874 2000-08-05  Olaf Weber  <olaf@infovore.xs4all.nl>
3876         * kpathsea.texi: Bump version, date.
3878         * kpathsea.version: Bump version.
3880         * configure.in: Update for 3.3.3.
3882         * NEWS: Update for 3.3.3.
3884         * mktexlsr: On NeXT, 'rm -rf ' will recursively remove the current
3885         directory.  This is bad if you're in / and are root.
3887 2000-05-25  Olaf Weber  <olaf@infovore.xs4all.nl>
3889         * lib.h [MONOCASE_FILENAMES]: Parenthesis was omitted in
3890         FILESTRNCASEEQ.  Found by Fabrice.
3892 2000-04-26  Olaf Weber  <olaf@infovore.xs4all.nl>
3894         * unixtex.texi: Added notes that web2c is bare-bones, and that the
3895         texk/texklib packages may contain older components.
3897 2000-04-21  Olaf Weber  <olaf@infovore.xs4all.nl>
3899         * progname.c: Add P?C macros to functions that lacked them.
3901         * lib.h [STREQ,STRNEQ,FILESTRCASEEQ,FILESTRNCASEEQ]: If any
3902         argument is NULL, compare unequal.
3904 2000-04-13  Olaf Weber  <olaf@infovore.xs4all.nl>
3906         * tex-hush.c (kpse_tex_hush): Check for "all" and "none" first,
3907         then look for more specific switches.  This fixes the most common
3908         case of problems due to non-reentrancy of kpse_path_element.
3910         * kpathsea.texi: Correct example of brace expansion.  Document
3911         TEX_HUSH = none.  Found by Tijs Michels <M.H.M.Michels@kub.nl>.
3913         * texmf.in: Document the use of TEX_HUSH = none.
3915 2000-04-03  Olaf Weber  <olaf@infovore.xs4all.nl>
3917         * texmf.in: Add variable for src_specials.  Increase arrays for
3918         context (again).
3920         * xopendir.c [WIN32]: Only define xclosedir.
3922         * kpsewhich.man: Spelling correction.
3924         * getopt.h [WIN32]: For definition of __STDC__ to 1.
3926 2000-04-02  Olaf Weber  <olaf@infovore.xs4all.nl>
3928         * xopendir.c [WIN32]: Define neither xopendir nor xclosedir.  From
3929         Han The Thanh <thanh@informatics.muni.cz>.
3931         * xputenv.c (xputenv): The WIN32 conditional code is also valid
3932         for DJGPP.  From Fabrice.
3934         * xmalloc.c (xmalloc): Allocate 1 byte if passed size 0.
3936         * xdirname.c (xdirname): Changes for Win32 from Fabrice.
3938         * tex-file.h: Prototype for kpse_set_suffixes.  From Fabrice.
3940         * tex-file.c (kpse_set_suffixes): New function, added by Fabrice.
3942         * readable.c: Win32-related changes from Fabrice.
3944         * progname.c [WIN32]: Various changes from Fabrice.
3946         * pathsearch.h [WIN32]: Declare safe_beg_of_path.  From Fabrice.
3948         * pathsearch.c (path_search [WIN32]): Use safe_beg_of_path.  From
3949         Fabrice.
3951         * kpsestat.c: Remove WIN32 define.  From Fabrice.
3953         * hash.c [MONOCASE_FILENAMES]: Change for the WIN32 case from
3954         Fabrice.
3956         * getopt.h [WIN32]: Changes from Fabrice.
3958         * getopt.c [WIN32 && ! __CYGWIN32__]: Ensure getpid is not defined
3959         before defining it.  From Fabrice.
3961         * lib.h: Update dir_links prototype, from Fabrice.
3963         * elt-dirs.c: Win32 related changes from Fabrice.
3965         * dir.c: Various Win32-related changes from Fabrice.
3967         * config.h: Various changes for the DOS famility of systems.  From
3968         Fabrice.
3970         * c-stat.h [WIN32]: Use oldnames.h instead of kpathsea/win32lib.h.
3971         From Fabrice.
3973         * c-proto.h [WIN32]: _DLL -> KPSE_DLL, from Fabrice Popineau.
3975         * c-memstr.h: Move closer to just the ANSI string functions, if
3976         necessary defined in terms of the BSD functions.  After Thomas
3977         Esser <te@informatik.uni-hannover.de>.
3979         [FOPEN_RBIN_MODE, FOPEN_WBIN_MODE, FOPEN_ABIN_MODE]: Specify
3980         binary I/O mode on all systems, not just those where it makes a
3981         difference.
3982         [VMCMS]: Remove as it isn't used.
3983         [SET_BINARY]: Change defines which select it.  From Fabrice
3984         Popineau. <popineau@esemetz.ese-metz.fr>
3986         * c-ctype.h [WIN32]: On Windows, get isascii from oldnames.h.
3987         After Fabrice Popineau <popineau@esemetz.ese-metz.fr>.
3989         * access.c: Replace WIN32 code with generic code.
3991 2000-01-31  Olaf Weber  <olaf@infovore.xs4all.nl>
3993         * mktexlsr: Fix possible symlink exploit.  By Thomas Esser
3994         <te@informatik.uni-hannover.de>.
3996 1999-06-28  Olaf Weber  <olaf@infovore.xs4all.nl>
3998         * mktextfm: Get rid of error message if hbf2gf cannot be found.
3999         From Thomas.
4001         * tex-glyph.c: Test whether glyph_file is NULL before
4002         dereferencing it.  Suggested by Julian Gilbey
4003         <J.D.Gilbey@qmw.ac.uk>.
4005         * texmf.in: Improved comments about VARTEXMF, along lines
4006         suggested by Thomas Esser.
4007         Increased font_mem_size, as requested by Thomas.
4009         * pathsearch.c (path_search): Print a message if we're debugging
4010         the search and we're not pounding the disk because an ls-R file
4011         exists but must_exist=0.  This to highlight the most confusing
4012         case where disk searches do not happen.
4014         * mktextfm.man: Cleanup of synopsis.
4016         * mktex.opt: More robust handling of TEMPDIR, after Luc Van Eycken
4017         <Luc.VanEycken@esat.kuleuven.ac.be>.
4019         * kpsestat.man: Remove comment about unclear message.
4021         * kpsestat.c (main): Print a more understandable message when the
4022         stat call fails.
4024 1999-06-20  Olaf Weber  <olaf@infovore.xs4all.nl>
4026         * pathsearch.c (log_search): If TEXMFLOG is defined, then the
4027         kpathsea library would write a space to stderr for every file
4028         logged.  Fix from Charles Karney <karney@pppl.gov>.
4030 1999-05-29  Olaf Weber  <olaf@infovore.xs4all.nl>
4032         * configure.in: Update version number to 3.3.1.
4034         * kpathsea.version: Update version number to 3.3.1.
4036         * kpathsea.texi: Update version info.
4038         * mktexnam, mktexmf: Fix the LH patterns to be more specific.
4039         From Thomas.
4041         * unixtex.texi: Remove node on tape distributions.
4043         * texmf.in: Add platex, add comment about TEXMFDBS.
4045         * tex-file.c (kpse_find_file): Fix off-by-one in tests for suffix
4046         length.
4048         * pathsearch.c (log_search): Fix problem with debugging output.
4050         * mktextfm: Order of options to hbf2gf turns out to matter.
4052         * mktexpk: Updates from Thomas: don't remove generated fonts
4053         because of bad pos errors; better handling of type1 fonts.
4055         * mktexnam: Updates from Thomas for Czech fonts.  Consult fontmaps
4056         if a fonts fell into unknown/unknown.
4058         * mktexmf: Updates from Thomas for Czech fonts.
4060         * mktexdir: Small fix from Julian Gilbey.
4062         * cnf.c: Apple's MacOsX is also unix-like.
4064         * access.c: Parametrise the help string as in readlink.c.
4066         * Makefile.in: Use INSTALL_DATA, not INSTALL_SCRIPT, for the *.opt
4067         files.
4069         * AUTHORS: Update accounts for MakeTeX scripts and expand.c.
4071         * c-memstr.h: Don't declare strstr if strstr is already a define.
4072         Suggested by Paul Vojta <vojta@math.berkeley.edu>.
4074         * readlink.c: Corrected a bug in the help string (wrong program
4075         name), reported by several people.
4077 1999-03-26  Olaf Weber  <olaf@infovore.xs4all.nl>
4079         * kpathsea.version: Set MINOR to 3.
4081         * configure.in: Bumped KPSEVERSION to 3.3.
4083 1999-03-23  Olaf Weber  <olaf@infovore.xs4all.nl>
4085         * texmf.in: More changes from Thomas, add MISCFONTS for
4086         kpse_miscfonts_format.
4088         * tex-file.c: Implement kpse_miscfonts_format.
4090         * tex-file.h: New format: kpse_miscfonts_format, to be used for
4091         small sets of fonts for which no real type has been defined.
4093         * mktextfm: Add support for hbf fonts.  (From Werner Lemberg.)
4095         * withenable.ac: Remove implementation of some --with-* options.
4097         * common.ac: Move implementation of some --with-* options here
4098         from withenable.ac, so the latter can be included elsewhere with
4099         kpathsea's acconfig.h or derivatives being seen.
4101 1999-03-17  Olaf Weber  <olaf@infovore.xs4all.nl>
4103         * texmf.in: Size increases for context, requested by Hans Hagen.
4105         * texmf.in: Update from Thomas.
4107         * Makefile.in: TEXMF_CNF -> VARTEXMF
4109         * mktexmf: Small fix to a case statement from Berthold Höllmann
4110         <bhoel@starship.python.net>.
4112 1999-03-15  Olaf Weber  <olaf@infovore.xs4all.nl>
4114         * win32lib.h: Patch from Fabrice.
4116         * variable.c (kpse_var_value, expand): Handle the VAR_progname
4117         construct.  After Julian Gilbey <jdg@maths.qmw.ac.uk>.
4119         * tex-file.c: Fixes to the code that forces an update of the
4120         paths.  After Julian Gilbey <jdg@maths.qmw.ac.uk>.
4122         * mktexmf: Changes to support CB font family.  From Kimon
4123         Kontovasilis <kimon@cyclades.nrcps.ariadne-t.gr>.
4125         * kpathsea.texi: Update address info of TUG.
4127         * config.h: Remove outdated comment, explicitly include
4128         kpathsea/c-auto.h.
4130         * cnf.c (do_line): Correct comment, remove unused code.
4131         (read_all_cnf): Strip trailing whitespace.
4132         (kpse_cnf_get): Fix memory leak.
4133         After Julian Gilbey <jdg@maths.qmw.ac.uk>.
4135         * acconfig.h: We no longer use this for all kpathsea using
4136         programs, just kpathsea itself.  Thus the WEB2CVERSION macro goes,
4137         as does other stuff that belongs to web2c or xdvik.
4139         * Makefile.in: Allow the c-auto.h file to be installed.
4141 1999-02-18  Olaf Weber  <olaf@infovore.xs4all.nl>
4143         * mktex.opt: Document nomfdrivers option.
4145         * mktextfm: Implement nomfdrivers option.
4147         * mktexpk: Implement nomfdrivers option.
4149         * install.texi: Document new option: nomfdrivers.
4151         * kpsewhich.man: Document how search parts are determined.
4153         * mktexlsr: Really skip empty components.  From Thomas.
4155         * tex-file.c (kpse_reset_program_name): Don't free the old paths,
4156         they may not have been allocated on the heap.
4158 1999-02-16  Olaf Weber  <olaf@infovore.xs4all.nl>
4160         * tex-file.c (kpse_reset_program_name): Ensure that when the
4161         program name changes, the various paths will indeed be updated.
4163 1999-02-14  Olaf Weber  <olaf@infovore.xs4all.nl>
4165         * mktexupd: Fix test whether argument is a directory name.  From
4166         Thomas.
4168         * mktexlsr: Skip empty components.
4170         * mktexnam.opt: This file is supposed to be sourced, not executed,
4171         so remove the #!.  From Thomas.
4173         * mktexdir.opt: This file is supposed to be sourced, not executed,
4174         so remove the #!.  From Thomas.
4176         * mktex.opt: This file is supposed to be sourced, not executed, so
4177         remove the #!.  From Thomas.
4179         * config.h: Make sure c-auto.h is included before win32lib.h,
4180         which needs definitions from the former.
4182 1999-02-06  Olaf Weber  <olaf@infovore.xs4all.nl>
4184         * win32lib.h: Add pragma warning, for the S_* defines, only define
4185         them if they are not defined already.
4187         * pathsearch.h (kpse_all_path_search): Add KPSEDLL, from Fabrice.
4189         * debug.h (fclose): Add KPSEDLL, from Fabrice.
4191         * config.h [WIN32]: Remove pragma warning.  From Fabrice.
4193 1999-02-04  Olaf Weber  <olaf@infovore.xs4all.nl>
4195         * withenable.ac: Rename AR_OPTS to ARFLAGS.
4197         * texmf.in: Cleanup of semicolon/comma.  Remove the double slash
4198         between 'fonts' and its subdirs.  Sites using pseudo-TDS will have
4199         to add these by hand from now on.
4201         * tex-file.c (init_path, add_suffixes): Remove __cdecl, from
4202         Fabrice.
4204         * mktexmf: Special cases for 30 and 36 points, as requested by the
4205         sauter mainainer Jeroen Nijhof <J.H.B.Nijhof@aston.ac.uk>.
4207         * kpsewhich.c (main): Remove __cdecl, from Fabrice.
4209         * kpsestat.c (main): Remove __cdecl, from Fabrice.
4211         * install.texi: The +u flag is no longer recommended for HP-UX.
4213         * getopt.h [!WIN32]: Remove define of __cdecl, from Fabrice.
4215         * elt-dirs.c (safe_beg_of_path): Change return type to unsigned
4216         int, because other functions expect this.
4218         * concatn.c (concatn): Remove __cdecl, from Fabrice.
4220         * common.ac: sinclude from ../texk now, from Thomas.
4222         * c-proto.h [!WIN32]: Removed define of __cdecl, from Fabrice.
4224         * access.c (main): Removed __cdecl, from Fabrice.
4226 1999-01-27  Olaf Weber  <olaf@infovore.xs4all.nl>
4228         * xputenv.c (xputenv) [WIN32]: Don't free old value, ever.
4230         * win32lib.h: Fixes by Fabrice.
4232         * win32lib.c: Fixes by Fabrice.
4234         * version.c (kpathsea_version_string, kpse_bug_address): Add
4235         KPSEDLL, by Fabrice.
4237         * variable.h (kpse_var_value, kpse_var_expand): Add KPSEDLL, by
4238         Fabrice.
4240         * texmf.in: Change path separators back to commas, use semicolon
4241         instead of colon, correct TEXINPUTS for the pdfeTeX family,
4242         TEXPSHEADERS for the pdfTeX family.  By Thomas Esser.
4244         * tex-make.h (kpse_make_tex_discard_errors): Add KPSEDLL, by
4245         Fabrice.
4247         * tex-make.c (maketex): Add cast to shup up a compiler.  From
4248         Fabrice.
4250         * tex-hush.h (kpse_tex_hush): Add KPSEDLL, by Fabrice.
4252         * tex-glyph.h (kpse_find_glyph, kpse_bitmap_tolerance): Add
4253         KPSEDLL, by Fabrice.
4255         * tex-glyph.c (try_resolution): Add casts to quiet a compiler.
4256         From Fabrice.
4258         * tex-file.h (kpse_fallback_resolutions_string, kpse_format_info,
4259         kpse_set_program_enabled, kpse_maketex_option, kpse_init_format,
4260         kpse_find_file, kpse_open_file, kpse_reset_program_name): Add
4261         KPSEDLL, by Fabrice.
4263         * tex-file.c (init_path, add_suffixes): Add __cdecl, by Fabrice.
4264         (kpse_init_format): Correct definition of "other ... files" to take
4265         different path separators into account.  After Fabrice.
4267         * str-list.c (str_list_concat_elements): Make loop indices
4268         unsigned to quiet compilers.  By Fabrice.
4270         * readable.h (kpse_readable_file): Add KPSEDLL, by Fabrice.
4272         * readable.c [WIN32] (kpse_readable_file): Many changes by
4273         Fabrice.
4275         * progname.h (program_invocation_name,
4276         program_invocation_short_name, kpse_program_name,
4277         kpse_set_program_name, kpse_set_progname): Add KPSEDLL, by
4278         Fabrice.
4280         * progname.c: Remove my_dirname function, which returns in its own
4281         file renamed to xdirname.  From Fabrice.
4282         (kpse_set_program_name) [WIN32]: Close handle.  By Fabrice.
4284         * proginit.h (kpse_init_prog): Add KPSEDLL, by Fabrice.
4286         * pathsearch.h (kpse_path_element, kpse_element_dirs,
4287         kpse_path_search): Add KPSEDLL, by Fabrice.
4289         * pathsearch.c (path_search): We now strip devices in the caller.
4290         From Fabrice.
4292         * magstep.h (kpse_magstep_fix): Add KPSEDLL, by Fabrice.
4294         * magstep.c (magstep, kpse_magstep_fix): Casts to quiet an unruly
4295         compiler.  Added by Fabrice.
4297         * line.h (read_line): Add KPSEDLL, by Fabrice.
4299         * lib.h (concat, concat3, xstrdup, uppercasify, atou, same_file_p,
4300         xbasename, find_suffix, remove_suffix, make_suffix, make_prefix,
4301         extend_filename, xputenv, xputenv_int, xgetcwd,dir_p, dir_links,
4302         xfopen, xfclose, xfseek, xftell, xmalloc, xrealloc, xcalloc): Add
4303         KPSEDLL, by Fabrice.
4304         (xdirname): New function, by Fabrice.
4306         * kpsewhich.c (read_command_line): Add KPSEDLL to external
4307         functions, by Fabrice.
4308         (main): Add __cdecl, by Fabrice.
4310         * kpsestat.c (main): Add __cdecl, by Fabrice.
4312         * hash.h (hash_table_type, hash_insert, hash_remove, hash_lookup):
4313         Add KPSEDLL, by Fabrice.
4315         * hash.c [WIN32]: Different implementation of TRANSFORM, for speed
4316         reasons.  From Fabrice.
4318         * getopt.h: Changes for KPSEDLL, by Fabrice.
4320         * fn.h (fn_init, fn_copy0, fn_free, fn_1grow, fn_grow,
4321         fn_str_grow, fn_shrink_to): Add KPSEDLL, by Fabrice.
4323         * expand.h (kpse_expand, kpse_brace_expand, kpse_path_expand): Add
4324         KPSEDLL, by Fabrice.
4326         * elt-dirs.c (safe_beg_of_path): New function by Fabrice.  Used to
4327         strip device from a path before feeding it to expand_elt.
4328         (kpse_element_dirs): Call safe_beg_of_path.
4330         * debug.h (kpathsea_debug, fopen): Add KPSEDLL, by Fabrice.
4332         * db.h (kpse_db_insert): Add KPSEDLL, by Fabrice.
4334         * config.h [WIN32]: Add pragma to quiet some warnings.  From
4335         Fabrice.
4337         * concatn.h (concatn): Add KPSEDLL.  From Fabrice.
4339         * concatn.c (concatn): Add __cdecl.  From Fabrice.
4341         * cnf.h (kpse_cnf_get): Add KPSEDLL.  From Fabrice.
4343         * c-std.h: Don't include math.h if we're seen be a C++ compiler.
4344         From Fabrice.
4346         * c-proto.h [WIN32]: Instead of defining DllImport, define
4347         KPSEDLL.  This change makes building shared libraries on windows
4348         systems work better.  From Fabrice.
4350         * c-pathch.h [WIN32]: IS_UNC_NAME macro added by Fabrice.
4352         * access.c (main): Add __cdecl, from Fabrice.
4354         * absolute.h (kpse_absolute_p): Add KPSEDLL, from Fabrice.
4356         * Makefile.in: Account for the addition of xdirname.c.
4358 1999-01-24  Olaf Weber  <olaf@infovore.xs4all.nl>
4360         * texmf.in: Add support for pdfeTeX.
4362         * mktexpk: Correct typo: ps_topk -> ps_to_pk.
4364         * mktexnam: New version from Thomas.
4366         * mktexmf: Update for cs* fonts from Thomas.
4368         * kpathsea.texi: Update section on brace expansion.  Decided to
4369         keep the comma.
4371         * db.c (kpse_db_insert): Replace basename with xbasename.
4373 1999-01-19  Olaf Weber  <olaf@infovore.xs4all.nl>
4375         * kpsestat.c (main): Replace use of S_IFMT with an octal literal.
4377 1999-01-14  Olaf Weber  <olaf@infovore.xs4all.nl>
4379         * texmf.in: Remove open_any, add openout_any, openin_any.
4381         * str-list.h: Add prototype for str_list_concat_elements.
4383 1999-01-10  Olaf Weber  <olaf@infovore.xs4all.nl>
4385         * mktextfm: Implement --foo=bar style options.  From Thomas.
4387         * mktexpk: Implement --foo=bar options, by Thomas.  Changes for
4388         new version of gsftopk.  Changes to handle ttf2pk.  From Thomas.
4390         * xt.ac: Remove AC_PATH_XTRA here.
4392         * withenable.ac: Changes to aid cross-compiling.  Minor fixes.
4394         * unixtex.texi: Correct tug email address.  Minor corrections.
4396         * texmf.in: Minor changes, additions for context.  From Thomas.
4398         * tex-file.h: Use size in declaration of kpse_format_info.  From
4399         Fabrice.
4401         * tex-file.c (kpse_maketex_option): Initialise fmt on entry.  Test
4402         whether a fmt had been specified.
4403         (kpse_init_format): Put $TEXMF into the 'other files' formats, from
4404         Thomas.
4406         * str-list.c (str_list_concat_elements): New function, part of
4407         replacement for bash-derived code.
4409         * progname.c (my_subdir): New implementation from Fabrice.
4411         * mktexnam: Account for new release of lh fonts.  Don't do subdirs
4412         if we're using $KPSE_DOT as the destination directory.
4414         * mktexupd: Handle empty elements gracefully.
4416         * mktexmf: Account for new release of lh fonts.
4418         * mktexlsr: Minor fixes from Thomas.
4420         * mktexdir: Allow for creating more directories, fixes from
4421         Thomas.
4423         * mktex.opt: Add defaults for DPI and MAG.
4425         * kpsewhich.man: Various minor corrections.
4427         * kpsewhich.c: Begin implementing -all option.  (incomplete)
4429         * kpathsea.texi: Correct copyright, tug email address.
4431         * install.texi: Account for new texklib.tar.gz file.  Several
4432         minor corrections.
4434         * expand.c: Remove bash-derived code.
4436         * elt-dirs.c (do_subdir): Correct code to test whether we descend
4437         into subdirectories.
4439         * db.c: Add kpathsea/c-stat.h to includes.
4440         (db_build): Correct test of '0' to 0.
4442         * common.ac: Check for more functions in AC_CHECK_FUNCS, from
4443         Thomas.
4445         * cnf.c: do_line: Remove premature optimization.
4447         * c-proto.h: Add P8H, P8C, P9H, P9C.
4449         * c-memstr.h: Revision by Thomas Esser.
4451         * c-ctype.h: Add ISBLANK macro.
4453         * acconfig.h: Add define guard for c-auto.h.
4455         * Makefile.in: Change ../make/*.make to ../make/*.mk.
4456         Correct texmf.sed.
4457         Prevent substitution of $(texmf) in texmf.cnf in some
4458         cases.
4459         Replace semicolons with colons in paths.h.
4461 1998-09-15  Olaf Weber  <olaf@infovore.xs4all.nl>
4463         * mktexlsr: Trap more signals, make script hold up better under
4464         'sh -e', from Werner Fink <werner@suse.de>.
4466         * mktex.opt: Trap more signals, suggested by several people,
4467         particularly Thomas Gellekum.
4469 1998-08-03  Olaf Weber  <olaf@infovore.xs4all.nl>
4471         * progname.c (selfdir): Interpret empty PATH element as "."
4473 1998-07-26  Olaf Weber  <olaf@infovore.xs4all.nl>
4475         * tex-glyph.c (kpse_find_glyph): Memory management problem: we
4476         were deallocating a string prematurely.
4477         (try_fontmap): Test !ret before, not after, bumping the loop variable.
4478         Both reported by Werner Lemberg <a7971428@unet.univie.ac.at>.
4480 Sun Jun 21 14:43:44 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4482         * mktexlsr: Test for the presence of the magic string in ls-R, to
4483         prevent accidentally overwriting ls-R files that are not ours.
4484         Change the code to ensure ./ in front of directory names in the
4485         presence of different output from different versions of ls.
4487 Mon May  4 19:42:44 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4489         * Makefile.in (objects): Add xbasename.lo.
4491         * Rename basename.c to xbasename.c.
4493         * tilde.c (kpse_tilde_epxand): Handle a bare ~ gracefully.
4495         * basename.c: Rename basename to xbasename and make its
4496         compilation unconditional.
4498         * common.ac: Remove check for basename.
4500         * acconfig.h: Remove HAVE_BASENAME.
4502         * lib.h: Remove conditional declaration of basename, add
4503         unconditional declaration of xbasename.
4505         * progname.c (kpse_set_program_name): Replace call of basename
4506         with xbasename.
4508 Fri Apr 24 21:15:15 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4510         * install.texi: Doc fix; mention the library files for etex,
4511         pdftex, omega.
4513         * pathsearch.c (kpse_path_search): Fix memory leak found by "John
4514         W. Eaton" <jwe@bevo.che.wisc.edu>.
4516 Tue Apr  7 19:46:07 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4518         * kpsewhich.c (find_format): Correct an off-by-one error by using
4519         the found value instead of a faulty comparison.
4521 Mon Mar 16 19:25:15 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4523         * configure.in (KPSEVERSION): version 3.2.
4525         * mktex.opt: Set MT_MKTEXNAM_OPT, MT_MKTEXDIR_OPT here.
4527         * mktexnam: Move setting of MT_MKTEXNAM_OPT to mktex.opt.
4529 Sun Mar 15 19:55:30 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4531         * c-proto.h: Add P7H and P7C macros.
4533 Sat Mar 14 00:10:20 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4535         * win32lib.h: Patch from Fabrice.
4537         * c-dir.h [WIN32]: Patch from Fabrice.
4539 Fri Mar 13 23:23:33 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4541         * texmf.in: Added XDVIINPUTS and TEX4HTINPUTS.
4543 Thu Mar 12 08:04:50 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4545         * win32lib.c: New version from Fabrice Popineau.
4547 Wed Mar 11 19:55:10 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4549         * install.texi: Correction for description of dosnames behaviour
4550         on MS-DOS.  From Eli Zaretskii.
4552 Mon Mar  9 07:22:23 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4554         * mktexlsr: exit 0 if we succeeded.
4556         * withenable.ac: Remove double slashes from texmfmain variable.
4557         Strictly speaking, it is a user fault when this occurs, but...
4558         From Thomas Esser.
4560 Sun Mar  8 18:23:33 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4562         * tex-file.c: omkocp, omkofm -> mkocp, mkofm.
4564         * texmf.in: OMKOFM, OMKOCP -> MKOFM, MKOCP.
4566         * withenable.ac: omkofm, omkocp -> mkofm, mkocp.
4568 Thu Mar  5 15:32:48 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4570         * texmf.in: Add OMKOCP and OMKOFM analogous to MKTEXPK.
4572         * c-fopen.h [DOS]: Don't open files read-write if read suffices.
4574 Wed Mar  4 23:55:35 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4576         * withenable.ac: Add options for enabling/disabling
4577         omkocp/omkofm.  From John Plaice.
4579         * tex-file.c (init_format): Support omkocp and omkofm instead of
4580         MakeOmegaOCP and MakeOmegaOFM programs.  From John Plaice.
4581         (kpse_maketex_option): Some changes to handle ofm/ocp as well.
4583 Tue Mar  3 09:02:09 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4585         * tex-make.c (kpse_make_tex): Make same exception for AMIGA as for
4586         WIN32 and MSDOS.  From Andreas Scherer.
4588         * PROJECTS: Update mail address.
4590         * mktex.opt: Print message if VARTEXMF is not defined, then
4591         default to '$KPSE_DOT'.
4593         * mktexnam: Remove use of "shell !" from tests involving varfonts
4594         feature.  Simplify the code a bit.
4596 Fri Feb 27 19:55:11 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4598         * withenable.ac: Replace use of -a in test with && and second
4599         test.  From Thomas Esser <te@informatik.uni-hannover.de>.
4601 Tue Feb 24 13:16:56 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4603         * Makefile.in: Corrections for building/installing outside source
4604         dir.  From Vladimir Volovich <vvv@vvv.vsu.ru>.
4606         * mktexnam.opt: Correction MT_PKNAME -> MT_PKBASE to get dosnames
4607         feature to work.  From Eli Zaretskii.
4609 Mon Feb 23 10:17:22 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4611         * mktex.opt, mktexlsr: Use test ... || test ... instead of test
4612         ... -o ... .
4614         * mktexnam.opt: Remove use of MT_PKPART, MT_MFPART, and MT_TFMPART
4615         variables, since they're no longer defined.
4617         * expand.c (kpse_expand_kpse_dot [MSDOS]): A very ugly hack to
4618         deal with a very broken feature on some MSDOS systems.  After Eli
4619         Zaretskii.
4621 Fri Feb 20 17:18:19 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4623         * Makefile.in (texmf.sed): Remove VARTEXMF.
4625         * install.texi: Update for changes to varfonts.
4627         * kpathsea.texi: Remove references to format numbers.
4629         * kpsewhich.c (read_command_line): Remove printing of and support
4630         for format numbers.
4632         * mktex.opt: Remove VARTEXMF and related stuff, set dosnames for
4633         DOS.
4635         * mktexnam: Remove use of VARTEXMF, introduce SYSTEXMF, change
4636         semantics of varfonts.
4638         * mktexnam.opt: Remove reference to VARTEXMF, move setting of
4639         dosnames for DOS to mktex.opt.
4641         * mktexpk: Boilerplate tests.
4643         * mktexupd: Boilerplate tests.
4645         * progname.c: Move kpse_reset_program_name to tex-file.c.  This
4646         move means progname.o doesn't use a common object from tex-file.o
4647         anymore.  The NeXT linker would omit tex-file.o, then complain
4648         about an undefined symbol.  Thanks to Gregor Hoffleit
4649         <flight@thefly.mathi.uni-heidelberg.de> and Melissa O'Neill
4650         <oneill@cs.sfu.ca> for their help solving this.
4651         
4652         * progname.h: Move kpse_reset_progname to tex-file.h.
4654         * tex-file.c: Move kpse_reset_program_name here from progname.c.
4656         * tex-file.h: Move kpse_reset_program_name here from progname.h.
4658         * texmf.in: Remove VARTEXMF, add SYSTEXMF.
4660         * withenable.ac: Boilerplating, a correction of the default case
4661         of the --enable-multiplatform test.
4663 Mon Feb 16 09:46:47 1998  Olaf Weber  <olaf@infovore.xs4all.nl>
4665         * mktexpk: Dropped a $ in the wrong place, which made chmod look
4666         for a non-existent file.
4668         * Makefile.in (texmf.sed): Include the substitution for @web2c@ in
4669         TEXMFCNF.
4671         * Makefile.in (texmf.sed): Remove traling / from VARTEXMF
4672         substitution.
4673         (stamp-paths): Replace @ with % as sed delimiter.  The @ causes
4674         problems because it used in afs filenames.  Spotted by Matthias
4675         Clasen.
4677         * bugs.texi: Since the NeXT(step) problem is likely to be solved
4678         now, make description of bug less definite.
4680         * common.ac: Remove check for readlink.
4682         * kpathsea.texi: Document changes to search algorithm.
4684         * mktexlsr: Use % not @ as sed delimiter.
4686         * mktexmf: Correct permissions problem.
4688         * mktexnam: Use % not @ as sed delimiter.
4690         * mktexpk: Use % not @ as sed delimiter.  Correct permissions
4691         problem.  Set permissions before the file is moved into place.
4693         * mktextfm: Use % not @ as sed delimiter.  Correct permissions
4694         problem.  Set permissions before the file is moved into place.
4696         * mktexupd: Use % not @ as delimiter for sed.
4698         * readlink.c (main): Use S_ISLNK instead of HAVE_READLINK to test
4699         whether readlink is a known function.
4701         * tex-file.c (kpse_init_format): Make changes corresponding to the
4702         movement of kpse_tfm_format.
4703         (kpse_find_file): Reorganize searches; fold code of search #3 into
4704         #1 and #2; fold #5 into #2.  We now have two searches, plus an
4705         attempt to create missing files.
4707         * tex-file.h: Move kpse_tfm_format before kpse_ofm_format.  Might
4708         as well put it near the front then, because it is an often-used
4709         format.
4711         * texmf.in: VARTEXFONTS uses @vartexfonts@ so it can be filled in
4712         from the Makefile.  OFMFONTS changed to explicitly use TFMFONTS.
4713         TEXMCNF uses @web2c@ rather than @web2cdir@.
4715         * withenable.ac: Do not force default for --enable-multiplatform,
4716         so that we can inherit one from a script that calls us.
4718 Tue Feb 10 17:59:26 1998  Olaf Weber  <infovore@xs4all.nl>
4720         * withenable.ac: Don't abort configure run if the main texmf tree
4721         isn't found.
4723         * acconfig.h: Add EPSFWIN to the undefs.
4725         * install.texi: Update section on the handling of options by
4726         mktexpk.
4728         * mktex.opt: Comment on the duplication of the ls_R_magic string.
4730         * mktexlsr: Copy code from mktex.opt to mktexlsr, so the latter
4731         can run without the need to find the former.
4733         * mktextfm, mktexpk: Replace positional options with normal option
4734         handling.
4736         * mktextfm.man, mktexpk.man: Update documentation for the new
4737         option handling.
4739         * tex-file.c: Update the MKTEXPK_ARGS string for the new
4740         option-handling of mktexpk.
4742         * tex-make.c (kpse_make_tex): We pass the raw / to mktexpk in the
4743         --mfmode switch when appropriate; remove unset_mode variable.
4744         Update comments to reflect new situation.
4746         * kpathsea.texi: Note that empty path components are now ignored
4747         in stead of expanded to cwd.
4749         * line.c: Add prototype and clean up headers.
4751         * mktex.opt, mktexlsr, mktexmf, mktexnam, mktexpk, mktextfm,
4752         mktexdir, mktexupd: Make "caching" of some variables and file
4753         names in the environment possible.  Provide defaults in case the
4754         'web2c files' format doesn't work for finding files.  Suggested by
4755         Thomas Esser.
4757         * withenable.ac: Give a better message when the main texmf tree
4758         isn't found.
4760 Sat Feb  7 01:00:49 1998  Olaf Weber  <infovore@xs4all.nl>
4762         * elt-dirs.c (kpse_element_dirs): Return NULL, not the cwd, if
4763         we're given an empty string.
4765         * mktex.opt: Determine VARTEXFONTS here.
4767         * mktexnam: Move determination of VARTEXFONTS to mktex.opt.
4769 Fri Feb  6 17:59:59 1998  Olaf Weber  <infovore@xs4all.nl>
4771         * config.h: Update definition of KPATHSEA to 32.
4773         * expand.c (kpse_path_expand): Do not recursively expand a leading
4774         //, as in pathsearch.c.
4776         * kpsewhich.man: Update for --epxand-braces option.
4778         * texmf.in: Put texmf.local before texmf in the TEXMFCNF path.
4780         * withenable.ac: Make code for finding texmfmain more robust.
4782 Wed Feb  4 20:39:10 1998  Olaf Weber  <infovore@xs4all.nl>
4784         * readable.c: Correct typo: '#elsif' -> '#elif'.
4786 Tue Feb  3 17:08:34 1998  Olaf Weber  <infovore@xs4all.nl>
4788         * kpathsea.texi: Update for changes to kpsewhich.
4790 Mon Feb  2 21:12:06 1998  Olaf Weber  <infovore@xs4all.nl>
4792         * xputenv.c: Undid last patch from Fabrice -- it was a "fix" that
4793         suppresses warnings on his compiler, and engenders them on mine.
4795 Sun Feb  1 16:08:49 1998  Olaf Weber  <infovore@xs4all.nl>
4797         * lib.h [!DOSISH]: Correct definition of FILESTRNCASEEQ.
4799         * mktexmf: Correct call to mktexnam.
4801         * kpsewhich.c: New option --expand-braces.
4802         (expand_path): Removed.
4803         (main): Add code for --expand-braces, account for new definition of
4804         kpse_path_expand.
4806         * expand.h: Rename kpse_path_expand to kpse_brace_expand.  Add new
4807         kpse_path_expand.
4809         * expand.c (kpse_path_expand): New implementation, based on
4810         path_expand from kpsesewhich.c.
4811         (kpse_brace_expand): The old kpse_path_expand.  Change calls to
4812         kpse_brace_expand to kpse_brace_expand_element.
4813         (kpse_brace_expand_element): The old kpse_brace_expand, but with
4814         static linkage.  Changes calls to kpse_brace_expand to
4815         kpse_brace_expand_element.
4817         * tex-file.c (init_path): Replace kpse_path_expand with
4818         kpse_brace_expand.
4820         * texmf.in: Correct input variables for mltex variants.  Add pdftex
4821         to TEXPSHEADERS path.
4823 Thu Jan 29 16:15:44 1998  Olaf Weber  <infovore@xs4all.nl>
4825         * Makefile.in: Update for readlink.
4827         * common.ac: Test for readlink function.
4829         * access.c, kpsestat.c: No need to explicitly include c-auto.h.
4831         * mktex.opt: Adapt to new way of finding the script.  Do the
4832         actual lookup for mktexnam, mktexdir, and mktexupd here.  Make a
4833         bit more robust.
4835         * mktexlsr: Make file handling more robust, use kpsewhich to find
4836         supporting scripts like mktex.opt and mktexnam, use readlink to
4837         trace symlinks.
4839         * mktexupd, mktexpk, mktextfm, mktexmf, mktexdir, mktexnam: Make
4840         file handling more robust, use kpsewhich to find supporting
4841         scripts like mktex.opt and mktexnam, simplify somewhat.
4843         * mktexnam.opt: Make handling of names more robust.
4845         * readlink.c, readlink.man: New files.
4847         * withenable.ac: Add --enable-multiplatform option.  Attempt to
4848         find the texmf directory, and complain if we fail to do so.
4850         * Makefile.in (texmf.sed): Remove sed for dbtex, dbfonts, change
4851         VARTEXFONTS to comply with texmf.in, and update comment.
4853         * c-vararg.h: Comment update from Peter Breitenlohner.
4855 Wed Jan 28 20:36:56 1998  Olaf Weber  <infovore@xs4all.nl>
4857         * Makefile.in: Keep c-auto.h out of kpathsea.h.
4859         * c-stat.h [WIN32]: Modification from Fabrice.
4861         * dir.c [WIN32]: Extensive modifications from Fabrice.
4863         * kpsestat.c, kpsewhich.c: Replace exit with return from main.
4864         From Fabrice.
4866         * readable.c [WIN32]: Separate definition of READABLE.  From
4867         Fabrice Popineau.
4869         * texmf.in: Remove almost all @var@ stuff, and just assume TDS for
4870         all.
4872         * win32lib.h: Modifications from Fabrice.
4874         * xputenv.c (xputenv): Minor fix from Fabrice.
4876         * win32lib.c: New file from Fabrice Popineau.  Replacement
4877         functions for Win32.
4879 Sun Jan 25 20:02:21 1998  Olaf Weber  <infovore@xs4all.nl>
4881         * texmf.in: Increase buf_size to 50000 (from 10000).
4883         * tex-file.c (kpse_find_file): In the first search, postpone
4884         pounding the disk until all possible suffixes have been tried.
4886         * line.c (read_line): Accept any of NL, CR, and CRLF as
4887         end-of-line.
4889 Fri Jan 23 14:45:19 1998  Olaf Weber  <infovore@xs4all.nl>
4891         * access.c: Use return instead of exit to get rid of some compiler
4892         warnings.  From Fabrice.
4894         * c-fopen.h: Changes for CYGWIN32.
4896         * c-proto.h: Patch from Fabrice Popineau for Win32.
4898         * kpathsea.texi: Document kpse_web2c_format,
4899         kpse_program_text_format, kpse_program_binary_format.
4901         * mktex.opt, mktexdir, mktexlsr, mktexmf, mktexnam, mktexpk,
4902         mktextfm, mktexupd: Use -expand-path instead of -expand-var where
4903         possible.  This makes the handling of !! more robust.
4905         * tex-file.c (kpse_find_file): Handle other cases than precisely
4906         one extension in search number 3.
4907         (kpse_init_format): Add kpse_web2c_format, kpse_program_text_format,
4908         kpse_program_binary_format.
4910         * tex-file.h: Add kpse_web2c_format, kpse_program_text_format,
4911         kpse_program_binary_format.
4913         * tex-hush.c: Test the "path element" h, not the whole hush.
4915         * texmf.in: Add a definition for WEB2C.  Add some Omega-related
4916         parameters, from John Plaice.
4918 Tue Jan 13 19:46:58 1998  Olaf Weber  <infovore@xs4all.nl>
4920         * mktexpk, mktextfm: Only move $NAME.log file if it exists and is
4921         not empty.
4923 Mon Jan 12 06:22:59 1998  Olaf Weber  <infovore@xs4all.nl>
4925         * kpathsea.texi: Fixes from Gerd Neugebauer <gerd@uni-koblenz.de>.
4927 Sun Jan 11 18:26:56 1998  Olaf Weber  <infovore@xs4all.nl>
4929         * mktexupd: Two changes: absence of the current tree in the ls-R
4930         path is not an error; create an ls-R file if the current tree is
4931         in the ls-R path and the file doesn't yet exist.
4933 Sat Jan 10 09:55:47 1998  Olaf Weber  <infovore@xs4all.nl>
4935         * tex-hush.c: A null pointer could be fed to strcmp.
4937 Fri Jan  9 21:08:45 1998  Olaf Weber  <infovore@xs4all.nl>
4939         * mktexnam: Add $COMSPEC test, and use $SEP for path separator when
4940         splitting paths.  From Eli Zaretskii.
4942         * mktexlsr: Correct usage for determining absolute paths.  From
4943         Eli Zaretskii.
4945         * common.ac: Correct code in HAVE_PROTOTYPES test.
4947 Sun Jan  4 15:59:08 1998  Olaf Weber  <infovore@xs4all.nl>
4949         * Manual pages for access, kpsestat, kpsewhich, mktexlsr, mktexpk,
4950         mktexmf, mktextfm.
4952         * Makefile.in: Changes for manual pages.
4954 Thu Jan  1 10:11:49 1998  Olaf Weber  <infovore@xs4all.nl>
4956         * mktex.opt: Remove definition of $SEP; it is now needed before
4957         this script is sourced.
4959         * mktexlsr: If necessary, add location of script to PATH.
4961         * mktexupd: Put $SEP definition in script itself.
4963         * xputenv.c (xputenv): Move some declarations into the "not
4964         SMART_PUTENV" block to prevent "unused" warnings.
4966 Tue Dec 30 17:55:45 1997  Olaf Weber  <infovore@xs4all.nl>
4968         * install.texi, bugs.texi: Add comment about the need to use
4969         special compiler options in HP-UX.
4971         * mktexpk: Use nonstopmode for mf, in case of failure move log
4972         file to working directory.
4974         * mktextfm: Use nonstopmode for mf, in case of failure move log
4975         files to working directory.
4977         * mktexlsr: Add comment about use in cron scripts, use SEP
4978         variable for path separator.
4980         * mktexupd: Check for both new and old magic string in ls-R files,
4981         use SEP variable for path separator.
4983         * mktex.opt: Pick the correct path separator for MS-DOS and UNIX.
4984         Add a more appropriate magic string for ls-R files, but keep the
4985         old one around for compatibility.
4987         * Makefile.in (install-exec): Add check for original mktexlsr.
4989 Thu Dec 18 20:33:56 1997  Olaf Weber  <infovore@xs4all.nl>
4991         * tex-file.c (init_path): Rewrite test whether we're initializing
4992         the kpse_cnf_format paths.
4994         * tex-file.c (kpse_init_format): Initialise the binmode fields.
4995         (kpse_open_file): Use binmode field.
4997         * tex-file.h: Add binmode field to kpse_format_info_type.
4999         * kpsewhich.c: Correct option string.
5001         * tex-file.c (kpse_open_file): Assume kpse_truetype_format and
5002         kpse_type42_format are for binary files.
5004 Tue Dec 16 19:13:14 1997  Olaf Weber  <infovore@xs4all.nl>
5006         * texmf.in: Don't make PKFONTS.xdvi a special case.  Let all
5007         programs look in modeless.  If a program shouldn't look there,
5008         give it a special PKFONTS line.
5010 Mon Dec 15 18:58:01 1997  Olaf Weber  <infovore@xs4all.nl>
5012         * texmf.in: Add TTFONTS and T42FONTS.
5014         * Makefile.in (stamp-paths): The regular expression for variables
5015         had to be amended for T42FONTS.
5017         * tex-file.c (kpse_init_format): Add kpse_truetype_format and
5018         kpse_type42_format.
5020         * tex-file.h: Add kpse_truetype_format and kpse_type42_format to
5021         kpse_file_format_type.
5023 Sat Dec 13 11:24:23 1997  Olaf Weber  <infovore@xs4all.nl>
5025         * xputenv.c (xputenv [WIN32]): This system deletes an environment
5026         variable if it is set to "", with consequences for the code that
5027         reclaims the space.  From Fabrice Popineau.
5029 Fri Dec 12 10:44:02 1997  Olaf Weber  <infovore@xs4all.nl>
5031         * acconfig.h: Add HAVE_PROTOTYPES.
5033         * c-proto.h, c-vararg.h: Test for HAVE_PROTOTYPES.
5035         * common.ac: Add explicit test for prototypes, instead of relying
5036         on __STDC__.
5038         * hash.c, hash.h (hash_remove): New function.
5040         * install.texi: Rewritten passage on font destinations, corrected
5041         reference to Triptrap node in web2c.
5043         * mktexpk, mktextfm: When mv fails, try cp.  Matters on MS-DOS.
5045         * progname.c (selfdir): Test whether we are a directory, rather
5046         than whether we are not a link or file.
5048         * texmf.in: Change openout_any to paranoid.
5050 Tue Dec  9 19:08:04 1997  Olaf Weber  <infovore@xs4all.nl>
5052         * mktexpk: Restored test-and-move, which turns out not to be a
5053         no-op for fonts generated with gsftopk.
5055 Thu Dec  4 12:53:52 1997  Olaf Weber  <infovore@xs4all.nl>
5057         * texmf.in: Add TEXINPUTS.mltex and TEXINPUTS.mllatex.
5059 Tue Dec  2 12:58:04 1997  Olaf Weber  <infovore@xs4all.nl>
5061         * Makefile.in (distclean): Add stamp-paths.  From Sebastian Rahtz
5062         <s.rahtz@elsevier.co.uk>.
5064         * progname.c (kpse_set_program_name [!HAVE_PROGRAM_INVOCATION_NAME
5065         && !WIN32 && !__DJGPP__]): Remember to set
5066         program_invocation_name.
5068         * getopt.c: A few changes for WIN32.  From Fabrice Popineau.
5070 Mon Dec  1 19:08:07 1997  Olaf Weber  <infovore@xs4all.nl>
5072         * kpathsea.texi: Updated for absence of alternate TeX suffixes.
5074         * kpsewhich.c: Don't complain about unkown suffixes: it's all
5075         kpse_tex_format to us.
5077         * tex-file.c: Remove the interminable list of alternate TeX
5078         suffixes.
5080         * Makefile.in ($(library).h): Take win32lib.h into account: it
5081         should not be included by this file, as config.h will do so if
5082         needed.
5084         * progname.c (kpse_set_program_name [WIN32, __DJGPP__]): Changes
5085         from Fabrice Popineau.
5087         * win32lib.h: New file.  From Fabrice Popineau.
5089         * config.h: Include <kpathsea/win32lib.h> instead of
5090         "../win32/win32-compat.h".  From Fabrice Popineau.
5092         * access.c: Include <kpathsea/config.h>.  From Fabrice Popineau.
5094         * absolute.c (kpse_absolute_p [WIN32]): Filenames starting with \\
5095         are absolute on this platform.  From Fabrice Popineau.
5097         * tex-glyph.c (try_format): Oops, kpse_format_info[format].suffix
5098         is now a list of strings.
5100 Sun Nov 30 13:23:54 1997  Olaf Weber  <infovore@xs4all.nl>
5102         * texmf.in, mktex.opt, mktexdir, mktexdir.opt, mktexlsr, mktexmf,
5103         mktexnam, mktexnam.opt, mktexpk, mktextfm, mktexupd:  Add a
5104         MKTEXSCRIPT variable, which is the directory where supporting
5105         scripts are found.  Defaults to $TEXMFMAIN/web2c if not defined.
5107         * Makefile.in, bugs.texi, db.h, install.texi, kpathsea.texi,
5108         kpsewhich.c, proginit.c, tex-file.c, tex-file.h, tex-glyph.c,
5109         tex-make.c, tex-make.h, texmf.in, withenable.ac, mktex.opt,
5110         mktexdir, mktexdir.opt, mktexlsr, mktexmf, mktexnam, mktexnam.opt,
5111         mktexpk, mktextfm, mktexupd: Changes for the great renaming...
5113 Sat Nov 29 13:10:42 1997  Olaf Weber  <infovore@xs4all.nl>
5115         * The great renaming of the MakeTeX* scripts.
5116                 MakeTeXPK        -> mktexpk
5117                 MakeTeXTFM       -> mktextfm
5118                 MakeTeXMF        -> mktexmf
5119                 MakeTeXls-R      -> mktexlsr
5121                 MakeTeX.site     -> mktex.cnf
5122                 MakeTeXcommon    -> mktex.opt
5123                 MakeTeXmkdir     -> mktexdir
5124                 MakeTeXmkdir.opt -> mktexdir.opt
5125                 MakeTeXnames     -> mktexnam
5126                 MakeTeXnames.opt -> mktexnam.opt
5127                 MakeTeXupdate    -> mktexupd
5129         * Makefile.in (install-exec): Adapted for removal MakeTeX.cnf.
5131         * MakeTeX.cnf: Removed.
5132         
5133         * MakeTeXcommon: Fold MakeTeX.cnf into MakeTeXcommon.
5135         * tex-file.c (kpse_init_format): Add kpse_fmt_format add ".efmt"
5136         and ".efm" to additional suffixes.
5138         * db.c [DB_HASH_SIZE]: From 7603 increased to 15991.
5140         * tex-file.c: Yet more suffixes for kpse_tex_format.
5142 Tue Nov 25 18:19:17 1997  Olaf Weber  <infovore@xs4all.nl>
5144         * progname.c (kpse_set_program_name): Ensure that
5145         kpse_program_name doesn't get an .exe suffix.  The
5146         program_invocation*name variables retain it.
5148 Mon Nov 24 22:03:12 1997  Olaf Weber  <infovore@xs4all.nl>
5150         * MakeTeXls-R: When creating the ls-R file from scratch, derive
5151         its permissions from the $db_dir, not from the current dir.
5153 Sun Nov 23 13:17:16 1997  Olaf Weber  <infovore@xs4all.nl>
5155         * texmf.in: Update to use : instead of , in braces.
5157         * kpathsea.texi: Document use of path separator in brace
5158         expansion, note that the comma is deprecated.
5160         * path-elt.c (element): Dont split within braces.
5162         * expand.c (expand_amble): Break text in pieces at ENV_SEP as well
5163         as commas.
5165 Sat Nov 22 19:35:30 1997  Olaf Weber  <infovore@xs4all.nl>
5167         * tex-file.c: Correction of description "PostScript header/font"
5168         to "PostScript header".
5170         * db.c (kpse_db_insert): Add cast for const correctness.
5172         * kpathsea.texi: Document kpse_set_program_name; updates.
5174         * kpsewhich.c: Many changes to support multiple standard suffixes.
5176         * progname.c (kpse_set_program_name): Add a few casts for const
5177         correctness.
5179         * tex-file.c: Many changes to support lists of standard suffixes.
5181         * tex-file.h: kpse_format_info_type: change type of suffix from
5182         const_string to const_string*.
5184 Fri Nov 21 15:17:35 1997  Olaf Weber  <infovore@xs4all.nl>
5186         * c-proto.h: Restored AA macro, needed by revised web2c.
5188 Thu Nov 20 14:23:33 1997  Olaf Weber  <infovore@xs4all.nl>
5190         * MakeTeXPK: Removed a test-and-move that is always a no-op.
5192         * MakeTeXnames: A shell on FreeBSD didn't like the ${foo:=`bar`}
5193         construct.
5195 Wed Nov 19 17:24:08 1997  Olaf Weber  <infovore@xs4all.nl>
5197         * MakeTeXls-R, MakeTeXMF, MakeTeXPK: Make temporary names fit into
5198         the 8.3 pattern.  After Eli Zaretskii.
5200         * MakeTeXTFM: Make temporary names fit into the 8.3 pattern.
5201         Allow a second optional argument.  Update usage message.  After
5202         Eli Zaretskii.
5204         * MakeTeXcommon: Make temporary names fit into the 8.3 pattern.
5205         Do a 'cd /' before we cd to $KPSE_DOT, for MS-DOS' sake.  After
5206         Eli Zaretskii.
5208         * MakeTeXnames: If $DEST starts with "letter-colon-slash", it
5209         still indicates an absolute path.  After Eli Zaretskii.
5211         * MakeTeXnames.opt: Enable dosnames if we find COMSPEC set in the
5212         environment.  This is apparently the canonical test for this kind
5213         of thing.  After Eli Zaretskii.
5215         * Makefile.in: Numerous small changes to make building on MS-DOS
5216         easier.  In particular to the rule for texmf.sed.
5218         * install.texi: Add table headers.  After Eli Zaretskii.
5220         * tex-file.c (kpse_open_file): Open kpse_tex_ps_header_format and
5221         kpse_pict_format files in binary mode.  After Eli Zaretskii.
5223 Tue Nov 18 11:50:35 1997  Olaf Weber  <infovore@xs4all.nl>
5225         * install.texi, README, Makefile.in: Changed the name of CONFIGURE
5226         to README.CONFIGURE.
5228         * Makefile.in (mostlyclean): delete klibtool.version.
5230 Sat Nov 15 21:13:46 1997  Olaf Weber  <infovore@xs4all.nl>
5232         * MakeTeXPK: Use quotes to ensure that test "$mf_bdpi" != $BDPI
5233         has a first argument.  This occurs only in pathological
5234         circumstances, but is nevertheless annoying.
5236         * texmf.in: Add TEXINPUTS.foo for omega and lambda.
5238 Fri Nov 14 16:35:46 1997  Olaf Weber  <infovore@xs4all.nl>
5240         * texmf.in: Add TEXINPUTS.foo definitions for e-TeX and PDFTeX.
5242         * tex-file.h: Add kpse_find_ofm and kpse_find_ovf macros.
5244         * tex-file.c (kpse_find_file): Add a search for Omega.
5246 Thu Nov 13 22:43:06 1997  Olaf Weber  <infovore@xs4all.nl>
5248         * progname.c (expand_symlinks): Don't call fclose on a NULL
5249         pointer.  After Gary Jennejohn <garyj@peedub.muc.de>.
5251 Wed Nov 12 16:20:02 1997  Olaf Weber  <infovore@xs4all.nl>
5253         * kpsewhich.c: Use kpse_set_program_name instead of
5254         kpse_set_progname.
5256         * tex-file.c, cnf.c: Use kpse_program_name instead of
5257         program_invocation_short_name.
5259         * progname.h (kpse_set_program_name, kpse_reset_program_name): New
5260         functions.
5261         (kpse_program_name): New global.
5263         * progname.c (kpse_set_program_name): New function, to replace
5264         kpse_set_progname.  This fixes the problem that we may want to
5265         pretend to be a different program, but need the name by which we
5266         were called because that is the one for an executable and is
5267         guaranteed to exist.  The pretend-name is stored in
5268         kpse_program_name.
5269         (kpse_reset_program_name): To reset kpse_program_name to a
5270         different value.  It makes a half-hearted attempt to clear the
5271         search path information, so that the new name is used there as
5272         well.
5274 Mon Nov 10 13:14:01 1997  Olaf Weber  <infovore@xs4all.nl>
5276         * configure.in (KPSEVERSION): version 3.1.
5278 Thu Nov  6 20:25:49 1997  Olaf Weber  <infovore@xs4all.nl>
5280         * texmf.in: Corrected comment on size of max_print_line: it must
5281         at least be 60.
5283 Tue Nov  4 19:08:37 1997  Olaf Weber  <infovore@xs4all.nl>
5285         * Makefile.in (install-data): Handle a split kpathsea.info.
5287         * common.ac: Add a test to ensure that autoconf 2.12.1 -- the one
5288         with our own hacks -- is used.
5290 Wed Oct 29 11:49:46 1997  Olaf Weber  <infovore@xs4all.nl>
5292         * c-fopen.h [!DOSISH]: Guard against redefining O_BINARY.  From
5293         Andreas Scherer <andreas.scherer@pobox.com>.
5295 Mon Oct 27 17:25:19 1997  Olaf Weber  <infovore@xs4all.nl>
5297         * install.texi: Update for new MakeTeX* scripts.
5299         * MakeTeXnames: Handling of empty namepart.
5301 Fri Oct 24 14:23:58 1997  Olaf Weber  <infovore@xs4all.nl>
5303         * getopt.[hc]: Changes for WIN32, which are likely to be a pain if
5304         these files are ever updated wholesale.  After Fabrice Popineau.
5306 Thu Oct 23 11:16:26 1997  Olaf Weber  <infovore@xs4all.nl>
5308         * MakeTeXnames: Corrected bug in assignemnt to stdfontpath.
5310 Wed Oct 22 17:36:57 1997  Olaf Weber  <infovore@xs4all.nl>
5312         * MakeTeXmkdir: Added a bit of boilerplate to the use of
5313         MT_APPEND_MASK.
5315         * Makefile.in: It's acconfig.h, not c-auto.h, that we do not want
5316         to install.
5318         * lib.h: Remove kpathsea/config.h from the includes.  Note that
5319         lib.h is itself included by config.h.
5321         * Makefile.in: Change generation of kpathsea.h to put config.h
5322         first.
5324 Tue Oct 21 23:15:28 1997  Olaf Weber  <infovore@xs4all.nl>
5326         * MakeTeX.site, MakeTeX.cnf: Remove MT_FILE_PERMS, MT_DIR_PERMS.
5328         * MakeTeXmkdir: Use kpsestat to obtain suitable directory
5329         permissions.
5331         * MakeTeXnames, MakeTeXnames.opt: Include code that infers
5332         destination directories from where the sources are found.  Make
5333         use of fontmaps an option, move that part of the code to
5334         MakeTeXnames.opt.
5336         * MakeTeXls-R: Use kpsestat to obtain suitable file permissions;
5337         this means we no longer use unset.  Use access rather than test to
5338         determine whether we can write the ls-R database.
5340         * MakeTeXTFM, MakeTeXMF, MakeTeXPK: Use kpsestat to obtain
5341         suitable file permissions.
5343         * Makefile.in: Minor changes, because of the new files and
5344         renaming.
5346         * MakeTeXnames.opt, MakeTeXmkdir.opt: renamed from
5347         MakeTeXnames.cnf and MakeTeXmkdir.cnf respectively.  Now
5348         MakeTeX.cnf contains the standard configuration, and MakeTeX.site
5349         the local adjustments.
5350         
5351         * kpsestat.c, access.c: New files.
5353 Mon Oct 20 07:22:33 1997  Olaf Weber  <infovore@xs4all.nl>
5355         * common.ac, Makefile.in, acconfig.in, config.h, install.texi,
5356         kpathsea.texi: Rename texmf.cnf.in to texmf.in / c-auto.h.in to
5358         * Renamed texmf.cnf.in to texmf.in.
5360         * bugs.texi: Add descriptions of GSFTOPK_DEBUG, MAKETEX_DEBUG, and
5361         MAKETEX_FINE_DEBUG.  From Fabrice Popineau.
5363         * c-fopen.h [WIN32]: Use setmode in stead of _setmode.  From
5364         Fabrice Popineau.
5366         * c-pathch.h, absolute.c [NAME_BEGINS_WITH_DEVICE]: Corrected
5367         definition. From Fabrice Popineau.
5369         * c-proto.h: Cosmetic change in definition DllImport.  From
5370         Fabrice Popineau.
5372         * debug.h [WIN32 && _DEBUG]: Extra debugging code for WIN32.  From
5373         Fabrice Popineau.
5375         * install.texi: Extend description of the dosnames feature.  After
5376         Fabrice Popineau.
5378         * lib.h: Add kpathsea/config.h to the includes.  New macro STRNEQ.
5379         From Fabrice Popineau.
5381         * progname.c (kpse_set_progname [WIN32]): New environment variable
5382         KPSE_DEBUG_OUTPUT.  If defined, it names a file to which stderr
5383         will be redirected.  From Fabrice Popineau.
5385         * tex-make.c: Various cosmetic changes for WIN32/MS-DOS.  From
5386         Fabrice Popineau.
5388 Fri Oct 17 10:41:08 1997  Olaf Weber  <infovore@xs4all.nl>
5390         * db.c (kpse_db_insert): Remove dubious cast of result of basename.
5392         * progname.c (kpse_set_progname [!HAVE_PROGRAM_INVOCATION_NAME]):
5393         Removed dubious cast of basename.
5395         * tex-file.c (kpse_find_file): Reorganize searches, so that
5396         foo.bar.tex is found before foo.bar.
5398         * tex-make.c (maketex) [MSDOS]: Redirect stderr to the null device
5399         without using the shell (which requires users to install a port of
5400         a Unixy shell, since stock DOS shells don't allow redirecting
5401         stderr).
5402         (kpse_make_tex) [MSDOS]: Don't use the shell to redirect stderr.
5403         From Eli Zaretskii <eliz@is.elta.co.il>.
5405         * readable.c (READABLE) [__DJGPP__]: Use `access' instead of
5406         `stat', since `stat' is expensive on MS-DOS. Eli Zaretskii
5407         <eliz@is.elta.co.il>.
5409         * pathsearch.c (search) [__DJGPP__]: Make `stat' work in the
5410         fastest possible way, since it can be very expensive on MS-DOS.
5411         (main): Use ENV_SEP_STRING instead of explicit ":".
5412         From Eli Zaretskii <eliz@is.elta.co.il>.
5414         * path-elt.c (main): Use ENV_SEP_STRING instead of explicit ":".
5415         From Eli Zaretskii <eliz@is.elta.co.il>.
5417         * kpsewhich.c (path_expand): Handle file names with device
5418         letters.
5419         (read_command_line): Use ENV_SEP_STRING instead of explicit ":".
5420         After Eli Zaretskii <eliz@is.elta.co.il>.
5422         * kdefault.c (main): Use ENV_SEP_STRING instead of explicit ":"
5423         (which is only true on Unix).  From Eli Zaretskii
5424         <eliz@is.elta.co.il>.
5426         * cnf.c (do_line) [__DJGPP__]: Don't convert semi-colons to
5427         colons, even though DJGPP defines `unix'.  From Eli Zaretskii
5428         <eliz@is.elta.co.il>.
5430         * absolute.c (kpse_absolute_p) [DOSISH]: Don't assume the drive
5431         letter is alphanumeric. From Eli Zaretskii <eliz@is.elta.co.il>.
5433         * xgetcwd.c (xgetcwd) [DOSISH]: Prepend drive letter before path.
5434         From Eli Zaretskii <eliz@is.elta.co.il>.
5436         * progname.c (kpse_set_progname) [__DJGPP__]: Compute the long
5437         file name of the program given its 8+3 alias.
5438         (kpse_set_progname) Compute SELFAUTOLOC before removing the
5439         ".exe" suffix, if any, because `selfdir' might look along the PATH
5440         for the file.
5441         After Eli Zaretskii <eliz@is.elta.co.il>.
5443         * config.h (DOSISH): Move the definition to the top, so we could
5444         define MONOCASE_FILENAMES right there.
5445         [__DJGPP__]: Include DJGPP-specific headers.
5446         [DOSISH]: Let DJGPP use ST_NLINK_TRICK, since it supports it.
5447         From Eli Zaretskii <eliz@is.elta.co.il>.
5449         * lib.h (FILESTRNCASEEQ): New macro, for partial compares of
5450         filenames.  From Eli Zaretskii <eliz@is.elta.co.il>.
5452         * c-fopen.h (FOPEN_RBIN_MODE, FOPEN_WBIN_MODE): Let MS-DOS use
5453         these also.
5454         (FOPEN_ABIN_MODE): New macro, defines how to open a binary file for
5455         appending.
5456         (SET_BINARY): New macro, switches an already open file to binary
5457         mode (required for stdin/stdout on MS-DOS/MS-Windows).
5458         From Eli Zaretskii <eliz@is.elta.co.il>.
5460         * c-pathch.h (NAME_BEGINS_WITH_DEVICE): Don't assume the drive
5461         letter is A-Z only (DOS allows 6 characters beyond Z).  After Eli
5462         Zaretskii <eliz@is.elta.co.il>.
5464 Thu Oct 16 10:22:42 1997  Olaf Weber  <infovore@xs4all.nl>
5466         * configure.in: Update stamp-auto after creating c-auto.h.  From
5467         Peter Breitenlohner.
5469         * Makefile.in: Don't rewrite paths.h if it was not changed.  After
5470         Peter Breitenlohner.
5472 Wed Oct 15 15:33:43 1997  Olaf Weber  <infovore@xs4all.nl>
5474         * xputenv.c (xputenv): Don't do anything if the old and new values
5475         of the environment variables are identical, because some libraries
5476         (DJGPP) will will optimize away such no-ops, and therefore freeing
5477         the old value will lead to disaster.  Free new_item if it was
5478         copied by the library `putenv'.  From Eli Zaretskii
5479         <eliz@is.elta.co.il>
5481         * tex-file.c (kpse_open_file): Open
5482         kpse_{pk,base,fmt,mem,type1}_format files in binary mode.
5484         * install.texi: Remove description of the feature that (say)
5485         MAKETEXPK in the environment can be used to provide a
5486         specification of the argument list of MakeTeXPK.  Reason: the
5487         feature isn't implemented.
5489 Tue Oct 14 17:08:22 1997  Olaf Weber  <infovore@xs4all.nl>
5491         * xgetcwd.c: Rename DO_NOT_USE_GETCWD to GETCWD_FORKS.
5492         * common.ac: Add a test for GETCWD_FORKS.
5493         * acconfig.h: Include GETCWD_FORKS.
5495 Mon Oct 13 19:42:58 1997  Olaf Weber  <infovore@xs4all.nl>
5497         * path-elt.c (element): Always return a new string rather than a
5498         part of the path, as the returned string may be modified.
5500         * tex-file.c (remove_dbonly): Replaced hard-coded ':' with
5501         ENV_SEP.  From Fabrice Popineau.
5503         * common.ac, configure.in: Move definition of KPSEVERSION from
5504         common.ac to configure.in.
5506         * common.ac: Check for presence of getcwd.
5508         * xgetcwd.c: Use getcwd in preference to getwd, unless
5509         DO_NOT_USE_GETCWD is defined.
5511         * MakeTeX.cnf: Made varfonts the default.
5513         * elt-dirs.c, path-elt.c, tilde.c, variable.c: Print (nil) instead
5514         of (null), so we can distinguish *printf being fed a null pointer.
5516         * tex-file.c: remove_dbonly: Corrected off-by-one error in
5517         allocation.
5519 Sat Oct 11 13:48:33 1997  Olaf Weber  <infovore@xs4all.nl>
5521         * elt-dirs.c (main) [TEST, AMIGA]: Changed test code for Amiga.
5522         From Andreas Scherer <Scherer@physik.rwth-aachen.de>.
5524 Mon Oct  6 16:36:50 1997  Olaf Weber  <infovore@xs4all.nl>
5526         * install.texi: Document --enable-maintainer-mode switch.
5528 Sat Oct  4 19:27:22 1997  Olaf Weber  <infovore@xs4all.nl>
5530         * MakeTeXnames.cnf: Add "strip" feature for backwards
5531         compatibility with 7.0.
5532         * Use a new set of MakeTeX* scripts, from Thomas Esser.
5534 Fri Oct  3 09:54:47 1997  Olaf Weber  <infovore@xs4all.nl>
5536         * kpsewhich.c (path_expand): Don't scribble in the datastructures
5537         of the system to get rid of trailing slash, use "%.*s" format of
5538         printf instead.
5540         * Makefile.in (texmf.sed, paths.h): Take the changes to texmf.cnf.in
5541         into account.
5542         * texmf.cnf.in: Redo variable definitions for the sake of clarity.
5544         * hash.c (hash_create): Make ret static to work around a gcc
5545         optimizer bug on the Alpha.
5547         * elt-dirs.c (do_subdir,expand_elt): Cleanup by Greg Hudson
5548         <ghudson@MIT.EDU>, which might fix the '//' in path problem on the
5549         Amiga as well.
5551         * xrealloc.c: Get prototype for realloc from config.h, give
5552         prototype for xmalloc, prototype xrealloc itself.  After Fabrice
5553         Popineau.
5555         * xmalloc.c: Give xmalloc a prototype, get prototype for malloc
5556         from config.h.  After Fabrice Popineau.
5558         * tex-file.c [TEX_SUFFIXES]: Brought into sync with tex.ch.
5560         * install.texi: Extend comments on shared library support.
5562 Thu Oct  2 00:14:57 1997  Olaf Weber  <infovore@xs4all.nl>
5564         * texmf.cnf.in [buf_size]: Increased from 3000 to 10000.
5566         * tex-file.h (enum kpse_src_type): removed trailing comma.  From
5567         Ezra Peisach <epeisach@auriga.rose.brandeis.edu>.
5569         * c-proto.h [AA]: Obsolete due to changes to web2c.y; removed.
5571         * bugs.texi: Document KPSE_DEBUG_VARS.
5572         * debug.h [KPSE_DEBUG_VARS]: New #define for debugging.  From
5573         Nicolai Langfeldt <janl@math.uio.no>.
5574         * variable.c (kpse_var_value): Add code to report how variables
5575         were expanded.  From Nicolai Langfeldt <janl@math.uio.no>.
5577         * progname.c (selfdir) [!AMIGA]: Directories were mistaken for
5578         executables.  From Matthias Clasen
5579         <mclasen@sun2.mathematik.uni-freiburg.de>
5581         * tex-file.c (remove_dbonly): New function that strips the !! from
5582         path specifications.  Called when creating the path for
5583         kpse_db_format.  From Thomas Esser <te@informatik.uni-hannover.de>
5585         * install.texi: The default installation directory is not always
5586         /usr/local, as configure will pick the location of an existing tex
5587         installation.
5589 Wed Oct  1 13:43:18 1997  Olaf Weber  <infovore@xs4all.nl>
5591         * texmf.cnf.in: Various definitions have changed to take advantage
5592         of the new brace expansion code.  The various intermediate
5593         variables (fontdir, web2cdir, ...) have been removed because you
5594         could burn yourself severely by accidentally setting these
5595         undocumented variables -- this happened with some versions of make
5596         during compilation.
5598 Tue Sep 30 16:14:48 1997  Olaf Weber  <infovore@xs4all.nl>
5600         * kpathsea.texi: Document changes in brace expansion.
5601         * expand.c (array_concat): reversed the order concatenation, which
5602         result in more usable brace expansion.
5603         (kpse_expand_kpse_dot): new function.
5604         (kpse_path_expand): call kpse_expand_kpse_dot to expand relative
5605         components using KPSE_DOT, if the latter is defined.
5607         * common.ac: Define the version string.
5608         * version.c: Replaced version string with a define.
5609         * acconfig.h: Added defines for version strings.
5610         * Makefile.in: Let version = @KPSEVERSION@.
5611         * common.ac: Introduce KPSEVERSION for version.
5613         * tex-file.c (kpse_maketex_option): choose proper mf and tfm
5614         formats rather than tex.
5616 Mon Sep 29 22:47:23 1997  Olaf Weber  <infovore@xs4all.nl>
5618         * db.c (match): Repaired several off-by-one bugs.
5620 Wed Sep 17 21:09:56 1997  Olaf Weber  <infovore@xs4all.nl>
5622         * withenable.ac: Added the --enable-maintainer-mode option.
5624 Tue Aug  5 17:26:16 1997  Karl Berry  <karl@cs.umb.edu>
5626         * config.h (KPATHSEA): Define for the sake of kpathsea code
5627                 getting merged back into original distributions.
5629 Sun Aug  3 17:14:47 1997  Karl Berry  <karl@cs.umb.edu>
5631         * install.texi: simple.tex doesn't exist in LaTeX 2e; it's sample2e.
5632         From: "Jonathan I. Kamens" <jik@cam.ov.com> and others.
5634         * db.c (kpse_db_search): Preprocessor # commands must start in
5635                 column 1 for DEC OSF/1 2.0 cc.
5636         From: Andrew Komornicki <komornic@maxwell.mps.nsf.gov>. 
5638         * common.ac (program_inv_name): Correct usage of AC_TRY_LINK.
5639         From: "John W. Eaton" <jwe@bevo.che.wisc.edu>.
5641         * Makefile.in (.SUFFIXES): Put before the .c.lo rule for the sake
5642                 of FreeBSD 2.1.7 make.
5643         From: Hiroto Kagotani <kagotani@in.it.okayama-u.ac.jp>.
5645 Thu Apr 17 17:35:37 1997  Karl Berry  <karl@cs.umb.edu>
5647         * Makefile.in (paths.h): Replace $web2cdir too,
5648         for the sake of DEFAULT_TEXMFCNF.
5649         From: M G Berberich <berberic@forwiss.uni-passau.de>.
5651 Tue Apr  1 17:48:18 1997  Karl Berry  <karl@cs.umb.edu>
5653         * fontmap.c: Doc fix.
5654         * kpsewhich.c (find_format): Try the long name if the file format
5655                 has no suffix, e.g., `dvips config'.
5656         From: "Tomasz J. Cholewo" <tjchol01@mecca.spd.louisville.edu>
5658 Sun Mar 23 16:44:21 1997  Karl Berry  <karl@cs.umb.edu>
5660         * tex-file.c (kpse_find_file): Don't assert that `name' is empty,
5661                 only NULL, so \input\relax doesn't crash.
5662         From: "Tomasz J. Cholewo" <T.Cholewo@ieee.org>.
5664 Fri Mar 21 16:09:47 1997  Karl Berry  <karl@cs.umb.edu>
5666         * MakeTeXPK, MakeTeXcommon: Support a redirect option to MTPK,
5667         from Thomas via Paul V.
5669         * progname.c (selfdir) [AMIGA]: Fix from Andreas.
5671 Sun Feb 16 15:49:07 1997  Karl Berry  <karl@cs.umb.edu>
5673         * withenable.ac: `enableval' should have been `withval',
5674         and value must be quoted.
5676         * MakeTeXTFM: Exit if mf fails, a la MakeTeXPK.
5677         From: Julian Gilbey <J.D.Gilbey@qmw.ac.uk>.
5679 Thu Feb 13 16:08:30 1997  Karl Berry  <karl@cs.umb.edu>
5681         * texmf.cnf.in (latex2*_inputs): Put $dbtex/generic before the
5682         ``other'' latex version.
5683         From: Olaf Weber <Olaf.Weber@cwi.nl>.
5685         * progname.c (selfdir): Protect against argv0 being dir/exename,
5686         not found in PATH.  Happens under Solaris.
5687         From: Ross Alexander <r.alexander@auckland.ac.nz> (and many others).
5689 Sun Feb 09 15:27:15 1997  Fabrice POPINEAU  <popineau@ese-metz.fr>
5691         * progname.c (kpse_set_progname): Added braces around Win32 code,
5692         because of variables declaration.
5694 Fri Feb  7 11:53:09 1997  Karl Berry  <karl@cs.umb.edu>
5696         * Version 3.0.
5698         * MakeTeXMF: Syntax problems with dc*.  Fix from Thomas.
5700         * MakeTeX*: sed command to strip off all but the first of multiple
5701         trees in $TEXMF was faulty.
5703         * c-pathch.h (ENV_SEP, ENV_SEP_STRING) [AMIGA]: Change to ;
5704         for Andreas.  Then Amiga binaries may be able to share
5705         the same texmf.cnf with Unix and NT.
5707         * texmf.cnf.in (main_memory): Decrease back to 263,000.
5708         It's not worth allocating 7MB on everyone's machine just
5709         to do xy-pic samples.  Add a comment about it.
5711 Thu Feb  6 10:27:50 1997  Karl Berry  <karl@cs.umb.edu>
5713         * db.c (kpse_db_search): If an alias exists on disk, and the
5714         original entry in ls-R doesn't, use the alias.  Idea, sample code
5715         from Fabrice.
5717         * cnf.c (do_line): Add awful kludge to translate ; to :
5718         when reading texmf.cnf values under Unix.  The idea is
5719         to be able to write a single texmf.cnf that will work
5720         under both NT and Unix.
5722         * db.c: Doc fixes.
5724         * MakeTeXcommon: Set ps_to_pk.
5725         * MakeTeXPK: Use ps_to_pk instead of hardwiring gsftopk.
5726         * MakeTeX.site: Include ps_to_pk comment.
5728         * texmf.cnf.in (TEXMFCNF): Include SELFAUTOLOC (at the front).
5729         * progname.c (kpse_set_progname): Include SELFAUTOLOC for the real
5730         directory.  It may be useful.  Suggested by Andreas.
5732         * MakeTeXcommon: Add case for fc.
5733         * MakeTeX.site: Add comment for fc.
5734         * MakeTeXMF: Add case for fc, generated like Sauter.
5735         From Francois and Thomas.
5737         * progname.c [WIN32]: SELFAUTODIR fix from Fabrice.
5739         * kpathsea.h: Do not #include <kpathsea.h> (infinite loop).
5740         From Fabrice and Richard.
5742 Tue Feb  4 13:20:09 1997  Karl Berry  <karl@cs.umb.edu>
5744         * tilde.c: xstrdup the result from getenv,
5745         since we end up freeing it with a path element of `~'.
5747         * MakeTeX.site: Include RCS id.
5749         * MakeTeX.site: Replace sample dc assignment with ec.
5751         * MakeTeXMF: Handle ec, use exbase for tc.
5753         * MakeTeXcommon (ecfontdir,tcfontdir): New variables.
5755 Tue Feb 04 15:11:29 1997  Fabrice POPINEAU  <popineau@ese-metz.fr>
5757         * progname.c: argv[0] under Win95 is set to the short
5758         filename of the executable run. Changed the way
5759         program_invocatio_name is retrieved : used the SearchPath() win32
5760         call, next FindFirstFile() to get the long filename. The selfdir
5761         stuff is not used any more for win32.
5763 Mon Feb  3 18:01:02 1997  Karl Berry  <karl@cs.umb.edu>
5765         * kpsewhich.c (read_command_line): Check for -1, not EOF,
5766         per new getopt.
5768 Sun Feb  2 16:06:42 1997  Karl Berry  <karl@cs.umb.edu>
5770         * texmf.cnf.in (PKFONTS.xdvi): Replace `gsftopk,ps2pk' by `modeless'.
5771         * MakeTeXPK (mode): Use `modeless' instead of `gsftopk'.
5773         * tex-file.c: Look for TEXINDEXSTYLE before INDEXSTYLE.
5775 Sat Feb  1 16:31:39 1997  Karl Berry  <karl@cs.umb.edu>
5777         * texmf.cnf.in: Doc fix.
5779         * progname.c (my_dirname): Check for device separators at the
5780         beginning fo the string.  From Andreas.
5782         * c-pathch.h (IS_DIR_SEP) [AMIGA]: New definition from Andreas.
5783         (NAME_BEGINS_WITH_DEVICE): Remove.
5785         * tex-make.c (maketex) [AMIGA]: Have to call system instead of popen
5786         due to different interface.  From Andreas.
5788         * progname.c (selfdir): Check self, not ret, for exiting the loop.
5789         (remove_dots): Missing indirection on ret.
5790         From Fabrice.
5792 Tue Jan 21 08:26:17 1997  Karl Berry  <karl@cs.umb.edu>
5794         * elt-dirs.c: Doc fixes.
5796         * db.c (match): Don't return false just because the path element
5797         ended in /.
5798         Bug from: Richard Walker <Richard.Walker@cs.anu.edu.au>.
5800         * expand.c (kpse_path_expand): Do variable expansion before
5801         splitting on path elements.
5802         Bug from: Richard Walker <Richard.Walker@cs.anu.edu.au>.
5804         * tilde.c [TEST]: Function name changed.
5805         From: Richard Walker <Richard.Walker@cs.anu.edu.au>.
5807         * texmf.cnf.in (MAILCAPLIBDIR): Rename from MAILCAPDIR.
5808         From Ulrik.
5810 Tue Jan 21 09:34:20 1997  Fabrice POPINEAU  <popineau@ese-metz.fr>
5812         * c-pathch.h: NAME_BEGINS_WITH_DEVICE(string) new macro testing
5813         for the presence of a device name in front of the string.
5815         * progname.c (remove dots): stop before device name if
5816         present. When building the filename, do not add leading DIR_SEP if
5817         there is a device.
5819         * pathsearch.c (path_search): avoid searching the whole disk
5820                 adapted for win32.
5822         * db.c: support aliases file along with db files. An alias file is
5823         named with ALIAS_NAME and the hashtable size is
5824         ALIAS_HASH_SIZE. When a name looked for has an alias, the alias is
5825         searched instead of the original name. The format of the aliases
5826         file is "real_name alias_name", one pair per line. Currently only
5827         for WIN32.
5829 Mon Jan 20 12:01:14 1997  Karl Berry  <karl@cs.umb.edu>
5831         * progname.c: Amiga patch from Andreas.
5833 Sun Jan 19 14:29:00 1997  Karl Berry  <karl@cs.umb.edu>
5835         * pathsearch.c (path_search): Strip off all but one of leading /'s.
5836         We never want to search the whole disk.
5838         * progname.c: Expand symlinks off the final filename, not the
5839         directory name.
5841 Sat Jan 18 14:39:00 1997  Karl Berry  <karl@cs.umb.edu>
5843         * texmf.cnf.in (param_size): Increase to 500 for the chemical
5844         formula macro package.  From Thomas.
5846         * progname.c (expand_symlinks, ReadSymLink, CopyFirst, StripFirst,
5847         StripLast): New functions to expand symbolic links for SELFAUTO*.
5848         Noted by Thomas.
5850         * texmf.cnf.in (PKFONTS.xdvi): Fix tpyo.
5851         Document that memory changes
5852         (trie_size): Increase to 64000.
5854 Fri Jan 17 13:08:08 1997  Karl Berry  <karl@cs.umb.edu>
5856         * progname.c (remove_dots): Don't free the constant null string.
5857         From Andreas.
5859         * texmf.cnf.in (dbfontdir): Change to dbfonts (the commented-out one).
5861 Thu Jan 16 10:13:19 1997  Karl Berry  <karl@cs.umb.edu>
5863         * cnf.c (kpse_cnf_get): Avoid recursive init, due to new
5864         $TETEXDIR and other variables in default TEXMFCNF value.
5866         * getopt*, strtol.c: New versions from /gd/gnu/lib.
5868         * c-std.h (ALLOC_RETURN_TYPE): Only define if we're going to use it.
5870         * acconfig.h (EDITOR): Oops, %s not +%s.
5871         From: tim@maths.tcd.ie.
5873         * progname.c (kpse_set_progname): One more my_dirname call
5874         to get the parent and the grandparent in the environment variables.
5876         * texmf.cnf.in (texdir): Rename from tex, to avoid clash with
5877         TEX used by makempx -- win32 doesn't distinguish case on envvars.
5878         From Fabrice.
5879         (WEB2CDIR): Lowercase, so it doesn't end up in paths.h, just
5880         for cleanliness.
5882         * progname.c (kpse_set_progname): Pass program_invocation_name
5883         to selfdir instead of progname, just in case we
5884         HAVE_PROGRAM_INVOCATION_NAME and it's something different.
5885         From Fabrice.
5887         * tex-file.c (kpse_open_file): ocp, ofm and ovf should use
5888         FOPEN_RBIN_MODE.  From Fabrice and John Plaice.
5890         * progname.c [AMIGA]: Fix syntax errors, remove_dots not necessary.
5891         From Andreas Scherer.
5893         * MakeTeXupdate: MakeTeXls-R isn't in the conf dir anymore, just
5894         in the regular path.
5895         From Thomas.
5897 Sun Jan 12 17:22:35 1997  Karl Berry  <karl@cs.umb.edu>
5899         * cnf.c (read_all_cnf): Do not test unallocated memory on empty
5900         lines; crashed on Alphas.
5902         * progname.c (dirname): Rename to my_dirname to avoid clash on Alphas.
5904 Sat Jan 11 16:28:54 1997  Karl Berry  <karl@cs.umb.edu>
5906         * c-std.h (calloc, malloc, realloc) [!STDC_HEADERS]: Only declare
5907         in this case.
5909 Tue Jan  7 17:44:01 1997  Karl Berry  <karl@cs.umb.edu>
5911         * MakeTeXPK: Doc fix.
5913         * texmf.cnf.in (KPSE_DOT): Define.
5915         * c-memstr.h: Doc fix.
5917 Wed Jan  1 16:58:02 1997  Karl Berry  <karl@cs.umb.edu>
5919         * pathsearch.h (kpse_filename_component): Declare this.
5920         * path-elt.c: Define it.
5921         * progname.c (remove_dots): New function to remove . and ..
5922         filename components.  Subsumes slashify, it turns out.
5924         * Makefile.in (install-exec): Install MakeTeXls-R in $(scriptdir).
5926 Mon Dec 30 16:22:42 1996  Karl Berry  <karl@cs.umb.edu>
5928         * progname.c (kpse_set_progname): Strip off .exe if present.
5930         * cnf.c: Doc fix.
5932         * progname.c (slashify): New function, to translate \ into / for WIN32.
5933         (selfdir): Call it.
5935         * lib.h (FILE{STR,CHAR}CASEEQ) [MONOCASE_FILENAMES]: Define these,
5936         continuing yesterday's changes.
5937         From Fabrice.
5939 Sun Dec 29 13:26:09 1996  Karl Berry  <karl@cs.umb.edu>
5941         * db.c (match, elt_in_db),
5942         * elt-dirs.c (cached),
5943         * hash.c (hash_lookup),
5944         * kpsewhich.c (find_format, TRY_SUFFIX),
5945         * tex-file.c,
5946         * cnf.c (do_line): Compare filenames with FILESTRCASEEQ or
5947         FILECHARCASEEQ to support monocase filesystems.
5948         * hash.c (hash) [MONOCASE_FILENAMES]: Transform keys to uppercase.
5949         From Fabrice.
5951         * basename.c (basename):  Consider device separators;
5952         if given 'e:foo.tex', should return 'foo.tex'.
5953         From: Fabrice POPINEAU <popineau@esemetz.ese-metz.fr>.
5955         * types.h (boolean): Protect with #ifndef HAVE_BOOLEAN, for NeXT.
5956         From: Raf Schietekat <flexus!rfschtkt@colds.ruca.ua.ac.be>
5958 Sat Dec 28 07:18:48 1996  Karl Berry  <karl@cs.umb.edu>
5960         * progname.c [AMIGA]: Add code for this case from Andreas S.
5962 Fri Dec 27 17:38:43 1996  Karl Berry  <karl@cs.umb.edu>
5964         * progname.c (S_IX{USR,GRP,OTH}): Define if not defined, for the NeXT.
5965         From: Gregor Hoffleit <flight@mathi.uni-heidelberg.de>.
5967         * texmf.cnf.in (TEXMFCNF): Rewrite using /.'s etc.  From Thomas.
5969 Sun Dec 15 06:21:22 1996  Karl Berry  <karl@cs.umb.edu>
5971         * common.ac (AC_CHECK_FUNCS): Add getwd.
5973         * lib.h (xgetcwd): Declare.
5974         * Makefile.in (objects): Add xgetcwd.lo.
5975         * xgetcwd.c: New file from xdvik.
5977         * texmf.cnf.in (TEXMFCNF): Add $SELFAUTODIR:$SELFAUTOPARENT.
5978         * progname.c (selfdir, dirname, etc.): New functions.
5979         (kpse_set_progname): Set SELFAUTODIR and SELFAUTOPARENT.
5981 Sat Dec 14 14:41:39 1996  Karl Berry  <karl@cs.umb.edu>
5983         * tex-file.h (kpse_src_type): New types kpse_tex{doc,source}_format.
5984         * tex-file.c (TEXDOC_ENVS, TEXSOURCE_ENVS): New envvars.
5985         (kpse_init_format): Handle them.
5986         * texmf.cnf.in (TEXDOCS, TEXSOURCES): New values.
5987         * kpathsea.texi: Document them.
5989 Fri Dec 13 16:46:00 1996  Karl Berry  <karl@cs.umb.edu>
5991         * expand.h: Doc fix.
5993 Thu Dec 12 17:25:25 1996  Karl Berry  <karl@cs.umb.edu>
5995         * xputenv.c [WIN32]: Work around putenv ("FOO=") unsetting
5996         FOO under NT.  From Fabrice.
5998 Mon Dec  9 23:27:45 MET 1996 Thomas Esser <te@informatik.uni-hannover.de>
6000         * kpsewhich.c: add option -show-path to display the search path for a
6001         given file type.
6003 Mon Dec  9 17:23:32 1996  Karl Berry  <karl@cs.umb.edu>
6005         * readable.c (READABLE): Check !S_ISDIR instead of S_ISREG,
6006         to allow fifo's.
6007         Suggestion from: Krzysio Leszczynski <chris@camk.edu.pl>.
6009         * tex-file.c (kpse_open_file): Open VF files in binary mode.
6010         From Fabrice.
6012         * types.h (boolean) [WIN32]: Remove this case, Fabrice
6013         has found another solution.
6015         * elt-dirs.c (expand_elt): Do not check for a device separator.
6016         From Fabrice.
6018         * texmf.cnf.in (OTPINPUTS, OCPINPUTS): These use a subdirectory omega/.
6019         From John P.
6021 Sun Dec  8 17:15:43 1996  Karl Berry  <karl@cs.umb.edu>
6023         * c-proto.h (DllImport): Define here.
6024         * config.h (DllImport): Instead of here.
6025         * kpsewhich.c: Other DllImport changes.
6026         * line.c [WIN32]: Include <malloc.h>.
6027         * tex-file.c: Oops, had FOPEN_RBIN_MODE vs. R reversed.
6028         * tex-make.c (kpse_make_tex_discard_errors): Add Dllimport.
6029         * types.h (boolean): Bizarre WIN32 definition.
6030         From: Fabrice POPINEAU <popineau@esemetz.ese-metz.fr>.
6032 Sat Dec  7 22:12:26 MET 1996 Thomas Esser <te@informatik.uni-hannover.de>
6034         * MakeTeXnames: Ensure that cmr1234 will be mapped to
6035         jknappen/sauter while cmr12 will still be mapped to public/cm.
6037 Fri Dec  6 15:08:35 1996  Karl Berry  <karl@cs.umb.edu>
6039         * texmf.cnf.in (OFMFONTS, etc.): New definitions for Omega.
6040         * tex-file.h (kpse_file_format_type): Define kpse_ocp_format, etc.
6041         * acconfig.h (MAKE_OMEGA_{OFM,OCP}_BY_DEFAULT): Include these.
6042         * tex-file.c (kpse_init_format): New cases for the Omega types.
6043         (OCP_ENVS, etc.): New environment variable lists.
6044         From: John Plaice <plaice@iad.ift.ulaval.ca>.
6046         * texmf.cnf.in: Use fonts//<format> consistently,
6047         instead of fonts/<format>.
6049         * lib.h (itoa): Remove, it seems we don't use this function any more.
6050         * itoa.c: Remove.
6051         * acconfig.h (HAVE_ITOA): Remove this.
6052         * Makefile.in (objects): Remove.
6054         * cnf.c (do_line): Oops, tested prog after freeing it,
6055         should have tested prog2.
6056         From: Fabrice POPINEAU <popineau@esemetz.ese-metz.fr>.
6058 Tue Dec  3 14:57:52 1996  Karl Berry  <karl@cs.umb.edu>
6060         * Makefile.in (objects): Remove strtol.lo, that's generated by
6061         configure.
6062         From: Gregor Hoffleit <flight@mathi.uni-heidelberg.de>.
6064 Mon Dec  2 09:05:54 1996  Karl Berry  <karl@cs.umb.edu>
6066         * MakeTeXcommon: Set KPSE_DOT before the trap.  From Thomas.
6068 Tue Dec  3 18:02:08 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
6070         * texmf.cnf.in (TRFONTS): Set this to /usr/lib/font/devpost
6071         indepent of $prefix.
6073 Mon Dec  9 00:28:58 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
6075         * MakeTeXcommon: Use `basename $0` in usage and version messages
6076         for consistency with other programs and scripts.
6077         Also accept -help, -version in addition to --help, --version.
6079         * MakeTeX{MF,PK,TFM,ls-R,mkdir,names,update}:
6080         Use `basename $0` in usage messages for consistency.
6081         
6082 Tue Dec  3 18:02:08 1996  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
6084         * texmf.cnf.in (TRFONTS): Set this to /usr/lib/font/devpost
6085         indepent of $prefix.
6087 Thu Nov 28 16:33:35 1996  Karl Berry  <karl@cs.umb.edu>
6089         * common.ac (AC_ISC_POSIX): Remove this; it causes warnings from
6090         Autoconf that make no sense, isn't cached, and is probably of
6091         dubious value today.
6092         * configure.in: Move the klibtool stuff to common.ac, so the
6093         program configure.in's can find it.
6095 Wed Nov 27 14:43:41 1996  Karl Berry  <karl@cs.umb.edu>
6097         * configure.in: Doc fix.
6098         * acconfig.h (HAVE_BASENAME, etc.): #undef these symbols so
6099         Autoheader can replace them; we use a non-standard macro to test
6100         for them, since they're part of the possibly-shared library.
6102 Mon Nov 25 14:04:42 1996  Karl Berry  <karl@cs.umb.edu>
6104         * Makefile.in (texmf.sed): Replace all $(texmf) with `$TEXMF'
6105         except on the TEXMF line itself.
6107 Sun Nov 24 10:06:35 1996  Karl Berry  <karl@cs.umb.edu>
6109         * Makefile.in (texmf.sed): Insert missing quote.
6110         (distdir): Use doc instead of listing all the targets (we were
6111                 missing unixtex.ftp).
6113         * kpsewhich.c (read_command_line): Print the integer equivalent of
6114         each format.
6116 Sat Nov 23 15:38:31 1996  Karl Berry  <karl@cs.umb.edu>
6118         * xt.ac (with_x): Remove spurious ;;.
6120 Fri Nov 22 18:00:41 1996  Karl Berry  <karl@cs.umb.edu>
6122         * cnf.c (do_line): Let var.prog lines work if we're running prog.exe.
6123         This happens with --enable-shared.
6124         From Ulrik.
6126 Mon Nov 18 16:10:48 1996  Karl Berry  <karl@cs.umb.edu>
6128         * tex-file.c (kpse_troff_font_format): Change to DEFAULT_TRFONTS
6129         to make texmf.cnf.in change.
6131 Fri Nov 15 14:13:36 1996  Karl Berry  <karl@cs.umb.edu>
6133         * Makefile.in (texmf.sed): Get $TEXMF back into the paths.
6134         Noted by Andreas Scherer.
6135         (distdir): Add klibtool.version to the distribution.
6136         From Ulrik.
6137         (install-exec): Use INSTALL_SCRIPT for scripts.
6139 Mon Nov 11 16:16:50 1996  Karl Berry  <karl@cs.umb.edu>
6141         * various .c: Print (nil) instead of (null) so we can possibly
6142         detect printf of a null pointer.
6144 Sun Nov 10 16:22:43 1996  Karl Berry  <karl@cs.umb.edu>
6146         * xt.ac: New file so web2c and xdvi treat --with-x-toolkit uniformly.
6147         From Ulrik.
6149 Thu Oct 31 15:38:48 1996  Karl Berry  <karl@cs.umb.edu>
6151         * expand.c (kpse_path_expand): Do brace expansion first.
6152         (kpse_brace_expand): Expand each element of the brace expansion, so
6153         {~a,~b} expands.  Suggested by Thomas.
6155 Fri Oct 25 16:51:14 1996  Karl Berry  <karl@cs.umb.edu>
6157         * Makefile.in (install-data): Install an empty dir file if none exists.
6158         (mostlyclean: Remove PROF etc. subdirs here.
6160 Tue Oct 22 13:56:20 1996  Karl Berry  <karl@cs.umb.edu>
6162         * Makefile.in ($(library).h): Make the modtime of the file the
6163         same as the latest other .h; otherwise, we think kpathsea always
6164         has to be remade.
6166 Sun Oct 20 18:06:36 1996  Karl Berry  <karl@cs.umb.edu>
6168         * Makefile.in (distdir): No need to distribute copying.texi.
6170 Mon Oct 14 11:32:51 1996  Karl Berry  <karl@cs.umb.edu>
6172         * Changes for NT from: Fabrice POPINEAU <popineau@esemetz.ese-metz.fr>.
6174         * xputenv.c (putenv) [WIN32]: #include <stdlib.h> instead of declaring.
6176         * tex-file.c (kpse_open_file): Use FOPEN_RBIN_MODE for tfm and gf
6177         formats.
6179         * xopendir.h [!WIN32]: Conditionalize whole file.
6180         * xopendir.c (xopendir) [!WIN32]: Conditionalize defn.
6182         * kpsewhich.c (DllImport) [_WIN32]: Define.
6183         (path_sep): Use ENV_SEP_STRING.
6185         * progname.h,
6186         * lib.h,
6187         * debug.h (kpathsea_debug),
6188         * concatn.h (concatn): Give DllImport kludge.
6190         * config.h (DOSISH) [WIN32]: #define.
6191         Also include <windows.h>, etc.
6193         * c-std.h (getenv, popen, pclose) [WIN32]: Conditionalize decls.
6194         * c-fopen.h [WIN32]: Use rb and wb.
6195         * c-limits.h [HAVE_SYS_PARAM_H]: Conditionalize #ifdef.
6196         * common.ac: Check for <sys/param.h>
6197         * c-stat.h [WIN32]: #include <io.h> and #define stat _stat.
6199 Sat Oct 12 11:10:45 1996  Karl Berry  <karl@cs.umb.edu>
6201         * tex-file.c (kpse_find_file): Include a suffix in what we pass to
6202         kpse_fontmap_lookup.
6204         * Makefile.in (paths.h): Remove extra $ when replacing $VARFONTS.
6206 Tue Oct  8 16:40:07 1996  Karl Berry  <karl@cs.umb.edu>
6208         * tex-glyph.c (try_fontmap): Do not return the first alias if it
6209         itself is an alias.  Also, if a particular alias succeeds,
6210         return that.
6212 Sun Oct  6 17:52:58 1996  Karl Berry  <karl@cs.umb.edu>
6214         * version.c: Doc fix.
6216 Sat Oct  5 17:06:54 1996  Karl Berry  <karl@cs.umb.edu>
6218         * kpsewhich.c (-must-exist): New option.
6219         (must_exist): New global.
6221         * Makefile.in (install-data): Call install-info.
6222         * kpathsea.texi, *.texi: Use @url, @email, and @dircategory/@direntry.
6224 Sat Sep 21 19:02:17 1996  Karl Berry  <karl@cs.umb.edu>
6226         * MakeTeXnames.cnf: Doc fix.
6228         * texmf.cnf.in (latex{2e,209}_inputs): Replace spurious `latex2e'.
6229         (TEXINPUTS.fontinst): New definition, including AFM files.
6230         (MFINPUTS, TFMFONTS, PKFONTS): Use $VARFONTS.
6231         From Thomas.
6233 Sat Sep  7 16:00:53 1996  Karl Berry  <karl@cs.umb.edu>
6235         * MakeTeXupdate,
6236         * MakeTeXnames,
6237         * MakeTeXmkdir,
6238         * MakeTeXls-R,
6239         * MakeTeXTFM,
6240         * MakeTeXPK,
6241         * MakeTeXMF (version): Call kpsewhich in MakeTeXcommon, not here.
6243         * version.c: Doc fix.
6245         * kpsewhich.c (read_command_line): Improve formatting of --help
6246         message.
6248 Fri Sep  6 19:16:20 1996  Karl Berry  <karl@cs.umb.edu>
6250         * kpsewhich.c (read_command_line): Print the bug reporting address.
6251         * version.c (kpse_bug_address): New global.
6253 Thu Sep  5 19:08:04 1996  Karl Berry  <karl@cs.umb.edu>
6255         * Makefile.in: Doc fix.
6257         * configure.in: Include ../acklibtool.m4 here.
6258         * common.ac: Not here.  Move calls to kb_*LIBTOOL* functions, too.
6260 Sun Sep  1 17:34:17 1996  Karl Berry  <karl@cs.umb.edu>
6262         * Makefile.in (.c.lo): Put filename right after $(CC), for Klibtool.
6263         (KPATHSEA_CC): Do not include ALL_CFLAGS here.
6264         (paths.h): Instead of deleting definitions with lowercase variable
6265         names, don't include them in the first place.
6267 Sat Aug 31 16:15:33 1996  Karl Berry  <karl@cs.umb.edu>
6269         * common.ac: Call kb_KLIBTOOL_REPLACE_FUNCS and kb_PROG_LIBTOOL
6270         instead of the AM_* versions.
6271         Also, include acklibtool.m4 instead of aclibtool.m4.
6273         * Makefile.in (liblobjs): Change to use @LTLIBOBJS@.
6275 Sat Aug 17 17:22:18 1996  Karl Berry  <karl@cs.umb.edu>
6277         * texmf.cnf.in (PKFONTS*, GFFONTS): Need another / to match TDS.
6279 Sat Aug 10 15:46:46 1996  Karl Berry  <karl@cs.umb.edu>
6281         * texmf.cnf.in (TFMFONTS, VFFONTS): Update with trailing // for TDS.
6283         * MakeTeXupdate,
6284         * MakeTeXnames.cnf,
6285         * MakeTeXnames,
6286         * MakeTeXTFM,
6287         * MakeTeXMF,
6288         * MakeTeXmkdir,
6289         * MakeTeXls-R,
6290         * MakeTeXPK: Change --expand to -expand-var.
6292         * tex-glyph.c (try_fontmap): Return the real name of the first
6293                 alias as the font name.
6294         (kpse_find_glyph): Change call, free string if necessary, etc.
6295         Basic idea from a patch sent by wls@astro.umd.edu.
6297 Fri Aug  9 15:42:40 1996  Karl Berry  <karl@cs.umb.edu>
6299         * Makefile.in (paths.h): Substitute for dbtex, dbfonts, and prefix.
6300         Also, do not define lowercase variables.
6302 Thu Aug  8 14:50:29 1996  Karl Berry  <karl@cs.umb.edu>
6304         * texmf.cnf.in (TEXCONFIG, INDEXSTYLE): Use //, just in case there
6305                 are subdirectories. From Thomas.
6307 Tue Aug  6 13:59:03 1996  Karl Berry  <karl@cs.umb.edu>
6309         * kpsewhich.c (lookup): Handle user_path case.
6311 Mon Aug  5 17:23:56 1996  Karl Berry  <karl@cs.umb.edu>
6313         * kpsewhich.c: Rename -expand to -expand-var,
6314         -path to -expand-path, and add new -path option to specify
6315         explicit path for lookups.
6317         * tex-file.h (kpse_ist_format): New format.
6318         * tex-file.c (kpse_init_format): Initialize it.
6319         (IST_ENVS): New #define.
6320         * texmf.cnf.in (INDEXSTYLE): Set the default path.
6322         * tilde.c (kpse_tilde_expand): If $HOME starts with //, only use
6323         one of the slashes.
6325 Sat Aug  3 17:18:00 1996  Karl Berry  <karl@cs.umb.edu>
6327         * kpsewhich.c (read_command_line): Change Usage: line to conform.
6329 Fri Aug  2 11:57:23 1996  Karl Berry  <karl@cs.umb.edu>
6331         * db.c (db_build): Test len > 0 before evaluating len - 1.
6332         From: "Peter Henderson, Syrinx Speech Systems P/L, Tel: (+61-2)
6333                 956-6540" <peterh@syrinx.com.au>.
6335 Sat Jul 27 14:35:17 1996  Karl Berry  <karl@cs.umb.edu>
6337         * Makefile.in (paths.h): Change target name to
6338         $(kpathsea_dir)/paths.h, for rdepend.make dependency.
6340         * Makefile.in (liblobjs): New variable, gets @LIBTOOL_LIBOBJS@.
6341         * common.ac (kbAC_LIBTOOL_REPLACE_FUNCS): Use this new macro instead
6342         of AC_REPLACE_FUNCS.
6344 Fri Jul 26 15:51:55 1996  Karl Berry  <karl@cs.umb.edu>
6346         * Makefile.in (KPATHSEA_CC): Include $(compile).
6347         (.c.lo): Change suffix rule for libtool 0.5.
6348         (install-exec): Use new variables INSTALL_LIBTOOL_*.
6350 Mon Jul  8 17:21:34 1996  Karl Berry  <karl@laurie>
6352         * unixtex.texi: Rename from obtain.texi.
6354 Fri Jun  7 19:10:52 1996  K. Berry  <kb@cs.umb.edu>
6356         * common.ac: Include ../kpathsea/withenable.ac.
6358 Thu Jun  6 16:34:43 1996  K. Berry  <kb@cs.umb.edu>
6360         * Makefile.in (kpsewhich): Use libtool commands etc. instead of
6361         our shared lib stuff.
6362         * common.ac: Replace our shared lib stuff with gm_PROG_LIBTOOL.
6363         * withenable.ac: Remove --enable-shared stuff.
6365 Sat Jun  1 15:05:42 1996  Karl Berry  <karl@cs.umb.edu>
6367         * MakeTeX*: Add RCS info for version strings.
6369 Thu May 30 13:46:46 1996  Karl Berry  <karl@cs.umb.edu>
6371         * MakeTeXPK: Doc fix; we're called with the base font name
6372         (pplr8r), not the user font name (pplr).
6374         * db.c (ignore_dir_p): Remove the dot_pos != dirname test,
6375         since it's always true. It caused directory names containing .'s
6376         (e.g., `dc-1.2') to be ignored.
6377         From Thomas Esser and Frank Mittelbach.
6379 Sun May 26 16:06:41 1996  Karl Berry  <karl@cs.umb.edu>
6381         * tex-make.c (kpse_make_tex): If called kpse_init_form, reassign
6382         our local variable, too.
6384 Thu May 23 16:20:53 1996  Karl Berry  <karl@cs.umb.edu>
6386         * MakeTeXnames: Doc fix.
6388 Fri May  3 13:34:51 1996  Karl Berry  <karl@cs.umb.edu>
6390         * withenable.ac: Use AC_ARG_WITH instead of AC_ARG_ENABLE for
6391         maketex*.
6393         * tex-file.c (kpse_find_file): Oops, testing for kpse_pk_format
6394         twice, when meant to test for kpse_gf_format.
6396         * cnf.c (do_line): Allow whitespace in variable values.
6398         * texmf.cnf.in: Finish adding easier support for !!. From Joachim.
6400 Wed May  1 16:30:56 1996  Karl Berry  <karl@cs.umb.edu>
6402         * texmf.cnf.in (TEXCONFIG): Take $HOME back out again, we're going
6403         to hardwire a seach for dvipsrc in $HOME.
6405 Mon Apr 29 14:02:03 1996  Karl Berry  <karl@cs.umb.edu>
6407         * texmf.cnf.in (latex2e_inputs): Use just `latex', not `latex2e'.
6408         From: David Carlisle <carlisle@cs.man.ac.uk>.
6409         (TEXINPUTS, etc.): Also rewrite to make !! support easier to add.
6410         From: Joachim Schrod <schrod@iti.informatik.th-darmstadt.de>.
6412         * install.texi: Document ksh/ash/Ultrix sh lossage, in favor of
6413         bash/bsh/sh5.
6415 Sun Apr 28 15:02:55 1996  Karl Berry  <karl@cs.umb.edu>
6417         * acconfig.h (ASM_NEEDS_UNDERSCORE): New define.
6418         From: Peter Breitenlohner <peb@MPPMU.MPG.DE>.
6420         * Makefile.in (sharedlib_version): Remove unused variable.
6422 Sat Apr 27 17:15:14 1996  Karl Berry  <karl@cs.umb.edu>
6424         * texmf.cnf.in (hyph_size): Add this.
6426 Tue Apr 23 07:34:05 1996  Karl Berry  <karl@cs.umb.edu>
6428         * texmf.cnf.in (MIMELIBDIR, MAILCAPDIR): Add these.
6429         (MPXCOMMAND): And these.
6431         * MakeTeX.site: New file, just an example.
6433 Mon Apr 22 17:31:27 1996  Karl Berry  <karl@cs.umb.edu>
6435         * MakeTeXnames.conf: Rename to MakeTeXnames.cnf.
6436         * MakeTeXnames: Change call.
6437         * Makefile.in (install-exec): Change install.
6439 Sun Apr 21 12:09:06 1996  Karl Berry  <karl@cs.umb.edu>
6441         * tex-file.h (kpse_set_program_enabled, kpse_maketex_option):
6442         Declare new functions.
6443         (kpse_src_type): Define new type.
6444         * tex-file.c (kpse_set_program_enabled): New function, so we can
6445         set this at all the various levels and get the overrides right.
6446         (kpse_maketex_option): Handle MakeTeX options in a common place.
6447         * proginit.c (kpse_init_prog): Call it, and remove the make_tex_pk
6448         argument.
6449         * proginit.h (kpse_init_prog): Likewise.
6450         * kpsewhich.c (parse_options): New options -maketex and -nomaketex,
6451         just calls kpse_maketex_option.
6453         * Makefile.in ($(library).h): New target, made at dist time.
6455 Sat Apr 20 17:21:24 1996  Karl Berry  <karl@cs.umb.edu>
6457         * tex-file.c (kpse_find_file): Do not pound the disk on the first
6458         search if we might be trying the second.
6460 Tue Mar 12 15:21:16 1996  Karl Berry  <karl@cs.umb.edu>
6462         * MakeTeXPK: Restore check for mismatched mode and bdpi.  From Thomas.
6464 Sun Mar 10 14:17:14 1996  Karl Berry  <karl@cs.umb.edu>
6466         * MakeTeXnames.conf: Rename VARFONTS to VARTEXFONTS.
6468         * MakeTeXcommon (trap): Oops, cd $KPSE_DOT before testing $STDOUT.
6470 Sat Mar  9 17:57:02 1996  Karl Berry  <karl@cs.umb.edu>
6472         * MakeTeXcommon (trap): cd back to KPSE_DOT before removing
6473         TEMPDIR, in case $TMPDIR is relative.  Reported by Thomas.
6475 Fri Mar  8 11:41:22 1996  Karl Berry  <karl@cs.umb.edu>
6477         * db.c (kpse_db_search): Add debug statement with the result of
6478         the match.
6480         * tex-make.c (kpse_make_tex): Don't look for the arg spec here.
6481         * tex-file.c (init_maketex): Do it here. Check for disbaling in
6482         the config file, too.
6484         * tex-make.c (misstex): Look for TEXMFOUTPUT in texmf.cnf.
6485         * texmf.cnf.in (TEXMFOUTPUT): Define this.
6487         * kpathsea.texi (Suppressing warnings): New node to describe TEX_HUSH.
6489         * tex-file.c (kpse_init_format): Include the numeric value of the
6490         format for use with kpsewhich --format.
6492         * tex-hush.c: Support `all' to suppress everything.
6494 Thu Mar  7 11:24:51 1996  Karl Berry  <karl@cs.umb.edu>
6496         * kpsewhich.c: Change --program to --progname, for compatibility
6497         with TeX & co.
6499         * texmf.cnf.in (TEXCONFIG): Remove ~ from default path, for
6500         consistency with everything else.
6502         * readable.c: Let's call it TEX_HUSH instead of KPSE_NOWARN_PERM,
6503         so we can use it for checksum warnings, too. And for similarity
6504         with xdvi.
6505         * kpathsea.texi: Corresponding change.
6506         * tex-hush.[ch]: New files.
6508 Wed Feb 28 15:16:32 1996  Karl Berry  <karl@cs.umb.edu>
6510         * tex-make.c (misstex): Let the name missfont.log be configurable.
6511         * texmf.cnf.in (MISSFONT_LOG): Add this definition.
6512         * kpathsea.texi: Document this.
6514 Sun Feb 25 16:55:35 1996  Karl Berry  <karl@cs.umb.edu>
6516         * tex-file.c: Reverse order of alias & suffix searches, so we look
6517         for the original TFM name before aliases.
6519 Sun Feb 18 16:24:50 1996  Karl Berry  <karl@cs.umb.edu>
6521         * tex-file.c (xopenfile): Move this function to here and rename to
6522         kpse_open_file.
6523         * xopenfile.c: Remove this.
6524         * Makefile.in (objects): Remove xopenfile.o.
6526 Thu Feb 15 12:57:56 1996  Karl Berry  <karl@cs.umb.edu>
6528         * tex-make.c (maketex): Do not print the `kpathsea: Running ...'
6529         message if we're discarding output.
6530         (misstex): Do not log the missing file in missfont.log, either.
6532 Sat Feb 10 14:59:23 1996  Karl Berry  <karl@cs.umb.edu>
6534         * Makefile.in (sharedlib): Add new command here $(shared_postlink)
6535         so we can make the necessary symlink.
6536         (shared_postlink): New variable
6538 Fri Feb  9 15:46:55 1996  Karl Berry  <karl@cs.umb.edu>
6540         * withenable.ac (maketex{mf,pk,tfm}-default): Move here from
6541         web2c/withenable.ac.
6543 Wed Feb  7 16:52:08 1996  Karl Berry  <karl@cs.umb.edu>
6545         * MakeTeXnames.conf: Extract this new script from MakeTeXcommon, sigh.
6546         * MakeTeX*: Other updates from Thomas --
6547         - replace the exec 3>&1 1>&2 by trap/subshell construction. The
6548                 3>&1 may cause the 'open fd bug' with bash.
6549         - ts is a typo. tc are the text companion fonts
6550         - replace >&3 by >$STDOUT where $STDOUT is a filename. Its content is
6551           displayed by the trap command in MTcommon.
6552         - added missing ;; in case/esac 
6553         - use : ${VAR=VAL} where possible
6554         - added mt_min_args
6555         - removed psfonts.map parsing (was only needed for ps2pk)
6556         - removed >&2 where redirection stdout->stderr is active anyway
6557         - removed </dev/null where redirection stdin<-/dev/null is active
6558                 anyway
6559         - Oops: MakeTeXTFM still used old code:  >$TEMPDIR/mtout.$$
6560         - add line
6561            trap 'test -f $STDOUT && cat $STDOUT; cd /; rm -rf $TEMPDIR; exit 0' 0 1 2 15
6562           to MakeTeXcommon
6563         - MT_FEATURES now in MakeTeXnames.conf since we need to read it
6564                 later than MakeTeXcommon
6566 Tue Feb  6 17:04:25 1996  Karl Berry  <karl@cs.umb.edu>
6568         * tex-file.h (kpse_file_format_type): Add afm and type1 support.
6569         * tex-file.c: Likewise.
6570         (kpse_init_format): In tex_ps_header_format, no longer need to
6571         recognize .pfa and .pfb.
6572         * texmf.cnf.in (AFMFONTS, T1FONTS): Likewise.
6573         * Makefile.in (paths.h): Include 0-9 in the regexp for the sake of
6574         T1FONTS.
6576 Sat Feb  3 15:45:00 1996  Karl Berry  <karl@cs.umb.edu>
6578         * Makefile.in (DEFS): Move to common.make.
6580 Mon Jan 29 17:01:44 1996  Karl Berry  <karl@cs.umb.edu>
6582         * MakeTeXls-R: Doc fix.
6584 Mon Jan  8 17:17:42 1996  Karl Berry  <karl@cs.umb.edu>
6586         * tex-file.c: Doc fix.
6588         * fontmap.c (MAP_NAME, MAP_HASH_SIZE): Conditionalize these #defines.
6590 Sun Jan  7 17:38:00 1996  Karl Berry  <karl@cs.umb.edu>
6592         * db.c (DB_HASH_SIZE, DB_NAME): Conditionalize these.
6594         * MakeTeXcommon (dcfontdir, tsfontdir): Use supplier `jknappen'.
6596 Mon Jan  1 15:14:42 1996  Karl Berry  <karl@cs.umb.edu>
6598         * Makefile.in (distdir): Don't bother including freedom.texi.
6600 Fri Dec 29 17:17:08 1995  Karl Berry  <karl@cs.umb.edu>
6602         * Makefile.in: misc.make is now clean.make.
6604 Tue Dec 26 14:21:08 1995  Karl Berry  <karl@cs.umb.edu>
6606         * withenable.ac: New file with --enable option extracted from
6607         common.ac, for the top level to include.
6609         * acconfig.h (MAKE_TEX_PK_BY_DEFAULT): Add this.
6611         * readable.c (kpse_readable_file): Omit warning if
6612         KPSE_NOREAD_WARN is set to 1.
6614 Wed Dec 13 14:14:09 1995  Karl Berry  <karl@cs.umb.edu>
6616         * kpsewhich.c: Call kpse_init_format when necessary in the
6617         --format case.
6619 Mon Dec 11 14:42:13 1995  Karl Berry  <karl@cs.umb.edu>
6621         * common.ac: --disable-shared should not act like --enable-shared.
6622         From Ulrik.
6624 Sun Dec 10 15:35:15 1995  Karl Berry  <karl@cs.umb.edu>
6626         * tex-file.h (kpse_mft_format): New format.
6627         * tex-file.c (MFT_ENVS): New variable.
6628         (kpse_init_format): Initialize it.
6629         * texmf.cnf.in (MFTINPUTS): New variable.
6631 Fri Dec  8 08:54:58 1995  Karl Berry  <karl@cs.umb.edu>
6633         * xopenfile.c: Doc fix.
6635 Mon Dec  4 17:23:34 1995  Karl Berry  <karl@cs.umb.edu>
6637         * Makefile.in (check): Extra $ missing.
6639 Sun Dec  3 13:42:54 1995  Karl Berry  <karl@cs.umb.edu>
6641         * tex-file.c (TEX_SUFFIXES): Add .dtx.
6643 Sun Nov 19 16:19:37 1995  Karl Berry  <karl@cs.umb.edu>
6645         * MakeTeX*: Use MakeTeXupdate, mkdir, etc. in $TEXMFCNF_DIR, not
6646         along PATH. From John I.
6648 Sat Nov 18 17:03:46 1995  Karl Berry  <karl@cs.umb.edu>
6650         * tex-file.c (TEX_SUFFIXES): Add .txi.
6652 Fri Nov 17 15:12:03 1995  Karl Berry  <karl@cs.umb.edu>
6654         * common.ac (kb_AC_SYS_SHAREDLIB): Add the kb_ prefix.
6656         * Makefile.in ({un,}install-exec): Use sharedlibname and
6657         staticlibname instead of `basename`.
6658         Also, pass no arguments to $(shared_postinstall); let the Autoconf
6659         macro set this completely.
6661         * expand.c: Bash code remains under the GPL, per rms.
6663 Thu Nov 16 16:14:14 1995  Karl Berry  <karl@cs.umb.edu>
6665         * Makefile.in (uninstall-exec): Needs same `basename` treatment as
6666         install-exec. From Ulrik.
6668         * config.h [AMIGA] (pclose): Must be #defined as 0, not just
6669         empty. From Andreas Scherer.
6671 Tue Nov 14 14:04:57 1995  Karl Berry  <karl@cs.umb.edu>
6673         * tex-file.h (kpse_fallback_resolutions_string): New global.
6674         * tex-file.c: Define it.
6675         (kpse_init_fallback_resolutions): Use it instead of
6676         DEFAULT_FONT_SIZES, if set.
6678 Mon Nov 13 10:43:11 1995  Kathy Hargreaves  <karl@cs.umb.edu>
6680         * find-suffix.c: Remove spurious + 1.
6682 Sun Nov 12 13:42:51 1995  Karl Berry  <karl@cs.umb.edu>
6684         * tex-file.c: Improve warning message if last resort sizes are not
6685         sorted. Suggested by Kathy.
6687         * texmf.cnf.in (trie_size, main_memory): Doc improvements from Wayne.
6689 Sat Nov 11 16:58:37 1995  Karl Berry  <karl@cs.umb.edu>
6691         * MakeTeXnames: Correct too many left quotes.
6693         * tex-make.c (kpse_make_tex): Initialize the format if necessary.
6695 Mon Oct 30 16:49:05 1995  Karl Berry  <karl@cs.umb.edu>
6697         * MakeTeXPK (GFNAME): Do not assume $cmd produced $GFNAME. From Tim.
6699         * texmf.cnf.in (trie_size): Increase to 32000 so common language
6700         combinations will require no change. Suggested by Ulrik.
6702         * MakeTeXls-R: Missing s in sed cmd.
6703         * MakeTeXTFM (TFM_NAME): Should be TFMNAME.
6704         * MakeTeXnames (FONTNAME): Missing `.
6705         * MakeTeXcommon: If the caller requires no args (i.e.,
6706         MakeTeXls-R), don't complain if given no.
6707         Missing } in varfonts case.
6708         All from Thomas.
6710 Sun Oct 22 17:02:25 1995  Karl Berry  <karl@cs.umb.edu>
6712         * c-std.h (hypot): Remove this declaration. It was only needed for
6713         fontutils, and it conflicts under Linux 1.2.10. From Tim Murphy.
6715 Sat Oct 14 10:55:26 1995  Karl Berry  <karl@cs.umb.edu>
6717         * acconfig.h (EDITOR): Missing %. From Tim Murphy.
6719 Sat Oct  7 17:44:41 1995  Karl Berry  <karl@cs.umb.edu>
6721         * Makefile.in (install-exec): Use basename to get the real name so
6722         we don't install in $(libdir)/../kpathsea/etc.
6723         From Ulrik.
6725 Sat Sep 30 12:16:05 1995  Karl Berry  <karl@cs.umb.edu>
6727         * MakeTeXls-R (db_file_tmp): Replace double slashes with single,
6728         for the sake of NetBSD/FreeBSD. From Thomas.
6730 Fri Sep 29 11:29:08 1995  Karl Berry  <karl@cs.umb.edu>
6732         * Makefile.in (tex-file.o): CPPFLAGS is now ALL_CPPFLAGS.
6734 Mon Sep 25 15:05:32 1995  Karl Berry  <karl@cs.umb.edu>
6736         * lib.h (FATAL_PERROR): Avoid using the formal parameter `s' since
6737         cc gets confused with %s.
6739         * MakeTeXls-R: Include subtleties from Thomas.
6740         * MakeTeXcommon: Rename stickydir to appendonlydir.
6742 Sun Sep 24 13:15:51 1995  Karl Berry  <karl@cs.umb.edu>
6744         * cnf.c (kpse_cnf_get): Call kpse_init_db here.
6745         * pathsearch.c (search): Instead of here.
6747         * tex-file.c (init_format): The override path may be null, so use
6748         MAYBE to print it.
6750         * MakeTeXPK: Don't use unset, as Ultrix sh doesn't support it.
6752 Sat Sep 23 15:07:12 1995  Karl Berry  <karl@cs.umb.edu>
6754         * common.ac (basename strstr putenv): Use AC_REPLACE_FUNCS instead
6755         of AC_CHECK_FUNCS. Add strtol and strcasecmp from web2c/lib and xdvik.
6756         * Makefile.in (objects): Use @LIBOBJS@ instead of corresponding .o's.
6758 Fri Sep 22 13:34:51 1995  Karl Berry  <karl@cs.umb.edu>
6760         * acconfig.h (MAKE_TEX_*): #define as 0/1, instead of #undef,
6761         since we now pass this as a default argument to init_maketex.
6763         * tex-file.c (init_path): Look for environment variables PATH.prog
6764         and PATH_prog before PATH.
6766 Thu Sep 21 13:53:38 1995  Karl Berry  <karl@cs.umb.edu>
6768         * kpsewhich.c (USAGE): Avoid bare newline.
6770         * xfseek.c, xftell.c: Add unprototypification.
6772         * common.ac (library_cflags): AC_SUBST for this depending on
6773         --enable-shared.
6774         * Makefile.in (shared_cflags, sharedlib_cflags): Rewrite
6775         accordingly, so the shared flags aren't always used.
6777 Wed Sep 20 17:06:53 1995  Karl Berry  <karl@cs.umb.edu>
6779         * tex-file.c: Add .ltx, .texi, and .texinfo as alternate suffices
6780         for kpse_tex_format.
6782 Tue Sep 19 17:12:10 1995  Karl Berry  <karl@cs.umb.edu>
6784         * texmf.cnf.in: Changes for TDS.
6786         * MakeTeX*: New scripts from Thomas.
6788 Sat Sep 16 17:30:46 1995  Karl Berry  <karl@cs.umb.edu>
6790         * tex-file.c: Do not print extra `kdebug:'s when printing the
6791         alt_suffixes.
6793         * expand.c: Incorporate brace expansion code from bash.
6794         * texmf.cnf.in (PKFONTS.xdvi): Use it here, and document the
6795         possibility for $TEXMF.
6797 Thu Sep 14 12:59:17 1995  Karl Berry  <karl@cs.umb.edu>
6799         * tex-file.c (kpse_init_format): For any_glyph_format, do not
6800         initialize a suffix.
6802         * kpsewhich.c (main): Initialize all the formats.
6803         (find_format): psfonts.map => dvips_config_format.
6805 Tue Sep 12 16:19:44 1995  Karl Berry  <karl@cs.umb.edu>
6807         * MakeTeX{MF,TFM}: New scripts from te.
6808         * Makefile.in (install-exec, distdir): Install and dist them.
6810 Sun Sep 10 15:11:07 1995  Karl Berry  <karl@cs.umb.edu>
6812         * pathsearch.c (search): Doc fix.
6814         * tex-file.h (kpse_format_info_type): Add alt_suffix member.
6815         * tex-file.c (init_format): Set it for PS headers and picts, and
6816         print it if it exists.
6817         * kpsewhich.c: Use the new alt suffixes and also the regular
6818         suffixes to allow for -format names as well as numbers, and for
6819         file format guessing.
6820         
6821 Sat Sep  9 14:27:48 1995  Karl Berry  <karl@cs.umb.edu>
6823         * MakeTeXPK: If the MODE and BDPI don't match, ignore the mode.
6824         Suggested by Thomas.
6826         * tex-file.[ch] (kpse_font_override_path): Remove this.
6827         (kpse_format_info_type): Replace the `override_p' member with a
6828         general `override_path'.
6829         * proginit.c: Set the override path for both fonts and headers.
6831         * acconfig.h (NOTOOL): Add this.
6833 Fri Sep  8 14:52:42 1995  Karl Berry  <karl@cs.umb.edu>
6835         * acconfig.h (HYPERXDVI): Don't need this after all, Autoconf's
6836         default actions are better.
6838 Thu Sep  7 15:11:17 1995  Karl Berry  <karl@cs.umb.edu>
6840         * acconfig.h (HYPERXDVI): Define this.
6842 Mon Sep  4 17:14:25 1995  Karl Berry  <karl@cs.umb.edu>
6844         * debug.h (KPSE_LAST_DEBUG): Define this, for use with gsftopk.
6846         * Makefile.in (objects): Add xopenfile.o.
6847         * xopenfile.c: New file.
6848         * lib.h (xopenfile): Declare it.
6850 Sat Sep  2 13:49:53 1995  Karl Berry  <karl@cs.umb.edu>
6852         * tex-file.h (kpse_file_format): Rename kpse_ps_header_format to
6853         tex_ps_header_format.
6854         * tex-file.c (TEX_PS_HEADER_ENVS): Rename likewise, etc.
6855         * kpsewhich.c (suffixes): Likewise.
6856         * texmf.cnf: Likewise.
6857         
6858         * tex-file.c: Never set must_exist on the first search. Is this
6859         really correct?
6861 Fri Sep  1 13:24:49 1995  Karl Berry  <karl@cs.umb.edu>
6863         * tex-make.c (maketex): Give perror if the popen fails.
6865         * db.c (db_dir_list): Keep track of the directories we found db's in.
6866         (kpse_db_search): If no db directories are relevant to this path
6867         elt, return NULL.
6868         * db.h: Doc fix.
6869         * pathsearch.c (path_search): Doc fix.
6871         * Makefile.in (shared_ext, etc.): Move to common.make.
6873 Thu Aug 31 14:40:32 1995  Karl Berry  <karl@cs.umb.edu>
6875         * kpsewhich.c: Install suffix rewrite from Yves.
6877         * common.ac: Move AC_SYS_SHAREDLIB etc. here.
6879         * acconfig.h (ASM_SCALED_FRACTION): Add this.
6881 Wed Aug 30 17:02:58 1995  Karl Berry  <karl@cs.umb.edu>
6883         * tex-file.c (kpse_find_file): Call kpse_make_tex.
6884         * tex-make.c (kpse_make_tex): Only call set_maketex_mag if we are
6885         doing MakeTeX-PK or GF-ing.
6886         From Greg.
6888 Tue Aug 29 13:58:59 1995  Karl Berry  <karl@cs.umb.edu>
6890         * Makefile.in (texmf.sed): Depend on paths.make. Should we avoid
6891         creating a new file unless it changes, a la c-auto.h?
6893         * configure.in: Check for --enable-shared.
6895 Mon Aug 28 17:50:06 1995  Karl Berry  <karl@cs.umb.edu>
6897         * Makefile.in: Add sharedlib variables.
6899 Sun Aug 27 13:27:01 1995  Karl Berry  <karl@cs.umb.edu>
6901         * hash.c (hash_print): New option summary_only, and always print
6902         the summary.  Also, output to stderr, not stdout.
6903         * hash.h: Change decl.
6905         * db.c (kpse_init_db): Oops, have to make it external, so rename
6906         again.
6907         * db.h: Declare it.
6908         * pathsearch.c (search): Call it.
6909         
6910         * cnf.c (read_all_cnf): Rename from read_files.
6911         * db.c (read_all_lsR): Rename from read_all_dbs.
6912         * fontmap.c (read_all_maps): Rename from map_create.
6914         * tex-file.h (kpse_db_format): Another new type.
6915         * tex-file.c (kpse_init_path): Case for it.
6916         (DB_ENVS): Envvar list.
6917         * texmf.cnf.in (TEXMFDBS): Default path.
6918         * kpsewhich.c (suffix): Add new element.
6920 Sat Aug 26 14:49:28 1995  Karl Berry  <karl@cs.umb.edu>
6922         * cnf.c (CNF_NAME): #define this.
6923         * tex-file.c (kpse_init_path): Instead of setting the .program
6924         element to texmf.cnf here.
6926         * db.c (db_insert): Rename to kpse_db_insert.
6927         * db.h: Change decl.
6928         * tex-make.c (maketex): Change call.
6930         * cnf.c, cnf.h, db.c, db.h, pathsearch.c: Remove references to
6931         kpse_db_dir.
6932         * pathsearch.c (first_search): New static.
6933         (path_search): Do not do ls-R search if first_search.
6934         (search): Do not log if first_search.
6936         * pathsearch.c (path_search): Don't bother calling elt_in_db --
6937         the match function in db.c will catch the irrelevant hits.
6938         Pointed out by te.
6940 Fri Aug 25 14:01:24 1995  Karl Berry  <karl@cs.umb.edu>
6942         * cnf.c (kpse_cnf_get): Look for NAME.PROGRAM before NAME.
6943         (do_line): Save NAME.PROGRAM separately from NAME.
6944         * texmf.cnf.in: Put the usual definitions of TEXINPUTS and PKFONTS
6945         first now, before the .prog variants.
6947         * fontmap.c: Use ISSPACE instead of just checking for space and tab.
6949 Thu Aug 24 13:46:19 1995  Karl Berry  <karl@cs.umb.edu>
6951         * lib.h (strstr) [!HAVE_STRSTR]: Declare this.
6952         * Makefile.in (objects): Add strstr.o.
6953         * common.ac (AC_CHECK_FUNCS): Remove memmove; we seem to never use
6954         this. And add strstr.
6956         * fontmap.c (map_file_parse): Comments at the last % or @c, not at
6957         the first %. Also, implement the include feature.
6958         And thus, don't give up if the map file can't be opened.
6959         (token): New routine, since we can no longer use strtok.
6960         
6961         * tex-file.h (kpse_file_format_type): New format kpse_fontmap_format.
6962         * tex-file.c (kpse_init_format): Initialize it.
6963         (FONTMAP_ENVS): Define it.
6964         * texmf.cnf.in (TEXFONTMAPS): Define the default.
6965         * kpsewhich.c (suffix): Add .map.
6967 Tue Aug 22 13:28:46 1995  Karl Berry  <karl@cs.umb.edu>
6969         * MakeTeXPK.in: No >&/dev/null, source.map is now supplier.map.
6971         * tex-file.c: Doc fix.
6973 Mon Aug 21 15:52:42 1995  Karl Berry  <karl@cs.umb.edu>
6975         * c-memstr.h (SYSV): OK, omit this definition in the never-ending
6976         battle to appease the X headers.
6977         From: neal@ctd.comsat.com (Neal Becker).
6979 Sun Aug 20 12:58:28 1995  Karl Berry  <karl@cs.umb.edu>
6981         * cnf.c (read_files): Concatenate consecutive lines that end in \.
6983         * types.h (boolean) [__cplusplus]: Don't define true and false for C++.
6984         From: Johannes Sixt <Johannes.Sixt@risc.uni-linz.ac.at>.
6986         * db.c (db_build): Call absolute_p to determine if the possible
6987         directory really is one.
6988         Also, allow relative names in the ls-R file.
6990         * kpsewhich.c: New options -path, -separator.
6991         From: David Aspinall <da@dcs.ed.ac.uk>.
6993         * MakeTeXPK.in: Unset DISPLAY and MFTERM.
6994         From: Yves Arrouye <Yves.Arrouye@imag.fr>.
6995         
6996         * db.c (ignored_dir_p): New function to ignore . directories.
6997         (db_build): Call it, and do the ignoring. Report on how many
6998         directories were ignored.
7000         * Makefile.in (MakeTeXPK): Remove dcfontdir substitution.
7001         * MakeTeXPK.in: Play redirection games so regular echo's will work.
7002         (dcfontdir): Remove this; it's unused.
7003         From: te@informatik.uni-hannover.de (Thomas Esser).
7005         * pathsearch.c (path_search): Free more garbage.
7006         From: John Eaton <jwe@che.utexas.edu>.
7008 Sat Aug 19 12:57:54 1995  Karl Berry  <karl@cs.umb.edu>
7010         * kpsewhich.c (USAGE): Document -format and -program.
7012         * tex-make.c (maketex): Give warning if MTPK output a string that
7013         wasn't a filename. From Pierre.
7015         * kpsewhich.c (read_command_line): Execute -expand right
7017         * tilde.c (kpse_tilde_expand): If HOME is /, don't start path with //.
7018         From: Andreas Schott <andreas@mpa-garching.mpg.de>.
7020         * db.c (match): Make /// (or more) like //.
7021         * elt-dirs.c (do_subdir): Likewise. Also, skip over as many
7022         slashes as we found.
7024         * variable.c (expanding_p, expanding, expansions, expansion_type):
7025         New functions, variables, type.
7026         (expand): Check for recursively expanded variables.
7027         Reported by Nicolai Langfeldt <janl@math.uio.no>.
7029         * cnf.c (kpse_cnf_get): Free temporary list after extracting the
7030         first element (the one we return).
7032 Fri Aug 18 17:39:29 1995  Karl Berry  <karl@cs.umb.edu>
7034         * MakeTeXPK.in (1270): The guess here should be linohi, not linolo.
7035         From pwa.
7037         * kpsewhich.c (suffix): Update for new MetaPost stuff.
7038         * tex-file.h: Doc fix.
7040 Mon Aug 14 17:49:05 1995  Karl Berry  <karl@cs.umb.edu>
7042         * debug.h: Define KPSE_DEBUG, not DEBUG.
7043         * hash.c, hash.h, tex-file.c, elt-dirs.c, dir.c, db.c: Change
7044         #ifdef's accordingly. From John I.
7046 Sun Aug 13 16:03:51 1995  Karl Berry  <karl@cs.umb.edu>
7048         * tex-file.h (kpse_file_format_type): Rename kpse_dvips_headers to
7049         just kpse_ps_headers. xdvik uses this too, now.
7050         * tex-file.c (kpse_init_format, KPSE_DVIPS_HEADER_ENVS): Likewise.
7051         Also, look for the PSHEADERS envvar, not DVIPSHEADERS.
7052         * texmf.cnf.in: Likewise.
7054 Thu Aug 10 19:31:14 1995  Karl Berry  <karl@cs.umb.edu>
7056         * tex-file.c (kpse_init_fallback_resolutions): Complain if sizes
7057         aren't sorted, and ignore offending sizes.
7058         From: Manuel Fahndrich <manuel@CS.Berkeley.EDU>.
7060 Tue Aug  1 13:53:53 1995  Karl Berry  <karl@cs.umb.edu>
7062         * variable.[ch] (kpse_var_value): Use const_string.
7064         * texmf.cnf.in (string_vacancies): Decrease to 25000. From Bernd.
7065         (font_max): Add this. From Wayne.
7067 Mon Jul 31 15:47:01 1995  Karl Berry  <karl@cs.umb.edu>
7069         * db.h (KPSE_DB_DIR): Remove $.
7070         * cnf.c (read_files): Call kpse_var_value instead of kpse_var_expand.
7072         * tex-file.[ch]: Add mpsupport and troff_font formats.
7073         * texmf.cnf.in: Likewise.
7075 Sat Jul 29 09:21:44 1995  Karl Berry  <karl@cs.umb.edu>
7077         * variable.h (kpse_var_value): Declare this.
7078         * variable.c (kpse_var_value): New routine.
7080         * tex-file.c: Check TEXMFINI for pool/fmt/base/mem lookups
7082 Tue Jul 25 11:22:25 1995  Karl Berry  <karl@cs.umb.edu>
7084         * concatn.c (concatn): Free the intermediate result, not the final
7085         version.
7087         * texmf.cnf.in (TEXMFLOG): Don't mention this, as we need to log
7088         the finding of the .cnf file itself, thus it must be an
7089         environment variable.
7091 Sat Jul 22 17:09:58 1995  Karl Berry  <karl@cs.umb.edu>
7093         * tex-file.c (KPSE_{MEM,MP,MPPOOL}_ENVS): Define envvars.
7094         * tex-file.h (kpse_file_format_type): Add kpse_{mem,mp,mppool}_formats.
7095         * texmf.cnf.in (MPPOOL, MPMEMS, MPINPUTS): New variables.
7096         Adapted from: vieth@xerxes.thphy.uni-duesseldorf.de (Ulrik Vieth).
7098 Fri Jul 21 15:26:42 1995  Karl Berry  <karl@cs.umb.edu>
7100         * *.c, *.h: The FSF has a new address.
7102         * kpsewhich.c: Give error if no args.
7104 Wed Jul 19 17:34:26 1995  Karl Berry  <karl@cs.umb.edu>
7106         * texmf.cnf.in: Document limits on error_line et al.
7108 Mon Jul 17 13:09:05 1995  Karl Berry  <karl@cs.umb.edu>
7110         * acconfig.h (NO_FMTBASE_SHARE): Rename to NO_DUMP_SHARE.
7112 Sun Jul 16 14:17:16 1995  Karl Berry  <karl@cs.umb.edu>
7114         * acconfig.h (IPC, FUNNY_CORE_DUMP, NO_FMTBASE_SHARE): Include these.
7116 Sat Jul 15 12:45:51 1995  Karl Berry  <karl@cs.umb.edu>
7118         * acconfig.h (HAVE_ITOA): Remove extraneous #define.
7120         * texmf.cnf.in (hash_extra): New TeX array variable, 0 by default.
7122         * tex-file.c (KPSE_BIB_ENVS): Include TEXBIB.
7124 Thu Jul 13 15:04:52 1995  Karl Berry  <karl@cs.umb.edu>
7126         * texmf.cnf.in (TEXPOOL, MFPOOL): Include . after all, now that we
7127         use TEXPOOL to search for tcx files.
7129 Sun Jul  9 15:30:59 1995  Karl Berry  <karl@cs.umb.edu>
7131         * tex-file.c (kpse_find_file): Don't go through the
7132         mapped_name_list if it's null.
7134 Wed Jun 21 19:47:33 1995  Karl Berry  <karl@cs.umb.edu>
7136         * lib.h (FATAL5): Define this.
7138 Sat Jun 10 15:52:41 1995  Karl Berry  <karl@cs.umb.edu>
7140         * tex-file.c (kpse_find_file): Use texfonts.map aliases for TFM
7141         searches.
7142         * tex-file.h: Doc fix.
7143         * fontmap.c (kpse_fontmap_lookup): New name. Fault in the map
7144         table as needed, instead of initializing. Make map_create static.
7145         * fontname.h: New name; remove map_create.
7146         * tex-glyph.c (try_fontmap): Just call kpse_fontmap_lookup, no
7147         need to create it.
7149         * fontmap.c (map_lookup): Don't let return value fall off the end
7150         in the suffix-appending case.
7151         From: "Heading, Anthony" <heading_anthony@jpmorgan.com>.
7153 Fri Jun  9 19:11:34 1995  Karl Berry  <karl@cs.umb.edu>
7155         * tilde.c: Only assume PWD_H for looking up ~user, not for ~ or ~/.
7156         * make-suffix.c: Use IS_DIR_SEP instead of assuming /.
7157         * concatn.c: Free the in-between concatenations to avoid garbage.
7158         * absolute.c [OS2]: Use same conventions as for DOS.
7159         * c-std.h, c-pathch.h, c-fopen.h: Likewise.
7160         From: rs@purple.in-ulm.de (Ralph Schleicher).
7162 Tue Jun  6 13:11:46 1995  Karl Berry  <karl@cs.umb.edu>
7164         * lib.h (itoa) [!HAVE_ITOA]: Define conditionally.
7165         * itoa.c: Likewise.
7166         * acconfig.h (HAVE_ITOA): Add this.
7168         * c-pathch.h, c-fopen.h [DOS]: Changes from web2pc from Wayne.
7170         * xputenv.c: Doc fix.
7172         * truncate.c (kpse_truncate_filename): Check for a device separator.
7174         * elt-dirs.c (main): Tests for Amiga.
7176 Mon Jun  5 13:12:10 1995  Karl Berry  <karl@cs.umb.edu>
7178         * absolute.c: Add Amiga support.  From Andreas Scherer.
7179         * c-pathch.h: Ditto.
7180         * elt-dirs.c (dir_list_add): Ditto. Check for device separators, too.
7182 Sun Jun  4 11:29:18 1995  Karl Berry  <karl@cs.umb.edu>
7184         * c-proto.h (AA): New macro to throw away (or keep) any number of
7185         arguments, used with an extra set of parens.
7187         * Makefile.in (distdir): Put PROJECTS in the distribution.
7189 Sat Jun  3 11:53:45 1995  Karl Berry  <karl@cs.umb.edu>
7191         * texmf.cnf.in (main_memory): Add definitions for TeX array sizes.
7193         * config.h (progname.h): Include this.
7194         * prog{init,name}.c, kpsewhich.c: No longer need to include it.
7195         * lib.h (START_FATAL, FATAL_PERROR): Use program_invocation_name
7196         in the error message.
7198         * variable.h: Doc fix.
7200 Fri Jun  2 13:41:29 1995  Karl Berry  <karl@cs.umb.edu>
7202         * config.h (DOSISH) [DOS || OS2]: Define this.
7204 Tue May 30 15:43:56 1995  Karl Berry  <karl@cs.umb.edu>
7206         * tex-file.c (kpse_find_file): Don't look for foo.sty.tex before
7207         foo.sty. Suggested by worsch@ira.uka.de.
7209 Mon May 29 15:24:38 1995  Karl Berry  <karl@cs.umb.edu>
7211         * db.c (db_insert): If DOS, don't check that first character on a
7212         line IS_DIR_SEP.  From Sebastian.
7214 Sat May 27 13:51:47 1995  Karl Berry  <karl@cs.umb.edu>
7216         * pathsearch.c (log_search): Cast time_t arg to avoid printf warning.
7218         * lib.h (atou): Declare it.
7219         * Makefile.in (objects): Add atou.o.
7220         * atou.c: New file.
7222 Sun May 21 10:58:31 1995  Karl Berry  <karl@cs.umb.edu>
7224         * xfopen.c: Assert non-null filenames.
7226 Mon May 15 17:40:27 1995  Karl Berry  <karl@cs.umb.edu>
7228         * kpsewhich.c (USAGE): Add one-line description to the help message.
7230 Sun Apr 16 14:25:06 1995  Karl Berry  <karl@cs.umb.edu>
7232         * line.c (BLOCK_SIZE): Increase to 56, to avoid realloc's.
7234 Fri Apr 14 15:56:13 1995  Karl Berry  <karl@cs.umb.edu>
7236         * Makefile.in (objects): Add xfseek and xftell, from fontutils.
7238 Mon Mar 13 20:05:02 1995  Karl Berry  <karl@cs.umb.edu>
7240         * MakeTeXPK.in: Don't egrep in a file that doesn't exist.
7242 Fri Mar 10 10:49:28 1995  Karl Berry  <karl@cs.umb.edu>
7244         * tex-file.c (kpse_find_file): Abort if the name passed in is null
7245         or empty.
7247 Thu Mar  9 15:23:07 1995  Karl Berry  <karl@cs.umb.edu>
7249         * tex-file.c (kpse_init_format): Only do suffix searches for GF files.
7251         * acconfig.h: Warn that this is not the right thing to edit to fix
7252         configuration problems.
7254 Thu Mar  2 15:58:11 1995  Karl Berry  <karl@cs.umb.edu>
7256         * texmf.cnf.in (TEXFORMATS): Doc fix.
7258 Fri Feb 24 16:40:23 1995  Karl Berry  <karl@cs.umb.edu>
7260         * MakeTeXPK.in: `generate rootname' with no trailing punctuation
7261         for the dc fonts.
7263 Mon Feb 20 15:23:05 1995  Karl Berry  <karl@cs.umb.edu>
7265         * tex-file.h (kpse_find_mf): New abbreviation.
7267 Sat Feb 11 13:06:23 1995  Karl Berry  <karl@cs.umb.edu>
7269         * putenv.c: Include c-auto.h instead of kpathsea/c-auto.h, so the
7270         sed commands don't transform it into
7271         $(kpathsea_srcdir)/c-auto.h. From Andreas.
7273         * tex-make.c (maketex): Don't make a bad return from pclose a
7274         fatal error. Reported most recently by Wayne Sullivan, also by
7275         Andy Piper in the past.
7277         * MakeTeXPK.in (sauterdir): Only try this if we have the right
7278         b-foo.mf file. And correct $DESTDIR=... mistake.
7279         From Nick Cropper <nickc@dcs.st-andrews.ac.uk>.
7281 Fri Feb 10 15:49:49 1995  Karl Berry  <karl@cs.umb.edu>
7283         * tex-file.c (INIT_MT): If the .program member has already been
7284         set, don't reset it.
7286 Wed Jan 18 15:47:07 1995  Karl Berry  <karl@cs.umb.edu>
7288         * xopendir.c (xclosedir): Use CLOSEDIR_VOID, not VOID_CLOSEDIR.
7289         From tim@maths.tcd.ie.
7291         * db.c (db_insert): Don't assert db.size>0, since we may not have
7292         called kpse_db_search. From te@informatik.uni-hannover.de.
7294         * MakeTeXPK.in (dc fonts): Don't put a trailing period in the
7295         filename. From Tor Lillqvist <tml@hemuli.tte.vtt.fi>.
7297 Sun Jan  8 12:14:47 1995  Karl Berry  <karl@cs.umb.edu>
7299         * Version 2.6.
7301 Wed Jan  4 14:44:34 1995  Karl Berry  <karl@cs.umb.edu>
7303         * Makefile.in (mostlyclean): Remove kpsewhich.
7305 Tue Jan  3 11:48:40 1995  Karl Berry  <karl@cs.umb.edu>
7307         * kpsewhich.c (long_options): Can't make this automatic.
7309         * basename.c: Include <kpathsea/config.h> before testing
7310         HAVE_BASENAME.
7312         * Makefile.in (kpsewhich): Make the library before kpsewhich.o.
7313         (paths.h): No need for the $(kpathsea_dir)/ any more, now make
7314         depend gets rid of it.
7316         * rm-suffix.c: Doc fix.
7317         
7318         * kpsewhich.c: Extract the dpi from the filename if possible.
7320 Mon Jan  2 09:45:17 1995  Karl Berry  <karl@cs.umb.edu>
7322         * Makefile.in (kpsexpand): Replace with kpsewhich.
7324         * proginit.h: Doc fix.
7326         * texmf.cnf.in (TEXMFCNF): Rename from TEXMF_CNF.
7327         * tex-file.c (kpse_init_format): Likewise.
7329 Sun Jan  1 14:04:41 1995  Karl Berry  <karl@cs.umb.edu>
7331         * Makefile.in (MakeTeXPK): Substitute for web2cdir.
7332         * MakeTeXPK.in: Use it for MakeTeXPK.site.
7333         (install-data): Install texmf.cnf in web2cdir instead of texmf.
7334         * texmf.cnf.in (TEXMF_CNF): Default path includes web2cdir.
7336 Sat Dec 31 14:26:48 1994  Karl Berry  <karl@cs.umb.edu>
7338         * Makefile.in (objects): No more @LIBOBJS@.
7339         * common.ac: Use AC_CHECK_FUNCS for basename, not REPLACE_FUNCS.
7340         The latter doesn't define HAVE_BASENAME.
7341         * basename.c [!HAVE_BASENAME]: Conditionalize whole file.
7343         * Makefile.in (uninstall-exec): Remove kpsexpand.
7344         (MakeTeXPK): New target.
7345         (install-exec): Install MTPK.
7346         (install-library): New target to replace install-headers.
7347         (install): Don't install-library by default.
7349 Fri Dec 30 15:53:04 1994  Karl Berry  <karl@cs.umb.edu>
7351         * Makefile.in (objects): Don't put @LIBOBJS@ on a line by itself.
7352         From Joachim.
7354 Mon Dec 26 07:55:40 1994  Karl Berry  <karl@cs.umb.edu>
7356         * common.ac (AC_FUNC_CLOSEDIR_VOID): Call this. Reported by
7357         Timothy Murphy <tim@maths.tcd.ie>.
7359         * tex-file.c (init_path): If a variable is set to an empty value,
7360         ignore it.  Suggested by Stephen Gildea <gildea@x.org>.
7362         * proginit.c: If passed a NULL mode, put / in the environment here.
7363         * tex-make.c (kpse_make_tex): Don't do STREQ on NULL (though it
7364         should never be NULL in the first place), and properly restore
7365         MAKETEX_MODE if it was /.
7367 Tue Dec 20 09:57:21 1994  Karl Berry  <karl@cs.umb.edu>
7369         * install.texi: Mention how to do optimization.
7371 Mon Dec 19 13:18:04 1994  Karl Berry  <karl@cs.umb.edu>
7373         * tex-file.h: Doc fix.
7375 Wed Dec 14 14:46:47 1994  Karl Berry  <karl@cs.umb.edu>
7377         * Version 2.5.
7379         * pathsearch.c (log_search): Don't prepend the `kdebug:' to the
7380         search result.
7382 Sat Dec 10 16:49:12 1994  Karl Berry  <karl@cs.umb.edu>
7384         * tex-make.c (set_maketex_mag): Make case of magstep -1 work
7385         properly.  From a bug report by
7386         heiko@lotte.sax.de (Heiko Schlittermann).
7388 Mon Dec  5 11:58:08 1994  Karl Berry  <karl@cs.umb.edu>
7390         * Makefile.in (objects): Add @LIBOBJS@.
7391         * common.ac: Check for basename.
7393         * db.c (db_insert): Include trailing / in directory part, and pass
7394         the key and the value in the right order.  From
7395         te@informatik.uni-hannover.de.
7397 Sun Dec  4 14:26:44 1994  Karl Berry  <karl@cs.umb.edu>
7399         * kpsexpand.c: Add extra filename argument. From
7400         ware@cis.ohio-state.edu.
7402         * common.ac: Use AC_TRY_RUN to test for SMART_PUTENV, not
7403         AC_TRY_LINK. From parkes@sierravista.com.
7405         * acconfig.h: Use #undef instead of commented-out `/* #define'.
7407 Sun Nov 27 13:47:06 1994  Karl Berry  <karl@cs.umb.edu>
7409         * db.c (db_insert): Don't try to insert into an empty hash table.
7410         From dc@cobi.gsfc.nasa.gov (and others).
7412         * pathsearch.c (log_search): Call DEBUGF, not printf, for the
7413         filenames.  From John I.
7415         * tex-make.c (kpse_make_tex): If MAKETEX_MODE is /, unset it and
7416         reset it around the command expansion.
7417         (maketex): Back to calling db_insert.
7419 Sat Nov 26 11:44:09 1994  Karl Berry  <karl@cs.umb.edu>
7421         * cnf.c (read_file): If expansion of $TEXMF (KPSE_DB_DIR) fails,
7422         expand DEFAULT_TEXMF.  From te@informatik.uni-hannover.de.
7424 Thu Nov 24 13:41:15 1994  Karl Berry  <karl@cs.umb.edu>
7426         * tex-file.c (KPSE_BST_ENVS): Do not look at TEXINPUTS.
7428         * tex-file.h: Doc fix.
7430 Tue Nov 15 14:06:56 1994  Karl Berry  <karl@cs.umb.edu>
7432         * progname.c (kpse_set_progname): Use basename.
7434 Fri Nov 11 19:12:23 1994  Karl Berry  <karl@cs.umb.edu>
7436         * acconfig.h (HAVE_SIGIO): Add this.
7438 Tue Nov  8 19:14:12 1994  Karl Berry  <karl@cs.umb.edu>
7440         * tex-make.c (kpse_make_tex): Change argument name from
7441         `basename', since now we have a fn by that name.
7442         * magstep.c (kpse_magstep_fix): Initialize mdpi.
7443         * basename.c (basename): Initalize base.
7445 Mon Nov  7 15:46:21 1994  Karl Berry  <karl@cs.umb.edu>
7447         * common.ac: Run autoupdate.
7448         * c-dir.h: Change #if names and NLENGTH to new style.
7450 Fri Oct 28 21:28:02 1994  K. Berry  (karl@terminus.cs.umb.edu)
7452         * Version 2.4.
7454         * tex-make.c (maketex): Don't call db_insert, that routine is
7455         buggy. I'll fix it later. In the meantime, trying to get a
7456         semi-stable release.
7458 Tue Oct 25 16:43:31 1994  Karl Berry  <karl@cs.umb.edu>
7460         * Version 2.3.
7462         * progname.c (kpse_set_progname): Initialize kpathsea_debug from
7463         the KPATHSEA_DEBUG envvar.  From neal@ctd.comsat.com.
7465 Mon Oct 24 13:41:24 1994  Karl Berry  <karl@cs.umb.edu>
7467         * db.c (db_insert): New function.
7468         * db.h: Declare it.
7469         * tex-make.c (maketex): db_insert the result if we succeeded.
7471         * basename.c: New file to define basename.
7472         * lib.h (basename): Declare it.
7473         * Makefile.in (objects): Include basename.o.
7475         * tex-file.h (kpse_file_format_type): Add missing enum values for
7476         base/fmt/pool files.
7477         * tex-file.c (kpse_init_format): Add cases for these.
7478         From te@informatik.uni-hannover.de.
7480         * lib.h (WARNING, FATAL): Use fputs instead of fprintf.
7481         * Many files: Use DEBUGF instead of printf ("kdebug".
7482         * debug.h (DEBUGF) [DEBUG]: Define this.
7484         * xputenv.c (xputenv): Initialize that static saved_env_items to
7485         null, just for documentation's sake.
7487 Tue Oct 18 13:19:06 1994  Karl Berry  <karl@cs.umb.edu>
7489         * tex-file.c (KPSE_*_ENVS): Move environment variable list here.
7490         * tex-file.h: Move them from here.
7492         * tex-glyph.h: Doc fix.
7494         * tex-file.c (kpse_find_file): Correct off-by-one in suffix
7495         comparison. From toy@rtp.ericsson.se.
7497 Mon Oct 17 14:01:02 1994  Karl Berry  <karl@cs.umb.edu>
7499         * elt-dirs.c (do_subdir): Find a top-level subdir if it matches
7500         the POST.
7502         * db.c (kpse_db_search): Allow for the passed name including a
7503         directory part, as in dpi600/cmr10.pk.
7504         * tex-glyph.c (try_format): First search all specs with
7505         must_exist=false.
7507         * kpsexpand.c: New file, from te@informatik.uni-hannover.de.
7508         * Makefile.in (kpsexpand): New target (a program).
7509         (install-exec): Depend on, and install, kpsexpand.
7510         
7511         * common.ac: Doc fix.
7513         * cnf.c (do_line): Don't quit just because the variable is in the
7514         environment.  From te@informatik.uni-hannover.de.
7516         * tex-glyph.c (PXL_BITMAP_SPEC): Remove this, we're not going to
7517         support pxl1500.
7519 Sun Oct 16 20:46:26 1994  Karl Berry  <karl@cs.umb.edu>
7521         * kpathsea.texi: Make it clear that names of debugging bits can
7522         never be used.
7524 Fri Oct 14 10:31:35 1994  Karl Berry  <karl@cs.umb.edu>
7526         * Version 2.2.
7528         * hash.c (hash_lookup) [DEBUG]: Cast to long, not int.
7530 Thu Oct 13 15:39:34 1994  Karl Berry  <karl@owl>
7532         * db.c (db_build): Warn if ls-R contains nothing useful.
7534         * debug.c (fopen, fclose) [DEBUG]: fflush stdout.
7535         * dir.c (dir_links),
7536         * hash.c (hash_lookup),
7537         * tex-file.c (kpse_init_format),
7538         * elt-dirs.c (kpse_element_dirs): Likewise.
7540 Thu Oct 13 09:02:56 1994  Karl Berry  <karl@cs.umb.edu>
7542         * hash.c (kpse_debug_hash_lookup_int) [DEBUG]: New global.
7543         (hash_lookup): Use it.
7544         * hash.h [DEBUG]: Declare it.
7545         * dir.c (dir_links) [DEBUG]: Set it and reset it.
7547         * tex-glyph.c (PXL_BITMAP_SPEC): Add this (pxlNNN/cmr10.pk) for
7548         the Bitstream utilities. From abrahams@acm.org.
7549         (try_format): Search for this.
7551 Tue Oct 11 15:15:49 1994  Karl Berry  <karl@cs.umb.edu>
7553         * db.c (db_build): Use kpse_db_dir instead of KPSE_DB_DIR.  This
7554         avoids one variable expansion, and te@informatik.uni-hannover.de
7555         says otherwise TeX sometimes can't find ls-R.
7557 Sun Oct  9 17:18:23 1994  Karl Berry  <karl@cs.umb.edu>
7559         * kdefault.c: Rename from default.c.
7560         * Makefile.in (objects): Likewise.
7562 Fri Oct  7 12:58:33 1994  Karl Berry  <karl@cs.umb.edu>
7564         * tex-file.c (kpse_init_format): Call INIT_MT for the any_glyph
7565         case. From carson@lehman.com.
7567 Sun Oct  2 14:11:20 1994  Karl Berry  <karl@cs.umb.edu>
7569         * magstep.c: Doc fix.
7571 Sun Sep 25 17:11:40 1994  Karl Berry  <karl@cs.umb.edu>
7573         * Makefile.in: Include library.make.
7575 Thu Sep 22 15:34:40 1994  Karl Berry  <karl@cs.umb.edu>
7577         * tex-file.h (kpse_file_format_type): Don't make equal to the last
7578         element index, make one more.  From Eric Auborg.
7580 Thu Sep 15 19:24:30 1994  Karl Berry  (karl@cs.umb.edu)
7582         * Makefile.in (distdir): Include install.texi in the distribution.
7584 Mon Sep 12 11:05:18 1994  Karl Berry  (karl@cs.umb.edu)
7586         * Version 2.1.
7588 Sun Sep 11 15:03:18 1994  Karl Berry  (karl@cs.umb.edu)
7590         * Makefile.in (install-data): Install texmf.cnf if it didn't exist.
7592 Sat Sep 10 13:28:29 1994  Karl Berry  (karl@cs.umb.edu)
7594         * Makefile.in (texmf.sed, paths.h): Use tr 012 instead of \n.
7595         From John Interrante.
7596         
7597         * Makefile.in (distdir): Include the .aux and .cps files in the
7598         distribution.  Don't include paths.h (from John Interrante).
7599         
7600         * kpathsea.texi: Fix overfull boxes and other TeX errors.
7602 Wed Sep  7 16:28:37 1994  Karl Berry  (karl@cs.umb.edu)
7604         * Version 2.0.
7606 Tue Sep  6 10:33:18 1994  Karl Berry  (karl@cs.umb.edu)
7608         * dir.c (dir_links): Use %ld for ret, since it's now a long.
7610 Sat Sep  3 09:01:25 1994  Karl Berry  (karl@cs.umb.edu)
7612         * dir.c (dir_links): Use long instead of int for the cast and the
7613         variable, to avoid warnings on the Alpha.
7615         * c-std.h (SYSV, X_NOT_STDC_ENV): Don't define these here.
7616         * c-memstr.h (SYSV): Define this.
7617         (_XFUNCS_H_): And this.
7619         * Makefile.in (distclean): Add texmf.cnf and texmf.sed.
7621 Thu Sep  1 14:22:48 1994  Karl Berry  (karl@cs.umb.edu)
7623         * xputenv.c (putenv): Declare this to avoid a warning.
7624         * xstat.c (lstat): And this.
7626         * common.ac (SMART_PUTENV): Use program to test for this.  From
7627         mike@cs.utah.edu.
7629         * tex-glyph.c (try_fallback_resolutions): Quit early if there's no
7630         resolutions in the list.  From sanjoy@dope.caltech.edu.
7632 Tue Aug 30 14:26:48 1994  Karl Berry  (karl@cs.umb.edu)
7634         * acconfig.h (FOIL_X_WCHAR_T): New definition.
7636         * c-std.h (hypot) [!hypot]: Conditionalize declaration.
7638 Fri Aug 26 09:00:24 1994  Karl Berry  (karl@cs.umb.edu)
7640         * Makefile.in (install-data): Install headers into
7641         $(includedir)/kpathsea, not just $(includedir).  From john@wpi.edu.
7643         * pathsearch.c (search): Show results of the search as well as the
7644         start of it.
7646 Thu Aug 25 13:40:29 1994  Karl Berry  (karl@cs.umb.edu)
7648         * proginit.c (kpse_init_prog): Newline at end of fputs.
7650         * pathsearch.c (search): Add debug statement.
7651         * debug.h (KPSE_DEBUG_SEARCH): New bit.
7653         * tex-file.h (kpse_format_info_type): Rename `font_override_p' from
7654         `font_p'. Also `program_enabled' => `program_enabled_p'.
7655         Also new member `suffix_search_only'.
7656         * tex-file.c (kpse_find_file): Avoid searching for foo.tex.tex, etc.
7658 Tue Aug 16 09:29:59 1994  Karl Berry  (karl@cs.umb.edu)
7660         * tex-make.c (maketex): Announce that we are running the script
7661         before running it.
7663 Mon Aug 15 11:18:19 1994  Karl Berry  (karl@cs.umb.edu)
7665         * texmf.cnf.in (PKFONTS.xdvi): Write program-specific definition
7666         to include gsftopk and ps2pk ``modes''.
7668 Sat Aug 13 16:34:43 1994  Karl Berry  (karl@cs.umb.edu)
7670         * Makefile.in (lib): Rename to program to simplify rules.
7672         * magstep.h: Doc fix.
7674         * common.ac (AC_HAVE_FUNCS): Test for bcopy.
7676 Tue Aug  9 14:18:56 1994  Karl Berry  (karl@cs.umb.edu)
7678         * tex-make.c (misstex): Prepend kpathsea: to the missfont.log
7679         message.
7681 Mon Aug  8 17:53:58 1994  Karl Berry  (karl@cs.umb.edu)
7683         * tex-make.c (set_maketex_mag): Rewrite to call kpse_magstep_fix.
7684         * magstep.[ch]: New files.
7686 Fri Aug  5 14:07:51 1994  Karl Berry  (karl@cs.umb.edu)
7688         * db.c (match): Allow a trailing component in the filename.
7690 Tue Aug  2 08:55:21 1994  Karl Berry  (karl@cs.umb.edu)
7692         * Change `debug:' to `kdebug:'.
7693         * hash.c (hash_lookup): Print results of lookup if DEBUG_HASH.
7694         * debug.h (KPSE_DEBUG_HASH): New bit, replacing DB_BUILD.
7695         * db.c (db_build): Don't print the built hash table.
7697         * db.c (match): Implement this. Petr Sojka and Zdenek Salvet(?)
7698         supplied code for this, but I wound up writing my own.
7699         * variable.c (expand): Do variable expansion on the value.
7701         * texmf.cnf.in (TEXINPUTS): Put this after the .prog-specific entries.
7703         * tex-file.c (kpse_pict_format): Remember to break after setting
7704         the type.
7705         (EXPAND_DEFAULT, init_path): Keep raw_path as pre-default expansion.
7707 Sun Jul 31 14:18:09 1994  Karl Berry  (karl@cs.umb.edu)
7709         * debug.c: Don't include debug.h, it's already in debug.h.
7711         * Makefile.in (db.o,pathsearch.o): Don't need these special cases
7712         since tossed db_dir from paths.make.
7713         * db.h (DB_DIR): Change default to $TEXMF, rename to KPSE_DB_DIR.
7714         (kpse_db_dir): New global variable (sigh).
7715         * db.c (kpse_db_dir): Define.
7716         * cnf.c: Include db.h for KPSE_DB_DIR.
7717         (read_files): Set kpse_db_dir after all have been read.
7718         * pathsearch.c (elt_in_db): Check if kpse_db_dir is null.
7719         (path_search): Do not initialize db_dir.
7721 Sat Jul 30 06:12:12 1994  Karl Berry  (karl@cs.umb.edu)
7723         * c-dir.h [_POSIX_VERSION]: Remove this condition; just use DIRENT.
7725 Fri Jul 29 11:36:25 1994  Karl Berry  (karl@cs.umb.edu)
7727         * tex-file.c (init_path): Look up cnf file value if no suffix.
7729         * xstat.h (SAME_FILE_P): Move here.
7730         * c-stat.h (SAME_FILE_P): From here.
7731         * file-p.c: Change include.
7732         * lib.h (dir_p, dir_links): Declare here.
7733         * dir.h: Split into xopendir.h and c-dir.h; Sun 3 include files
7734         get confused otherwise, according to john@minster.york.ac.uk.
7735         * xopendir.c: Include xopendir.h.
7736         * elt-dirs.c, dir.c: Change includes.
7737         
7738 Sun Jul 17 10:21:16 1994  Karl Berry  (karl@cs.umb.edu)
7740         * hash.c (hash_insert): Put new elements in at the end of the
7741         list, instead of the beginning.
7742         * hash.h: Document this.
7744         * texmf.cnf.in (TEXMFROOT): Change to TEXMF.
7745         * kpathsea.texi: Likewise.
7747         * cnf.c (do_line): assert program_invocation_short_name.
7748         * progname.c: Doc fix.
7750         * absolute.[ch] (kpse_absolute_p): Take additional arg relative_ok.
7751         * pathsearch.c (log_search): Call it (with false).
7752         * tex-glyph.c: Change call.
7754         * pathsearch.c (path_search): Initialize db_dir here.
7755         (elt_in_db): Not here.
7757 Fri Jul 15 11:44:15 1994  Karl Berry  (karl@cs.umb.edu)
7759         * tex-file.h: Doc fix.
7761         * pathsearch.c (log_search): Pass in the whole str_list; anything
7762         else is unreliable.
7764         * proginit.[ch] (kpse_init_prog): Don't pass in argv0; we need it
7765         earlier.
7767 Tue Jul 12 11:56:54 1994  Karl Berry  (karl@cs.umb.edu)
7769         * tex-file.c (init_path): Use the first envvar that's *set*, not
7770         the first in the list.
7772         * tex-file.h (kpse_format_info_type): New member `type'.
7773         * tex-file.c (kpse_init_format): Initialize it.
7775         * pathsearch.c (log_search): New fn.
7776         (search): Call it.
7778 Fri Jul  1 11:54:29 1994  Karl Berry  (karl@cs.umb.edu)
7780         * tex-file.c: Doc fix.
7782 Mon Jun 27 10:18:59 1994  Karl Berry  (karl@cs.umb.edu)
7784         * db.c (db_build): Call kpse_var_expand on the db filename.
7785         * pathsearch.c (elt_in_db): Likewise.
7787         * tex-glyph.h (kpse_find_gf): By analogy with kpse_find_pk.
7789 Sat Jun 25 16:09:05 1994  Karl Berry  (karl@cs.umb.edu)
7791         * tex-glyph.c (try_format): Try both Unix and DOS bitmap specs,
7792         instead of just one or the other.
7793         (bitmap_name): No longer needed.
7795 Fri Jun 24 11:52:32 1994  Karl Berry  (karl@cs.umb.edu)
7797         * tex-file.c (kpse_find_file): Don't try the suffix if it doesn't
7798         exist.
7800         * tex-file.h (kpse_find_{dvips_header,pict}): New definition.
7802 Thu Jun 23 16:57:58 1994  Karl Berry  (karl@cs.umb.edu)
7804         * tex-file.h (kpse_{pict,dvips_header}_format): New consts.
7805         (KPSE_{PICT,DVIPS_HEADER}_ENVS): Likewise.
7807 Tue Jun 21 11:53:09 1994  Karl Berry  (karl@cs.umb.edu)
7809         * tex-file.c (kpse_find_file): Try the name as given if the name
7810         concatenated with the suffix fails, for the sake of, e.g., EPS files.
7812         * tex-file.h (kpse_find_tex): New definition.
7814         * absolute.[ch]: Make arg const.
7816         * tex-glyph.[ch]: (kpse_bitmap_tolerance): Move here from tex-make.
7818         * c-proto.h (P6[CH]): New definitions.
7820         * Makefile.in (objects): Add proginit.o.
7821         * proginit.[ch]: New files.
7823 Mon Jun 20 14:55:57 1994  Karl Berry  (karl@cs.umb.edu)
7825         * tex-file.c (kpse_init_format): Make override path not apply to
7826         TFM and VF files.
7828         * tex-glyph.c (kpse_find_glyph_format): Rename to kpse_find_glyph,
7829         and don't call MakeTeXPK if the filename is absolute.
7830         * tex-glyph.h: Likewise.
7832 Sun Jun 19 11:00:50 1994  Karl Berry  (karl@cs.umb.edu)
7834         * common.ac (HAVE_PROGRAM_INVOCATION_NAME): Test for this.
7835         * acconfig.h: #undef this by default.
7836         * progname.[ch]: New files.
7837         * Makefile.in (objects): Add progname.o.
7838         * cnf.c (do_line): Check for .<progname> qualification.
7840 Sat Jun 18 16:55:36 1994  Karl Berry  (karl@cs.umb.edu)
7842         * elt-dirs.c (kpse_element_dirs): Avoid stats in leaf directories
7843         found via a non-null post.
7845 Fri Jun 17 14:25:08 1994  Karl Berry  (karl@cs.umb.edu)
7847         * elt-dirs.c (kpse_element_dirs) [DEBUG]: Print the directory
7848         expansion of the path element.
7850         * str-llist.h: Doc fix.
7852         * elt-dirs.c (do_subdir): Ignore anything beginning with ., not
7853         just `.' and `..'.
7855 Tue Jun 14 11:53:49 1994  Karl Berry  (karl@cs.umb.edu)
7857         * dir.c (dir_links): Cache the lookups.
7859         * elt-dirs.c (kpse_element_dirs): Don't expand the argument.
7860         * expand.h (kpse_path_expand): New routine.
7861         * expand.c: Define it.
7862         * pathsearch.h: Doc fix.
7864         * db.c, tex-file.c [DEBUG]: Prefix output lines with `debug:'.
7866         * tex-file.h (kpse_format_info_type): Add cnf_path to the struct.
7867         * tex-file.c (kpse_init_path): Print the cnf_path.
7868         (init_path): Set it, instead of a local variable.
7870         * pathsearch.c (path_search): Use !! for no-disk-search instead of
7871         %%, because now % is the comment char in cnf files.
7872         * kpathsea.texi: Document this. Also change all `Kpathsearch' to
7873         `kpathsea'.
7875 Mon Jun 13 10:15:49 1994  Karl Berry  (karl@cs.umb.edu)
7877         * tex-make.h (kpse_set_maketex_mag): Remove.
7878         * tex-make.c (kpse_set_maketex_mag): Make static, remove kpse_
7879         prefix, and use KPATHSEA_DPI and MAKETEX_BASE_DPI instead of args.
7881 Sun Jun 12 13:49:15 1994  Karl Berry  (karl@cs.umb.edu)
7883         * db.c (db_build): Put a header on the hash table.
7885         * tex-glyph.c (try_format): Set extension and path after
7886         kpse_init_format, natch.
7888 Sat Jun 11 14:26:34 1994  Karl Berry  (karl@cs.umb.edu)
7890         * Makefile.in (objects): Add cnf.o.
7891         * variable.c (expand): Call kpse_cnf_get if no envvar value.
7893 Fri Jun 10 11:20:23 1994  Karl Berry  (karl@cs.umb.edu)
7895         * tex-make.h: Remove spec type and variable.
7897 Thu Jun  9 13:42:21 1994  Karl Berry  (karl@cs.umb.edu)
7899         * Makefile.in (objects): Remove init-path.o.
7900         * tex-file.c (kpse_find_file): Rewrite to initialize the paths
7901         only once, and keep all path info in a structure.
7902         * tex-file.h: Vastly simplify.
7903         * tex-glyph.h (kpse_font_file_type): Move here, since it's really
7904         only for glyphs.
7905         * tex-glyph.c: Corresponding changes.
7906         * debug.h (KPSE_DEBUG_PATHS): New debug bit.
7908         * default.h, str-list.h: Doc fix.
7910 Tue May 31 10:06:51 1994  Karl Berry  (karl@cs.umb.edu)
7912         * debug.c: Doc fix.
7914 Mon May 23 11:50:03 1994  Karl Berry  (karl@cs.umb.edu)
7916         * c-fopen.h (FOPEN_A_MODE): Define this.
7917         * tex-make.c (misstex, maketex): Split up kpse_make_tex into
7918         these, and create missfont.log if appropriate.
7920 Sun May 22 17:39:52 1994  Karl Berry  (karl@cs.umb.edu)
7922         * tex-make.h: Doc fix.
7924 Wed May 11 13:25:58 1994  Karl Berry  (karl@cs.umb.edu)
7926         * configure.in (AC_OUTPUT): Use just `Makefile' instead of
7927         `./Makefile', to avoid a bug in Autoconf (through 1.10).
7929 Sun Apr 17 16:18:00 1994  Karl Berry  (karl@ra.cs.umb.edu)
7931         * debug.h: Prefix macros with KPSE_.
7932         * db.c, dir.c: Change calls.
7934         * common.ac: Remove :: VPATH stuff; that made it in to Autoconf 1.8.
7936         * Makefile.in (top_srcdir): Define this for configure to substitute.
7938 Thu Apr  7 17:52:05 1994  Karl Berry  (karl@ra.cs.umb.edu)
7940         * debug.[ch]: Implement fopen/fclose tracing.
7942 Thu Mar 31 07:25:49 1994  Karl Berry  (karl@cs.umb.edu)
7944         * Version 1.8.
7946 Thu Mar 24 10:01:20 1994  Karl Berry  (karl@cs.umb.edu)
7948         * tex-glyph.c: Doc fix.
7950         * pathsearch.c (path_search): Don't search the disk if there is
7951         magic in the path spec.
7953         * db.c: Doc fix.
7955 Wed Mar 16 13:50:17 1994  Karl Berry  (karl@cs.umb.edu)
7957         * readable.c (kpse_readable_file): Complain if errno == EPERM.
7959 Sun Mar 13 11:14:19 1994  Karl Berry  (karl@cs.umb.edu)
7961         * pathsearch.h (kpse_path_search): Take an extra arg must_exist.
7962         * pathsearch.c (kpse_path_search, search, path_search): Likewise.
7963         * tex-file.c (kpse_find_file): Change call.
7964         * tex-file.h (kpse_find_*): Change these calls, too.
7966         * hash.c (hash_create): Don't use xcalloc to init pointers to null.
7968         * db.c (kpse_db_search): Don't free the pointer after incrementing it.
7969         From Frank Jensen.
7971 Sat Mar 12 17:55:36 1994  Karl Berry  (karl@cs.umb.edu)
7973         * db.h (kpse_db_search): Returns a pointer.
7974         * db.c (kpse_db_search): If db can't be built, return NULL, else a
7975         pointer to the (possibly empty) list.
7976         (db_build): Return whether we found the file.
7977         * pathsearch.c (path_search): Change call.
7979 Thu Mar 10 07:45:13 1994  Karl Berry  (karl@cs.umb.edu)
7981         * Makefile.in (install-info): New target.
7983 Fri Mar  4 08:06:16 1994  Karl Berry  (karl@cs.umb.edu)
7985         * hash.c (hash): Change hash function to spread out the values a
7986         bit better.
7988         * debug.h (DEBUG_DB_BUILD): New debug bit.
7989         * db.c (db_build) [DEBUG]: If bit is set, print hash table.
7990         * hash.h (hash_print): Declare.
7992 Thu Mar  3 08:52:01 1994  Karl Berry  (karl@cs.umb.edu)
7994         * Version 1.7.
7996 Sun Feb 27 15:57:30 1994  Karl Berry  (karl@cs.umb.edu)
7998         * Makefile.in (objects): Add db.o, hash.o.
7999         * db.[ch]: New files.
8000         * hash.[ch]: Also new files.
8001         * pathsearch.c (path_search): Try db search.
8002         * tex-glyph.c, fontmap.c: Use general hash functions.
8004 Sat Feb 26 13:15:53 1994  Karl Berry  (karl@cs.umb.edu)
8006         * fontmap.c: Doc fix.
8008         * pathsearch.c (INIT_ALLOC): Increase to 75, what the heck.
8010 Fri Feb 25 08:30:50 1994  Karl Berry  (karl@cs.umb.edu)
8012         * tex-file.[ch]: Decare args const.
8014 Thu Feb 24 07:55:43 1994  Karl Berry  (karl@cs.umb.edu)
8016         * tex-make.h: Include tex-file.h, not init-path.h.
8018         * init-path.h (KPSE_*_{ENVS,PATHS}, kpse_font_override_path): Move
8019         to tex-font.h.
8020         * tex-font.h (kpse_find_{file,tfm,vf}): Also declare these.
8021         * tex-font.c (kpse_find_file): Define these.
8022         (kpse_font_override_path): Move definition here.
8023         
8024         * tex-file.*: Rename from tex-font.*.
8025         * GNUmakefile: Corresponding changes.
8027         * elt-dirs.c (do_subdir): Only append the / once we know it's a
8028         directory.
8030 Wed Feb 23 16:41:31 1994  Karl Berry  (karl@cs.umb.edu)
8032         * elt-dirs.c (do_subdir): Don't tack POST on if it is exactly the
8033         d_name, so we can find a/b with a path of a//b.
8035         * c-vararg.h (PVAR3[CH]): New defines.
8037         * init-path.h: Include KPSE_*_{ENVS,PATHS} here.
8038         (kpse_init_path): Take an additional arg font_p.
8039         * init-path.c (kpse_override_path): Rename kpse_font_override_path.
8040         (kpse_init_path): Only use kpse_font_override_font if font_p.
8042 Mon Feb 21 15:38:53 1994  Karl Berry  (karl@cs.umb.edu)
8044         * common.ac (extrasub): Define to remove VPATH lines if srcdir = `.'.
8046 Thu Feb  3 06:19:49 1994  Karl Berry  (karl@cs.umb.edu)
8048         * Version 1.6.
8050         * fn.c (fn_copy0): Remember to allocate space for the null.
8051         Thanks, simon.
8053 Wed Feb  2 09:57:47 1994  Karl Berry  (karl@cs.umb.edu)
8055         * tex-make.h (KPSE_BITMAP_TOLERANCE): Move to here from tex-glyph.c
8056         (kpse_check_bitmap_tolerance): Declare.
8057         * tex-make.c (kpse_check_bitmap_tolerance): Define.
8059 Tue Feb  1 10:42:03 1994  Karl Berry  (karl@cs.umb.edu)
8061         * c-std.h (*alloc) [! _MALLOC_INTERNAL]: Make decl conditional.
8063         * c-std.h [HAVE_STDLIB_H]: Change #if for including <stdlib.h> to this.
8064         * common.ac (AC_HAVE_HEADERS): Check for stdlib.h.
8066         * Makefile.in (paths.h): Do all substitutions globally.
8068         * absolute.c [DOS]: Include c-ctype.h.
8069         * tex-glyph.c (KPATHSEA_BITMAP_NAME) [DOS]: Double the backslash.
8070         * elt-dirs.c (do_subdir) [!UNIX_ST_LINK]: Avoid dangling else.
8071         From Wayne.
8073         * paths.h.in: Doc fix.
8075         * xputenv.c (xputenv): Check entire variable name for being saved,
8076         not just a prefix of it.
8078 Mon Jan 31 12:05:30 1994  Karl Berry  (karl@cs.umb.edu)
8080         * fn.c (fn_copy0): Allocate LEN if that's bigger than CHUNK_SIZE.
8081         (CHUNK_SIZE): Increase to 75.
8083 Sat Jan 22 15:36:08 1994  Karl Berry  (karl@cs.umb.edu)
8085         * Version 1.5.
8087         * common.ac (AC_HAVE_FUNCS): Check for memmove.
8089         * paths.h.in (DEFAULT_MF_PATH): Don't search just public/, cause
8090         we need ams/.
8092 Mon Jan 17 15:09:36 1994  Karl Berry  (karl@cs.umb.edu)
8094         * paths.h.in (DEFAULT_{FMT,BASE}_PATH): Include `.'.
8096 Sun Jan 16 14:50:02 1994  Karl Berry  (karl@cs.umb.edu)
8098         * paths.h.in (DEFAULT_PK_PATH): Search subdirs of pk.
8100 Mon Jan 10 16:40:35 1994  Karl Berry  (karl@cs.umb.edu)
8102         * xputenv.c (xputenv): Don't try to be smart about saving/freeing
8103         stuff if SMART_PUTENV is defined.
8105         * c-std.h (assert) [!HAVE_ASSERT_H]: Define as nothing, to avoid
8106         undefined references to assert.
8108 Tue Dec 21 16:28:13 1993  Karl Berry  (karl@cs.umb.edu)
8110         * c-std.h (SYSV) [STDC_HEADERS]: Define, to get around old X
8111         include files under hpux.
8113 Sun Dec 19 13:06:15 1993  Karl Berry  (karl@cs.umb.edu)
8115         * Makefile.in (objects): Put tex-font.o first.
8117 Sat Dec 18 15:03:57 1993  Karl Berry  (karl@cs.umb.edu)
8119         * config.h (GCC_WCHAR_T, _GCC_WCHAR_T): Remove these; I have
8120         another theory now for wchar_t, done in xdvi.h and x11.c.
8122 Sat Dec 18 14:41:15 1993  Karl Berry  (karl@owl.hq.ileaf.com)
8124         * c-memstr.h ([r]index) [STDC_HEADERS]: Conditionalize #define.
8126 Tue Dec 14 17:43:30 1993  Karl Berry  (karl@cs.umb.edu)
8128         * Makefile.in (paths.h): Change substitutions accordingly.
8129         * paths.h.in (DEFAULT_FMT_PATH): Variable is now fmtdir.
8130         (DEFAULT_{BIB,BST}_PATH): Variable is now texmf_prefix.
8132 Sat Dec 11 13:21:43 1993  Karl Berry  (karl@cs.umb.edu)
8134         * tex-make.c (ABS): New macro.
8135         (kpse_set_maketex_mag): Use it, instead of fabs.
8137 Fri Dec 10 15:31:16 1993  Karl Berry  (karl@cs.umb.edu)
8139         * xmalloc.c, xrealloc.c: Use exit instead of abort, remove abort
8140         decls, and reword error messages to be less cryptic. From
8141         john@minster.york.ac.uk.
8143         * dir.h: use `defined' instead of just `DIRENT || _POSIX_VERSION'.
8144         How annoying. From kretschm@aitxu3.ait.physik.uni-tuebingen.de.
8146         * xputenv.c (putenv): Remove declaration, as different systems do
8147         it differently. From kayvan@satyr.sylvan.com.
8149 Thu Dec  9 09:12:33 1993  Karl Berry  (karl@cs.umb.edu)
8151         * tex-make.c (kpse_set_maketex_mag): Allow off-by-1 when deciding
8152         if a dpi is a magstep.
8154 Tue Dec  7 11:03:51 1993  Karl Berry  (karl@cs.umb.edu)
8156         * tex-make.c (kpse_set_maketex_mag): New routine from dvips,
8157         called by dvipsk and xdvik to ensure consistency.
8158         (magstep): Subroutine of above, also from dvips.
8159         * tex-make.h: Declare it.
8161         * tex-doc.texi: Correct menu item (from maechler@stat.math.ethz.ch).
8163 Fri Dec  3 12:53:38 1993  Karl Berry  (karl@cs.umb.edu)
8165         * c-pathmx.h: Doc fix.
8167 Sat Nov 27 14:36:11 1993  Karl Berry  (karl@cs.umb.edu)
8169         * default.h: Doc fix.
8171         * paths.h.in (texfontdir): This has been renamed to fontdir.
8173 Sun Nov 21 08:28:41 1993  Karl Berry  (karl@cs.umb.edu)
8175         * Makefile.in (distdir): Include HIER in the distribution, until
8176         we merge it into the manual.
8178 Sun Nov  7 14:54:47 1993  Karl Berry  (karl@cs.umb.edu)
8180         * c-namemx.h (NAME_MAX): Avoid use of pathconf.
8181         * c-pathmx.h: Doc fix.
8183 Thu Nov  4 14:50:45 1993  Karl Berry  (karl@cs.umb.edu)
8185         * config.h (_GCC_WCHAR_T) [!GCC_WCHAR]: Conditionalize.
8187         * c-std.h (EXIT_SUCCESS) [!EXIT_SUCCESS]: Move these defines
8188         outside of !STDC_HEADERS, for the sake of SunOS 4.1.1.  (From
8189         vonbrand@inf.utfsm.cl.)
8191 Wed Nov  3 14:43:05 1993  Karl Berry  (karl@cs.umb.edu)
8193         * Version 1.4.
8195 Wed Nov  3 07:05:48 1993  Karl Berry  (karl@cs.umb.edu)
8197         * paths.h.in (DEFAULT_{BASE,FMT}_PATH): Had these definitions reversed.
8199 Fri Oct 29 19:27:36 1993  Karl Berry  (karl@cs.umb.edu)
8201         * tex-glyph.c (try_fallback_resolutions): Initialize ret in all cases.
8203 Thu Oct 28 14:32:34 1993  Karl Berry  (karl@cs.umb.edu)
8205         * lib.h: Doc fix.
8207         * common.h (AC_UNISTD_H): Replace this with unistd.h in the list
8208         of HAVE_HEADERS.
8210 Tue Oct 26 13:59:33 1993  Karl Berry  (karl@cs.umb.edu)
8212         * str-llist.[ch]: New files.
8213         * Makefile.in (objects): Add str_llist.o.
8214         * elt-dirs.[ch]: Use str_llist_type throughout.
8215         * pathsearch.c (dir_list_search): Take a str_llist_type, and float
8216         a successful dir towards the top.
8217         (path_search): Change call of kpse_element_dirs.
8219 Sun Oct 24 19:41:49 1993  Karl Berry  (karl@cs.umb.edu)
8221         * elt-dirs.c (do_optional): Remove this stub.
8222         (expand_elt): Don't call it.
8224 Fri Oct 22 14:46:44 1993  Karl Berry  (karl@cs.umb.edu)
8226         * xmalloc.c, xrealloc.c, line.c, pathsearch.c: Doc fix.
8228 Tue Oct 19 12:11:32 1993  Karl Berry  (karl@cs.umb.edu)
8230         * tex-glyph.c (try_fallback_resolutions): New routine.
8231         (kpse_find_glyph_format): Call it, instead of repeating (the now
8232         pretty complicated) code.
8233         * tex-font.c (kpse_init_fallback_resolutions): Pass the value of
8234         any environment variable, not its name. From R.Kooijman@et.tudelft.nl.
8236         * c-memstr.h (str[r]chr) [!str[r]chr]: Conditionalize. From
8237         maarrrk@seidel.ece.ucsb.edu.
8239 Tue Oct 12 16:26:48 1993  Karl Berry  (karl@cs.umb.edu)
8241         * tex-make.c: Doc fix.
8243 Thu Oct  7 13:13:57 1993  Karl Berry  (karl@cs.umb.edu)
8245         * xmalloc.c: Rewrite to not require <config.h>.
8246         * xrealloc.c: Likewise.
8248         * make-suffix.c (make_suffix): Declare variables const.
8249         * remove-suffx.c (remove_suffix): Likewise.  Also rename to
8250         rm-suffix.c.
8251         * xputenv.c (putenv): Declare with correct prototype.
8252         * fontmap.c (internal routines): Likewise.
8253         * line.c (xmalloc, xrealloc): Declare as void *.
8254         (From john@minster.york.ac.uk.)
8256 Wed Oct  6 06:49:53 1993  Karl Berry  (karl@cs.umb.edu)
8258         * Version 1.3.
8260         * tilde.c (kpse_tilde_expand): Always return a malloc-ed value.
8261         (From ken@cs.toronto.edu.)
8263 Sun Oct  3 14:11:33 1993  Karl Berry  (karl@cs.umb.edu)
8265         * config.h (_GCC_WCHAR_T): Define.
8267 Sat Oct  2 17:17:32 1993  Karl Berry  (karl@cs.umb.edu)
8269         * Makefile.in (install-*): Don't reassign PATH, just invoke
8270         mkdirchain explicitly.
8272         * tex-glyph.c (KPATHSEA_BITMAP_NAME) [DOS]: Define what I think
8273         will work for this ...
8275         * paths.h.in: Doc fix.
8277         * Makefile.in: Doc fix.
8279         * tex-glyph.c (kpse_find_glyph_format): Unconditionally initialize
8280         glyph_paths[*], since we might use them both in try_size.  From
8281         worsch@ira.uka.de.
8283 Fri Oct  1 12:02:11 1993  Karl Berry  (karl@cs.umb.edu)
8285         * expand.c: Doc fix.
8287 Wed Sep 29 15:21:49 1993    (karl@terminus.cs.umb.edu)
8289         * Version 1.2.
8291 Sat Sep 25 14:12:00 1993  Karl Berry  (karl@cs.umb.edu)
8293         * pathsearch.c (path_search, absolute_search): Don't initialize
8294         structs.
8296 Fri Sep 24 12:50:00 1993  Karl Berry  (karl@cs.umb.edu)
8298         * tex-glyph.c (try_size): Skip the simultaneous stuff.
8299         (try_format): Set the envvar here.
8300         (bitmap_name): Not here.
8301         * pathsearch.c (kpse_*_multi_search): Delete.
8302         Change most other routines to take only a single name again,
8303         instead of a name list.
8304         * pathsearch.h: Delete decls.
8306         * tex-glyph.c (init-path.h): Don't need to include this.
8308         * tex-glyph.c (kpse_find_glyph_format): Try the fallback
8309         resolutions for the fallback font.
8311         * Makefile.in (warn_more, MAKEINFO_FLAGS) [hayley]: Define these
8312         for development and distribution.
8314         * Makefile.in (dvi): Make analogous to info (including use of new
8315         suffix rule).
8317         * tex-glyph.c (kpse_find_glyph_format): Set KPATHSEA_NAME to the
8318         fallback font if we get that far.
8320 Wed Sep 15 19:29:56 1993  Karl Berry  (karl@cs.umb.edu)
8322         * filefmt.h (KPSE_*_PATH): Pass NULL as first arg.
8324         * xputenv.c (xputenv): Rewrite again to save the variable names,
8325         not the old items.
8327 Mon Sep 13 06:55:29 1993  Karl Berry  (karl@cs.umb.edu)
8329         * concatn.h: Doc fix.
8331 Sun Sep 12 15:54:55 1993  Karl Berry  (karl@cs.umb.edu)
8333         * lib.h (XTALLOC): Parenthesize the cast.
8335         * xputenv.c (xputenv): Rewrite to collect some of the garbage.
8337 Fri Sep 10 14:00:35 1993  Karl Berry  (karl@cs.umb.edu)
8339         * lib.h (ENVVAR_SET_DEFAULT): No longer needed.
8341         * xputenv.c (xputenv_int): New routine.
8343 Thu Sep  9 14:58:00 1993  Karl Berry  (karl@cs.umb.edu)
8345         * tex-make.c (MAKE_TEX_PK_SPEC): Change MAKETEX_DPI to
8346         KPATHSEA_DPI.
8348         * tex-glyph.c (try_fontmap): Use KPSE_GLYPH_PATH.
8349         * filefmt.c (KPSE_GLYPH_{PATH,ENVS}): New macros.
8350         (KPSE_{GF,PK}_ENVS): Use GLYPH_ENVS.
8352         * tex-glyph.c (bitmap_name): Rewrite to use a variable spec,
8353         introducing KPATHSEA_{BITMAP_NAME,FORMAT,DPI,NAME}.
8354         (kpse_find_glyph_format): Set KPATHSEA_DPI instead of MAKETEX_DPI;
8355         also set KPATHSEA_NAME.
8356         (try_fontmap): Also set KPATHSEA_NAME here.
8357         (try_size): Set KPATHSEA_DPI here.
8359         * tex-glyph.c (try_name): Delete this routine.
8360         (kpse_find_glyph_format): Try fallback resolutions here, call
8361         try_resolution directly.
8362         (try_fontmap): Call try_resolution directly.
8364         * init-path.h: Need not include c-proto.h.
8366 Sun Aug 29 13:34:25 1993  Karl Berry  (karl@cs.umb.edu)
8368         * tex-make.c: Doc fix.
8370         * filefmt.h: Don't need c-proto.h or types.h.
8372 Fri Aug 27 10:36:46 1993  Karl Berry  (karl@cs.umb.edu)
8374         * c-vararg.h (PVAR2C): Take AP as an arg.
8376         * init-path.[ch] (kpse_init_path): Take the current value as an
8377         additional argument, separate from the default path, and always
8378         expand_default.
8380         * uppercasify.c (uppercasify): Don't discard upcased result!
8382 Thu Aug 26 10:36:28 1993  Karl Berry  (karl@cs.umb.edu)
8384         * Version 1.1.
8386 Sun Aug 22 19:18:35 1993  Karl Berry  (karl@cs.umb.edu)
8388         * install-data (install-data): Replace nonexistent
8389         $(kpath_includedir) with $(includedir), and define it.  Also
8390         remove c-auto.h.
8392 Thu Aug  5 09:03:22 1993  Karl Berry  (karl@cs.umb.edu)
8394         * Version 1.0.
8396 Wed Aug  4 13:51:24 1993  Karl Berry  (karl@cs.umb.edu)
8398         * tex-glyph.c (kpse_find_glyph_format): Fill in the font_file
8399         struct in the maketex case.
8401         * Makefile.in (info): Just depend on kpathsea.info, and rely on
8402         new suffix rule to do the work.
8404 Tue Aug  3 17:50:40 1993  Karl Berry  (karl@fishbowl.hq.ileaf.com)
8406         * tex-glyph.c (try_name): Don't free expanded_name if we're
8407         returning it.
8409 Tue Aug  3 10:13:43 1993  Karl Berry  (karl@owl.hq.ileaf.com)
8411         * version.c (kpathsea_version_string): Do not declare const.
8413         * line.h (read_line): Protoize decl.
8415 Tue Aug  3 09:10:07 1993  Karl Berry  (karl@blood.hq.ileaf.com)
8417         * c-memstr.h (bcmp, bcopy, bzero) [!HAVE_BCOPY]: Conditionalize.
8419         * putenv.c: Include <kpathsea/c-auto.h>, and use const when
8420         calling memcpy.
8422 Sun Aug  1 08:48:49 1993  Karl Berry  (karl@cs.umb.edu)
8424         * Add new features to manual.
8426         * Makefile.in (objects): Include putenv.o.
8427         * putenv.c: New file from gdb.
8428         * common.ac: Test for putenv.
8430 Sat Jul 31 11:54:31 1993  Karl Berry  (karl@cs.umb.edu)
8432         * Makefile.in (distclean): Remove paths.h.
8434         * Most files: changes for traditional C compatibility.
8436         * filefmt.h: Add new KPSE_..._PATH's for the other formats.
8437         * paths.h.in: Add defaults.
8438         * Makefile.in (paths.h): sed the values in.
8440 Fri Jul 30 17:23:10 1993  Karl Berry  (karl@cs.umb.edu)
8442         * filefmt.h (KPSE_VF_PATH): Add empty parens.
8444         * tex-paths.h*: Rename to just paths.h*.
8446 Tue Jul 27 09:00:58 1993  Karl Berry  (karl@cs.umb.edu)
8448         * filefmt.h: Include tex-paths.h, and use default paths in
8449         KPSE_..._PATH macros.
8451         * find-suffix.c: Correct logic.
8453         * filefmt.h: Include init-path.h.
8455 Sat Jul 24 10:44:21 1993  Karl Berry  (karl@cs.umb.edu)
8457         * tex-glyph.c (kpse_find_glyph_format): Assign to it.
8458         * tex-font.h (kpse_font_file_type): New member `source'.
8459         (KPSE_FONT_FILE_SOURCE): Accessor macro.
8460         (kpse_source_type): New type.
8462 Wed Jul 21 19:45:45 1993  Karl Berry  (karl@cs.umb.edu)
8464         * Makefile.in (configclean): New target.
8466 Sun Jul 18 13:53:38 1993  Karl Berry  (karl@cs.umb.edu)
8468         * tilde.[ch] (kpse_expand_tilde): Rename to kpse_tilde_expand.
8470         * elt-dirs.c, pathsearch.c, tex-glyph.c: Replace calls to
8471         kpse_expand_tilde with kpse_expand.
8472         * expand.[ch]: New files.
8473         * Makefile.in (objects): Add it.
8475         * fn.[ch]: New files.
8476         * elt-dirs.c (fn*): Moved to fn.c.
8477         * tex-make.c, variable.c: Use the new routines.
8478         * *obstack*: No longer needed.
8479         * Makefile.in (objects): Appropriate changes.
8481 Sat Jul 17 13:25:25 1993  Karl Berry  (karl@cs.umb.edu)
8483         * concat.c: Doc fix.
8485         * pathsearch.c (search, path_search): Expand variable references.
8487         * itoa.c: New file.
8488         * lib.h (itoa): Declare it.
8489         * Makefile.in (objects): Add it.
8491         * lib.h (ENVVAR_SET_DEFAULT): New macro.
8492         * tex-glyph.c (kpse_find_glyph_format): Call it to set the dpi.
8494 Fri Jul 16 09:10:52 1993  Karl Berry  (karl@cs.umb.edu)
8496         * xputenv.c: New file.
8497         * Makefile.in (objects): Add it.
8498         * lib.h (xputenv): Declare it.  
8500         * c-obstack.h: New file.
8501         * variable.[ch]: New files.
8502         * Makefile.in (objects): Add it.
8504         * uppercasify.c: New file.
8505         * Makefile.in (objects): add it.
8506         * lib.h (uppercasify): Declare it.
8508 Tue Jul 13 13:47:54 1993  Karl Berry  (karl@cs.umb.edu)
8510         * tex-glyph.c (kpse_find_glyph_format): Simplify path initialization.
8511         * filefmt.h: New file; add abbrevs for GF and PK inits.
8513         * Makefile.in (objects): Add obstack.o and tex-make.o.
8514         * obstack.[ch]: New files from GNU.
8515         * concatn.[ch], tex-make.[ch]: New files.
8516         * init-path.c: Doc fix.
8518         * elt-dirs.c: Doc fix.
8519         * readable.[ch]: Doc fixes.
8521 Sun Jul 11 13:37:02 1993  Karl Berry  (karl@cs.umb.edu)
8523         * tex-font.h (kpse_font_format_type): Rename to kpse_file_format_type,
8524         and include the other file formats.
8525         * tex-glyph.c: Change uses.
8527 Tue Jul  6 08:09:10 1993  Karl Berry  (karl@cs.umb.edu)
8529         * tex-font.c (kpse_fallback_font): Initialize to NULL.
8531 Mon Jul  5 08:23:09 1993  Karl Berry  (karl@cs.umb.edu)
8533         * tex-glyph.c (try_size): Don't fill in FONT_FILE if it's null.
8535         * tex-font.c (kpse_init_fallback_resolutions): Look for TEXSIZES
8536         after the program-specific *SIZES var.
8538         * tex-glyph.c (kpse_find_glyph_format): Use kpse_init_path.
8539         * Makefile.in (objects): Add init_path.o.
8540         * tex-font.[ch] (kpse_override_path): Move to init-path.[ch].
8541         * init-path.[ch]: New files.
8542         * c-vararg.h: New file.
8544 Sun Jul  4 11:26:17 1993  Karl Berry  (karl@cs.umb.edu)
8546         * tex-font.c (kpse_init_fallback_resolutions): New routine.
8547         * tex-font.h: Declare it, and companion return type.
8549 Fri Jul  2 10:43:11 1993  Karl Berry  (karl@cs.umb.edu)
8551         * tex-glyph.c (kpse_find_glyph_format): Take first successful
8552         fontmap entry.
8554         * fontmap.c (map_file_parse): Take first % on line as starting the
8555         comment, not the last.
8557         * fontmap.c (map_insert): Always insert the new element.
8559 Thu Jul  1 19:21:35 1993  Karl Berry  (karl@cs.umb.edu)
8561         * fontmap.c (map_lookup): Return a list, not a single string.
8562         (map_lookup_str): Likewise.
8563         * fontmap.h (map_lookup): Change decl.
8564         * tex-glyph.c (kpse_find_glyph_format): Change caller.
8566 Sat Jun 26 11:48:36 1993  Karl Berry  (karl@cs.umb.edu)
8568         * tex-font.h: Doc fix.
8570 Thu Jun 24 11:16:41 1993  Karl Berry  (karl@cs.umb.edu)
8572         * configure.in (MISSING_HEADERS): Toss in favor of HAVE_HEADERS.  Sigh.
8573         Also, move all this to an include file.
8574         Change uses in several files.
8576         * stat.h: Rename to c-stat.h, and change includers.
8578         * Makefile.in (objects): Add tex-glyph.o.
8579         * pathsearch.[ch] (kpse_*_multi_search): New routines.
8581 Sat Jun 19 11:37:18 1993  Karl Berry  (karl@cs.umb.edu)
8583         * str-list.c (str_list_free): New routine.
8585 Fri Jun 18 13:54:08 1993  Karl Berry  (karl@cs.umb.edu)
8587         * fontmap.c (map_create): Rewrite to use kpse_all_path_search.
8588         Include const in various subroutines.
8590 Tue Jun 15 15:58:18 1993  Karl Berry  (karl@cs.umb.edu)
8592         * Change <kpathsea/pathsrch.h> to pathsearch.  Rename the files
8593         themselves.
8595         * elt-dirs.c (cache): Copy the key into our own storage, since it
8596         comes from kpse_path_element and might get overwritten.  Should we
8597         copy all the values, too?
8599 Sun Jun 13 16:49:09 1993  Karl Berry  (karl@cs.umb.edu)
8601         * pathsearch.c (dir_list_search): Don't need to append the null
8602         here; in fact, it's wrong, since then the final list might have
8603         nulls in the middle.
8605         * elt-dirs.c (dir_list_add): Correct check for new directory
8606         already ending in /.
8608 Fri Jun 11 10:45:33 1993  Karl Berry  (karl@cs.umb.edu)
8610         * str-list.[ch]: New files.
8611         * pathsrch.c: Use it for the dir_list routines.
8612         * Many changes and new files throughout for new implementation
8613         including TeX-font-lookup routines.
8615 Tue Jun  8 14:00:54 1993  Karl Berry  (karl@cs.umb.edu)
8617         * Most files: Change `const string' (constant pointer) to `const
8618         char *' (pointer to constant data).  What a crock.
8620 Mon Jun  7 09:43:21 1993  Karl Berry  (karl@cs.umb.edu)
8622         * debug.[ch]: New files.
8623         * config.h: Include debug.h.
8625         * dir-p.c: Rename to dir.c.
8626         (dir_links): New routine.
8628         * c-std.h (assert.h) [!ASSERT_H_MISSING]: Include this.
8629         * configure.in: Check for it with new macro AC_MISSING_HEADERS.
8631 Thu Jun  3 10:12:12 1993  Karl Berry  (karl@cs.umb.edu)
8633         * dirio.h (leaf_dir_p): No longer defined; rename to dir.h.
8634         * xopendir.c, dir-p.c, pathsrch.c: Change include.
8636 Mon May 31 07:49:16 1993  Karl Berry  (karl@cs.umb.edu)
8638         * c-std.h (EXIT_{SUCCESS,FAILURE}): Define these if they're undefined.
8640         * config.h: Use <kpathsea/...> instead "...".
8642         * kpathlib.h: Had #ifndef protection messed up.  Rename to lib.h.
8644         * c-memstr.h (index, rindex) [!index, !rindex]: Make definitions
8645         conditional.
8647 Tue May 25 10:07:00 1993  Karl Berry  (karl@cs.umb.edu)
8649         * c-{namemx,pathmx,pathch,...}.h: Doc fixes.
8651         * c-systypes.h: New file.
8652         * c-std.h: Include it.
8654         * stat.h: New file.
8655         * xstat.h: Include it.
8657         * configure.in (AC_HAVE_HEADERS): Test for `pwd.h'.
8659 Sun May 23 19:06:22 1993  Karl Berry  (karl@cs.umb.edu)
8661         * pathsrch.[ch]: Doc fixes.
8663 Fri May 21 11:27:54 1993  Karl Berry  (karl@cs.umb.edu)
8665         * line.c (free): Declare.
8667         * pathsrch.c, find-suffix.c: Change caller.
8668         * c-pathch.h ({IS_,}{DIR,ENV}_SEP): Rename existing confusing
8669         definitions to these.  Suggested by rocky.
8671 Mon May 17 08:18:18 1993  Karl Berry  (karl@cs.umb.edu)
8673         * Version 0.3.
8675         * pathsrch.c (expand_default): Handle doubled colon and
8676         nothing-but-colon cases.
8678         * Write documentation, change Makefile accordingly.
8680 Thu May 13 16:32:34 1993  Karl Berry  (karl@cs.umb.edu)
8682         * c-std.h (popen) [VMS]: Make decl conditional, and include
8683         <unixlib.h> and <unixio.h>.
8685 Mon May 10 07:12:50 1993  Karl Berry  (karl@cs.umb.edu)
8687         * Version 0.2.
8689         * version.c: Put in placeholder.
8691 Sun May  9 10:42:34 1993  Karl Berry  (karl@cs.umb.edu)
8693         * config.h (c-auto.h): Use <...> instead of "...".
8695 Tue May  4 14:54:41 1993  Karl Berry  (karl@cs.umb.edu)
8697         * Makefile.in (info check dvi): New targets (that do nothing).
8699 Mon May  3 13:46:17 1993  Karl Berry  (karl@claude.cs.umb.edu)
8701         * Version 0.1.
8703         * Use KPATHSEARCH_ prefix for various headers' cpp protections.
8705 Sun May  2 10:28:25 1993  Karl Berry  (karl@cs.umb.edu)
8707         * Makefile.in (dist): Depend on TAGS, and put it in the dist.
8709         * Makefile.in (c-auto.h.in): Remove extra $(srcdir).
8711 Sun Apr 25 11:22:12 1993  Karl Berry  (karl@cs.umb.edu)
8713         * pathsrch.h: Include c-proto.h.
8715         * make-suffix.c: New file.
8716         * Makefile.in (objects): Add the .o.
8718         * file-p.c: Use the SAME_FILE_P macro.
8720         * fontmap.h: Include c-proto.h and types.h.
8722         * lib.h: Rename to kpathlib.h.
8723         * config.h: Include changed.
8725         * c-proto.h, c-std.h: Doc fix.
8727         * c-limits.h [LIMITS_H_MISSING]: Conditionalize include of c-std.h.
8729         * xstat.h: Include c-std.h.
8731         * Makefile.in (c-auto.h.in): Add unused warning to top.
8733         * dirio.h: Include c-proto.h and types.h.
8735 Fri Apr 23 16:11:13 1993  Karl Berry  (karl@cs.umb.edu)
8737         * line.c: Don't include config.h, just declare xmalloc and
8738         xrealloc explicitly.
8740         * pathsrch.c: paths.h need not be included.
8742         * Created.