summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tests/check.log
blob: c20f7caea3d3f3cebae12bc5a5204101a35f913a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
make[1]: Entering directory `/home/olaf/web2c/src/texk/texk/web2c'
cd ../kpathsea && make -w CC='gcc' CFLAGS='-g ' 
make[2]: Entering directory `/home/olaf/web2c/src/texk/texk/kpathsea'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/home/olaf/web2c/src/texk/texk/kpathsea'
cd lib && make -w CC='gcc' CFLAGS='-g ' LDFLAGS='' 
make[2]: Entering directory `/home/olaf/web2c/src/texk/texk/web2c/lib'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/home/olaf/web2c/src/texk/texk/web2c/lib'
cd web2c && make -w CC='gcc' CFLAGS='-g ' LDFLAGS=''  fixwrites
make[2]: Entering directory `/home/olaf/web2c/src/texk/texk/web2c/web2c'
make[2]: `fixwrites' is up to date.
make[2]: Leaving directory `/home/olaf/web2c/src/texk/texk/web2c/web2c'
cd web2c && make -w CC='gcc' CFLAGS='-g ' LDFLAGS=''  splitup
make[2]: Entering directory `/home/olaf/web2c/src/texk/texk/web2c/web2c'
make[2]: `splitup' is up to date.
make[2]: Leaving directory `/home/olaf/web2c/src/texk/texk/web2c/web2c'
cd web2c && make -w CC='gcc' CFLAGS='-g ' LDFLAGS=''  web2c
make[2]: Entering directory `/home/olaf/web2c/src/texk/texk/web2c/web2c'
make[2]: `web2c' is up to date.
make[2]: Leaving directory `/home/olaf/web2c/src/texk/texk/web2c/web2c'
test -f tests/exampl.aux || \
  cp ./tests/exampl.aux tests/exampl.aux
TEXMFCNF=../kpathsea \
  BSTINPUTS=./tests \
  BIBINPUTS=./tests \
  ./bibtex tests/exampl
This is BibTeX, Version 0.99c (Web2C 7.5.5)
The top-level auxiliary file: tests/exampl.aux
The style file: apalike.bst
Database file #1: xampl.bib
Warning--empty author in whole-journal
Warning--empty title in whole-journal
Warning--empty year in booklet-minimal
Warning--empty year in manual-minimal
Warning--empty year in misc-minimal
Warning--empty year in unpublished-minimal
Warning--empty year in random-note-crossref
(There were 7 warnings)
CWEBINPUTS=./cwebdir ./cweave common.w
This is CWEAVE, Version 3.64 (Web2C 7.5.5)
*1*5*7*27*56*67*77*82
Writing the output file...*1*5*7*27*56*67*77*82
Writing the index...
Done.
(No errors were found.)
TEXMFCNF=../kpathsea \
  ./dvicopy ./tests/story tests/xstory.dvi
This is DVIcopy, Version 1.5 (Web2C 7.5.5)
Copyright (C) 1990,95 Peter Breitenlohner
Distributed under terms of GNU General Public License
DVI file: ' TeX output 1992.05.17:0844',
   num=25400000, den=473628672, mag=1000.
DVI: font 33 = cmsl10.
DVI: font 23 = cmbx10.
DVI: font 0 = cmr10.
DVI: processing page 1.
DVI: font 23 = cmbx10.
TFM: font 1 = cmbx10.
OUT: font 1 = cmbx10.
DVI: font 33 = cmsl10.
TFM: font 0 = cmsl10.
OUT: font 0 = cmsl10.
DVI: font 0 = cmr10.
TFM: font 2 = cmr10.
OUT: font 2 = cmr10.
OUT file: 692 bytes, 1 page written.
(No errors were found.)
(TFMFONTS=./tests VFFONTS=./tests ./dvicopy \
  <./tests/pplr.dvi \
  >tests/xpplr.dvi) 2>&1
This is DVIcopy, Version 1.5 (Web2C 7.5.5)
Copyright (C) 1990,95 Peter Breitenlohner
Distributed under terms of GNU General Public License
DVI file: ' TeX output 1995.05.27:1708',
   num=25400000, den=473628672, mag=1000.
DVI: font 50 = pplr.
DVI: font 36 = cmti10.
DVI: font 31 = cmtt8.
DVI: font 29 = cmtt10.
DVI: font 3 = cmr7.
DVI: font 0 = cmr10.
DVI: processing page 1.
DVI: font 3 = cmr7.
TFM: font 4 = cmr7.
OUT: font 4 = cmr7.
DVI: font 31 = cmtt8.
TFM: font 2 = cmtt8.
OUT: font 2 = cmtt8.
DVI: font 0 = cmr10.
TFM: font 5 = cmr10.
OUT: font 5 = cmr10.
DVI: font 36 = cmti10.
TFM: font 1 = cmti10.
OUT: font 1 = cmti10.
DVI: font 29 = cmtt10.
TFM: font 3 = cmtt10.
OUT: font 3 = cmtt10.
DVI: font 50 = pplr.
TFM: font 0 = pplr.
OUT: font 0 = pplr.
OUT file: 10540 bytes, 1 page written.
(No errors were found.)
TEXMFCNF=../kpathsea \
  ./dvitomp ./tests/story.dvi tests/xstory.mpx
TFMFONTS=./tests VFFONTS=./tests: \
  ./dvitomp ./tests/ptmr 
mv ptmr.mpx tests/xptmr.mpx
./dvitype -show-opcodes ./tests/story >tests/xstory.dvityp
./dvitype --p=\*.\*.2 ./tests/pagenum.dvi >tests/xpagenum.typ
TFMFONTS=./tests ./gftodvi -verbose \
  ./tests/cmr10.600gf
This is GFtoDVI, Version 3.0 (Web2C 7.5.5)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] 
[14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] 
[27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] 
[40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] 
[53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] 
[66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] 
[79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] 
[92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] 
[105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] 
[118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128]  
mv cmr10.dvi tests/xcmr10.dvi
./gftopk -verbose ./tests/cmr10.600gf tests/xcmr10.pk
This is GFtoPK, Version 2.3 (Web2C 7.5.5)
'METAFONT output 1993.11.11:0921'
24148 bytes packed to 11048 bytes.
./gftopk ./tests/cmr10.600gf cmr10.pk && rm cmr10.pk
./gftype ./tests/cmr10.600gf >tests/xcmr10.gft1
./gftype -m -i ./tests/cmr10.600gf >tests/xcmr10.gft2
./mft ./tests/io; mv io.tex tests/io.tex
This is MFT, Version 2.0 (Web2C 7.5.5)

(No errors were found.)
./patgen ./tests/dict ./tests/patterns tests/xpatout \
   ./tests/translate <./tests/patgen.in
This is PATGEN, Version 2.3 (Web2C 7.5.5)
left_hyphen_min = 2, right_hyphen_min = 2, 30 letters
14 patterns read in
pattern trie has 285 nodes, trie_max = 308, 5 outputs
hyph_start, hyph_finish: Specify 1<=hyph_start,hyph_finish<=9 !
hyph_start, hyph_finish: Specify 1<=hyph_start,hyph_finish<=9 !
hyph_start, hyph_finish: Specify 1<=hyph_start,hyph_finish<=9 !
hyph_start, hyph_finish: Specify 1<=hyph_start,hyph_finish<=9 !
hyph_start, hyph_finish: pat_start, pat_finish: Specify 1<=pat_start<=pat_finish<=15 !
pat_start, pat_finish: Specify 1<=pat_start<=pat_finish<=15 !
pat_start, pat_finish: Specify 1<=pat_start<=pat_finish<=15 !
pat_start, pat_finish: good weight, bad weight, threshold: Specify good weight, bad weight, threshold>=1 !
good weight, bad weight, threshold: Specify good weight, bad weight, threshold>=1 !
good weight, bad weight, threshold: Specify good weight, bad weight, threshold>=1 !
good weight, bad weight, threshold: processing dictionary with pat_len = 2, pat_dot = 1
 
