summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
AgeCommit message (Collapse)Author
2022-05-06((u)p)bibtex: accept max_print_lineTakuji Tanaka
git-svn-id: svn://tug.org/texlive/trunk@63238 c570f23f-e606-0410-a88d-b1316a301751
2022-04-30[WEB] Reshuffle '\title' changes.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@63182 c570f23f-e606-0410-a88d-b1316a301751
2022-04-27[WEB] Avoid non-POSIX conflict with Solaris 11.4.Andreas Scherer
See https://tug.org/pipermail/tlbuild/2022q2/005220.html for the bug report and https://blogs.oracle.com/solaris/post/reflink3c-what-is-it-why-do-i-care-and-how-can-i-use-it for Oracle's rationale. git-svn-id: svn://tug.org/texlive/trunk@63158 c570f23f-e606-0410-a88d-b1316a301751
2022-04-06[WEB] Reset 'my_name=twill'.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@62962 c570f23f-e606-0410-a88d-b1316a301751
2022-04-04[WEB] TWILL has a third file argument, too.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@62898 c570f23f-e606-0410-a88d-b1316a301751
2022-03-21tl22 release date 2022-03-21Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@62855 c570f23f-e606-0410-a88d-b1316a301751
2022-03-10[CWEB] Another 'fall thru' comment.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@62586 c570f23f-e606-0410-a88d-b1316a301751
2022-03-10[CWEB] Make 'fall thru' comments active.Andreas Scherer
This is specific for GCC, but totally harmless for any other C compiler: GCC accepts 'fall thru' comments from the CWEB sources with its option '-Wimplicit-fallthrough=2', when we push these comments over to the tangled C code. git-svn-id: svn://tug.org/texlive/trunk@62584 c570f23f-e606-0410-a88d-b1316a301751
2022-03-03[WEB] Always create the pool file next to the Pascal file.Andreas Scherer
If TANGLE creates a pool file at all, this will always be placed next to the Pascal file, irrespective whether a full output path was specified for the third file argument on the commandline. (If no Pascal file name is given, both the Pascal output file and the associated pool file will be created in the 'current' directory, with names derived from the Web input file.) git-svn-id: svn://tug.org/texlive/trunk@62367 c570f23f-e606-0410-a88d-b1316a301751
2022-03-02[WEB] Optional output file name.Andreas Scherer
The original WEB programs had fixed arguments on the commandline, i.e., you had to invoke TANGLE with four file name arguments and WEAVE with three (where '/dev/null' was permitted as an empty file). This change makes the WEB programs a little bit like the CWEB programs by allowing an optional third file name argument for the main output file (the name of the .pool file still is created from the .web file). And '-' is interpreted as an empty change file. git-svn-id: svn://tug.org/texlive/trunk@62337 c570f23f-e606-0410-a88d-b1316a301751
2022-02-24dvitype: avoid crashing fnt_def outputKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@62168 c570f23f-e606-0410-a88d-b1316a301751
2022-02-18[CWEB] Avoid preprocessor calamities.Andreas Scherer
Trying to fix all loopholes in weird stuff like https://github.com/ascherer/cweb/blob/cweb-4.8-dev/if.w by repeating '#line' directives after all '#elif', '#else', and '#endif' preprocessor statements. In almost all cases this information is redundant, but in the past years people have come up with the idea to jump to '@<code sections@>' in '#if' blocks. git-svn-id: svn://tug.org/texlive/trunk@62066 c570f23f-e606-0410-a88d-b1316a301751
2022-02-15[CWEB] Rebuild the CWEB boot sources.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@62035 c570f23f-e606-0410-a88d-b1316a301751
2022-02-14[CWEB] Add '#line' after '#endif'.Andreas Scherer
Some people incorporate '@<Section code@>' in preprocessor #if-blocks. (AFAIKS, DEK did this exactly _once_ in his 'reflect.w' example code, but never in any larger system program.) This adds material (lines of code) in the ctangle'd C code wrapped in '#line' directives for the benefit of the compiler/debugger/w.h.y. Depending on the #if-condition, the #line directives in the #if-block get eliminated and the resulting status from previous #line directives kicks the compiler (__LINE__ and possibly __FILE__) and the debugger (e.g., gdb, MSVS) off the track. git-svn-id: svn://tug.org/texlive/trunk@62021 c570f23f-e606-0410-a88d-b1316a301751
2022-02-11[WEB] Fix spacing in math expression.Andreas Scherer
The math expression in module name 173 gets wrangled in and out of math mode by WEAVE and the two arguments of '\max' are incorrectly spaced at the comma. git-svn-id: svn://tug.org/texlive/trunk@61978 c570f23f-e606-0410-a88d-b1316a301751
2022-02-05[CWEB] Release 4.7.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@61893 c570f23f-e606-0410-a88d-b1316a301751
2022-01-29docKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61786 c570f23f-e606-0410-a88d-b1316a301751
2022-01-22[e][u]ptex: Distinguish 8-bit characters and Japanese characters (H. ↵Hironobu Yamashita
Kitagawa et al.) For better support of LaTeX3 (expl3). More details in TUGboat 41(2):329--334, 2020. git-svn-id: svn://tug.org/texlive/trunk@61692 c570f23f-e606-0410-a88d-b1316a301751
2022-01-21enable hitex by defaultKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61680 c570f23f-e606-0410-a88d-b1316a301751
2022-01-18cross-engine doc referencesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61643 c570f23f-e606-0410-a88d-b1316a301751
2022-01-17avoid libweb2c.a parallel buildKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61639 c570f23f-e606-0410-a88d-b1316a301751
2022-01-16[WEB] Add third layer to 'byte_mem'.Andreas Scherer
"pdftex.web + pdftex-final.ch" requires more than $2\times65336$ bytes of memory when processed by WEAVE. git-svn-id: svn://tug.org/texlive/trunk@61622 c570f23f-e606-0410-a88d-b1316a301751
2022-01-15libweb2c.a instead of -L. -l web2cKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61619 c570f23f-e606-0410-a88d-b1316a301751
2022-01-15[WEB] Adapt WEB to general conventions.Andreas Scherer
All C/WEB prograns but TANGLE used 'hash_size=8501'. In WEAVE, 'max_modules' is _not_ limited by '10240', but '4000' is more than enough anyway (and similarly used as 'max_sections' in CWEAVE). git-svn-id: svn://tug.org/texlive/trunk@61612 c570f23f-e606-0410-a88d-b1316a301751
2022-01-12showstream: if (selector<no_print), rather than <log_onlyKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61589 c570f23f-e606-0410-a88d-b1316a301751
2022-01-11\showstream fix from MarcelKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61577 c570f23f-e606-0410-a88d-b1316a301751
2022-01-11make tangle-sh, ctangleboot-sh, and make report what they doKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61575 c570f23f-e606-0410-a88d-b1316a301751
2022-01-09[WEB] Add TWILL manpage.Andreas Scherer
We also rename the macros to 'twimac-web.tex' in order to distinguish them from DEK's original 'twimac.tex' on CTAN (https://mirrors.ctan.org/systems/knuth/local/lib/twimac.tex), which is specifically designed for Volumes B and D of "Computers & Typesetting". git-svn-id: svn://tug.org/texlive/trunk@61546 c570f23f-e606-0410-a88d-b1316a301751
2022-01-07improve mft --help msgKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61519 c570f23f-e606-0410-a88d-b1316a301751
2022-01-06[WEB] Add Pascal TWILL 4.5.Andreas Scherer
See 'git log' in https://github.com/ascherer/twill (now 'archived') and in https://github.com/ascherer/web (both branches 'master' and 'adapt-twill-for-texlive') for details of this impromptu project. git-svn-id: svn://tug.org/texlive/trunk@61509 c570f23f-e606-0410-a88d-b1316a301751
2021-12-26[CWEB] New release 4.6.Andreas Scherer
Major changes since CWEB 4.5: * Restore '\T' macro backward compatibility. CWEB 4.3 introduced a major change in the '\T' macro to allow C++ 'hex exponent' notation (e.g., 0x1FFFFp10). This made CWEAVE/CTWILL mutually incompatible with non-matching versions of their set of macros and v.v. This release tries to reestablish the standard behavior at least for numeric constants. Of course, 'old' CWEAVE/CTWILL won't deliver on 'hex exponents' in the CWEB input, but those should be rare anyway. * Restore 'classic' PDF page dimensions. Heiko's PDF files of 2014 used 'Executive' page dimensions, i.e., 7.5in times 10in. C/WEB's internal inch values suggest to use those plus a 0.5in border on each side. * Revert meaning of option 'c'. Option 'c' is OFF by default to avoid spurious entries in build.log. * 'squash'/'reduce' have been straightened out for k=1,..,4. * Code beautifications for 'make fullmanual'. * Code cleanup for internal reasons. * Cleanup in 'prod.w' (indentation et al.). * New 'prod-cweave.w' (along 'prod-twill.w') for material from CWEBbin. * Fixes for option '-o' (didn't work as advertised in border cases). * New signature for the 'make_ministring' function in CTWILL. git-svn-id: svn://tug.org/texlive/trunk@61411 c570f23f-e606-0410-a88d-b1316a301751
2021-11-14[CWEB] More generic point of interest.Andreas Scherer
Instead of to the tex-k mail address, we direct the CWEB user to the package home page on CTAN, where more detailed information is listed. git-svn-id: svn://tug.org/texlive/trunk@61053 c570f23f-e606-0410-a88d-b1316a301751
2021-11-07new cross-engine primitive \showstream, from MarcelKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@60992 c570f23f-e606-0410-a88d-b1316a301751
2021-11-03[w32] use libtool to install intended .exe, not libtool wrapperKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@60940 c570f23f-e606-0410-a88d-b1316a301751
2021-10-11[CWEB] Pre-release candidate 2 for CWEB 4.6.Andreas Scherer
When the CWEB programs are called with option '-c' (the default), no intermediate output files are created at all. After thoroughly testing these programs, I'll prepare the final release of CWEB 4.6 in the coming weeks (months). git-svn-id: svn://tug.org/texlive/trunk@60728 c570f23f-e606-0410-a88d-b1316a301751
2021-09-21hitexdir: initial import, omitted from build by defaultKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@60569 c570f23f-e606-0410-a88d-b1316a301751
2021-09-16[CWEB] Pre-release of version 4.6.Andreas Scherer
This is a service update due to general demand: * Option 'c' is OFF by default to avoid spurious entries in build.log. * 'squash'/'reduce' have been straightened out for k=1,..,4. * Code beautifications for 'make fullmanual'. * Code cleanup for internal reasons. * Cleanup in 'prod.w' (indentation et al.). * New 'prod-cweave.w' (along 'prod-twill.w') for material from CWEBbin. * Fixes for option '-o' (didn't work as advertised in border cases). * New signature for the 'make_ministring' function in CTWILL. git-svn-id: svn://tug.org/texlive/trunk@60519 c570f23f-e606-0410-a88d-b1316a301751
2021-07-26tex.ch: section numbersHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@60074 c570f23f-e606-0410-a88d-b1316a301751
2021-07-25(lib/lib.a): explicitly list lib/*.c minus texmfmp.c as dependenciesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@60055 c570f23f-e606-0410-a88d-b1316a301751
2021-07-25new cross-engine primitives \partokenname and \partokencontext, from Petr OlsakKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@60054 c570f23f-e606-0410-a88d-b1316a301751
2021-07-25restore "strings are different" changeKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@60053 c570f23f-e606-0410-a88d-b1316a301751
2021-07-25tex.ch: set limit before "cannot \read from terminal" error etc. (H. Kitagawa)Takuji Tanaka
git-svn-id: svn://tug.org/texlive/trunk@60052 c570f23f-e606-0410-a88d-b1316a301751
2021-07-22explicit fmt loading error when strings are differentKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@60013 c570f23f-e606-0410-a88d-b1316a301751
2021-07-19tex.ch: initialize the variable limit (H. Kitagawa)Hironobu Yamashita
alephdir/com16bit.ch: sync with tex.ch git-svn-id: svn://tug.org/texlive/trunk@59986 c570f23f-e606-0410-a88d-b1316a301751
2021-07-14[CWEB] New release 4.5.Andreas Scherer
This is a service release for CWEB 4.0. * Upstream CWEB 4.5 was reviewed with the 'splint' utility. This resulted in lots of cast changes and a few code improvements. * All 'length' variables are retyped to 'size_t'. * <stdbool.h> is replaced by <kpathsea/simpletypes.h> to keep CWEB compatible with antique systems that still support TeX Live. git-svn-id: svn://tug.org/texlive/trunk@59926 c570f23f-e606-0410-a88d-b1316a301751
2021-06-15doc triviaKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@59604 c570f23f-e606-0410-a88d-b1316a301751
2021-06-06[CWEB] New release 4.4.Andreas Scherer
This is yet another service release for CWEB 4.0. * Upstream CWEB 4.4 has been reset to the original buffer sizes of CWEB 3.64c. These are now also used in stand-alone CWEBbin. CWEB for TeX Live uses extended/maxed-out buffer settings. * A few minor typographical bugs were fixed. * Tons of minutiae were addressed in the 'fullmanual' documents. git-svn-id: svn://tug.org/texlive/trunk@59486 c570f23f-e606-0410-a88d-b1316a301751
2021-05-18add url for @tug.org bug reporting addressesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@59252 c570f23f-e606-0410-a88d-b1316a301751
2021-05-07increase sup_save_size to 30m and active save_save to 200kKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@59114 c570f23f-e606-0410-a88d-b1316a301751
2021-05-07doc typosKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@59112 c570f23f-e606-0410-a88d-b1316a301751