summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-23 08:08:21 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-23 08:08:21 +0000
commitb389cd59a68dc7bb07914606f05170dbcdc539e5 (patch)
treed53ac14ca8076a587e643c52388e566933e0db5f /Build
parent22efddb6662307ee6480c4fa9c3944f92f137907 (diff)
tftopl, vftovp: Add missing space in error message
git-svn-id: svn://tug.org/texlive/trunk@25178 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/omegaware/ChangeLog4
-rw-r--r--Build/source/texk/web2c/omegaware/ofm2opl.web2
-rw-r--r--Build/source/texk/web2c/omegaware/ovf2ovp.web2
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/ptexdir/ptftopl.ch6
-rw-r--r--Build/source/texk/web2c/tftopl.ch9
-rw-r--r--Build/source/texk/web2c/vftovp.ch7
8 files changed, 32 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 46c5a546e0d..e799597795f 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-22 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * tftopl.ch, vftovp.ch: Add missing space in error message.
+
2012-01-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Check sizeof(off_t).
diff --git a/Build/source/texk/web2c/omegaware/ChangeLog b/Build/source/texk/web2c/omegaware/ChangeLog
index 43d6ef0e2c4..299ca6c1704 100644
--- a/Build/source/texk/web2c/omegaware/ChangeLog
+++ b/Build/source/texk/web2c/omegaware/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-22 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * ofm2opl.web, ovf2ovp.web: Add missing space in error message.
+
2011-12-23 Peter Breitenlohner <peb@mppmu.mpg.de>
* ovf2ovp.web, ovp2ovf.web: Replace 65535 etc by numeric Web
diff --git a/Build/source/texk/web2c/omegaware/ofm2opl.web b/Build/source/texk/web2c/omegaware/ofm2opl.web
index 4b402e76fb5..c34cc817da9 100644
--- a/Build/source/texk/web2c/omegaware/ofm2opl.web
+++ b/Build/source/texk/web2c/omegaware/ofm2opl.web
@@ -632,7 +632,7 @@ if nl>4*lig_size then
@.The lig/kern program...@>
if (bc>ec+1)or(ec>top_char) then abort('The character code range ',
@.The character code range...@>
- bc:1,'..',ec:1,'is illegal!');
+ bc:1,'..',ec:1,' is illegal!');
if ec>max_char then
abort('Character ',ec:1,'is too large. Ask a wizard to enlarge me.');
if (nw=0)or(nh=0)or(nd=0)or(ni=0) then
diff --git a/Build/source/texk/web2c/omegaware/ovf2ovp.web b/Build/source/texk/web2c/omegaware/ovf2ovp.web
index bb29e730a03..e6048c024fe 100644
--- a/Build/source/texk/web2c/omegaware/ovf2ovp.web
+++ b/Build/source/texk/web2c/omegaware/ovf2ovp.web
@@ -782,7 +782,7 @@ if nl>4*lig_size then
@.The lig/kern program...@>
if (bc>ec+1)or(ec>top_char) then abort('The character code range ',
@.The character code range...@>
- bc:1,'..',ec:1,'is illegal!');
+ bc:1,'..',ec:1,' is illegal!');
if ec>max_char then
abort('Character ',ec:1,'is too large. Ask a wizard to enlarge me.');
if (nw=0)or(nh=0)or(nd=0)or(ni=0) then
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index 6348ec6e327..dbf239c0316 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-22 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * ptftopl.ch: Adapt to missing space added in ../tftopl.ch.
+
2012-01-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdvitype.ch: Remove an unnecessary change in previous.
diff --git a/Build/source/texk/web2c/ptexdir/ptftopl.ch b/Build/source/texk/web2c/ptexdir/ptftopl.ch
index a4e0937c723..691b87506de 100644
--- a/Build/source/texk/web2c/ptexdir/ptftopl.ch
+++ b/Build/source/texk/web2c/ptexdir/ptftopl.ch
@@ -116,7 +116,7 @@ else
@x [21] l.485 - pTeX: ng has to be treated specially
if (bc>ec+1)or(ec>255) then abort('The character code range ',
@.The character code range...@>
- bc:1,'..',ec:1,'is illegal!');
+ bc:1,'..',ec:1,' is illegal!');
if (nw=0)or(nh=0)or(nd=0)or(ni=0) then
abort('Incomplete subfiles for character dimensions!');
@.Incomplete subfiles...@>
@@ -130,7 +130,7 @@ case file_format of
tfm_format: begin
if (bc>ec+1)or(ec>255) then abort('The character code range ',
@.The character code range...@>
- bc:1,'..',ec:1,'is illegal!');
+ bc:1,'..',ec:1,' is illegal!');
if (nw=0)or(nh=0)or(nd=0)or(ni=0) then
abort('Incomplete subfiles for character dimensions!');
@.Incomplete subfiles...@>
@@ -143,7 +143,7 @@ tfm_format: begin
jfm_format,vfm_format: begin ng:=ne;
if (bc>ec+1)or(ec>255)or(bc<>0) then abort('The character code range ',
@.The character code range...@>
- bc:1,'..',ec:1,'is illegal!');
+ bc:1,'..',ec:1,' is illegal!');
if (nw=0)or(nh=0)or(nd=0)or(ni=0) then
abort('Incomplete subfiles for character dimensions!');
@.Incomplete subfiles...@>
diff --git a/Build/source/texk/web2c/tftopl.ch b/Build/source/texk/web2c/tftopl.ch
index 0ce10dfb43b..3dcec53f165 100644
--- a/Build/source/texk/web2c/tftopl.ch
+++ b/Build/source/texk/web2c/tftopl.ch
@@ -136,7 +136,7 @@ tfm_file_array
:= cast_to_byte_pointer (xrealloc (tfm_file_array, 4 * lf - 1 + 1002));
@z
-% [20] Both nl and lig_size are in words, so the multiplication is not
+% [21] Both nl and lig_size are in words, so the multiplication is not
% needed. Found by "C.M. Connelly" <c@eskimo.com> and
% Melissa O'Neill <oneill@cs.sfu.ca>
@x
@@ -145,6 +145,13 @@ if nl>4*lig_size then
if nl>lig_size then
@z
+% [21] Add missing space in error message.
+@x
+ bc:1,'..',ec:1,'is illegal!');
+@y
+ bc:1,'..',ec:1,' is illegal!');
+@z
+
% [27, 28] Change strings to C char pointers. The Pascal strings are
% indexed starting at 1, so we pad with a blank.
@x
diff --git a/Build/source/texk/web2c/vftovp.ch b/Build/source/texk/web2c/vftovp.ch
index 472327300aa..309cf825ae4 100644
--- a/Build/source/texk/web2c/vftovp.ch
+++ b/Build/source/texk/web2c/vftovp.ch
@@ -133,6 +133,13 @@ if nl>4*lig_size then
if nl>lig_size then
@z
+% [25] Add missing space in error message.
+@x
+ bc:1,'..',ec:1,'is illegal!');
+@y
+ bc:1,'..',ec:1,' is illegal!');
+@z
+
% [31] Ditto for vf_abort.
@x
@d vf_abort(#)==