31 good, 1 bad, 10 missed
75.61 %, 2.44 %, 24.39 %
32 patterns, 288 nodes in count trie, triec_max = 324
1 good and 30 bad patterns added (more to come)
finding 4 good and 0 bad hyphens, efficiency = 4.00
pattern trie has 313 nodes, trie_max = 325, 10 outputs
processing dictionary with pat_len = 2, pat_dot = 0
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
28 patterns, 284 nodes in count trie, triec_max = 296
0 good and 27 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 320 nodes, trie_max = 336, 16 outputs
processing dictionary with pat_len = 2, pat_dot = 2
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
38 patterns, 294 nodes in count trie, triec_max = 302
0 good and 32 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 330 nodes, trie_max = 346, 22 outputs
processing dictionary with pat_len = 3, pat_dot = 1
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
1 patterns, 258 nodes in count trie, triec_max = 258
0 good and 0 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 330 nodes, trie_max = 346, 22 outputs
processing dictionary with pat_len = 3, pat_dot = 2
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
6 patterns, 268 nodes in count trie, triec_max = 274
0 good and 0 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 330 nodes, trie_max = 346, 22 outputs
processing dictionary with pat_len = 3, pat_dot = 0
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
3 patterns, 260 nodes in count trie, triec_max = 278
2 good and 1 bad patterns added 
finding 6 good and 1 bad hyphens, efficiency = 2.00
pattern trie has 333 nodes, trie_max = 346, 23 outputs
processing dictionary with pat_len = 3, pat_dot = 3
 
41 good, 2 bad, 0 missed
100.00 %, 4.88 %, 0.00 %
6 patterns, 268 nodes in count trie, triec_max = 268
0 good and 6 bad patterns added 
finding 0 good and 0 bad hyphens 
pattern trie has 339 nodes, trie_max = 346, 24 outputs
51 nodes and 17 outputs deleted
total of 3 patterns at hyph_level 3
 
pat_start, pat_finish: good weight, bad weight, threshold: processing dictionary with pat_len = 2, pat_dot = 1
 
41 good, 2 bad, 0 missed
100.00 %, 4.88 %, 0.00 %
12 patterns, 268 nodes in count trie, triec_max = 269
1 good and 10 bad patterns added (more to come)
finding 1 good and 0 bad hyphens, efficiency = 1.00
pattern trie has 289 nodes, trie_max = 346, 11 outputs
processing dictionary with pat_len = 2, pat_dot = 0
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
14 patterns, 270 nodes in count trie, triec_max = 300
0 good and 13 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 299 nodes, trie_max = 346, 14 outputs
processing dictionary with pat_len = 2, pat_dot = 2
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
21 patterns, 277 nodes in count trie, triec_max = 280
0 good and 20 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 312 nodes, trie_max = 346, 20 outputs
processing dictionary with pat_len = 3, pat_dot = 1
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
1 patterns, 258 nodes in count trie, triec_max = 258
0 good and 0 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 312 nodes, trie_max = 346, 20 outputs
processing dictionary with pat_len = 3, pat_dot = 2
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
1 patterns, 258 nodes in count trie, triec_max = 259
0 good and 0 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 312 nodes, trie_max = 346, 20 outputs
processing dictionary with pat_len = 3, pat_dot = 0
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
2 patterns, 259 nodes in count trie, triec_max = 278
0 good and 1 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 312 nodes, trie_max = 346, 21 outputs
processing dictionary with pat_len = 3, pat_dot = 3
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
2 patterns, 260 nodes in count trie, triec_max = 260
1 good and 1 bad patterns added 
finding 1 good and 0 bad hyphens, efficiency = 1.00
pattern trie has 314 nodes, trie_max = 347, 23 outputs
26 nodes and 14 outputs deleted
total of 2 patterns at hyph_level 4
hyphenate word list? writing pattmp.4
 
