From 3cb16ea755844a119296d79ee2315b6d466a3834 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 27 Nov 2009 11:18:34 +0000 Subject: Better wording of new TeX error message Automatically generated xindy doc files git-svn-id: svn://tug.org/texlive/trunk@16199 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 4 ++++ Build/source/texk/web2c/alephdir/ChangeLog | 6 +++++- Build/source/texk/web2c/alephdir/com16bit.ch | 4 ++-- Build/source/texk/web2c/tex.ch | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 824927138c6..b0e111286c6 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2009-11-27 Peter Breitenlohner + + * tex.ch (read_font_info): Better wording of error message. + 2009-11-19 Peter Breitenlohner * tex.ch (read_font_info): Check font name length to avoid diff --git a/Build/source/texk/web2c/alephdir/ChangeLog b/Build/source/texk/web2c/alephdir/ChangeLog index 7a256b81558..9057c2b6c47 100644 --- a/Build/source/texk/web2c/alephdir/ChangeLog +++ b/Build/source/texk/web2c/alephdir/ChangeLog @@ -1,6 +1,10 @@ +2009-11-27 Peter Breitenlohner + + * com16bit.ch (read_font_info): Better wording of error message. + 2009-11-19 Peter Breitenlohner - * com16bit.ch read_font_info: Check font name length to avoid + * com16bit.ch (read_font_info): Check font name length to avoid broken .dvi files. 2009-11-09 Peter Breitenlohner diff --git a/Build/source/texk/web2c/alephdir/com16bit.ch b/Build/source/texk/web2c/alephdir/com16bit.ch index f240d4557ae..91cf6e3107d 100644 --- a/Build/source/texk/web2c/alephdir/com16bit.ch +++ b/Build/source/texk/web2c/alephdir/com16bit.ch @@ -1539,14 +1539,14 @@ if name=str_ptr-1 then {we can conserve string pool space now} @x [30.560] l.10898 - Check lengths @!file_opened:boolean; {was |tfm_file| successfully opened?} @y -@!name_too_long:boolean; {|nom| or |aire| exceeds 255 bytes} +@!name_too_long:boolean; {|nom| or |aire| exceeds 255 bytes?} @!file_opened:boolean; {was |tfm_file| successfully opened?} @z @x [30.561] l.10939 - Check lengths else print(" not loadable: Metric (TFM/OFM) file not found"); @y -else if name_too_long then print(" not loadable: Metric (TFM/OFM) name too long") +else if name_too_long then print(" not loadable: Metric (TFM/OFM) file name too long") else print(" not loadable: Metric (TFM/OFM) file not found"); @z diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index 5aa296aa805..bb99339c99a 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -2701,14 +2701,14 @@ function read_font_info(@!u:pointer;@!nom,@!aire:str_number; @x [30.560] l.10898 - Check lengths @!file_opened:boolean; {was |tfm_file| successfully opened?} @y -@!name_too_long:boolean; {|nom| or |aire| exceeds 255 bytes} +@!name_too_long:boolean; {|nom| or |aire| exceeds 255 bytes?} @!file_opened:boolean; {was |tfm_file| successfully opened?} @z @x [30.561] l.10939 - Check lengths else print(" not loadable: Metric (TFM) file not found"); @y -else if name_too_long then print(" not loadable: Metric (TFM) name too long") +else if name_too_long then print(" not loadable: Metric (TFM) file name too long") else print(" not loadable: Metric (TFM) file not found"); @z -- cgit v1.2.3