texlive[71720] Build/source/texk/web2c/dvicopy.ch: Better comply with

commits+ascherer at tug.org commits+ascherer at tug.org
Sat Jul 6 14:36:33 CEST 2024


Revision: 71720
          https://tug.org/svn/texlive?view=revision&revision=71720
Author:   ascherer
Date:     2024-07-06 14:36:33 +0200 (Sat, 06 Jul 2024)
Log Message:
-----------
Better comply with the comment.

The TeX macro '\title' is used far too often, both in the TeX parts and
in an index entry that produces an 'Overfull \hbox'.

Curiously enough, I was able to produce a 'core dump' from 'xdvipdfmx' with
this twisted change (the @x and @y parts should, of course, be flipped):

@x
begin print(' !Sorry, DVIcopy capacity exceeded ['); print_packet(p);
@.Sorry, DVIcopy capacity exceeded@>
@y
begin print(' !Sorry, ',title,' capacity exceeded ['); print_packet(p);
@.Sorry, {\title} capacity exceeded@>
@z

xdvipdfmx: ../../../texk/dvipdfm-x/dpxutil.c:454: ht_lookup_table: Assertion `ht && key' failed.
Aborted (core dumped)

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/dvicopy.ch

Modified: trunk/Build/source/texk/web2c/dvicopy.ch
===================================================================
--- trunk/Build/source/texk/web2c/dvicopy.ch	2024-07-06 01:51:47 UTC (rev 71719)
+++ trunk/Build/source/texk/web2c/dvicopy.ch	2024-07-06 12:36:33 UTC (rev 71720)
@@ -8,12 +8,6 @@
 %  Mar 20 91 THD  Updated to dvicopy 1.2
 % (more recent changes in the ChangeLog)
 
- at x [0] l.38
-\def\title{DVI\lowercase{copy}} % don't change this line!
- at y
-\def\title{DVI\lowercase{copy} changes for C} % don't change this line!
- at z
-
 @x [0] l.59 WEAVE: print changes only
 \pageno=\contentspagenumber \advance\pageno by 1
 @y



More information about the tex-live-commits mailing list.