summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/man/cweb.man
AgeCommit message (Collapse)Author
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-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
2020-09-23[CWEB] Format convention trumps typography.Andreas Scherer
man(7) more or less requires a 'minus' in the NAME section of a manpage. Unfortunately, 'pandoc' outputs a simple hyphen instead of a backslash masked one. 'mandb' seems to handle this gracefully, so 'whatis ctwill' and 'whatis cweb' (plus the linked siblings) work fine. git-svn-id: svn://tug.org/texlive/trunk@56411 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-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-06-08Detail special environments for individual programs.Andreas Scherer
CWEB -- both the original DEK variant and this TL extension including CTWILL -- and CTIE use the CWEBINPUTS environment. This might lead to conflicts between various settings. (Classical DEK CWEB does not support multiple, colon-separated path entries.) In TeX Live, special variants of CWEBINPUTS can be used for different applications. The same is true for WEB -- both DEK and TL -- and TIE, which all use WEBINPUTS by default. Here also, application-specific extensions are available in TeX Live. git-svn-id: svn://tug.org/texlive/trunk@55477 c570f23f-e606-0410-a88d-b1316a301751
2020-04-10[CWEB] Add new command-line option '-t'.Andreas Scherer
If disabled with '-t', the temporary output is ignored unconditionally and the final output is (re-)created irrespective of changes between runs. (Default is '+t' for CWEB={ctangle,cweave,ctwill}.) git-svn-id: svn://tug.org/texlive/trunk@54639 c570f23f-e606-0410-a88d-b1316a301751
2020-02-01[CWEB] Fix verbosity bug in (upstream) ctangle.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@53621 c570f23f-e606-0410-a88d-b1316a301751
2019-12-07{CWEB] Update manpages.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@53057 c570f23f-e606-0410-a88d-b1316a301751
2019-06-20Fix initial statement in cweb.man.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@51411 c570f23f-e606-0410-a88d-b1316a301751
2019-03-10Fix non-macro in CTWILL manpage.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@50310 c570f23f-e606-0410-a88d-b1316a301751
2019-02-01Recompile CWEB manpages with Pandoc 2.6.Andreas Scherer
From the Pandoc release page https://github.com/jgm/pandoc/releases/tag/2.6 : Man/Ms writers: Don’t escape - as \-. The \- gets rendered in HTML and PDF as a unicode minus sign. git-svn-id: svn://tug.org/texlive/trunk@49898 c570f23f-e606-0410-a88d-b1316a301751
2019-01-28Update CWEB manpages.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49845 c570f23f-e606-0410-a88d-b1316a301751
2019-01-10ctwill man page and help updates from AndreasKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49666 c570f23f-e606-0410-a88d-b1316a301751
2019-01-06cwebbin for cweb, from Andreas Scherer https://github.com/ascherer/cwebbin)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@49626 c570f23f-e606-0410-a88d-b1316a301751
2018-10-29patch man/cweb.man, not cwebdir/cweb.1; from Andreas, 28 Oct 2018 17:59:58Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@49021 c570f23f-e606-0410-a88d-b1316a301751
2010-12-17adapt to facts (no change file)Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@20777 c570f23f-e606-0410-a88d-b1316a301751
2010-04-12web2c manpagesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@17817 c570f23f-e606-0410-a88d-b1316a301751
2006-01-17texk 1Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@1485 c570f23f-e606-0410-a88d-b1316a301751