summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
AgeCommit message (Collapse)Author
2020-08-01Purge non-local 'goto' labels in WEB programs.Andreas Scherer
If code and comment disagree, most likely they both are wrong. ;o) git-svn-id: svn://tug.org/texlive/trunk@56013 c570f23f-e606-0410-a88d-b1316a301751
2020-07-30[CWEB] Avoid black box in CTWILL.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55994 c570f23f-e606-0410-a88d-b1316a301751
2020-07-30[CWEB] Fix typographic inconsistency.Andreas Scherer
'Extensions' was the only major section with the 'header' separated from the first text paragraph. git-svn-id: svn://tug.org/texlive/trunk@55993 c570f23f-e606-0410-a88d-b1316a301751
2020-07-25[WEB] Rectify comment for 'metapost' flag.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55938 c570f23f-e606-0410-a88d-b1316a301751
2020-07-24[C/TIE] Format types in boldface prior to their definition.Andreas Scherer
|file_types| and |out_md_type| should be formatted similar to |in_file_modes|. git-svn-id: svn://tug.org/texlive/trunk@55924 c570f23f-e606-0410-a88d-b1316a301751
2020-07-22show unfound file names in fatal error messagesAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@55905 c570f23f-e606-0410-a88d-b1316a301751
2020-07-21[TIE] Fix case glitch.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55896 c570f23f-e606-0410-a88d-b1316a301751
2020-07-20[TIE] We do use 'enum' in TL's 'tie'.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55886 c570f23f-e606-0410-a88d-b1316a301751
2020-07-20Update changefiles for TeX and friends.Andreas Scherer
* Place Web2c changes together. * Avoid overful hboxes in tables-of-contents. * WEBify code in comment. * Adapt all dependent chamgefiles. git-svn-id: svn://tug.org/texlive/trunk@55885 c570f23f-e606-0410-a88d-b1316a301751
2020-07-19mention [e][u]pTeX in list of extended enginesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@55875 c570f23f-e606-0410-a88d-b1316a301751
2020-07-19\tracinglostchars>=3 now causes an error; missing character code always ↵Karl Berry
reported in hex git-svn-id: svn://tug.org/texlive/trunk@55874 c570f23f-e606-0410-a88d-b1316a301751
2020-07-18reformat so that all function names are at beginning of lineKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@55866 c570f23f-e606-0410-a88d-b1316a301751
2020-07-17avoid seg fault if e(dit) in middle of erroneous interactionKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@55857 c570f23f-e606-0410-a88d-b1316a301751
2020-07-17Avoid changefile ambiguity for pdfTeX and XeTeX.Andreas Scherer
Similar to TeX and Metafont, the 'final' composed changefile will be named such. git-svn-id: svn://tug.org/texlive/trunk@55856 c570f23f-e606-0410-a88d-b1316a301751
2020-07-15[CWEB] Clearer exposition re external type definitions.Andreas Scherer
A few underlined index entries added and one index entry removed. git-svn-id: svn://tug.org/texlive/trunk@55841 c570f23f-e606-0410-a88d-b1316a301751
2020-07-08[CWEB] Option '-d127' is perfectly legal.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55783 c570f23f-e606-0410-a88d-b1316a301751
2020-07-08[CWEB] Add '-dN' to 'help' message and in 'cwebman.pdf'.Andreas Scherer
See section 92 of 'common-changes.pdf' created with 'comm-w2c.ch'. git-svn-id: svn://tug.org/texlive/trunk@55782 c570f23f-e606-0410-a88d-b1316a301751
2020-07-08[CWEB] Add special entries for Kpathsea values.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55781 c570f23f-e606-0410-a88d-b1316a301751
2020-07-08[CWEB] Add links to external appendices of 'cwebman.pdf'.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55780 c570f23f-e606-0410-a88d-b1316a301751
2020-07-07sync with tex.chAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@55770 c570f23f-e606-0410-a88d-b1316a301751
2020-07-06avoid seg fault in unusual interaction sequenceKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@55767 c570f23f-e606-0410-a88d-b1316a301751
2020-07-06docKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@55764 c570f23f-e606-0410-a88d-b1316a301751
2020-07-05[CTWILL] Fix two issues.Andreas Scherer
(1) Use correct apostrophe in "Editor's Note". (2) Don't ship out the mini-index of the last section twice. (2b) 'pdfctwimac.tex' does ship out an empty page at the very end of 'ctwill.dvi' (with 'tex "\let\pdf+\input ctwill') and 'ctwill.pdf' (with 'xetex', but not with 'pdftex'!) in order to attach the "Names of the sections" outline tag somewhere. If you know a trick that creates the "NOS" outline without that extra empty page, please let me know. git-svn-id: svn://tug.org/texlive/trunk@55756 c570f23f-e606-0410-a88d-b1316a301751
2020-07-04tweak indentation (Clerk Ma).Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@55747 c570f23f-e606-0410-a88d-b1316a301751
2020-07-03[XeTeX] Don't add type with plural.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55740 c570f23f-e606-0410-a88d-b1316a301751
2020-07-03[XeTeX] Fix |code| snippets in {comments}.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55739 c570f23f-e606-0410-a88d-b1316a301751
2020-07-03[CWEB] More macro simplifications.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55738 c570f23f-e606-0410-a88d-b1316a301751
2020-07-03fix bugs in @<Attach subscript OpenType math kerning@>, etc. (David Jones)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@55737 c570f23f-e606-0410-a88d-b1316a301751
2020-07-02[CWEB] Macro simplification.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55726 c570f23f-e606-0410-a88d-b1316a301751
2020-07-02[CWEB] Add links and bookmarks for 'cwebman' in PDF.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55725 c570f23f-e606-0410-a88d-b1316a301751
2020-06-29[CTWILL] Merge 'prod-mini' in 'ctwill-mini'.Andreas Scherer
The editorial changes will be applied with CTIE anyway ('ctwill-mini.ch' already contains changes for 'common.h' early on), so '@i prod-twill.w' can be patched directly from 'ctwill-mini.ch'. No need for a separate changefile and the use of TIE in preproduction (see 'makeall' in package 'pwebmac'). git-svn-id: svn://tug.org/texlive/trunk@55697 c570f23f-e606-0410-a88d-b1316a301751
2020-06-25[CTWILL] Roadmap to editorial changes.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55660 c570f23f-e606-0410-a88d-b1316a301751
2020-06-25[CTWILL] Save a few widow lines.Andreas Scherer
Move singular closing braces to the previous page. git-svn-id: svn://tug.org/texlive/trunk@55659 c570f23f-e606-0410-a88d-b1316a301751
2020-06-24[CTWILL] Move editor's note up front.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55648 c570f23f-e606-0410-a88d-b1316a301751
2020-06-24[CTWILL] Add editorial material for 'ctwill.pdf'.Andreas Scherer
It's a long and winded road to run CTWILL on its own source code in order to produce a nice and user-friendly rendering in PDF. :o) git-svn-id: svn://tug.org/texlive/trunk@55647 c570f23f-e606-0410-a88d-b1316a301751
2020-06-23[CTWILL] Roll back editorial changes for 'prod.w'.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55633 c570f23f-e606-0410-a88d-b1316a301751
2020-06-22doc updates for expand_depth, etc.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@55629 c570f23f-e606-0410-a88d-b1316a301751
2020-06-21[TIE] Add info about KPSE and WEBINPUTS.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55618 c570f23f-e606-0410-a88d-b1316a301751
2020-06-21[C/WEB] Start main body on pageno 3.Andreas Scherer
Don't fiddle with '\¢ontentspagenumber' _before_ the table-of-contents, but set '\pageno=3' _after_ the toc has been typeset. This makes the mechanism for Metafont, TeX, pdfTeX, and XeTeX independent of the length of the table-of-contents. git-svn-id: svn://tug.org/texlive/trunk@55617 c570f23f-e606-0410-a88d-b1316a301751
2020-06-20[CWEB] Fix running headers and toc.Andreas Scherer
Many WEB programs override '\def\rheader'; we must restore the original definition. pdfTeX has a looong table-of-contents by itself (with the TL it's getting worse, also for XeTeX). git-svn-id: svn://tug.org/texlive/trunk@55611 c570f23f-e606-0410-a88d-b1316a301751
2020-06-20[C/WEB] Generic solution for non-TEXMF programs.Andreas Scherer
Finally I was able to wrap my head around the 'toc-to-front' stuff! For standard WEB and CWEB programs, place the patched '\con' exactly between the very first '\MN' and the following '\eject'. At the same time, ackowledge any local definition of '\topofcontents' from the preamble. For this 'pdfwebtocfront.tex' must be '\input' at the very end of the preamble, right before the first '\N'. The four programs 'mf.web', 'tex,web', 'pdftex.web', and 'xetex.web' define their special version of '\N' in the preamble, so the old variant of the '\con in \N' mechanism is preserved. Their tables-of-contents use a bare layout anyway. git-svn-id: svn://tug.org/texlive/trunk@55604 c570f23f-e606-0410-a88d-b1316a301751
2020-06-20[CWEB] Clarify triple responsibility of COMMON.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55603 c570f23f-e606-0410-a88d-b1316a301751
2020-06-20[TIE] Minor change in section 1.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55602 c570f23f-e606-0410-a88d-b1316a301751
2020-06-20[CTWILL] More prominent font change for comments.Andreas Scherer
CTWILL typesets C code in 9pt. git-svn-id: svn://tug.org/texlive/trunk@55601 c570f23f-e606-0410-a88d-b1316a301751
2020-06-19[C/WEB] Provide a way to set the header on page 1.Andreas Scherer
This is a 'fake' solution to the timing problem with the shifted table-of-contents page. The '\topmark' is not yet set correctly when the first '\N' is invoked, so the default '\.{[C]WEB} output' from '[cp]webmac.tex' will show up. By setting '\gtitle' to 'Introduction' (or anything else) right before '\input pdfwebtocfront', the 'group title' is set appropriately. Right after the first '\N' itself, the automatic mechanism for starred sections kicks in. git-svn-id: svn://tug.org/texlive/trunk@55595 c570f23f-e606-0410-a88d-b1316a301751
2020-06-19[CTWILL] Make prod-twill.w similar to ctwill-w2c.ch.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55594 c570f23f-e606-0410-a88d-b1316a301751
2020-06-18[CTWILL] Amend bookmarks in chapter 'Parsing'.Andreas Scherer
Add a starred section title, together with some others in the main text. git-svn-id: svn://tug.org/texlive/trunk@55591 c570f23f-e606-0410-a88d-b1316a301751
2020-06-18[CTWILL] Fix typo. Oops.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55590 c570f23f-e606-0410-a88d-b1316a301751
2020-06-18[CTWILL] Plain TeX doesn't reach '\fin' at all.Andreas Scherer
Standard 'ctwimac.tex' '\end's in '\inx' and skips '\fin' and '\con'. git-svn-id: svn://tug.org/texlive/trunk@55589 c570f23f-e606-0410-a88d-b1316a301751
2020-06-18[CTWILL] No need to link NOS to anywhere.Andreas Scherer
This is for XeTeX only; pdfTeX's 'pdfoutline' requires a 'goto' action. git-svn-id: svn://tug.org/texlive/trunk@55582 c570f23f-e606-0410-a88d-b1316a301751