diff options
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/AUTHORS | 13 | ||||
-rw-r--r-- | Build/source/texk/web2c/README | 29 | ||||
-rw-r--r-- | Build/source/texk/web2c/etexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/etexdir/etexextra.in | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/help.h | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/lib/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/lib/texmfmp.c | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/lib/usage.c | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/window/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/window/mftalk.c | 2 |
10 files changed, 39 insertions, 35 deletions
diff --git a/Build/source/texk/web2c/AUTHORS b/Build/source/texk/web2c/AUTHORS index 4048947993c..cfa80450c81 100644 --- a/Build/source/texk/web2c/AUTHORS +++ b/Build/source/texk/web2c/AUTHORS @@ -15,13 +15,16 @@ Richard Furuta initially ported some of the TeXware programs. Ulrik Vieth initially adapted MetaPost to Kpathsea. Tomas Rokicki wrote the original TeX to C program. -Tim Morgan made most of the subsequent changes. +Tim Morgan made many subsequent changes. Dozens of other people have contributed to porting, bug fixes, and other improvements. (The names are recorded in the ChangeLogs to the best of -my knowledgement. Do not hesitate to contact me with corrections.) +my knowledgement. Do not hesitate to send corrections.) -Karl Berry <kb@mail.tug.org> maintained the distribution for several -years. Version 7.0 was the last to be released by him. +Karl Berry maintained the distribution for several years, ending his +first tenure with version 7.0, whereupon Olaf Weber took over. Karl +reentered the scene some years later, in collaboration with Olaf and +others. -Olaf Weber <olaf@infovore.xs4all.nl> is the current maintainer. +Peter Breitenlohner has made pervasive improvements to the build +structure and tests. diff --git a/Build/source/texk/web2c/README b/Build/source/texk/web2c/README index 4e2494995b6..00865c5d60f 100644 --- a/Build/source/texk/web2c/README +++ b/Build/source/texk/web2c/README @@ -1,31 +1,18 @@ +(This file is public domain.) + This directory contains Web2c, a system which converts TeX, Metafont, and other related WEB programs to C. By itself, it is not a complete, -ready-to-run, TeX distribution (I recommend teTeX for that, available on -CTAN:/systems/tetex). Nor is it a general-purpose Pascal-to-C or -WEB-to-C translator. +ready-to-run, TeX distribution, nor is it a general-purpose Pascal-to-C +or WEB-to-C translator. -Web2c is electronically distributed in two files: the web files, in -web.tar.gz, and the Web2c-specific files, in web2c.tar.gz. If you -already have the web files for a particular Knuthian version, you need -not re-retrieve them. Web2c changes irregularly wrt Knuth's updates. +Web2c no longer exists as a separate distribution. It is maintained as +part of TeX Live (http://tug.org/texlive). See `NEWS' for changes by release, `ChangeLog` for all changes. See `INSTALL' for installation instructions. See `PROJECTS' for future improvements you might like to work on. See `../kpathsea/BUGS' for details on reporting bugs. -If present, see etexdir/README, omegadir/README, and pdftexdir/README -for details on building those packages. - -Web2c is free software. The files I wrote (originally for the Free -Software Foundation) are covered by the GNU General Public License -- -see the file COPYING. Knuth's original sources are covered by their -own copyright -- see the beginning of tex.web, mf.web, etc. You can get -the original files on their own from CTAN:/systems/knuth; you can get -MetaPost from ftp://netlib.att.com/netlib/research/metapost.tar.Z -(see also http://cm.bell-labs.com/who/hobby/MetaPost.html). - -kb@mail.tug.org -Member of the League for Programming Freedom -- write lpf@uunet.uu.net. +If present, see *dir/README for more details on those packages. -olaf@infovore.xs4all.nl +Web2c is free software. diff --git a/Build/source/texk/web2c/etexdir/ChangeLog b/Build/source/texk/web2c/etexdir/ChangeLog index f003d165992..5c89f073e13 100644 --- a/Build/source/texk/web2c/etexdir/ChangeLog +++ b/Build/source/texk/web2c/etexdir/ChangeLog @@ -1,3 +1,7 @@ +2009-12-23 Karl Berry <karl@tug.org> + + * etexextra.in (BUG_ADDRESS): tex-k@tug.org, not @mail. + 2009-12-12 Peter Breitenlohner <peb@mppmu.mpg.de> * am/etex.am: Replace the obsolete $(mkdir_p) by $(MKDIR_P). diff --git a/Build/source/texk/web2c/etexdir/etexextra.in b/Build/source/texk/web2c/etexdir/etexextra.in index a4acebdf2b2..f64645f119d 100644 --- a/Build/source/texk/web2c/etexdir/etexextra.in +++ b/Build/source/texk/web2c/etexdir/etexextra.in @@ -3,7 +3,7 @@ This is included by e-TeX, from ../etexextra.c (generated from ../lib/texmfmp.c). -Copyright (C) 1995, 96 Karl Berry. +Copyright (C) 1995, 1996, 2009 Karl Berry. Copyright (C) 2004 Olaf Weber. This program is free software; you can redistribute it and/or modify @@ -24,7 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define COPYRIGHT_HOLDER "Peter Breitenlohner" #define AUTHOR NULL #define PROGRAM_HELP ETEXHELP -#define BUG_ADDRESS "tex-k@mail.tug.org" +#define BUG_ADDRESS "tex-k@tug.org" #define DUMP_VAR TEXformatdefault #define DUMP_LENGTH_VAR formatdefaultlength #define DUMP_OPTION "fmt" diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index 9fb4e682255..a7d243e473c 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -10,9 +10,9 @@ thing, the messages have a lot in common, so it's nice to have them in one place.) -Copyright 1995, 1996 Karl Berry. -Copyright 2001, 2003, 2004 Olaf Weber. +Copyright 1995, 1996, 2009 Karl Berry. Copyright 2008 Taco Hoekwater. +Copyright 2001, 2003, 2004 Olaf Weber. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,7 +36,8 @@ along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifdef BIBTEX const_string BIBTEXHELP[] = { "Usage: bibtex [OPTION]... AUXFILE[.aux]", - " Write bibliography for entries in AUXFILE to AUXFILE.bbl.", + " Write bibliography for entries in AUXFILE to AUXFILE.bbl,", + " along with a log file AUXFILE.blg." "", "-min-crossrefs=NUMBER include item after NUMBER cross-refs; default 2", "-terse do not print progress reports", diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog index 17927496325..042bb631d9f 100644 --- a/Build/source/texk/web2c/lib/ChangeLog +++ b/Build/source/texk/web2c/lib/ChangeLog @@ -1,3 +1,8 @@ +2009-12-23 Karl Berry <karl@tug.org> + + * usage.c (usagehelp) + * texmfmp.c (BUG_ADDRESS): default to tex-k@tug.org, no @mail. + 2009-12-01 Alexander Cherepanov <cherepan@mccme.ru> * texmfmp.c (parse_first_line): initialize s to NULL. diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c index 8a9470ea1ff..6e471b7132b 100644 --- a/Build/source/texk/web2c/lib/texmfmp.c +++ b/Build/source/texk/web2c/lib/texmfmp.c @@ -55,7 +55,7 @@ #define COPYRIGHT_HOLDER "D.E. Knuth" #define AUTHOR NULL #define PROGRAM_HELP TEXHELP -#define BUG_ADDRESS "tex-k@mail.tug.org" +#define BUG_ADDRESS "tex-k@tug.org" #define DUMP_VAR TEXformatdefault #define DUMP_LENGTH_VAR formatdefaultlength #define DUMP_OPTION "fmt" @@ -71,7 +71,7 @@ #define COPYRIGHT_HOLDER "D.E. Knuth" #define AUTHOR NULL #define PROGRAM_HELP MFHELP -#define BUG_ADDRESS "tex-k@mail.tug.org" +#define BUG_ADDRESS "tex-k@tug.org" #define DUMP_VAR MFbasedefault #define DUMP_LENGTH_VAR basedefaultlength #define DUMP_OPTION "base" diff --git a/Build/source/texk/web2c/lib/usage.c b/Build/source/texk/web2c/lib/usage.c index ae35356a702..c09ee874fce 100644 --- a/Build/source/texk/web2c/lib/usage.c +++ b/Build/source/texk/web2c/lib/usage.c @@ -25,7 +25,7 @@ void usagehelp (const_string *message, const_string bug_email) { if (!bug_email) - bug_email = "tex-k@mail.tug.org"; + bug_email = "tex-k@tug.org"; while (*message) { printf("%s\n", *message); ++message; diff --git a/Build/source/texk/web2c/window/ChangeLog b/Build/source/texk/web2c/window/ChangeLog index ddf330f51ad..3c13833ea1d 100644 --- a/Build/source/texk/web2c/window/ChangeLog +++ b/Build/source/texk/web2c/window/ChangeLog @@ -1,3 +1,7 @@ +2009-12-23 Karl Berry <karl@tug.org> + + * mftalk.c: doc fix. + 2009-06-23 Peter Breitenlohner <peb@mppmu.mpg.de> * epsf.c, hp2627.c, mftalk.c, next.c, regis.c, suntools.c, diff --git a/Build/source/texk/web2c/window/mftalk.c b/Build/source/texk/web2c/window/mftalk.c index 34d920c3098..3bfd0a65ae2 100644 --- a/Build/source/texk/web2c/window/mftalk.c +++ b/Build/source/texk/web2c/window/mftalk.c @@ -1,6 +1,6 @@ /* mftalk.c -- generic Metafont window server. Copyright (C) 1994 Ralph Schleicher - Slightly modified for Web2c 7.0 by kb@mail.tug.org. + Slightly modified for Web2c 7.0 by Karl Berry. Further modifications for Web2C 7.2 by Mathias.Herberts@irisa.fr */ /* This library is free software; you can redistribute it and/or |