OSDN Git Service

touaTeX + Y&Y TeX.
[putex/putex.git] / src / texsourc / notes.txt
1 Copyright 2007 TeX Users Group.
2 You may freely use, modify and/or distribute this file.
3
4 use \write18{...} to execute system commmands?
5
6 use openany_out to allow opening `special' files that should
7 otherwise be prohibited (on Unix, files starting with .)?
8
9 **********************************************************************
10
11 Notes:  Making adjustable hash-table version:
12
13 win web2c twice with different hash_size and hash_prime
14
15 collection the *.c and *.h files in each case
16
17 run comaptex.exe on these files to mark all uses of hash_size and hash_prime
18
19 reconcile difference with existing *.c and *.h files
20
21 **********************************************************************
22
23 Notes:  there are still a few places where we may be able to 
24 go from 256 to (maxquarterword+1) (or 255 to maxquarterword):
25 itex.c (info(end_span) <- null p.797)
26 tex1.c (overflow of grouping levels p.274), 
27 tex5.c (confusion(256 spans) p.798), 
28 tex7.c (replace_count(tail) p.1120)