summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-21 07:34:55 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-21 07:34:55 +0000
commit061241a64e4c3feeb40d9b10ed3e67098fe5af14 (patch)
treeb8780cad612ad9ea8cdad85763445ce57688b16e /Build
parenta6e34b97682cdf8b41d0ca1fce93fceeb07fd4a4 (diff)
texk/web2c: Update more version numbers
git-svn-id: svn://tug.org/texlive/trunk@32747 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/etexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/etexdir/etexextra.h4
-rw-r--r--Build/source/texk/web2c/omegaware/ChangeLog7
-rw-r--r--Build/source/texk/web2c/omegaware/ofm2opl.web3
-rw-r--r--Build/source/texk/web2c/omegaware/opl2ofm.web2
-rw-r--r--Build/source/texk/web2c/omegaware/ovf2ovp.web7
-rw-r--r--Build/source/texk/web2c/omegaware/ovp2ovf.web3
7 files changed, 27 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/etexdir/ChangeLog b/Build/source/texk/web2c/etexdir/ChangeLog
index ea503e01406..6469269f621 100644
--- a/Build/source/texk/web2c/etexdir/ChangeLog
+++ b/Build/source/texk/web2c/etexdir/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-21 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * etexextra.h: Adapt to TeX Version 3.14159265.
+
2014-01-20 Peter Breitenlohner <peb@mppmu.mpg.de>
TeX tuneup of 2014.
diff --git a/Build/source/texk/web2c/etexdir/etexextra.h b/Build/source/texk/web2c/etexdir/etexextra.h
index 4d8158e9ab9..57deaf4d569 100644
--- a/Build/source/texk/web2c/etexdir/etexextra.h
+++ b/Build/source/texk/web2c/etexdir/etexextra.h
@@ -2,7 +2,7 @@
This is included by e-TeX, from etexextra.c.
-Copyright (C) 1995, 1996, 2009 Karl Berry.
+Copyright (C) 1995, 1996, 2009, 2014 Karl Berry.
Copyright (C) 2004 Olaf Weber.
This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <etexdir/etex_version.h> /* for ETEX_VERSION */
-#define BANNER "This is e-TeX, Version 3.1415926-" ETEX_VERSION
+#define BANNER "This is e-TeX, Version 3.14159265-" ETEX_VERSION
#define COPYRIGHT_HOLDER "Peter Breitenlohner"
#define AUTHOR NULL
#define PROGRAM_HELP ETEXHELP
diff --git a/Build/source/texk/web2c/omegaware/ChangeLog b/Build/source/texk/web2c/omegaware/ChangeLog
index efc74746a40..72b4b13c3be 100644
--- a/Build/source/texk/web2c/omegaware/ChangeLog
+++ b/Build/source/texk/web2c/omegaware/ChangeLog
@@ -1,3 +1,10 @@
+2014-01-20 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * ofm2opl.web: Adapted to TFtoPL Version 3.3.
+ * opl2ofm.web: Adapted to PLtoTF Version 3.6.
+ * ovf2ovp.web: Adapted to VFtpVP Version 1.4.
+ * ovp2ovf.web: Adapted to VPtoVF Version 1.6.
+
2014-01-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* {ofm2opl,opl2ofm,ovf2ovp,ovp2ovf}.{ch,web}: Fix glitches in
diff --git a/Build/source/texk/web2c/omegaware/ofm2opl.web b/Build/source/texk/web2c/omegaware/ofm2opl.web
index 0c678907aaf..6f92dbd66cb 100644
--- a/Build/source/texk/web2c/omegaware/ofm2opl.web
+++ b/Build/source/texk/web2c/omegaware/ofm2opl.web
@@ -19,6 +19,9 @@
% Version 2.5 (September 1985) updated the standard codingscheme names.
% Version 3 (October 1989) introduced new ligature capabilities.
% Version 3.1 (November 1989) renamed z[] to lig_z[] for better portability.
+% Version 3.2 (February 2008) added a newline after a warning message.
+% Version 3.3 (January 2014) added a space to an error message (Breitenlohner),
+% and tests nl>lig_size not 4*lig_size (C. M. Connelly, Melissa O'Neill).
% Version 1.0 of OFM2OPL (December 1995) allows one to read OFM files.
% Version 1.11 (February 2000).
diff --git a/Build/source/texk/web2c/omegaware/opl2ofm.web b/Build/source/texk/web2c/omegaware/opl2ofm.web
index 7564848daa8..efb401ef08e 100644
--- a/Build/source/texk/web2c/omegaware/opl2ofm.web
+++ b/Build/source/texk/web2c/omegaware/opl2ofm.web
@@ -24,6 +24,8 @@
% Version 3.3 (September 1990) fixed `nonexistent char 0' (John Gourlay).
% Version 3.4 (March 1991) has more robust `out_scaled' (Wayne Sullivan).
% Version 3.5 (March 1995) initialized lk_step_ended (Armin K\"ollner).
+% Version 3.6 (January 2014) corrected possible end-of-line glitch (Ken Nakano),
+% and get_fix now treats -- as + (Peter Breitenlohner).
% Version 1.0 of OPL2OFM (March 1997) allows one to read OPL files
% and generate OFM files.
diff --git a/Build/source/texk/web2c/omegaware/ovf2ovp.web b/Build/source/texk/web2c/omegaware/ovf2ovp.web
index 0c28b572ab2..a85606ca487 100644
--- a/Build/source/texk/web2c/omegaware/ovf2ovp.web
+++ b/Build/source/texk/web2c/omegaware/ovf2ovp.web
@@ -9,6 +9,9 @@
% Version 1 was implemented in December 1989.
% Version 1.1 fixed problems of strict Pascal (April 1990).
% Version 1.2 fixed various bugs found by Peter Breitenlohner (September 1990).
+% Version 1.3 made out_as_fix tell the truth in overflow cases (Dec 2002).
+% Version 1.4 reports out-of-range characters (Breitenlohner, Jan 2014),
+% and tests nl>lig_size not 4*lig_size (C. M. Connelly, Melissa O'Neill).
% Version 1.0 of OVF2OVP (Month Year).
% Version 1.11 (February 2000).
@@ -2850,8 +2853,10 @@ fact that the design size has already been output.
@p procedure out_as_fix(@!x:integer);
var @!k:1..3;
begin if abs(x)>=@'100000000 then
- bad_vf('Oversize dimension has been reset to zero.');
+ begin bad_vf('Oversize dimension has been reset to zero.');
@.Oversize dimension...@>
+ x:=0;
+ end;
if x>=0 then tfm[design_size]:=0
else begin tfm[design_size]:=255; x:=x+@'100000000;
end;
diff --git a/Build/source/texk/web2c/omegaware/ovp2ovf.web b/Build/source/texk/web2c/omegaware/ovp2ovf.web
index e10d0faaa7f..8e1c0604388 100644
--- a/Build/source/texk/web2c/omegaware/ovp2ovf.web
+++ b/Build/source/texk/web2c/omegaware/ovp2ovf.web
@@ -11,6 +11,9 @@
% Version 1.2 fixed `nonexistent char 0' bug, and a bit more (September 1990).
% Version 1.3 has more robust `out_scaled' (March 1991).
% Version 1.4 (March 1995) initialized lk_step_ended (Armin K\"ollner).
+% Version 1.5 (August 1998) corrected vf_fix(0) (Wayne Sullivan).
+% Version 1.6 (January 2014) corrected possible end-of-line glitch (Ken Nakano),
+% and get_fix now treats -- as + (Peter Breitenlohner).
% Version 1.0 of OVP2OVF (Month Year).
% Version 1.11 (February 2000).