diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-07-26 10:29:11 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-07-26 10:29:11 +0000 |
commit | 137c987331a95ad04b6cac499f377584ffbaea0f (patch) | |
tree | a35e12ade008341ce0e56c95a41d0d549dd07e83 /Build/source | |
parent | 8861d12e98d469eac08bb18845a735463db0849b (diff) |
tex.ch: section numbers
git-svn-id: svn://tug.org/texlive/trunk@60074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 3 | ||||
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index f982b880aea..38d2e23e8e5 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -44,8 +44,7 @@ 2021-07-25 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> - * tex.ch: - set limit before "cannot \read from terminal" error etc. + * tex.ch: add section numbers for changes on 2021-07-19. 2021-07-22 Karl Berry <karl@freefriends.org> diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index d1da6a7b521..9530eb65795 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -786,7 +786,7 @@ if translate_filename then begin end; @z -@x [5.??] term_input: set limit when fatal_error +@x [5.71] term_input: set limit when fatal_error if not input_ln(term_in,true) then fatal_error("End of file on the terminal!"); @y if not input_ln(term_in,true) then begin @@ -1538,7 +1538,7 @@ cur_order:=co_backup; link(backup_head):=backup_backup; decr(expand_depth_count); @z -@x [27.???] set limit when fatal_error +@x [27.484] set limit when fatal_error else fatal_error("*** (cannot \read from terminal in nonstop modes)") @y else begin |