summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
AgeCommit message (Collapse)Author
2021-03-23declare TL21=21-03-23Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@58655 c570f23f-e606-0410-a88d-b1316a301751
2021-03-08add knuthian glue.web and webman.tex here, for lack of a better ideaKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@58229 c570f23f-e606-0410-a88d-b1316a301751
2021-02-25restore Build,TODO from r57911Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
2021-02-25French translation for tlmgr updatedDenis Bitouzé
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
2021-02-25[CWEB] New release 4.2.Andreas Scherer
This second service release wraps up the major code overhaul of CWEB 4.0. New features will take more time. git-svn-id: svn://tug.org/texlive/trunk@57895 c570f23f-e606-0410-a88d-b1316a301751
2021-02-24[CWEB] Code review.Andreas Scherer
Compactify single function declarations. git-svn-id: svn://tug.org/texlive/trunk@57874 c570f23f-e606-0410-a88d-b1316a301751
2021-02-22[CWEB] Code review.Andreas Scherer
* Decouple CTANGLE and CWEAVE from COMMON by using 'static' variables. * Reshuffle variable declarations in 'common.h' to match the definitions in 'common.w'. * Eliminate some unused stuff in CTWILL. git-svn-id: svn://tug.org/texlive/trunk@57841 c570f23f-e606-0410-a88d-b1316a301751
2021-02-20[CWEB] New release 4.1.Andreas Scherer
Enough changes have accumulated since the major release of CWEB 4.0 to warrant a new revision number. git-svn-id: svn://tug.org/texlive/trunk@57806 c570f23f-e606-0410-a88d-b1316a301751
2021-02-19[CWEB] Replace 'boolean' values upstream.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@57795 c570f23f-e606-0410-a88d-b1316a301751
2021-02-18doc -cnf-line, etc.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@57785 c570f23f-e606-0410-a88d-b1316a301751
2021-02-18[CWEB] Reshuffle a few variables (upstream).Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@57782 c570f23f-e606-0410-a88d-b1316a301751
2021-02-17[CWEB] Main CWEB modules depend on COMMON interface.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@57770 c570f23f-e606-0410-a88d-b1316a301751
2021-02-17tl2021 version updatesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@57769 c570f23f-e606-0410-a88d-b1316a301751
2021-02-16[CWEB] Reshuffle byte_mem pointer.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@57763 c570f23f-e606-0410-a88d-b1316a301751
2021-02-15Fix Pascal variables in WEB comment.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@57750 c570f23f-e606-0410-a88d-b1316a301751
2021-02-14\tracingstacklevels: slow_print(cur_ext) alsoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@57745 c570f23f-e606-0410-a88d-b1316a301751
2021-02-13split enctex.ch for maintainabilityKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@57736 c570f23f-e606-0410-a88d-b1316a301751
2021-02-13Support \tracingstacklevels in [e][u]pTeX (H. Kitagawa)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@57726 c570f23f-e606-0410-a88d-b1316a301751
2021-02-13rename the new enctex.ch as enctex2.chAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@57725 c570f23f-e606-0410-a88d-b1316a301751
2021-02-13\tracingstacklevels: new cross-engine parameter proposed and implemented by ↵Karl Berry
Petr Olsak git-svn-id: svn://tug.org/texlive/trunk@57724 c570f23f-e606-0410-a88d-b1316a301751
2021-02-08[CWEB] Don't repeat yourself.Andreas Scherer
Purge repeated lines in *.w by uncommenting line in common.h. Unfortunately, this shifts all #line numbers. ;o) git-svn-id: svn://tug.org/texlive/trunk@57676 c570f23f-e606-0410-a88d-b1316a301751
2021-02-07CWEB development has moved to another level.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@57661 c570f23f-e606-0410-a88d-b1316a301751
2021-02-07CWEB – release 4.0, 2021-02-07.Andreas Scherer
In the course of the "2021 TeX tuneup", Don Knuth kindly transferred the responsibility for CWEB to me; see the original CWEB home page (https://www-cs-faculty.stanford.edu/~knuth/cweb.html), section "CWEB 4.0" and the updated CWEB development project (https://github.com/ascherer/cweb). This first new release draws heavily on the multi-decade work collected in my "CWEBbin" project (https://github.com/ascherer/cwebbin). I moved (almost) all stuff from the "*-patch.*" changefiles into the new CWEB sources and applied all of the "*-ansi.*" changes as well. Moreover, I made "common.h" the full interface of "common.w" in order to avoid code redundancy. And I tried to fix as many of the bugs reported by email to DEK and/or tex-k@tug.org. In total, "make; make cautiously; make fullmanual" runs flawlessly with GCC on Linux and with LLVM on MacOS. After the release of "CWEB 4.0", also "CWEBbin 2021" has also been fully revised. Thousands of lines of changefiles could be purged. What's left are the clearcut extensions for CWEB and the additional stuff for integration in "TeX Live 2021". git-svn-id: svn://tug.org/texlive/trunk@57658 c570f23f-e606-0410-a88d-b1316a301751
2021-02-06sync \tracingparagraphs...\hss DEK fix in pdftex and xetexKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@57652 c570f23f-e606-0410-a88d-b1316a301751
2021-02-05\tracingparagraphs mode fix fix from DEKKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@57629 c570f23f-e606-0410-a88d-b1316a301751
2021-01-31weave title also 4.5Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@57582 c570f23f-e606-0410-a88d-b1316a301751
2021-01-30weave banner 4.5Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@57566 c570f23f-e606-0410-a88d-b1316a301751
2021-01-30tuneup2021 from DEK, with adaptations for TLKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@57558 c570f23f-e606-0410-a88d-b1316a301751
2020-10-272^{20} times ratio for TFM widthsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@56778 c570f23f-e606-0410-a88d-b1316a301751
2020-08-31fix \expanded memory leak of def_refKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@56230 c570f23f-e606-0410-a88d-b1316a301751
2020-08-01Purge more 'goto' and 'jump_out' leftovers.Andreas Scherer
Editor's note: Trying to make the WEB changefiles fully represent the actual codes as modified for Web2c/TeX Live is like opening a veritable can of worms. git-svn-id: svn://tug.org/texlive/trunk@56014 c570f23f-e606-0410-a88d-b1316a301751
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-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-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-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] 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-06avoid seg fault in unusual interaction sequenceKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@55767 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-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-16[CWEB] Translate another message string in CTANGLE.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55567 c570f23f-e606-0410-a88d-b1316a301751
2020-06-15gftodvi.ch: Suppress a compiler warningHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@55554 c570f23f-e606-0410-a88d-b1316a301751
2020-06-10[WEB2C] Minor redactions in TeX parts.Andreas Scherer
Avoid line break in sections with empty TeX part. Assimilate with TeX and Metafont. git-svn-id: svn://tug.org/texlive/trunk@55502 c570f23f-e606-0410-a88d-b1316a301751
2020-06-10[WEAVE] Force line break.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55500 c570f23f-e606-0410-a88d-b1316a301751
2020-06-09[WEAVE] Max out array sizes similar to CWEAVE.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55490 c570f23f-e606-0410-a88d-b1316a301751
2020-06-07omit $Id$ in generated output; it is useful, but too painful to commit ↵Karl Berry
autosources and generated files separately git-svn-id: svn://tug.org/texlive/trunk@55466 c570f23f-e606-0410-a88d-b1316a301751
2020-06-07[CWEB] Add date to table-of-contents page.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@55465 c570f23f-e606-0410-a88d-b1316a301751