summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2011-12-04 01:11:04 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2011-12-04 01:11:04 +0000
commitce11cdef4d5231bf16c8b008c7ccdfef348b62de (patch)
tree99af48ac1852f3e5454c9233085acc0081e5e62e /Build/source/texk/web2c/uptexdir
parent92b4cdcc73a443c1d91d2d2963a91363856e1dea (diff)
uptex-m.ch: change min_halfword because the ConTeXt with euptex falls into an infinite loop if an Overfull \hbox error occurs.
git-svn-id: svn://tug.org/texlive/trunk@24743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir')
-rw-r--r--Build/source/texk/web2c/uptexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/uptexdir/uptex-m.ch2
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog
index 518bf24190a..99b5ffb9fc8 100644
--- a/Build/source/texk/web2c/uptexdir/ChangeLog
+++ b/Build/source/texk/web2c/uptexdir/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-04 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * uptex-m.ch: change min_halfword because the ConTeXt with
+ euptex falls into an infinite loop if an Overfull \hbox error occurs.
+
2011-11-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/uptex.am (uppltotf_CPPFLAGS): Replace '-DDHEX_CHAR_CODE'
diff --git a/Build/source/texk/web2c/uptexdir/uptex-m.ch b/Build/source/texk/web2c/uptexdir/uptex-m.ch
index f08018be63a..ce5f134d455 100644
--- a/Build/source/texk/web2c/uptexdir/uptex-m.ch
+++ b/Build/source/texk/web2c/uptexdir/uptex-m.ch
@@ -134,7 +134,7 @@ if (kcode_pos=1)or((kcode_pos>=@'11)and(kcode_pos<=@'12))
@y
@d min_quarterword=0 {smallest allowable value in a |quarterword|}
@d max_quarterword=@"FFFF {largest allowable value in a |quarterword|}
-@d min_halfword=0 {smallest allowable value in a |halfword|}
+@d min_halfword=-@"3FFFFFFF {smallest allowable value in a |halfword|}
@d max_halfword=@"3FFFFFFF {largest allowable value in a |halfword|}
@d max_cjk_val=@"1000000 {to separate wchar and kcatcode}
@z