~ubuntu-branches/ubuntu/precise/luatex/precise

« back to all changes in this revision

Viewing changes to src/texk/web2c/cwebdir/ctangle.w

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-07-07 11:01:13 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707110113-1y7lam37zbbb7bbt
Tags: 0.28.0-1
* two new upstream releases, see the respective ANNOUCE files
* add luasocket license statement to debian/copyright
* activate the pdfluatex format
* prepare for latex based formats
  - add the ini files from TeX Live
  - add debian/formats file
  - adjust dh_installtex incantation
  the problem is that luatex dies when loading ukrhypmp.tex from 
  texlive-lang-cyrillic, but we don't want to conflict with it by now.
* policy 3.8.0, rename README.Debian-source to README.source, and add
  notes about quilt usage
* disable patch fix-pwd-inclusion (it was from svn)

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
If you change |max_bytes|, |max_names|, or |hash_size| you should also
110
110
change them in the file |"common.w"|.
111
111
 
112
 
@d max_bytes 90000 /* the number of bytes in identifiers,
 
112
@d max_bytes 1000000 /* the number of bytes in identifiers,
113
113
  index entries, and section names; used in |"common.w"| */
114
 
@d max_toks 270000 /* number of bytes in compressed \CEE/ code */
115
 
@d max_names 4000 /* number of identifiers, strings, section names;
 
114
@d max_toks 1000000 /* number of bytes in compressed \CEE/ code */
 
115
@d max_names 10239 /* number of identifiers, strings, section names;
116
116
  must be less than 10240; used in |"common.w"| */
117
 
@d max_texts 2500 /* number of replacement texts, must be less than 10240 */
118
 
@d hash_size 353 /* should be prime; used in |"common.w"| */
 
117
@d max_texts 10239 /* number of replacement texts, must be less than 10240 */
 
118
@d hash_size 8501 /* should be prime; used in |"common.w"| */
119
119
@d longest_name 10000 /* section names shouldn't be longer than this */
120
120
@d stack_size 50 /* number of simultaneous levels of macro expansion */
121
 
@d buf_size 100 /* for \.{CWEAVE} and \.{CTANGLE} */
 
121
@d buf_size 1000 /* for \.{CWEAVE} and \.{CTANGLE} */
122
122
 
123
123
@ The next few sections contain stuff from the file |"common.w"| that must
124
124
be included in both |"ctangle.w"| and |"cweave.w"|. It appears in