41 good, 0 bad, 0 missed
100.00 %, 0.00 %, 0.00 %
./pktogf -verbose ./tests/cmr10.pk tests/xcmr10.600gf
This is PKtoGF, Version 1.1
{METAFONT output 1993.11.11:0921}
11048 bytes unpacked to 24148 bytes.
./pktogf ./tests/cmr10.pk && rm cmr10.gf
./pktype ./tests/cmr10.pk >tests/xcmr10.pktyp
./pltotf -verbose ./tests/cmr10 tests/xcmr10
This is PLtoTF, Version 3.5 (Web2C 7.5.5)
'000 '001 '002 '003 '004 '005 '006 '007 
'010 '011 '012 '013 '014 '015 '016 '017 
'020 '021 '022 '023 '024 '025 '026 '027 
'030 '031 '032 '033 '034 '035 '036 '037 
'040 '041 '042 '043 '044 '045 '046 '047 
'050 '051 '052 '053 '054 '055 '056 '057 
'060 '061 '062 '063 '064 '065 '066 '067 
'070 '071 '072 '073 '074 '075 '076 '077 
'100 '101 '102 '103 '104 '105 '106 '107 
'110 '111 '112 '113 '114 '115 '116 '117 
'120 '121 '122 '123 '124 '125 '126 '127 
'130 '131 '132 '133 '134 '135 '136 '137 
'140 '141 '142 '143 '144 '145 '146 '147 
'150 '151 '152 '153 '154 '155 '156 '157 
'160 '161 '162 '163 '164 '165 '166 '167 
'170 '171 '172 '173 '174 '175 '176 '177.
./pooltype tex.pool >tests/xtexpool.typ
./tftopl -verbose ./tests/cmr10 tests/xcmr10
TFMFONTS=./tests ./vftovp -verbose ./tests/ptmr ptmr tests/xptmr
10.0010.00./vptovf ./tests/ptmr tests/xptmr tests/xptmr
./weave ./pooltype
This is WEAVE, Version 4.4 (Web2C 7.5.5)
*1*4*12*21*22
Writing the output file...*1*4*12*21*22
Writing the index...Done.
(No errors were found.)
rm -f trap.mf trap.base
rm -f mftrapin.fot mftrapin.log
rm -f mftrap.fot mftrap.log mftrap.tfm
rm -f mftrap.pl trap.72270gf trap.typ
ln -s ./triptrap/trap.mf . # get same filename in log
/bin/sh -c 'TEXMFCNF=./triptrap ./mf --progname=inimf <./triptrap/mftrap1.in >mftrapin.fot'
mv trap.log mftrapin.log
diff ./triptrap/mftrapin.log mftrapin.log
1c1
< This is METAFONT, Version 2.71828 (INIMF)  23 DEC 2002 11:57
---
> This is METAFONT, Version 2.71828 (Web2C 7.5.5) (INIMF)  3 AUG 2005 10:50
150c150
< String usage 26&83 (1895&21534 still untouched)
---
> String usage 30&98 (6387&79485 still untouched)
176,177c176,177
<  (preloaded base=trap 98.8.8)
< 1113 strings of total length 20515
---
>  (base=trap 2005.8.3)
> 1122 strings of total length 20565
/bin/sh -c 'TEXMFCNF=./triptrap ./mf --progname=inimf <./triptrap/mftrap2.in >mftrap.fot'
mv trap.log mftrap.log
mv trap.tfm mftrap.tfm
diff ./triptrap/mftrap.fot mftrap.fot
1,3c1,2
< This is METAFONT, Version 2.71828 (INIMF)
< ** &trap  trap 
< (trap.mf
---
> This is METAFONT, Version 2.71828 (Web2C 7.5.5) (INIMF)
> **(trap.mf
39c38
< String usage 42&168 (1818&17726 still untouched)
---
> String usage 50&202 (6301&75642 still untouched)
diff ./triptrap/mftrap.log mftrap.log
1c1
< This is METAFONT, Version 2.71828 (preloaded base=trap 2002.12.23)  23 DEC 2002 11:57
---
> This is METAFONT, Version 2.71828 (Web2C 7.5.5) (base=trap 2005.8.3)  3 AUG 2005 10:50
1825c1825
< String usage 24&92 (1863&21408 still untouched)
---
> String usage 30&119 (6347&79310 still untouched)
2738c2738
< Calling BLANKRECTANGLE(100,100,0,1)
---
> Calling BLANKRECTANGLE(1664,1664,0,1)
4235c4235
< String usage 42&168 (1818&17726 still untouched)
---
> String usage 50&202 (6301&75642 still untouched)
4251,4252c4251,4252
<  69 strings out of 1887
<  3759 string characters out of 21485
---
>  77 strings out of 6378
>  3793 string characters out of 79435
4254,4255c4254,4255
<  289 symbolic tokens out of 2100
<  8i,43n,14r,8p,167b stack positions out of 30i,100n,300r,150p,500b
---
>  289 symbolic tokens out of 9500
>  8i,43n,14r,8p,167b stack positions out of 300i,300n,1000r,150p,500b
4263c4263
<   out of 256w,16h,16d,64i,5000l,500k,256e,50p)
---
>   out of 256w,16h,16d,64i,15000l,2500k,256e,60p)
./tftopl ./mftrap.tfm mftrap.pl
diff ./triptrap/mftrap.pl mftrap.pl
/bin/sh -c 'TEXMFCNF=./triptrap ./gftype -m -i ./trap.72270gf >trap.typ'
diff ./triptrap/trap.typ trap.typ
1c1
< This is GFtype, Version 3.1
---
> This is GFtype, Version 3.1 (Web2C 7.5.5)
3c3
< ' METAFONT output 2002.12.23:1157'
---
> ' METAFONT output 2005.08.03:1050'
./mf --progname=mf '&./mf \tracingstats:=1; end.'
This is METAFONT, Version 2.71828 (Web2C 7.5.5)
Transcript written on mfput.log.
./mf --progname=mf ./tests/online
This is METAFONT, Version 2.71828 (Web2C 7.5.5)
(./tests/online.mf [0] )
Output written on online.2602gf (1 character, 248 bytes).
Transcript written on online.log.
./mf --progname=mf ./tests/one.two
This is METAFONT, Version 2.71828 (Web2C 7.5.5)
(./tests/one.two.mf
one.two )
Transcript written on one.two.log.
./mf --progname=mf ./tests/uno.dos
This is METAFONT, Version 2.71828 (Web2C 7.5.5)
(./tests/uno.dos )
Transcript written on uno.log.
rm -f mtrap.mp mtrap.mem trapf.tfm
rm -f mtrap.log mtrap.0 mtrap.1 writeo writeo.log writeo.2
rm -f trap.mp trap.mpx mptrapin.fot mptrapin.log
rm -f mptrap.fot mptrap.log mptrap.tfm
rm -f trap.ps trap.mem trap.0 trap.5 trap.6 trap.95 trap.96 trap.97
rm -f trap.98 trap.99 trap.100 trap.101 trap.102 trap.103 trap.104
rm -f trap.105 trap.106 trap.107 trap.108 trap.109 trap.148
rm -f trap.149 trap.150 trap.151 trap.197 trap.200
rm -f mptrap.pl
ln -s ./triptrap/mtrap.mp . # get same filename in log
./pltotf ./triptrap/trapf.pl trapf.tfm
/bin/sh -c 'TEXMFCNF=./triptrap ./mpost --progname=inimpost mtrap'
This is MetaPost, Version 0.901 (Web2C 7.5.5) (INIMP)
(mtrap.mp
diff ./triptrap/mtrap.log mtrap.log
1,2c1,2
< This is MetaPost, C Version 0.64 (INIMP)  28 JAN 1998 11:18
< **mtrap 
---
> This is MetaPost, Version 0.901 (Web2C 7.5.5) (INIMP)  3 AUG 2005 10:50
> **mtrap
5c5
< String usage 4&24 (1306&9877 now untouched)
---
> String usage 5&29 (1297&17816 now untouched)
300,306c300,306
< String usage 8&32 (1302&9869 now untouched)
< Memory usage 109&13 (3358 still untouched)
< String usage 10&42 (1300&9859 now untouched)
< Memory usage 116&13 (3358 still untouched)
< String usage 11&45 (1299&9856 now untouched)
< Memory usage 139&56 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> String usage 9&37 (1293&17808 now untouched)
> Memory usage 120&13 (3358 still untouched)
> String usage 11&47 (1291&17798 now untouched)
> Memory usage 127&13 (3358 still untouched)
> String usage 12&50 (1290&17795 now untouched)
> Memory usage 150&56 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
316,317c316,317
< Memory usage 152&59 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 163&59 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
341,342c341,342
< Memory usage 220&59 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 239&59 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
358,359c358,359
< Memory usage 245&59 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 267&59 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
374,375c374,375
< Memory usage 293&72 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 318&72 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
404,405c404,405
< Memory usage 314&59 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 342&59 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
442,443c442,443
< Memory usage 339&59 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 370&59 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
480,481c480,481
< Memory usage 339&59 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 370&59 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
496,497c496,497
< Memory usage 345&70 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 376&70 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
537,538c537,538
< Memory usage 364&59 (3358 still untouched)
< String usage 14&51 (1296&9850 now untouched)
---
> Memory usage 398&59 (3358 still untouched)
> String usage 15&56 (1287&17789 now untouched)
550,551c550,551
< Memory usage 355&64 (3358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 386&64 (3358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
594,595c594,595
< Memory usage 365&59 (3358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 396&59 (3358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
610,611c610,611
< Memory usage 390&73 (3358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 424&73 (3358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
659,660c659,660
< Memory usage 409&59 (3358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 446&59 (3358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
668,671c668,671
< Memory usage 409&59 (3358 still untouched)
< String usage 18&75 (1292&9826 now untouched)
< Memory usage 308&13 (3358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 446&59 (3358 still untouched)
> String usage 19&80 (1283&17765 now untouched)
> Memory usage 339&13 (3358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
721,722c721,722
< Memory usage 308&13 (3358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 339&13 (3358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
724,725c724,725
< Memory usage 563&13 (3358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 622&13 (3358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
817,818c817,818
< Memory usage 747&13 (3358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 826&13 (3358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
847,848c847,848
< Memory usage 1003&85 (2358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 1110&85 (2358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
872,873c872,873
< Memory usage 873&85 (2358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 966&85 (2358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
897,898c897,898
< Memory usage 786&85 (2358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 868&85 (2358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
919,920c919,920
< Memory usage 773&85 (2358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 852&85 (2358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
942,943c942,943
< Memory usage 788&85 (2358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 870&85 (2358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
949,950c949,950
< Memory usage 319&13 (2358 still untouched)
< String usage 17&64 (1293&9837 now untouched)
---
> Memory usage 350&13 (2358 still untouched)
> String usage 18&69 (1284&17776 now untouched)
952,953c952,953
< Memory usage 325&13 (2358 still untouched)
< String usage 20&78 (1287&9809 now untouched)
---
> Memory usage 356&13 (2358 still untouched)
> String usage 21&83 (1278&17748 now untouched)
956c956,957
< >> "%%Creator: MetaPost"
---
> >> "%%HiResBoundingBox: -36 -24 84 84"
> >> "%%Creator: MetaPost 0.901"
958a960
> >> "%%BeginProlog"
988,989c990,991
< Memory usage 325&13 (2358 still untouched)
< String usage 22&84 (1247&8769 now untouched)
---
> Memory usage 356&13 (2358 still untouched)
> String usage 23&89 (1236&16656 now untouched)
992,994c994,996
< >> 40
< Memory usage 325&13 (2358 still untouched)
< String usage 22&84 (1206&7603 now untouched)
---
> >> 42
> Memory usage 356&13 (2358 still untouched)
> String usage 23&89 (1193&15438 now untouched)
998,1002c1000,1008
< >> "%%Creator: MetaPost"
< Memory usage 325&13 (2358 still untouched)
< String usage 24&110 (1197&7522 now untouched)
< Memory usage 325&13 (2358 still untouched)
< String usage 26&125 (1148&7358 now untouched)
---
> >> "%%HiResBoundingBox: -36 -24 84 84"
> Memory usage 356&13 (2358 still untouched)
> String usage 25&129 (1184&15343 now untouched)
> write0 = `writeo'.
> 
> write1 = `writeo.2'.
> 
> Memory usage 356&13 (2358 still untouched)
> String usage 27&144 (1135&15179 now untouched)
1004c1010
< >> "%%Pages: 1"
---
> >> "%%CreationDate: 2005.08.03:1050"
1006c1012
< >> "%*Font: trapf 9.9628 9.96265 35:c008"
---
> >> "%%Pages: 1"
1008,1010c1014,1018
< >> "%%EndProlog"
< Memory usage 325&13 (2358 still untouched)
< String usage 25&135 (1144&7308 now untouched)
---
> >> "%*Font: trapf 9.9628 9.96265 35:c008"
> Memory usage 356&13 (2358 still untouched)
> String usage 26&134 (1131&15135 now untouched)
> write0 = `writeo'.
> 
1013,1014c1021,1022
< Memory usage 325&13 (2358 still untouched)
< String usage 26&141 (1195&1840 now untouched)
---
> Memory usage 356&13 (2358 still untouched)
> String usage 27&140 (1258&16265 now untouched)
1038,1039c1046,1047
< Memory usage 325&13 (2358 still untouched)
< String usage 26&141 (1195&1840 now untouched)
---
> Memory usage 356&13 (2358 still untouched)
> String usage 27&140 (1258&16265 now untouched)
1048,1049c1056,1057
< Memory usage 327&13 (2358 still untouched)
< String usage 27&149 (1194&1832 now untouched)
---
> Memory usage 358&13 (2358 still untouched)
> String usage 28&148 (1257&16257 now untouched)
1097,1098c1105,1106
< Memory usage 327&13 (2358 still untouched)
< String usage 27&149 (1193&1824 now untouched)
---
> Memory usage 358&13 (2358 still untouched)
> String usage 28&148 (1256&16249 now untouched)
1101,1102c1109,1110
<  32 strings out of 1310
<  561 string characters out of 9901
---
>  33 strings out of 1302
>  560 string characters out of 17845
1104,1106c1112,1114
<  237 symbolic tokens out of 2100
<  5i,33n,6p,100b stack positions out of 30i,100n,150p,500b
<  3 string compactions (moved 1368 characters, 89 strings)
---
>  238 symbolic tokens out of 9500
>  5i,33n,6p,99b stack positions out of 300i,300n,1500p,500b
>  2 string compactions (moved 880 characters, 63 strings)
diff ./triptrap/mtrap.0 mtrap.0
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: -36 -24 84 84 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
6a8
> %%BeginProlog
diff ./triptrap/mtrap.1 mtrap.1
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: -84 -36 24 84 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
6a8
> %%BeginProlog
diff ./triptrap/writeo writeo
diff ./triptrap/writeo.2 writeo.2
ln -s ./triptrap/trap.mp .
ln -s ./triptrap/trap.mpx .
/bin/sh -c 'TEXMFCNF=./triptrap ./mpost --progname=inimpost <./triptrap/mptrap1.in >mptrapin.fot'
mv trap.log mptrapin.log
diff ./triptrap/mptrapin.log mptrapin.log
1c1
< This is MetaPost, C Version 0.632 (INIMP)  24 JAN 1997 11:13
---
> This is MetaPost, Version 0.901 (Web2C 7.5.5) (INIMP)  3 AUG 2005 10:50
162c162
< String usage 28&93 (1282&9362 now untouched)
---
> String usage 29&97 (1272&17743 now untouched)
195,198c195,198
<  (preloaded mem=trap 97.1.24)
< at most 1226 strings of total length 22670
< 398 memory locations dumped; current usage is 318&68
< 279 symbolic tokens
---
>  (mem=trap 2005.8.3)
> at most 1236 strings of total length 22276
> 400 memory locations dumped; current usage is 320&68
> 281 symbolic tokens
/bin/sh -c 'TEXMFCNF=./triptrap ./mpost --progname=inimpost <./triptrap/mptrap2.in >mptrap.fot'
mv trap.log mptrap.log
mv trap.tfm mptrap.tfm
diff ./triptrap/mptrap.fot mptrap.fot
0a1
> This is MetaPost, Version 0.901 (Web2C 7.5.5) (INIMP)
34,35c35,36
< Memory usage 2147&536 (39 still untouched)
< String usage 73&277 (1110&5373 now untouched)
---
> Memory usage 2315&536 (39 still untouched)
> String usage 74&281 (1103&13766 now untouched)
diff ./triptrap/mptrap.log mptrap.log
1c1
< This is MetaPost, C Version 0.632 (preloaded mem=trap 97.1.24)  24 JAN 1997 11:13
---
> This is MetaPost, Version 0.901 (Web2C 7.5.5) (mem=trap 2005.8.3)  3 AUG 2005 10:50
1621,1622c1621,1622
< Memory usage 1178&115 (2344 still untouched)
< String usage 22&84 (1244&9177 now untouched)
---
> Memory usage 1244&115 (2344 still untouched)
> String usage 23&88 (1236&17569 now untouched)
2612c2612
< >> unknown path %CAPSULE1695
---
> >> unknown path %CAPSULE1901
2665c2665
< dashed (on 3 off 0) shifted 0
---
> dashed (on 0 off 0) shifted 0
2816,2818c2816,2818
< xpart %CAPSULE2512=xx
< %CAPSULE2520=2yy-2
< %CAPSULE2528 = 3.3333xx+3.3333
---
> xpart %CAPSULE2366=xx
> %CAPSULE2374=2yy-2
> %CAPSULE2382 = 3.3333xx+3.3333
2877,2880c2877,2880
< %CAPSULE2440 = 3ooo-0.01o3
< %CAPSULE2460 = 8000o2-4000o1+1000o3+9
< xpart %CAPSULE2536=xpart '
< ypart %CAPSULE2536=ypart '
---
> %CAPSULE2294 = 3ooo-0.01o3
> %CAPSULE2314 = 8000o2-4000o1+1000o3+9
> xpart %CAPSULE2390=xpart '
> ypart %CAPSULE2390=ypart '
2883,2884c2883,2884
< ### 4000o1 = -%CAPSULE2460+8000o2+1000o3+9
< ### -4.87383o2 = -oo-0.0004%CAPSULE2460+0.39673o3-17.99643
---
> ### 4000o1 = -%CAPSULE2314+8000o2+1000o3+9
> ### -4.87383o2 = -oo-0.0004%CAPSULE2314+0.39673o3-17.99643
2888c2888
< ### 0.22894o5 = -%CAPSULE2440+0.10689oo+3ooo+1.92412
---
> ### 0.22894o5 = -%CAPSULE2294+0.10689oo+3ooo+1.92412
2891c2891
< ### -alfa=-%CAPSULE2428
---
> ### -alfa=-%CAPSULE2282
2893,2900c2893,2900
< ### -%CAPSULE2428=-xpart %CAPSULE2426
< {xpart((xpart %CAPSULE2426,0))}
< ### -xpart %CAPSULE9=-%CAPSULE2416
< {endgroup}
< {(%CAPSULE2440)+(%CAPSULE2416)}
< ### -%CAPSULE2440=-%CAPSULE2404+%CAPSULE2416
< ### -%CAPSULE2404=-ypart %CAPSULE2402
< ### -%CAPSULE2460=-xpart %CAPSULE2402
---
> ### -%CAPSULE2282=-xpart %CAPSULE2280
> {xpart((xpart %CAPSULE2280,0))}
> ### -xpart %CAPSULE9=-%CAPSULE2270
> {endgroup}
> {(%CAPSULE2294)+(%CAPSULE2270)}
> ### -%CAPSULE2294=-%CAPSULE2258+%CAPSULE2270
> ### -%CAPSULE2258=-ypart %CAPSULE2256
> ### -%CAPSULE2314=-xpart %CAPSULE2256
2905c2905
< ### p$=-ypart %CAPSULE2368+1
---
> ### p$=-ypart %CAPSULE2222+1
2907,2919c2907,2919
< {(2/3)*((-ypart %CAPSULE2368+1,ypart %CAPSULE2368))}
< ### ypart %CAPSULE2368=-xpart %CAPSULE2368+1
< ### -0.66667xpart %CAPSULE2368=-xpart %CAPSULE2360
< {-((xpart %CAPSULE2360,-xpart %CAPSULE2360+0.66667))}
< ### xpart %CAPSULE2360=-xpart %CAPSULE2340
< {((xpart %CAPSULE2402,ypart %CAPSULE2402))=((xpart %CAPSULE2340,-xpart %
< CAPSULE2340-0.66667))}
< ## xpart %CAPSULE2340=-ypart %CAPSULE2402-0.66667
< ## xpart %CAPSULE2402=-ypart %CAPSULE2402-0.66667
< ### ypart %CAPSULE2402=-xpart %CAPSULE2402-0.66667
< ### -xpart %CAPSULE2402=-xpart %CAPSULE2340
< {((xpart ',ypart '))=((xpart %CAPSULE2340,-xpart %CAPSULE2340-0.66667))}
< ## xpart %CAPSULE2340=-ypart '-0.66667
---
> {(2/3)*((-ypart %CAPSULE2222+1,ypart %CAPSULE2222))}
> ### ypart %CAPSULE2222=-xpart %CAPSULE2222+1
> ### -0.66667xpart %CAPSULE2222=-xpart %CAPSULE2214
> {-((xpart %CAPSULE2214,-xpart %CAPSULE2214+0.66667))}
> ### xpart %CAPSULE2214=-xpart %CAPSULE2194
> {((xpart %CAPSULE2256,ypart %CAPSULE2256))=((xpart %CAPSULE2194,-xpart %
> CAPSULE2194-0.66667))}
> ## xpart %CAPSULE2194=-ypart %CAPSULE2256-0.66667
> ## xpart %CAPSULE2256=-ypart %CAPSULE2256-0.66667
> ### ypart %CAPSULE2256=-xpart %CAPSULE2256-0.66667
> ### -xpart %CAPSULE2256=-xpart %CAPSULE2194
> {((xpart ',ypart '))=((xpart %CAPSULE2194,-xpart %CAPSULE2194-0.66667))}
> ## xpart %CAPSULE2194=-ypart '-0.66667
2925c2925
< ### -ooo=-%CAPSULE2302
---
> ### -ooo=-%CAPSULE2156
2927,2936c2927,2936
< {(%CAPSULE2302)+(1)}
< ### -%CAPSULE2302=-%CAPSULE2290+1
< {(1/2)*(%CAPSULE2290)}
< ### -0.5%CAPSULE2290=-%CAPSULE2282
< {-(%CAPSULE2282)}
< ### %CAPSULE2282=-%CAPSULE2274
< {(2)*(%CAPSULE2274)}
< ### -2%CAPSULE2274=-%CAPSULE2266
< {(-0.5%CAPSULE2266-0.5)=(%CAPSULE2266)}
< ## %CAPSULE2266=-0.33333
---
> {(%CAPSULE2156)+(1)}
> ### -%CAPSULE2156=-%CAPSULE2144+1
> {(1/2)*(%CAPSULE2144)}
> ### -0.5%CAPSULE2144=-%CAPSULE2136
> {-(%CAPSULE2136)}
> ### %CAPSULE2136=-%CAPSULE2128
> {(2)*(%CAPSULE2128)}
> ### -2%CAPSULE2128=-%CAPSULE2120
> {(-0.5%CAPSULE2120-0.5)=(%CAPSULE2120)}
> ## %CAPSULE2120=-0.33333
3509,3510c3509,3510
< Memory usage 3017&264 (273 still untouched)
< String usage 68&249 (1155&8794 now untouched)
---
> Memory usage 3275&264 (273 still untouched)
> String usage 69&253 (1147&17186 now untouched)
3520,3521c3520,3521
< Memory usage 2267&264 (273 still untouched)
< String usage 66&241 (1154&8790 now untouched)
---
> Memory usage 2446&264 (273 still untouched)
> String usage 67&245 (1146&17182 now untouched)
3990a3991,3992
>  ..(10,10)
>    ..controls (10,10) and (10,10)
4378,4379c4380,4381
< Memory usage 2744&607 (39 still untouched)
< String usage 73&279 (1138&8717 now untouched)
---
> Memory usage 2959&607 (39 still untouched)
> String usage 74&283 (1130&17109 now untouched)
4384,4385c4386,4387
< Memory usage 2704&536 (39 still untouched)
< String usage 73&279 (1138&8717 now untouched)
---
> Memory usage 2919&536 (39 still untouched)
> String usage 74&283 (1130&17109 now untouched)
4673,4674c4675,4676
< Memory usage 2147&536 (39 still untouched)
< String usage 73&277 (1110&5373 now untouched)
---
> Memory usage 2315&536 (39 still untouched)
> String usage 74&281 (1103&13766 now untouched)
4739,4740c4741,4742
<  75 strings out of 1277
<  768 string characters out of 9330
---
>  76 strings out of 1268
>  772 string characters out of 17724
4742,4743c4744,4745
<  337 symbolic tokens out of 2100
<  8i,35n,8p,167b stack positions out of 30i,100n,150p,500b
---
>  339 symbolic tokens out of 9500
>  8i,35n,8p,167b stack positions out of 300i,300n,1500p,500b
4752c4754
<   out of 256w,16h,16d,64i,5000l,500k,256e,50p)
---
>   out of 256w,16h,16d,64i,15000l,2500k,256e,50p)
diff ./triptrap/trap.5 trap.5
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: -150.99219 -2 168.99219 20.00024 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
5a7
> %%BeginProlog
diff ./triptrap/trap.6 trap.6
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: 3 0 6 2.25 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
5a7
> %%BeginProlog
diff ./triptrap/trap.148 trap.148
2,4c2,5
< %%BoundingBox: -5 -5 13 5 
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%BoundingBox: -4 -6 13 6 
> %%HiResBoundingBox: -3.5 -5.5 12.5 5.5 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
5a7
> %%BeginProlog
diff ./triptrap/trap.149 trap.149
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: -27.5 -27.5 51.6906 36.71318 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
5a7
> %%BeginProlog
diff ./triptrap/trap.150 trap.150
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: -5 -5 33 25 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
5a7
> %%BeginProlog
28c30
< 15 10 lineto
---
> 10 5 lineto
diff ./triptrap/trap.151 trap.151
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: -4095.49998 -101.96362 4095.49998 261 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
5a7
> %%BeginProlog
diff ./triptrap/trap.197 trap.197
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: -1.99254 -3.98508 7.97011 3.98506 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
6a8
> %%BeginProlog
diff ./triptrap/trap.200 trap.200
3,4c3,5
< %%Creator: MetaPost
< %%CreationDate: 1998.01.28:1118
---
> %%HiResBoundingBox: -6.2132 -5.9851 36.21318 37.00375 
> %%Creator: MetaPost 0.901
> %%CreationDate: 2005.08.03:1050
7a9
> %%BeginProlog
./tftopl ./mptrap.tfm mptrap.pl
diff ./triptrap/mptrap.pl mptrap.pl
./mpost --progname=mpost '&./mpost \tracingstats:=1; end.'
This is MetaPost, Version 0.901 (Web2C 7.5.5)
Transcript written on mpout.log.
TEXMFCNF=../kpathsea \
  MAKEMPX_BINDIR=`pwd`:`pwd`/mpware MPXCOMMAND=mpware/makempx \
  ./mpost --progname=mpost ./tests/mptest
This is MetaPost, Version 0.901 (Web2C 7.5.5)
(./tests/mptest.mp
* Test for string length bug:
Length of string "^^I"
==> 1
Length of string "^^I"
==> 1
* Test for big numbers in btex...etex: )
Transcript written on mptest.log.
./mpost --progname=mpost ./tests/one.two
This is MetaPost, Version 0.901 (Web2C 7.5.5)
(./tests/one.two.mp
one.two )
Transcript written on one.two.log.
./mpost --progname=mpost ./tests/uno.dos
This is MetaPost, Version 0.901 (Web2C 7.5.5)
(./tests/uno.dos )
Transcript written on uno.log.
rm -f trip.tfm trip.pl trip.tex trip.fmt tripin.fot tripin.log
rm -f trip.fot trip.log trip.dvi trip.typ tripos.tex 8terminal.tex
rm -rf tfm
./pltotf ./triptrap/trip.pl trip.tfm
./tftopl ./trip.tfm trip.pl
diff ./triptrap/trip.pl trip.pl
ln -s ./triptrap/trip.tex . # get same filename in log
/bin/sh -c 'TEXMFCNF=./triptrap ./tex --progname=initex --ini <./triptrap/trip1.in >tripin.fot'
mv trip.log tripin.log
diff ./triptrap/tripin.log tripin.log
1c1
< This is TeX, Version 3.141592 (INITEX)  20 DEC 2002 20:24
---
> This is TeX, Version 3.141592 (Web2C 7.5.5) (INITEX)  3 AUG 2005 10:50
3c3
< (trip.tex
---
> (./trip.tex
450,451c450,451
<  (preloaded format=trip 2002.12.20)
< 1320 strings of total length 23539
---
>  (format=trip 2005.8.3)
> 1364 strings of total length 24385
461c461
< Hyphenation trie of length 273 has 9 ops out of 500
---
> Hyphenation trie of length 273 has 9 ops out of 35111
/bin/sh -c 'TEXMFCNF=./triptrap ./tex --progname=tex <./triptrap/trip2.in >trip.fot'
diff ./triptrap/trip.fot trip.fot
1,3c1,2
< This is TeX, Version 3.141592 (INITEX)
< ** &trip  trip 
< (trip.tex ##
---
> This is TeX, Version 3.141592 (Web2C 7.5.5)
> **(./trip.tex ##
diff  ./triptrap/trip.log trip.log
1c1
< This is TeX, Version 3.141592 (preloaded format=trip 2002.12.20)  20 DEC 2002 21:28
---
> This is TeX, Version 3.141592 (Web2C 7.5.5) (format=trip 2005.8.3)  3 AUG 2005 10:50
3c3
< (trip.tex ##
---
> (./trip.tex ##
58a59,62
> \openout0 = `8terminal.tex'.
> 
> \openout10 = `tripos.tex'.
> 
1405c1409
< \vbox(16383.99998+0.0)x1000.0, glue set 16342.0fil
---
> \vbox(16383.99998+0.0)x1000.0, glue set 16341.99998fil
1954c1958
< (tripos.tex
---
> (./tripos.tex
2018c2022
< \vbox(16383.99998+1.0)x100.0, glue set 16239.0fil
---
> \vbox(16383.99998+1.0)x100.0, glue set 16238.99998fil
2533c2537
< \vbox(16383.99998+0.0)x20.0, glue set 16331.0fil
---
> \vbox(16383.99998+0.0)x20.0, glue set 16330.99998fil
3326c3330
< \vbox(10000.0+2.0)x28.0, glue set 9737.58789fil
---
> \vbox(10000.0+2.0)x28.0, glue set 9737.58742fil
3864c3868
< \vbox(16383.99998+2.0)x100.0, glue set 16318.0fil
---
> \vbox(16383.99998+2.0)x100.0, glue set 16317.99997fil
4034c4038
< \vbox(16383.99998+0.0)x8236.0, glue set 16344.0fil
---
> \vbox(16383.99998+0.0)x8236.0, glue set 16343.99998fil
4420c4424
< \vbox(16383.99998+0.0)x100.0, glue set 16332.0fil
---
> \vbox(16383.99998+0.0)x100.0, glue set 16331.99998fil
4742c4746
< \vbox(16383.99998+0.0)x205.12613, glue set 16344.0fil
---
> \vbox(16383.99998+0.0)x205.12613, glue set 16343.99998fil
6370c6374
< (tripos.tex
---
> (./tripos.tex
7287,7288c7291,7292
<  47 strings out of 1674
<  251 string characters out of 8353
---
>  44 strings out of 1636
>  261 string characters out of 15615
7290c7294
<  372 multiletter control sequences out of 2100
---
>  372 multiletter control sequences out of 10000+0
7292,7293c7296,7297
<  2 hyphenation exceptions out of 307
<  5i,7n,9p,113b,38s stack positions out of 200i,40n,60p,500b,600s
---
>  1 hyphenation exception out of 659
>  7i,7n,9p,113b,38s stack positions out of 200i,40n,60p,500b,600s
/bin/sh -c 'TEXMFCNF=./triptrap ./dvitype -output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*' trip.dvi >trip.typ'
diff  ./triptrap/trip.typ trip.typ
1c1
< This is DVItype, Version 3.6
---
> This is DVItype, Version 3.6 (Web2C 7.5.5)
9c9
< ' TeX output 2002.12.20:2128'
---
> ' TeX output 2005.08.03:1050'
419c419
< 1121: down4 639342208 
---
> 1121: down4 639342177 
1087,1088c1087,1088
< 2535: y4 203921760 
< 2540: y0 203921760 
---
> 2535: y4 203921756 
> 2540: y0 203921756 
1215d1214
<  
./tex --progname=tex --output-comment="`cat ./PROJECTS`" \
    ./tests/hello 2>/dev/null \
  && ./dvitype hello.dvi | grep olaf@infovore.xs4all.nl >/dev/null
This is TeXk, Version 3.141592 (Web2C 7.5.5)
 %&-line parsing enabled.
(./tests/hello.tex [1] )
Output written on hello.dvi (1 page, 456 bytes).
Transcript written on hello.log.
./tex --progname=tex ./tests/openout && grep xfoo openout.log
This is TeXk, Version 3.141592 (Web2C 7.5.5)
 %&-line parsing enabled.
(./tests/openout.tex )
No pages of output.
Transcript written on openout.log.
\openout0 = `xfoo.out'.
./tex --progname=tex ./tests/one.two && ls -l one.two.log
This is TeXk, Version 3.141592 (Web2C 7.5.5)
 %&-line parsing enabled.
(./tests/one.two.tex jobname = one.two )
No pages of output.
Transcript written on one.two.log.
-rw-r--r--  1 olaf olaf 190 Aug  3 10:50 one.two.log
./tex --progname=tex ./tests/uno.dos && ls -l uno.log
This is TeXk, Version 3.141592 (Web2C 7.5.5)
 %&-line parsing enabled.
(./tests/uno.dos )
No pages of output.
Transcript written on uno.log.
-rw-r--r--  1 olaf olaf 168 Aug  3 10:50 uno.log
./tex --progname=tex ./tests/just.texi && ls -l just.log
This is TeXk, Version 3.141592 (Web2C 7.5.5)
 %&-line parsing enabled.
(./tests/just.texi )
No pages of output.
Transcript written on just.log.
-rw-r--r--  1 olaf olaf 172 Aug  3 10:50 just.log
./tex --progname=tex ./tests/batch.tex
This is TeXk, Version 3.141592 (Web2C 7.5.5)
 %&-line parsing enabled.
(./tests/batch.tex
 )
No pages of output.
Transcript written on batch.log.
./tex --progname=tex --shell ./tests/write18 | grep echo
(./tests/write18.texthis is write18 output from echo
TEXMFCNF=../kpathsea \
  ./tex --mltex --progname=initex --ini ./tests/mltextst
This is TeX, Version 3.141592 (Web2C 7.5.5) (INITEX)
MLTeX v2.2 enabled
(./tests/mltextst.tex

Test for bugs in MLTeX (1995/12/07 v1.2 [br])


..... Ok, this is a newer MLTeX version (>= 2.0).


..... If there will be an error "Bad metric (TFM) file",
..... please update to the newest MLTeX version!

..... Good, no "Bad metric (TFM) file" bug,
..... seems to be the a MLTeX version > 2.01.


...... Seems to be MLTeX version 2.2 (released Dec. 1995).

Congratulations, you have a MLTeX version with all known bugs fixed.

 )
(see the transcript file for additional information)
No pages of output.
Transcript written on mltextst.log.
./tex </dev/null
This is TeXk, Version 3.141592 (Web2C 7.5.5)
 %&-line parsing enabled.
**
! End of file on the terminal... why?
PATH=`pwd`:../kpathsea:./../kpathsea:$PATH \
  WEB2C=./../kpathsea TMPDIR=.. \
  ./tex --progname=tex '\nonstopmode\font\foo=nonesuch\end'
This is TeXk, Version 3.141592 (Web2C 7.5.5)
 %&-line parsing enabled.

! Font \foo=nonesuch not loadable: Metric (TFM) file not found.
<to be read again> 
                   \end 
<*> \nonstopmode\font\foo=nonesuch\end
                                      
(see the transcript file for additional information)
No pages of output.
Transcript written on texput.log.
rm -f trip.tfm trip.pl trip.tex trip.fmt ctripin.fot ctripin.log
rm -f ctrip.fot ctrip.log trip.dvi ctrip.typ
rm -f xtripin.fot xtripin.log
rm -f xtrip.fot xtrip.log xtrip.typ
rm -f etrip.tfm etrip.pl etrip.tex etrip.fmt etripin.fot etripin.log
rm -f etrip.fot etrip.log etrip.dvi etrip.out etrip.typ
rm -f tripos.tex 8terminal.tex
rm -rf tfm
*** TRIP test for e-TeX in compatibility mode ***.
./pltotf ./triptrap/trip.pl trip.tfm
./tftopl ./trip.tfm trip.pl
diff ./triptrap/trip.pl trip.pl
ln -s ./triptrap/trip.tex . # get same filename in log
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./etex --progname=einitex --ini <./triptrap/trip1.in >ctripin.fot'
mv trip.log ctripin.log
diff ./triptrap/tripin.log ctripin.log
1c1
< This is TeX, Version 3.141592 (INITEX)  20 DEC 2002 20:24
---
> This is e-TeX, Version 3.141592-2.2 (Web2C 7.5.5) (INITEX)  3 AUG 2005 10:50
3c3
< (trip.tex
---
> (./trip.tex
450,451c450,451
<  (preloaded format=trip 2002.12.20)
< 1320 strings of total length 23539
---
>  (format=trip 2005.8.3)
> 1479 strings of total length 25862
461c461
< Hyphenation trie of length 273 has 9 ops out of 500
---
> Hyphenation trie of length 273 has 9 ops out of 35111
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./etex --progname=etex <./triptrap/trip2.in >ctrip.fot'
mv trip.log ctrip.log
diff ./triptrap/trip.fot ctrip.fot
1,3c1,2
< This is TeX, Version 3.141592 (INITEX)
< ** &trip  trip 
< (trip.tex ##
---
> This is e-TeX, Version 3.141592-2.2 (Web2C 7.5.5)
> **(./trip.tex ##
diff  ./triptrap/trip.log ctrip.log
1c1
< This is TeX, Version 3.141592 (preloaded format=trip 2002.12.20)  20 DEC 2002 21:28
---
> This is e-TeX, Version 3.141592-2.2 (Web2C 7.5.5) (format=trip 2005.8.3)  3 AUG 2005 10:50
3c3
< (trip.tex ##
---
> (./trip.tex ##
58a59,62
> \openout0 = `8terminal.tex'.
> 
> \openout10 = `tripos.tex'.
> 
1405c1409
< \vbox(16383.99998+0.0)x1000.0, glue set 16342.0fil
---
> \vbox(16383.99998+0.0)x1000.0, glue set 16341.99998fil
1954c1958
< (tripos.tex
---
> (./tripos.tex
2018c2022
< \vbox(16383.99998+1.0)x100.0, glue set 16239.0fil
---
> \vbox(16383.99998+1.0)x100.0, glue set 16238.99998fil
2533c2537
< \vbox(16383.99998+0.0)x20.0, glue set 16331.0fil
---
> \vbox(16383.99998+0.0)x20.0, glue set 16330.99998fil
3326c3330
< \vbox(10000.0+2.0)x28.0, glue set 9737.58789fil
---
> \vbox(10000.0+2.0)x28.0, glue set 9737.58742fil
3864c3868
< \vbox(16383.99998+2.0)x100.0, glue set 16318.0fil
---
> \vbox(16383.99998+2.0)x100.0, glue set 16317.99997fil
4034c4038
< \vbox(16383.99998+0.0)x8236.0, glue set 16344.0fil
---
> \vbox(16383.99998+0.0)x8236.0, glue set 16343.99998fil
4420c4424
< \vbox(16383.99998+0.0)x100.0, glue set 16332.0fil
---
> \vbox(16383.99998+0.0)x100.0, glue set 16331.99998fil
4742c4746
< \vbox(16383.99998+0.0)x205.12613, glue set 16344.0fil
---
> \vbox(16383.99998+0.0)x205.12613, glue set 16343.99998fil
6370c6374
< (tripos.tex
---
> (./tripos.tex
7287,7288c7291,7292
<  47 strings out of 1674
<  251 string characters out of 8353
---
>  44 strings out of 1821
>  261 string characters out of 8138
7290c7294
<  372 multiletter control sequences out of 2100
---
>  372 multiletter control sequences out of 10000+0
7292,7293c7296,7297
<  2 hyphenation exceptions out of 307
<  5i,7n,9p,113b,38s stack positions out of 200i,40n,60p,500b,600s
---
>  1 hyphenation exception out of 659
>  7i,7n,9p,113b,38s stack positions out of 200i,40n,60p,500b,600s
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./dvitype -output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*' trip.dvi >ctrip.typ'
diff  ./triptrap/trip.typ ctrip.typ
1c1
< This is DVItype, Version 3.6
---
> This is DVItype, Version 3.6 (Web2C 7.5.5)
9c9
< ' TeX output 2002.12.20:2128'
---
> ' TeX output 2005.08.03:1050'
419c419
< 1121: down4 639342208 
---
> 1121: down4 639342177 
1087,1088c1087,1088
< 2535: y4 203921760 
< 2540: y0 203921760 
---
> 2535: y4 203921756 
> 2540: y0 203921756 
1215d1214
<  
*** TRIP test for e-TeX in extended mode ***.
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./etex --progname=einitex --ini <./etexdir/etrip/etrip1.in >xtripin.fot'
mv trip.log xtripin.log
diff ctripin.log xtripin.log
2c2,3
< **\input trip
---
> entering extended mode
> ***\input trip
36,41d36
< ! Bad register code (256).
< l.29 ...{1} \toksdef\tokens=256 
<                                 \show\errorstopmode
< A register number must be between 0 and 255.
< I changed this one to zero.
< 
452,453c447,448
< 471 memory locations dumped; current usage is 96&278
< 341 multiletter control sequences
---
> 509 memory locations dumped; current usage is 134&278
> 407 multiletter control sequences
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./etex --progname=etex <./etexdir/etrip/trip2.in >xtrip.fot'
mv trip.log xtrip.log
diff ctrip.fot xtrip.fot
2c2,3
< **(./trip.tex ##
---
> **entering extended mode
> ## (./trip.tex
76a78,80
> 
> ### semi simple group (level 1) entered at line 429 (begingroup)
> ### bottom level
diff  ctrip.log xtrip.log
2,3c2,4
< ** &trip  trip
< (./trip.tex ##
---
> entering extended mode
> **&trip \toksdef\tokens=0 \input trip
>  (./trip.tex
1773d1773
< {restoring \fam=-1}
1783d1782
< {restoring \displayindent=0.0pt}
1837d1835
< {restoring \fam=-1}
2139c2137
< .\hbox(0.0+0.0)x0.0, shifted 50.0
---
> .\hbox(0.0+0.0)x0.0, shifted 50.0, display
2142c2140
< .\hbox(0.0+0.0)x0.0, shifted 100.0
---
> .\hbox(0.0+0.0)x0.0, shifted 100.0, display
2574c2572
< .\hbox(0.0+0.0)x15.0, glue set 0.1875, shifted 5.0
---
> .\hbox(0.0+0.0)x15.0, glue set 0.1875, shifted 5.0, display
2839d2836
< {restoring current font=\ip}
3227d3223
< {restoring \fam=-1}
3376c3372
< .\hbox(68.26251+98.15005)x19.0, glue set - 1.0, shifted 9.0
---
> .\hbox(68.26251+98.15005)x19.0, glue set - 1.0, shifted 9.0, display
3561c3557
< .\hbox(20.5+50.80002)x8.27895, shifted 19.72105
---
> .\hbox(20.5+50.80002)x8.27895, shifted 19.72105, display
3770d3765
< {restoring \fam=-1}
3843d3837
< {restoring \fam=-1}
3899c3893
< ..\hbox(12.0+4.0)x8.1778
---
> ..\hbox(12.0+4.0)x8.1778, display
3921c3915
< ..\hbox(0.0+13.00002)x-0.1778, glue set - 57.67767fil
---
> ..\hbox(0.0+13.00002)x-0.1778, glue set - 57.67767fil, display
3929c3923
< ....\hbox(7.0+1.0)x5.0, shifted 47.5
---
> ....\hbox(7.0+1.0)x5.0, shifted 47.5, display
4015d4008
< {restoring \fam=-1}
4051c4044
< .\hbox(0.0+0.0)x1009.0, shifted 7227.0
---
> .\hbox(0.0+0.0)x1009.0, shifted 7227.0, display
4055c4048
< .\hbox(0.0+0.0)x-7127.0, shifted 7227.0
---
> .\hbox(0.0+0.0)x-7127.0, shifted 7227.0, display
7286a7280,7282
> 
> ### semi simple group (level 1) entered at line 429 (begingroup)
> ### bottom level
7294c7290
<  372 multiletter control sequences out of 10000+0
---
>  438 multiletter control sequences out of 10000+0
7297c7293
<  7i,7n,9p,113b,38s stack positions out of 200i,40n,60p,500b,600s
---
>  7i,7n,9p,136b,40s stack positions out of 200i,40n,60p,500b,600s
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./dvitype -output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*' trip.dvi >xtrip.typ'
diff  ctrip.typ xtrip.typ
*** e-TeX specific part of e-TRIP test ***.
./pltotf ./etexdir/etrip/etrip.pl etrip.tfm
./tftopl ./etrip.tfm etrip.pl
diff ./etexdir/etrip/etrip.pl etrip.pl
ln -s ./etexdir/etrip/etrip.tex . # get same filename in log
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./etex --progname=einitex --ini <./etexdir/etrip/etrip2.in >etripin.fot'
mv etrip.log etripin.log
diff ./etexdir/etrip/etripin.log etripin.log
1c1
< This is e-TeX, Version 3.141592-2.2 (INITEX)  6 SEP 2004 23:13
---
> This is e-TeX, Version 3.141592-2.2 (Web2C 7.5.5) (INITEX)  3 AUG 2005 10:50
4c4,5
< (etrip.tex This is the e-Trip test [2004-09-06] for e-TeX v3.141592-2.2.
---
> (./etrip.tex
> This is the e-Trip test [2004-09-06] for e-TeX v3.141592-2.2.
25,26c26,27
<  (preloaded format=etrip 2004.9.6)
< 1435 strings of total length 24590
---
>  (format=etrip 2005.8.3)
> 1480 strings of total length 25893
35c36
< Hyphenation trie of length 434 has 12 ops out of 500
---
> Hyphenation trie of length 434 has 12 ops out of 35111
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./etex --progname=etex <./etexdir/etrip/etrip3.in >etrip.fot'
diff ./etexdir/etrip/etrip.fot etrip.fot
1,4c1,3
< This is e-TeX, Version 3.141592-2.2 (INITEX)
< **&etrip etrip
< entering extended mode
< (etrip.tex e-IniTeX: e-Trip format loaded.
---
> This is e-TeX, Version 3.141592-2.2 (Web2C 7.5.5)
> **entering extended mode
> (./etrip.tex e-IniTeX: e-Trip format loaded.
46a46,47
> \openout1 = `etrip.out'.
> 
diff  ./etexdir/etrip/etrip.log etrip.log
1c1
< This is e-TeX, Version 3.141592-2.2 (preloaded format=etrip 2004.9.6)  6 SEP 2004 23:13
---
> This is e-TeX, Version 3.141592-2.2 (Web2C 7.5.5) (format=etrip 2005.8.3)  3 AUG 2005 10:50
4c4
< (etrip.tex e-IniTeX: e-Trip format loaded.
---
> (./etrip.tex e-IniTeX: e-Trip format loaded.
670a671,672
> \openout1 = `etrip.out'.
> 
672c674
< (etrip.out) ( 
---
> (./etrip.out) ( 
764c766
<                 % end of outer \scantokens) (etrip.out
---
>                 % end of outer \scantokens) (./etrip.out
4273,4274c4275,4276
<  22 strings out of 1665
<  132 string characters out of 8410
---
>  18 strings out of 1820
>  140 string characters out of 8107
4276c4278
<  408 multiletter control sequences out of 2100
---
>  408 multiletter control sequences out of 10000+0
4278c4280
<  10 hyphenation exceptions out of 307
---
>  9 hyphenation exceptions out of 659
diff ./etexdir/etrip/etrip.out etrip.out
/bin/sh -c 'TEXMFCNF=./etexdir/etrip ./dvitype -output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*' etrip.dvi >etrip.typ'
diff  ./etexdir/etrip/etrip.typ etrip.typ
1c1
< This is DVItype, Version 3.6
---
> This is DVItype, Version 3.6 (Web2C 7.5.5)
9c9
< ' TeX output 2004.09.06:2313'
---
> ' TeX output 2005.08.03:1050'
./etex --progname=etex --output-comment="`cat ./PROJECTS`" \
  ./tests/hello 2>/dev/null \
  && ./dvitype hello.dvi | grep olaf@infovore.xs4all.nl >/dev/null
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.5)
 %&-line parsing enabled.
entering extended mode
(./tests/hello.tex [1] )
Output written on hello.dvi (1 page, 456 bytes).
Transcript written on hello.log.
./etex --progname=etex ./tests/openout && grep xfoo openout.log
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.5)
 %&-line parsing enabled.
entering extended mode
(./tests/openout.tex )
No pages of output.
Transcript written on openout.log.
\openout0 = `xfoo.out'.
./etex --progname=etex ./tests/one.two && ls -l one.two.log
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.5)
 %&-line parsing enabled.
entering extended mode
(./tests/one.two.tex jobname = one.two )
No pages of output.
Transcript written on one.two.log.
-rw-r--r--  1 olaf olaf 220 Aug  3 10:50 one.two.log
./etex --progname=etex ./tests/uno.dos && ls -l uno.log
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.5)
 %&-line parsing enabled.
entering extended mode
(./tests/uno.dos )
No pages of output.
Transcript written on uno.log.
-rw-r--r--  1 olaf olaf 198 Aug  3 10:50 uno.log
./etex --progname=etex ./tests/just.texi && ls -l just.log
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.5)
 %&-line parsing enabled.
entering extended mode
(./tests/just.texi )
No pages of output.
Transcript written on just.log.
-rw-r--r--  1 olaf olaf 202 Aug  3 10:50 just.log
./etex --progname=etex ./tests/batch.tex
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.5)
 %&-line parsing enabled.
entering extended mode
(./tests/batch.tex
 )
No pages of output.
Transcript written on batch.log.
./etex --progname=etex --shell ./tests/write18 | grep echo
(./tests/write18.texthis is write18 output from echo
TEXMFCNF=../kpathsea \
  ./etex --mltex --progname=einitex ./tests/mltextst
This is e-TeX, Version 3.141592-2.2 (Web2C 7.5.5) (INITEX)
MLTeX v2.2 enabled
(./tests/mltextst.tex

Test for bugs in MLTeX (1995/12/07 v1.2 [br])


..... Ok, this is a newer MLTeX version (>= 2.0).


..... If there will be an error "Bad metric (TFM) file",
..... please update to the newest MLTeX version!

..... Good, no "Bad metric (TFM) file" bug,
..... seems to be the a MLTeX version > 2.01.


...... Seems to be MLTeX version 2.2 (released Dec. 1995).

Congratulations, you have a MLTeX version with all known bugs fixed.

 )
(see the transcript file for additional information)
No pages of output.
Transcript written on mltextst.log.
./etex --progname=etex </dev/null
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.5)
 %&-line parsing enabled.
**
! End of file on the terminal... why?
PATH=`pwd`:../kpathsea:./../kpathsea:$PATH \
  WEB2C=./../kpathsea TMPDIR=.. \
  ./etex --progname=etex '\nonstopmode\font\foo=nonesuch\end'
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.5)
 %&-line parsing enabled.
entering extended mode

! Font \foo=nonesuch not loadable: Metric (TFM) file not found.
<to be read again> 
                   \end 
<*> \nonstopmode\font\foo=nonesuch\end
                                      
(see the transcript file for additional information)
No pages of output.
Transcript written on texput.log.
make[1]: Leaving directory `/home/olaf/web2c/src/texk/texk/web2c'