diff options
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebboot.cin | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/comm-w2c.ch | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index eacf0e65515..61301da3b57 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2020-06-05 Andreas Scherer <https://ascherer.github.io> + + * cwebboot.cin: Fix newline blunder in case of error. + 2020-06-04 Andreas Scherer <https://ascherer.github.io> * bibtex.ch: Purge 'active E' chunk completely. diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin index 4615c95bd75..1cbb77dc6ae 100644 --- a/Build/source/texk/web2c/cwebboot.cin +++ b/Build/source/texk/web2c/cwebboot.cin @@ -1310,7 +1310,7 @@ update_terminal;mark_error; #line 804 "cwebdir/comm-w2c.ch" int wrap_up(void){ -if(show_progress)new_line; +if(show_progress||show_happiness||(history> spotless))new_line; #line 1153 "cwebdir/common.w" if(show_stats) print_stats(); diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 51c8d0ed710..79b89554b66 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,7 @@ +2020-06-05 Andreas Scherer <https://ascherer.github.io> + + * comm-w2c.ch: Fix newline blunder in case of error. + 2020-06-01 Andreas Scherer <https://ascherer.github.io> * texinputs/pdfwebtocfront.tex: Adapt to 'pwebmac.tex 4.5.2. diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index 45de7df1714..34b92c1e6e2 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -802,7 +802,7 @@ int wrap_up() { putchar('\n'); @y int wrap_up(void) { - if (show_progress) new_line; + if (show_progress || show_happiness || (history > spotless)) new_line; @z @x |