From f567ba9b2c68b5c79e8d00ced203e99a2125443f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 27 Feb 2018 23:14:55 +0000 Subject: TL18 pretest version numbers, dates git-svn-id: svn://tug.org/texlive/trunk@46759 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/configure | 20 +-- Build/source/texk/dvipdfm-x/configure.ac | 2 +- Build/source/texk/dvipsk/NEWS | 4 + Build/source/texk/dvipsk/afm2tfm.c | 4 +- Build/source/texk/dvipsk/configure | 22 +-- Build/source/texk/dvipsk/configure.ac | 4 +- Build/source/texk/dvipsk/dvips.c | 2 +- Build/source/texk/dvipsk/dvips.h | 2 +- Build/source/texk/dvipsk/dvips.info | 176 ++++++++++----------- Build/source/texk/dvipsk/dvips.texi | 4 +- Build/source/texk/kpathsea/ChangeLog | 4 + Build/source/texk/kpathsea/c-auto.in | 2 +- Build/source/texk/kpathsea/configure | 24 +-- Build/source/texk/kpathsea/texmf.cnf | 8 +- Build/source/texk/kpathsea/version.ac | 2 +- Build/source/texk/makeindexk/configure | 2 +- Build/source/texk/mendexk/configure | 2 +- Build/source/texk/ptexenc/c-auto.in | 2 +- Build/source/texk/ptexenc/configure | 24 +-- Build/source/texk/ptexenc/version.ac | 4 +- Build/source/texk/texlive/configure | 20 +-- Build/source/texk/upmendex/configure | 2 +- Build/source/texk/web2c/configure | 24 +-- Build/source/texk/web2c/doc/web2c.info | 144 ++++++++--------- Build/source/texk/web2c/doc/web2c.texi | 4 +- Build/source/texk/web2c/pdftexdir/pdftex.web | 2 +- Build/source/texk/web2c/pdftexdir/pdftex_version.h | 2 +- Build/source/texk/web2c/web2c/configure | 20 +-- 28 files changed, 270 insertions(+), 262 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/configure b/Build/source/texk/configure index b1c48b52f6d..69d4b86dcf4 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for TeX Live texk 2018/dev. +# Generated by GNU Autoconf 2.69 for TeX Live texk 2018. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='TeX Live texk' PACKAGE_TARNAME='tex-live-texk' -PACKAGE_VERSION='2018/dev' -PACKAGE_STRING='TeX Live texk 2018/dev' +PACKAGE_VERSION='2018' +PACKAGE_STRING='TeX Live texk 2018' PACKAGE_BUGREPORT='tex-live@tug.org' PACKAGE_URL='' @@ -1396,7 +1396,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 TeX Live texk 2018/dev to adapt to many kinds of systems. +\`configure' configures TeX Live texk 2018 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1466,7 +1466,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX Live texk 2018/dev:";; + short | recursive ) echo "Configuration of TeX Live texk 2018:";; esac cat <<\_ACEOF @@ -1757,7 +1757,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX Live texk configure 2018/dev +TeX Live texk configure 2018 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1858,7 +1858,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 TeX Live texk $as_me 2018/dev, which was +It was created by TeX Live texk $as_me 2018, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -6106,7 +6106,7 @@ fi # Define the identity of the package. PACKAGE='tex-live-texk' - VERSION='2018/dev' + VERSION='2018' cat >>confdefs.h <<_ACEOF @@ -7143,7 +7143,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by TeX Live texk $as_me 2018/dev, which was +This file was extended by TeX Live texk $as_me 2018, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7200,7 +7200,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -TeX Live texk config.status 2018/dev +TeX Live texk config.status 2018 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/dvipdfm-x/configure.ac b/Build/source/texk/dvipdfm-x/configure.ac index 1e23a4f1c02..f3b899ad258 100644 --- a/Build/source/texk/dvipdfm-x/configure.ac +++ b/Build/source/texk/dvipdfm-x/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright 2016 Karl Berry +dnl Copyright 2016-2018 Karl Berry dnl Copyright 2009-2015 Peter Breitenlohner dnl dnl This file is free software; the copyright holder diff --git a/Build/source/texk/dvipsk/NEWS b/Build/source/texk/dvipsk/NEWS index a23a96c7dd6..f4d2e422ade 100644 --- a/Build/source/texk/dvipsk/NEWS +++ b/Build/source/texk/dvipsk/NEWS @@ -1,5 +1,9 @@ +$Id$ This file records noteworthy changes. (Public domain.) +dvips 5.998 (TeX Live 2018): + New JFM (Japanese font metrics) spec supported; compiler portability fixes. + dvips 5.997 (TeX Live 2017): Make the last papersize special win, to match dvipdfmx; the -L0 option or L0 config restores the previous behavior of the first special winning. diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c index 702df18a2b4..e77bc5e8443 100644 --- a/Build/source/texk/dvipsk/afm2tfm.c +++ b/Build/source/texk/dvipsk/afm2tfm.c @@ -1561,9 +1561,9 @@ writevpl(void) static void version(FILE *f) { - fputs ("afm2tfm(k) (dvips(k) 5.997) 8.4\n", f); + fputs ("afm2tfm(k) (dvips(k) 5.998) 8.4\n", f); fprintf (f, "%s\n", kpathsea_version_string); - fputs ("Copyright 2017 Radical Eye Software.\n\ + fputs ("Copyright 2018 Radical Eye Software.\n\ There is NO warranty. You may redistribute this software\n\ under the terms of the GNU General Public License\n\ and the Dvips copyright.\n\ diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure index b76b2f435b2..e747bafb055 100755 --- a/Build/source/texk/dvipsk/configure +++ b/Build/source/texk/dvipsk/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.997. +# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.998. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dvipsk (TeXLive)' PACKAGE_TARNAME='dvipsk--texlive-' -PACKAGE_VERSION='5.997' -PACKAGE_STRING='dvipsk (TeXLive) 5.997' +PACKAGE_VERSION='5.998' +PACKAGE_STRING='dvipsk (TeXLive) 5.998' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1329,7 +1329,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 dvipsk (TeXLive) 5.997 to adapt to many kinds of systems. +\`configure' configures dvipsk (TeXLive) 5.998 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1400,7 +1400,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.997:";; + short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.998:";; esac cat <<\_ACEOF @@ -1519,7 +1519,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dvipsk (TeXLive) configure 5.997 +dvipsk (TeXLive) configure 5.998 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2358,7 +2358,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 dvipsk (TeXLive) $as_me 5.997, which was +It was created by dvipsk (TeXLive) $as_me 5.998, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8043,7 +8043,7 @@ fi # Define the identity of the package. PACKAGE='dvipsk--texlive-' - VERSION='5.997' + VERSION='5.998' cat >>confdefs.h <<_ACEOF @@ -14160,7 +14160,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -dvipsk (TeXLive) config.lt 5.997 +dvipsk (TeXLive) config.lt 5.998 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -15750,7 +15750,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dvipsk (TeXLive) $as_me 5.997, which was +This file was extended by dvipsk (TeXLive) $as_me 5.998, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15816,7 +15816,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dvipsk (TeXLive) config.status 5.997 +dvipsk (TeXLive) config.status 5.998 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac index 6e04ed1a7e6..505e6b388b4 100644 --- a/Build/source/texk/dvipsk/configure.ac +++ b/Build/source/texk/dvipsk/configure.ac @@ -1,13 +1,13 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright 2016-2017 Karl Berry +dnl Copyright 2016-2018 Karl Berry dnl Copyright 2009-2015 Peter Breitenlohner dnl dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([dvipsk (TeXLive)], [5.997], [tex-k@tug.org]) +AC_INIT([dvipsk (TeXLive)], [5.998], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([dvips.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/Build/source/texk/dvipsk/dvips.c b/Build/source/texk/dvipsk/dvips.c index a823705480f..951a7a7e0c1 100644 --- a/Build/source/texk/dvipsk/dvips.c +++ b/Build/source/texk/dvipsk/dvips.c @@ -720,7 +720,7 @@ main(int argc, char **argv) strcmp (argv[i] + 1, "-version") == 0) { puts (BANNER); puts (kpathsea_version_string); - puts ("Copyright 2017 Radical Eye Software.\n\ + puts ("Copyright 2018 Radical Eye Software.\n\ There is NO warranty. You may redistribute this software\n\ under the terms of the GNU General Public License\n\ and the Dvips copyright.\n\ diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h index b7fb3b427a1..4177fd31a80 100644 --- a/Build/source/texk/dvipsk/dvips.h +++ b/Build/source/texk/dvipsk/dvips.h @@ -15,7 +15,7 @@ #define CD_IDX(i) ((i>=MAX_2BYTES_CODE ? MAX_2BYTES_CODE : i)) #define BANNER \ -"This is dvips(k) 5.997 Copyright 2017 Radical Eye Software" +"This is dvips(k) 5.998 Copyright 2018 Radical Eye Software" #define BANNER2 "(www.radicaleye.com)" #ifdef KPATHSEA #include "config.h" diff --git a/Build/source/texk/dvipsk/dvips.info b/Build/source/texk/dvipsk/dvips.info index dd50bd93b09..15ad0b2d5c9 100644 --- a/Build/source/texk/dvipsk/dvips.info +++ b/Build/source/texk/dvipsk/dvips.info @@ -1,6 +1,6 @@ -This is dvips.info, produced by makeinfo version 6.3 from dvips.texi. +This is dvips.info, produced by makeinfo version 6.5 from dvips.texi. -This manual documents Dvips version 5.997 (April 2017), a program to +This manual documents Dvips version 5.998 (February 2018), a program to translate a DVI file into PostScript. You may freely use, modify and/or distribute this file. INFO-DIR-SECTION TeX @@ -16,7 +16,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir) Dvips ***** -This manual documents Dvips version 5.997 (April 2017), a program to +This manual documents Dvips version 5.998 (February 2018), a program to translate a DVI file into PostScript. You may freely use, modify and/or distribute this file. @@ -425,9 +425,9 @@ environment variables, and command-line options. * Menu: * Basic usage:: -* Command-line options:: -* Environment variables:: -* Config files:: +* Command-line options:: +* Environment variables:: +* Config files::  File: dvips.info, Node: Basic usage, Next: Command-line options, Up: Invoking Dvips @@ -921,7 +921,7 @@ reversal, use '-r0'. Such options are marked with a trailing '*'. specified in the DVI file. See '-x' above. '-Y NUM' - Set the vertical resolution in dots per inch to NUM. + Set the vertical resolution in dots per inch to NUM. '-z*' Pass 'html' hyperdvi specials through to the output for eventual @@ -1722,8 +1722,8 @@ terminal when it processes each figure, give the command: * Menu: -* EPSF scaling:: -* EPSF clipping:: +* EPSF scaling:: +* EPSF clipping::  File: dvips.info, Node: EPSF scaling, Next: EPSF clipping, Up: EPSF macros @@ -1995,8 +1995,8 @@ header files are included. * Menu: -* Including headers from TeX:: -* Including headers from the command line:: +* Including headers from TeX:: +* Including headers from the command line:: * Headers and memory usage::  @@ -4630,82 +4630,82 @@ Index  Tag Table: -Node: Top517 -Node: Why Dvips1263 -Node: Installation4280 -Node: config.ps installation5283 -Node: PostScript font installation7890 -Node: Ghostscript installation8810 -Node: Diagnosing problems9747 -Node: Debug options10838 -Node: No output11842 -Node: Small or inverted13308 -Node: Printer errors14026 -Node: Long documents fail15358 -Node: Including graphics fails15699 -Node: Invoking Dvips16938 -Node: Basic usage17560 -Node: Command-line options18564 -Node: Option summary19012 -Node: Option details21261 -Node: Environment variables41034 -Node: Config files43895 -Node: Configuration file searching44565 -Node: Configuration file commands47762 -Node: Paper size and landscape55543 -Node: papersize special57168 -Node: Config file paper sizes58876 -Node: Paper trays63032 -Node: Interaction with PostScript64366 -Node: PostScript figures65019 -Node: Bounding box65745 -Node: \includegraphics69117 -Node: EPSF macros71410 -Node: EPSF scaling73410 -Node: EPSF clipping75980 -Node: psfile special76622 -Node: Dynamic creation of graphics79014 -Node: Fonts in figures80332 -Node: Header files81982 -Node: Including headers from TeX83192 -Node: Including headers from the command line85230 -Node: Headers and memory usage86329 -Node: Literal PS87540 -Node: " special88122 -Node: ps special88863 -Node: Literal headers90361 -Node: PostScript hooks91070 -Node: Literal examples93166 -Node: Hypertext94620 -Node: Hypertext caveats95849 -Node: Hypertext specials100237 -Node: PostScript fonts102871 -Node: Font concepts103988 -Node: Metric files105155 -Node: Glyph files107935 -Node: Virtual fonts110294 -Node: Encodings112120 -Node: PostScript typesetting114523 -Node: Making a font available117608 -Node: Invoking afm2tfm122642 -Node: Changing font encodings123659 -Node: Changing TeX encodings124450 -Node: Changing PostScript encodings125552 -Node: Changing both encodings126896 -Node: Reencoding with Afm2tfm127570 -Node: Encoding file format130673 -Node: Special font effects134877 -Node: Afm2tfm options137137 -Node: psfonts.map140662 -Node: Color145392 -Node: Color macro files146436 -Node: User-definable colors149629 -Node: Color subtleties150905 -Node: Ted Turner152557 -Node: Color device configuration153782 -Node: Color support details156226 -Node: Color specifications156604 -Node: Color specials158008 -Node: Index160137 +Node: Top520 +Node: Why Dvips1269 +Node: Installation4286 +Node: config.ps installation5289 +Node: PostScript font installation7896 +Node: Ghostscript installation8816 +Node: Diagnosing problems9753 +Node: Debug options10844 +Node: No output11848 +Node: Small or inverted13314 +Node: Printer errors14032 +Node: Long documents fail15364 +Node: Including graphics fails15705 +Node: Invoking Dvips16944 +Node: Basic usage17535 +Node: Command-line options18539 +Node: Option summary18987 +Node: Option details21236 +Node: Environment variables41008 +Node: Config files43869 +Node: Configuration file searching44539 +Node: Configuration file commands47736 +Node: Paper size and landscape55517 +Node: papersize special57142 +Node: Config file paper sizes58850 +Node: Paper trays63006 +Node: Interaction with PostScript64340 +Node: PostScript figures64993 +Node: Bounding box65719 +Node: \includegraphics69091 +Node: EPSF macros71384 +Node: EPSF scaling73353 +Node: EPSF clipping75923 +Node: psfile special76565 +Node: Dynamic creation of graphics78957 +Node: Fonts in figures80275 +Node: Header files81925 +Node: Including headers from TeX83131 +Node: Including headers from the command line85169 +Node: Headers and memory usage86268 +Node: Literal PS87479 +Node: " special88061 +Node: ps special88802 +Node: Literal headers90300 +Node: PostScript hooks91009 +Node: Literal examples93105 +Node: Hypertext94559 +Node: Hypertext caveats95788 +Node: Hypertext specials100176 +Node: PostScript fonts102810 +Node: Font concepts103927 +Node: Metric files105094 +Node: Glyph files107874 +Node: Virtual fonts110233 +Node: Encodings112059 +Node: PostScript typesetting114462 +Node: Making a font available117547 +Node: Invoking afm2tfm122581 +Node: Changing font encodings123598 +Node: Changing TeX encodings124389 +Node: Changing PostScript encodings125491 +Node: Changing both encodings126835 +Node: Reencoding with Afm2tfm127509 +Node: Encoding file format130612 +Node: Special font effects134816 +Node: Afm2tfm options137076 +Node: psfonts.map140601 +Node: Color145331 +Node: Color macro files146375 +Node: User-definable colors149568 +Node: Color subtleties150844 +Node: Ted Turner152496 +Node: Color device configuration153721 +Node: Color support details156165 +Node: Color specifications156543 +Node: Color specials157947 +Node: Index160076  End Tag Table diff --git a/Build/source/texk/dvipsk/dvips.texi b/Build/source/texk/dvipsk/dvips.texi index d5ca01c0ddb..9282b8d9914 100644 --- a/Build/source/texk/dvipsk/dvips.texi +++ b/Build/source/texk/dvipsk/dvips.texi @@ -2,8 +2,8 @@ @setfilename dvips.info @settitle Dvips: A DVI-to-PostScript translator -@set version 5.997 -@set month-year April 2017 +@set version 5.998 +@set month-year February 2018 @copying This manual documents Dvips version @value{version} diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 6a1aa9c5829..01547b41e49 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2018-02-26 Karl Berry + + * texmf.cnf (TEXMFVAR, TEXMFCONFIG, doc): 2018. + 2018-02-24 Hironobu Yamashita * tex-make.c (kpathsea_make_tex): Change an error message "Invalid fontname" to "Invalid filename", since diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in index 0d7f71e8ed3..b815b475e09 100644 --- a/Build/source/texk/kpathsea/c-auto.in +++ b/Build/source/texk/kpathsea/c-auto.in @@ -23,7 +23,7 @@ #define KPATHSEA_C_AUTO_H /* kpathsea: the version string. */ -#define KPSEVERSION "kpathsea version 6.3.0/dev" +#define KPSEVERSION "kpathsea version 6.3.0" /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure index 6a95b8df36f..d0ea2bfaf66 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.69 for Kpathsea 6.3.0/dev. +# Generated by GNU Autoconf 2.69 for Kpathsea 6.3.0. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Kpathsea' PACKAGE_TARNAME='kpathsea' -PACKAGE_VERSION='6.3.0/dev' -PACKAGE_STRING='Kpathsea 6.3.0/dev' +PACKAGE_VERSION='6.3.0' +PACKAGE_STRING='Kpathsea 6.3.0' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1339,7 +1339,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 6.3.0/dev to adapt to many kinds of systems. +\`configure' configures Kpathsea 6.3.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1409,7 +1409,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Kpathsea 6.3.0/dev:";; + short | recursive ) echo "Configuration of Kpathsea 6.3.0:";; esac cat <<\_ACEOF @@ -1537,7 +1537,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Kpathsea configure 6.3.0/dev +Kpathsea configure 6.3.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2376,7 +2376,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 6.3.0/dev, which was +It was created by Kpathsea $as_me 6.3.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2757,14 +2757,14 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -KPSEVERSION=6.3.0/dev +KPSEVERSION=6.3.0 KPSE_LT_VERSINFO=9:0:3 - WEB2CVERSION=" (TeX Live 2018/dev)" + WEB2CVERSION=" (TeX Live 2018)" am__api_version='1.15' @@ -8071,7 +8071,7 @@ fi # Define the identity of the package. PACKAGE='kpathsea' - VERSION='6.3.0/dev' + VERSION='6.3.0' cat >>confdefs.h <<_ACEOF @@ -14695,7 +14695,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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 6.3.0/dev, which was +This file was extended by Kpathsea $as_me 6.3.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14761,7 +14761,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Kpathsea config.status 6.3.0/dev +Kpathsea config.status 6.3.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 28c4ed88a5c..83cbc5d3f8f 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -4,8 +4,8 @@ % If you modify this original file, YOUR CHANGES WILL BE LOST when it is % updated. Instead, put your changes -- and only your changes, not an % entire copy! -- in ../../texmf.cnf. That is, if this file is -% installed in /some/path/to/texlive/2017/texmf-dist/web2c/texmf.cnf, -% add your custom settings to /some/path/to/texlive/2017/texmf.cnf. +% installed in /some/path/to/texlive/2018/texmf-dist/web2c/texmf.cnf, +% add your custom settings to /some/path/to/texlive/2018/texmf.cnf. % % What follows is a super-summary of what this .cnf file can % contain. Please read the Kpathsea manual for more information. @@ -83,10 +83,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2017/texmf-var +TEXMFVAR = ~/.texlive2018/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2017/texmf-config +TEXMFCONFIG = ~/.texlive2018/texmf-config % This is the value manipulated by tlmgr's auxtrees subcommand in the % root texmf.cnf. Kpathsea warns about a literally empty string for a diff --git a/Build/source/texk/kpathsea/version.ac b/Build/source/texk/kpathsea/version.ac index d7e9c33c1a2..8d1a8df9836 100644 --- a/Build/source/texk/kpathsea/version.ac +++ b/Build/source/texk/kpathsea/version.ac @@ -20,4 +20,4 @@ dnl append "dev", to distinguish binaries built between releases. dnl -------------------------------------------------------- dnl dnl this file is m4-included from configure.ac -m4_define([kpse_version], [6.3.0/dev]) +m4_define([kpse_version], [6.3.0]) diff --git a/Build/source/texk/makeindexk/configure b/Build/source/texk/makeindexk/configure index 8d21a30b913..4de43ae1ff8 100755 --- a/Build/source/texk/makeindexk/configure +++ b/Build/source/texk/makeindexk/configure @@ -13460,7 +13460,7 @@ ac_config_headers="$ac_config_headers c-auto.h:c-auto.in" -$as_echo "#define TEX_LIVE_VERSION \"2018/dev\"" >>confdefs.h +$as_echo "#define TEX_LIVE_VERSION \"2018\"" >>confdefs.h for ac_header in ctype.h types.h locale.h diff --git a/Build/source/texk/mendexk/configure b/Build/source/texk/mendexk/configure index 63f86dbec08..70346ce2e8f 100755 --- a/Build/source/texk/mendexk/configure +++ b/Build/source/texk/mendexk/configure @@ -13458,7 +13458,7 @@ ac_config_headers="$ac_config_headers c-auto.h:c-auto.in" -$as_echo "#define TL_VERSION \"TeX Live 2018/dev\"" >>confdefs.h +$as_echo "#define TL_VERSION \"TeX Live 2018\"" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C99 variadic macros are supported" >&5 diff --git a/Build/source/texk/ptexenc/c-auto.in b/Build/source/texk/ptexenc/c-auto.in index efc885439b4..3ee9f88c8f4 100644 --- a/Build/source/texk/ptexenc/c-auto.in +++ b/Build/source/texk/ptexenc/c-auto.in @@ -6,7 +6,7 @@ #define PTEXENC_C_AUTO_H /* ptexenc: the version string. */ -#define PTEXENCVERSION "ptexenc version 1.3.6/dev" +#define PTEXENCVERSION "ptexenc version 1.3.6" /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID diff --git a/Build/source/texk/ptexenc/configure b/Build/source/texk/ptexenc/configure index acf472468a5..af1095ba37d 100755 --- a/Build/source/texk/ptexenc/configure +++ b/Build/source/texk/ptexenc/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ptexenc 1.3.6/dev. +# Generated by GNU Autoconf 2.69 for ptexenc 1.3.6. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ptexenc' PACKAGE_TARNAME='ptexenc' -PACKAGE_VERSION='1.3.6/dev' -PACKAGE_STRING='ptexenc 1.3.6/dev' +PACKAGE_VERSION='1.3.6' +PACKAGE_STRING='ptexenc 1.3.6' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1330,7 +1330,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 ptexenc 1.3.6/dev to adapt to many kinds of systems. +\`configure' configures ptexenc 1.3.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1400,7 +1400,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ptexenc 1.3.6/dev:";; + short | recursive ) echo "Configuration of ptexenc 1.3.6:";; esac cat <<\_ACEOF @@ -1520,7 +1520,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ptexenc configure 1.3.6/dev +ptexenc configure 1.3.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2176,7 +2176,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 ptexenc $as_me 1.3.6/dev, which was +It was created by ptexenc $as_me 1.3.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2557,7 +2557,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -PTEXENCVERSION=1.3.6/dev +PTEXENCVERSION=1.3.6 PTEXENC_LT_VERSINFO=4:6:3 @@ -7867,7 +7867,7 @@ fi # Define the identity of the package. PACKAGE='ptexenc' - VERSION='1.3.6/dev' + VERSION='1.3.6' cat >>confdefs.h <<_ACEOF @@ -13885,7 +13885,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -ptexenc config.lt 1.3.6/dev +ptexenc config.lt 1.3.6 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -15612,7 +15612,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ptexenc $as_me 1.3.6/dev, which was +This file was extended by ptexenc $as_me 1.3.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15678,7 +15678,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ptexenc config.status 1.3.6/dev +ptexenc config.status 1.3.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/ptexenc/version.ac b/Build/source/texk/ptexenc/version.ac index 5c9683371c3..e557d64081e 100644 --- a/Build/source/texk/ptexenc/version.ac +++ b/Build/source/texk/ptexenc/version.ac @@ -1,5 +1,5 @@ dnl $Id$ -dnl Copyright 2016-2017 Karl Berry +dnl Copyright 2016-2018 Karl Berry dnl Copyright 2011-2015 Peter Breitenlohner dnl dnl This file is free software; the copyright holder @@ -20,4 +20,4 @@ dnl append "dev", to distinguish binaries built between releases. dnl -------------------------------------------------------- dnl dnl this file is m4-included from configure.ac -m4_define([ptexenc_version], [1.3.6/dev]) +m4_define([ptexenc_version], [1.3.6]) diff --git a/Build/source/texk/texlive/configure b/Build/source/texk/texlive/configure index 8aa8783d1bf..70463894f58 100755 --- a/Build/source/texk/texlive/configure +++ b/Build/source/texk/texlive/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for TeX Live Scripts 2018/dev. +# Generated by GNU Autoconf 2.69 for TeX Live Scripts 2018. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='TeX Live Scripts' PACKAGE_TARNAME='tex-live-scripts' -PACKAGE_VERSION='2018/dev' -PACKAGE_STRING='TeX Live Scripts 2018/dev' +PACKAGE_VERSION='2018' +PACKAGE_STRING='TeX Live Scripts 2018' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1238,7 +1238,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 TeX Live Scripts 2018/dev to adapt to many kinds of systems. +\`configure' configures TeX Live Scripts 2018 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1305,7 +1305,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX Live Scripts 2018/dev:";; + short | recursive ) echo "Configuration of TeX Live Scripts 2018:";; esac cat <<\_ACEOF @@ -1400,7 +1400,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX Live Scripts configure 2018/dev +TeX Live Scripts configure 2018 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1455,7 +1455,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 TeX Live Scripts $as_me 2018/dev, which was +It was created by TeX Live Scripts $as_me 2018, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2322,7 +2322,7 @@ fi # Define the identity of the package. PACKAGE='tex-live-scripts' - VERSION='2018/dev' + VERSION='2018' cat >>confdefs.h <<_ACEOF @@ -4224,7 +4224,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by TeX Live Scripts $as_me 2018/dev, which was +This file was extended by TeX Live Scripts $as_me 2018, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4281,7 +4281,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -TeX Live Scripts config.status 2018/dev +TeX Live Scripts config.status 2018 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/upmendex/configure b/Build/source/texk/upmendex/configure index c22e5ff5a9d..2a3302b9dfa 100755 --- a/Build/source/texk/upmendex/configure +++ b/Build/source/texk/upmendex/configure @@ -17747,7 +17747,7 @@ ac_config_headers="$ac_config_headers c-auto.h:c-auto.in" -$as_echo "#define TL_VERSION \"TeX Live 2018/dev\"" >>confdefs.h +$as_echo "#define TL_VERSION \"TeX Live 2018\"" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C99 variadic macros are supported" >&5 diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index ce982e84ff4..cab4e43d050 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Web2C 2018/dev. +# Generated by GNU Autoconf 2.69 for Web2C 2018. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Web2C' PACKAGE_TARNAME='web2c' -PACKAGE_VERSION='2018/dev' -PACKAGE_STRING='Web2C 2018/dev' +PACKAGE_VERSION='2018' +PACKAGE_STRING='Web2C 2018' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1617,7 +1617,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 Web2C 2018/dev to adapt to many kinds of systems. +\`configure' configures Web2C 2018 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1691,7 +1691,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Web2C 2018/dev:";; + short | recursive ) echo "Configuration of Web2C 2018:";; esac cat <<\_ACEOF @@ -1913,7 +1913,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Web2C configure 2018/dev +Web2C configure 2018 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3002,7 +3002,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 Web2C $as_me 2018/dev, which was +It was created by Web2C $as_me 2018, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3383,7 +3383,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -WEB2CVERSION=2018/dev +WEB2CVERSION=2018 am__api_version='1.15' @@ -8690,7 +8690,7 @@ fi # Define the identity of the package. PACKAGE='web2c' - VERSION='2018/dev' + VERSION='2018' cat >>confdefs.h <<_ACEOF @@ -23653,7 +23653,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -Web2C config.lt 2018/dev +Web2C config.lt 2018 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -26871,7 +26871,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Web2C $as_me 2018/dev, which was +This file was extended by Web2C $as_me 2018, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -26941,7 +26941,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Web2C config.status 2018/dev +Web2C config.status 2018 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/web2c/doc/web2c.info b/Build/source/texk/web2c/doc/web2c.info index 8a2c67ab664..a8c61bf1d05 100644 --- a/Build/source/texk/web2c/doc/web2c.info +++ b/Build/source/texk/web2c/doc/web2c.info @@ -58,7 +58,7 @@ Web2c This document describes how to install and use the programs in the Web2c implementation of the TeX system, especially for Unix systems. It -corresponds to Web2c version 2017, released in April 2017. +corresponds to Web2c version 2018, released in February 2018. * Menu: @@ -82,8 +82,8 @@ File: web2c.info, Node: Introduction, Next: Installation, Prev: Top, Up: Top 1 Introduction ************** -This manual corresponds to version 2017 of Web2c, released in April -2017. +This manual corresponds to version 2018 of Web2c, released in February +2018. "Web2c" is the name of a TeX implementation, originally for Unix, but now also running under DOS, Amiga, and other operating systems. By "TeX @@ -4390,74 +4390,74 @@ Index  Tag Table: Node: Top2754 -Node: Introduction3749 -Node: Installation6907 -Node: configure options9009 -Node: Compile-time options11031 -Node: Additional targets12133 -Node: Triptrap13410 -Node: Runtime options14937 -Node: Commonalities16695 -Node: Option conventions17296 -Node: Common options18519 -Node: Path searching22899 -Node: Output file location23871 -Node: Three programs25196 -Node: Initial and virgin25950 -Node: Memory dumps26879 -Node: Creating memory dumps27335 -Node: Determining the memory dump to use28546 -Node: Hardware and memory dumps30127 -Node: Editor invocation32577 -Node: \input filenames33444 -Node: TeX36437 -Node: tex invocation37588 -Node: Initial TeX44491 -Node: Formats45855 -Node: Languages and hyphenation48781 -Node: MLTeX49211 -Node: \charsubdef50699 -Node: \tracingcharsubdef53022 -Node: TCX files53597 -Node: patgen invocation59037 -Node: Shell escapes59743 -Node: IPC and TeX63307 -Node: TeX extensions63877 -Node: Metafont65008 -Node: mf invocation66296 -Node: Initial Metafont70133 -Node: Modes71763 -Node: Online Metafont graphics74013 -Node: gftodvi invocation77438 -Node: mft invocation80258 -Node: MetaPost84256 -Node: mpost invocation85018 -Node: Initial MetaPost90194 -Node: dvitomp invocation91116 -Node: BibTeX91781 -Node: bibtex invocation92142 -Node: Basic BibTeX style files94616 -Node: WEB95946 -Node: tangle invocation97155 -Node: weave invocation99278 -Node: pooltype invocation100685 -Node: DVI utilities101815 -Node: dvicopy invocation102747 -Node: dvitype invocation104030 -Node: dvitype output example106359 -Node: Font utilities109410 -Node: Font file formats110590 -Node: gftopk invocation113859 -Node: pktogf invocation115050 -Node: pktype invocation116216 -Node: gftype invocation119039 -Node: tftopl invocation123542 -Node: pltotf invocation128135 -Node: vftovp invocation129186 -Node: vptovf invocation131421 -Node: Font utilities available elsewhere132448 -Node: Legalisms134828 -Node: References136982 -Node: Index141549 +Node: Introduction3752 +Node: Installation6913 +Node: configure options9015 +Node: Compile-time options11037 +Node: Additional targets12139 +Node: Triptrap13416 +Node: Runtime options14943 +Node: Commonalities16701 +Node: Option conventions17302 +Node: Common options18525 +Node: Path searching22905 +Node: Output file location23877 +Node: Three programs25202 +Node: Initial and virgin25956 +Node: Memory dumps26885 +Node: Creating memory dumps27341 +Node: Determining the memory dump to use28552 +Node: Hardware and memory dumps30133 +Node: Editor invocation32583 +Node: \input filenames33450 +Node: TeX36443 +Node: tex invocation37594 +Node: Initial TeX44497 +Node: Formats45861 +Node: Languages and hyphenation48787 +Node: MLTeX49217 +Node: \charsubdef50705 +Node: \tracingcharsubdef53028 +Node: TCX files53603 +Node: patgen invocation59043 +Node: Shell escapes59749 +Node: IPC and TeX63313 +Node: TeX extensions63883 +Node: Metafont65014 +Node: mf invocation66302 +Node: Initial Metafont70139 +Node: Modes71769 +Node: Online Metafont graphics74019 +Node: gftodvi invocation77444 +Node: mft invocation80264 +Node: MetaPost84262 +Node: mpost invocation85024 +Node: Initial MetaPost90200 +Node: dvitomp invocation91122 +Node: BibTeX91787 +Node: bibtex invocation92148 +Node: Basic BibTeX style files94622 +Node: WEB95952 +Node: tangle invocation97161 +Node: weave invocation99284 +Node: pooltype invocation100691 +Node: DVI utilities101821 +Node: dvicopy invocation102753 +Node: dvitype invocation104036 +Node: dvitype output example106365 +Node: Font utilities109416 +Node: Font file formats110596 +Node: gftopk invocation113865 +Node: pktogf invocation115056 +Node: pktype invocation116222 +Node: gftype invocation119045 +Node: tftopl invocation123548 +Node: pltotf invocation128141 +Node: vftovp invocation129192 +Node: vptovf invocation131427 +Node: Font utilities available elsewhere132454 +Node: Legalisms134834 +Node: References136988 +Node: Index141555  End Tag Table diff --git a/Build/source/texk/web2c/doc/web2c.texi b/Build/source/texk/web2c/doc/web2c.texi index 2ba32ac9beb..8b1141ee27d 100644 --- a/Build/source/texk/web2c/doc/web2c.texi +++ b/Build/source/texk/web2c/doc/web2c.texi @@ -11,8 +11,8 @@ The latest version is available from ftp://ftp.tug.org/tex/texinfo.tex.} \fi @end tex -@set version 2017 -@set month-year April 2017 +@set version 2018 +@set month-year February 2018 @c Define new indices for commands in auxiliary files, filenames, and options. @defcodeindex cm diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web index 2bcce0d5e90..d4c232632fe 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.web +++ b/Build/source/texk/web2c/pdftexdir/pdftex.web @@ -307,7 +307,7 @@ known as `\eTeX'. @# @d pdftex_version==140 { \.{\\pdftexversion} } @d pdftex_revision=="18" { \.{\\pdftexrevision} } -@d pdftex_version_string=='-1.40.18' {current \pdfTeX\ version} +@d pdftex_version_string=='-1.40.19' {current \pdfTeX\ version} @# @d pdfTeX_banner=='This is pdfTeX, Version 3.14159265',eTeX_version_string,pdftex_version_string {printed when \pdfTeX\ starts} diff --git a/Build/source/texk/web2c/pdftexdir/pdftex_version.h b/Build/source/texk/web2c/pdftexdir/pdftex_version.h index 7fa60ead903..de2a0661ce0 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex_version.h +++ b/Build/source/texk/web2c/pdftexdir/pdftex_version.h @@ -1 +1 @@ -#define PDFTEX_VERSION "1.40.18" +#define PDFTEX_VERSION "1.40.19" diff --git a/Build/source/texk/web2c/web2c/configure b/Build/source/texk/web2c/web2c/configure index 7f71c7b15a3..13df2b3878f 100755 --- a/Build/source/texk/web2c/web2c/configure +++ b/Build/source/texk/web2c/web2c/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Web2C Tools 2018/dev. +# Generated by GNU Autoconf 2.69 for Web2C Tools 2018. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Web2C Tools' PACKAGE_TARNAME='web2c-tools' -PACKAGE_VERSION='2018/dev' -PACKAGE_STRING='Web2C Tools 2018/dev' +PACKAGE_VERSION='2018' +PACKAGE_STRING='Web2C Tools 2018' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1328,7 +1328,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 Web2C Tools 2018/dev to adapt to many kinds of systems. +\`configure' configures Web2C Tools 2018 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1398,7 +1398,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Web2C Tools 2018/dev:";; + short | recursive ) echo "Configuration of Web2C Tools 2018:";; esac cat <<\_ACEOF @@ -1521,7 +1521,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Web2C Tools configure 2018/dev +Web2C Tools configure 2018 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2360,7 +2360,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 Web2C Tools $as_me 2018/dev, which was +It was created by Web2C Tools $as_me 2018, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8045,7 +8045,7 @@ fi # Define the identity of the package. PACKAGE='web2c-tools' - VERSION='2018/dev' + VERSION='2018' cat >>confdefs.h <<_ACEOF @@ -14574,7 +14574,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Web2C Tools $as_me 2018/dev, which was +This file was extended by Web2C Tools $as_me 2018, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14640,7 +14640,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Web2C Tools config.status 2018/dev +Web2C Tools config.status 2018 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -- cgit v1.2.3