diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-08 18:21:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-08 18:21:45 +0000 |
commit | d1a22e921a43f451423fc011d20d187375a34b4f (patch) | |
tree | afda1ff305a120d7db081c0caf3c8eaa529cb399 /Build/source/texk/kpathsea | |
parent | 3597e52f97765b778dc0efb9a03b775786d9078e (diff) |
update kpathsea to 3.5.7, web2c to 7.5.7, and NEWS files; regenerate configure scripts
git-svn-id: svn://tug.org/texlive/trunk@9382 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/NEWS | 13 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/configure | 22 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/configure.in | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpathsea.info | 168 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpathsea.texi | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/stamp-aclocal | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/stamp-auto.in | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/stamp-configure | 2 |
9 files changed, 120 insertions, 104 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 600a3915a5e..06936c72a20 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2008-07-08 Karl Berry <karl@tug.org> + + * configure.in: version 3.5.7. + 2008-07-06 Karl Berry <karl@tug.org> * withenable.ac (texmfmain): do not bother with long verbose @@ -193,12 +197,15 @@ * acconfig.h: ... removed. 2008-02-24 Martin Schröder <martin@pdftex.org> + * lib.h: systypes.h instead of c-std.h 2008-02-23 Martin Schröder <martin@pdftex.org> + * lib.h: include c-std.h to get off_t from stdio.h 2008-02-21 Martin Schröder <martin@pdftex.org> + * lib.h, xfseek.c, xftell.c: LFS support: use off_t instead of long and fseeko instead of fseek diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index 3001bc29d7b..5468ea91540 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,10 +1,19 @@ This file records noteworthy changes. -3.5.6 (for TeX Collection 2006-07) +3.5.7 (for TeX Collection 2008, 8 July 2008) +* kpsewhich has new options --all (to report all matches) and --subdir + (to limit matches). +* more file suffixes (.dtx, et al.) and special files (updmap.cfg, et al.) + found automatically. +* add basic Lua support. +* add 64-bit functions for pdftex. +* autoconf support finally modernized. + +3.5.6 (for TeX Collection 2006-07, 30 December 2006) * longstanding minor portability/warnings problems. 3.5.5 * Copyrights of some source files were erroneously attributed to FSF. -* On UNIX, accept the semicolon as well as the colon in environment +* On Unix, accept the semicolon as well as the colon in environment variables like TEXINPUTS. * Keep metafont from choking on large literals (> 4000) when calling mktexpk. diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure index deac23edc06..5e53b12fadf 100755 --- a/Build/source/texk/kpathsea/configure +++ b/Build/source/texk/kpathsea/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for kpathsea 3.5.6dev. +# Generated by GNU Autoconf 2.62 for kpathsea 3.5.7. # # Report bugs to <tex-k@mail.tug.org>. # @@ -755,8 +755,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='kpathsea' PACKAGE_TARNAME='kpathsea' -PACKAGE_VERSION='3.5.6dev' -PACKAGE_STRING='kpathsea 3.5.6dev' +PACKAGE_VERSION='3.5.7' +PACKAGE_STRING='kpathsea 3.5.7' PACKAGE_BUGREPORT='tex-k@mail.tug.org' ac_unique_file="pathsearch.c" @@ -1454,7 +1454,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures kpathsea 3.5.6dev to adapt to many kinds of systems. +\`configure' configures kpathsea 3.5.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1519,7 +1519,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of kpathsea 3.5.6dev:";; + short | recursive ) echo "Configuration of kpathsea 3.5.7:";; esac cat <<\_ACEOF @@ -1624,7 +1624,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -kpathsea configure 3.5.6dev +kpathsea configure 3.5.7 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1638,7 +1638,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by kpathsea $as_me 3.5.6dev, which was +It was created by kpathsea $as_me 3.5.7, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -2006,10 +2006,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -KPSEVERSION=3.5.6dev +KPSEVERSION=3.5.7 cat >>confdefs.h <<\_ACEOF -#define KPSEVERSION "kpathsea version 3.5.6dev" +#define KPSEVERSION "kpathsea version 3.5.7" _ACEOF KPSE_LT_VERS=5:0:1 @@ -11578,7 +11578,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by kpathsea $as_me 3.5.6dev, which was +This file was extended by kpathsea $as_me 3.5.7, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11627,7 +11627,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -kpathsea config.status 3.5.6dev +kpathsea config.status 3.5.7 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/Build/source/texk/kpathsea/configure.in b/Build/source/texk/kpathsea/configure.in index 2b79ffb6bad..e52ec24ac28 100644 --- a/Build/source/texk/kpathsea/configure.in +++ b/Build/source/texk/kpathsea/configure.in @@ -20,8 +20,8 @@ dnl kpse_lib_micro = 0; dnl m4_define([kpse_major_version], [3])[]dnl m4_define([kpse_minor_version], [5])[]dnl -m4_define([kpse_micro_version], [6])[]dnl -m4_define([kpse_devel_version], [dev])[]dnl +m4_define([kpse_micro_version], [7])[]dnl +m4_define([kpse_devel_version], [])[]dnl m4_define([kpse_version], [kpse_major_version.kpse_minor_version.kpse_micro_version[]kpse_devel_version])[]dnl m4_define([kpse_lib_major], [4])[]dnl diff --git a/Build/source/texk/kpathsea/kpathsea.info b/Build/source/texk/kpathsea/kpathsea.info index 5b3b516a974..52e8fdc336f 100644 --- a/Build/source/texk/kpathsea/kpathsea.info +++ b/Build/source/texk/kpathsea/kpathsea.info @@ -39,8 +39,8 @@ Kpathsea library **************** This manual documents how to install and use the Kpathsea library for -filename lookup. It corresponds to version 3.5.6dev, released in -May 2008. +filename lookup. It corresponds to version 3.5.7, released in +July 2008. * Menu: @@ -60,8 +60,8 @@ File: kpathsea.info, Node: Introduction, Next: Installation, Prev: Top, Up: 1 Introduction ************** -This manual corresponds to version 3.5.6dev of the Kpathsea library, -released in May 2008. +This manual corresponds to version 3.5.7 of the Kpathsea library, +released in July 2008. The library's fundamental purpose is to return a filename from a list of directories specified by the user, similar to what shells do @@ -4772,85 +4772,85 @@ Index Tag Table: Node: Top1552 -Node: Introduction2197 -Node: History4175 -Node: Installation8267 -Node: Simple installation9057 -Node: Custom installation12640 -Node: Disk space13814 -Node: Kpathsea application distributions14698 -Node: Changing search paths15813 -Node: Default path features16995 -Node: Default path generation19131 -Node: Running configure20574 -Node: configure shells21625 -Node: configure options22677 -Node: configure environment24184 -Node: configure scenarios25986 -Node: Shared library27572 -Node: Running make28586 -Node: Installing files30633 -Node: Cleaning up32580 -Node: Filename database generation33628 -Node: mktex scripts34195 -Node: mktex configuration35472 -Node: mktex script names41291 -Node: mktex script arguments42682 -Node: Installation testing43572 -Node: Security43936 -Node: TeX directory structure46503 -Node: unixtex.ftp50925 -Node: Electronic distribution52940 -Node: CD-ROM distribution55705 -Node: Other TeX packages56675 -Node: Reporting bugs57971 -Node: Bug checklist58711 -Node: Mailing lists62413 -Node: Debugging63772 -Node: Logging68844 -Node: Common problems70714 -Node: Unable to find files71545 -Node: Slow path searching73956 -Node: Unable to generate fonts75333 -Node: TeX or Metafont failing77842 -Node: Empty Makefiles79720 -Node: XtStrings80950 -Node: dlopen81786 -Node: ShellWidgetClass82604 -Node: Pointer combination warnings84236 -Node: Path searching84625 -Node: Searching overview85272 -Node: Path sources88668 -Node: Config files89739 -Node: Path expansion93384 -Node: Default expansion94333 -Node: Variable expansion96403 -Node: Tilde expansion97806 -Node: Brace expansion98786 -Node: KPSE_DOT expansion99891 -Node: Subdirectory expansion100404 -Node: Filename database102753 -Node: ls-R103807 -Node: Filename aliases106701 -Node: Database format107879 -Node: Invoking kpsewhich108892 -Node: Path searching options109837 -Node: Specially-recognized files116857 -Node: Auxiliary tasks118181 -Node: Standard options120006 -Node: TeX support120326 -Node: Supported file formats121617 -Node: File lookup128765 -Node: Glyph lookup130493 -Node: Basic glyph lookup131620 -Node: Fontmap132499 -Node: Fallback font135116 -Node: Suppressing warnings136081 -Node: Programming137186 -Node: Programming overview137699 -Node: Calling sequence139975 -Node: Program-specific files144967 -Node: Programming with config files146005 -Node: Index147305 +Node: Introduction2195 +Node: History4171 +Node: Installation8263 +Node: Simple installation9053 +Node: Custom installation12636 +Node: Disk space13810 +Node: Kpathsea application distributions14694 +Node: Changing search paths15809 +Node: Default path features16991 +Node: Default path generation19127 +Node: Running configure20570 +Node: configure shells21621 +Node: configure options22673 +Node: configure environment24180 +Node: configure scenarios25982 +Node: Shared library27568 +Node: Running make28582 +Node: Installing files30629 +Node: Cleaning up32576 +Node: Filename database generation33624 +Node: mktex scripts34191 +Node: mktex configuration35468 +Node: mktex script names41287 +Node: mktex script arguments42678 +Node: Installation testing43568 +Node: Security43932 +Node: TeX directory structure46499 +Node: unixtex.ftp50921 +Node: Electronic distribution52936 +Node: CD-ROM distribution55701 +Node: Other TeX packages56671 +Node: Reporting bugs57967 +Node: Bug checklist58707 +Node: Mailing lists62409 +Node: Debugging63768 +Node: Logging68840 +Node: Common problems70710 +Node: Unable to find files71541 +Node: Slow path searching73952 +Node: Unable to generate fonts75329 +Node: TeX or Metafont failing77838 +Node: Empty Makefiles79716 +Node: XtStrings80946 +Node: dlopen81782 +Node: ShellWidgetClass82600 +Node: Pointer combination warnings84232 +Node: Path searching84621 +Node: Searching overview85268 +Node: Path sources88664 +Node: Config files89735 +Node: Path expansion93380 +Node: Default expansion94329 +Node: Variable expansion96399 +Node: Tilde expansion97802 +Node: Brace expansion98782 +Node: KPSE_DOT expansion99887 +Node: Subdirectory expansion100400 +Node: Filename database102749 +Node: ls-R103803 +Node: Filename aliases106697 +Node: Database format107875 +Node: Invoking kpsewhich108888 +Node: Path searching options109833 +Node: Specially-recognized files116853 +Node: Auxiliary tasks118177 +Node: Standard options120002 +Node: TeX support120322 +Node: Supported file formats121613 +Node: File lookup128761 +Node: Glyph lookup130489 +Node: Basic glyph lookup131616 +Node: Fontmap132495 +Node: Fallback font135112 +Node: Suppressing warnings136077 +Node: Programming137182 +Node: Programming overview137695 +Node: Calling sequence139971 +Node: Program-specific files144963 +Node: Programming with config files146001 +Node: Index147301 End Tag Table diff --git a/Build/source/texk/kpathsea/kpathsea.texi b/Build/source/texk/kpathsea/kpathsea.texi index c75a8cf3fe4..9275ff219d2 100644 --- a/Build/source/texk/kpathsea/kpathsea.texi +++ b/Build/source/texk/kpathsea/kpathsea.texi @@ -2,8 +2,8 @@ @setfilename kpathsea.info @settitle Kpathsea: A library for path searching -@set version 3.5.6dev -@set month-year May 2008 +@set version 3.5.7 +@set month-year July 2008 @copying This file documents the Kpathsea library for path searching. diff --git a/Build/source/texk/kpathsea/stamp-aclocal b/Build/source/texk/kpathsea/stamp-aclocal index e3c968b5cdb..9d9887176c9 100644 --- a/Build/source/texk/kpathsea/stamp-aclocal +++ b/Build/source/texk/kpathsea/stamp-aclocal @@ -1 +1 @@ -Sun Jul 6 02:40:53 CEST 2008 +Tue Jul 8 19:32:49 CEST 2008 diff --git a/Build/source/texk/kpathsea/stamp-auto.in b/Build/source/texk/kpathsea/stamp-auto.in index a261272ff25..4036a6ffbaa 100644 --- a/Build/source/texk/kpathsea/stamp-auto.in +++ b/Build/source/texk/kpathsea/stamp-auto.in @@ -1 +1 @@ -Sun Jul 6 02:40:55 CEST 2008 +Tue Jul 8 19:32:51 CEST 2008 diff --git a/Build/source/texk/kpathsea/stamp-configure b/Build/source/texk/kpathsea/stamp-configure index a261272ff25..4036a6ffbaa 100644 --- a/Build/source/texk/kpathsea/stamp-configure +++ b/Build/source/texk/kpathsea/stamp-configure @@ -1 +1 @@ -Sun Jul 6 02:40:55 CEST 2008 +Tue Jul 8 19:32:51 CEST 2008 |