summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
2022-02-20pbibtex: fix for substring, [u]pbibtex: truncate at least oneHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@62095 c570f23f-e606-0410-a88d-b1316a301751
2022-02-19c++11/python prereq; more testing/debuggingKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@62090 c570f23f-e606-0410-a88d-b1316a301751
2022-02-19[CWEB] Permit indentation of preprocessing directives.Andreas Scherer
The C processor allows whitespace before and after the '#' of preprocessing directives, e.g., some MetaPost code uses this feature. In order to permit more liberal code layout, we only expect the '#' to be the first character in the buffer, followed by some optional whitespace. CWEB takes care that 'id_first' is the first non-whitespace character in the 'buffer' (and 'id_loc' is the first character _after_ the directive name). git-svn-id: svn://tug.org/texlive/trunk@62084 c570f23f-e606-0410-a88d-b1316a301751
2022-02-18-debug fixes, version 22.87.06 from PaulKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@62080 c570f23f-e606-0410-a88d-b1316a301751
2022-02-18tex4ebook (18feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@62076 c570f23f-e606-0410-a88d-b1316a301751
2022-02-18make4ht (18feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@62075 c570f23f-e606-0410-a88d-b1316a301751
2022-02-18[CWEB] Remove redundancy.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@62068 c570f23f-e606-0410-a88d-b1316a301751
2022-02-18restored correct copyright on two am files.Luigi Scarso
git-svn-id: svn://tug.org/texlive/trunk@62067 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-17texfot (17feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@62062 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-15typoHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@62034 c570f23f-e606-0410-a88d-b1316a301751
2022-02-15typoHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@62033 c570f23f-e606-0410-a88d-b1316a301751
2022-02-15ptex: revised state after csword with jchar (H. Kitagawa)Hironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@62032 c570f23f-e606-0410-a88d-b1316a301751
2022-02-14[CWEB] Adapt HINT to ifhint.tex.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@62022 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-14changing ifHINT to ifhint according to iftex.styMartin Ruckert
adding a page template that resembles plain TeX's output routine git-svn-id: svn://tug.org/texlive/trunk@62020 c570f23f-e606-0410-a88d-b1316a301751
2022-02-14fixing alignments in displays, localtime instead of gmt, bug in copy_listMartin Ruckert
git-svn-id: svn://tug.org/texlive/trunk@62019 c570f23f-e606-0410-a88d-b1316a301751
2022-02-14fixing alignments in displays, localtime instead of gmt, bug in copy_listMartin Ruckert
git-svn-id: svn://tug.org/texlive/trunk@62018 c570f23f-e606-0410-a88d-b1316a301751
2022-02-14e[u]ptex: add \lastnodefont, version 220214Hironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@62017 c570f23f-e606-0410-a88d-b1316a301751
2022-02-13cleaner fix for Mac reload problem (aka fseek error), from Paul VKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@62013 c570f23f-e606-0410-a88d-b1316a301751
2022-02-13xindex (13feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@62002 c570f23f-e606-0410-a88d-b1316a301751
2022-02-13ptexdir, uptexdir: sync with upstreamHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@62001 c570f23f-e606-0410-a88d-b1316a301751
2022-02-13ChangeLogAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@62000 c570f23f-e606-0410-a88d-b1316a301751
2022-02-13harfbuzz 3.4.0Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@61999 c570f23f-e606-0410-a88d-b1316a301751
2022-02-12Updated MFLua.Luigi Scarso
git-svn-id: svn://tug.org/texlive/trunk@61986 c570f23f-e606-0410-a88d-b1316a301751
2022-02-11runtime patch from jbowmanKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61982 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-11tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61977 c570f23f-e606-0410-a88d-b1316a301751
2022-02-10texlogsieve (10feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@61974 c570f23f-e606-0410-a88d-b1316a301751
2022-02-10[CWEB] Fix \ATH and \datecontentspage.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@61966 c570f23f-e606-0410-a88d-b1316a301751
2022-02-10[CWEB] Fix '\ATH' macro.Andreas Scherer
'\pdfnote' has moved from '\ifacro' to '\ifacroHINT' block. '\rangle' was placed too far left and over 'definitions'. git-svn-id: svn://tug.org/texlive/trunk@61965 c570f23f-e606-0410-a88d-b1316a301751
2022-02-09syncKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61962 c570f23f-e606-0410-a88d-b1316a301751
2022-02-09luafindfont (9feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@61959 c570f23f-e606-0410-a88d-b1316a301751
2022-02-07xindex (7feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@61930 c570f23f-e606-0410-a88d-b1316a301751
2022-02-05e[u]ptex: \showmode follows \showstreamHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@61907 c570f23f-e606-0410-a88d-b1316a301751
2022-02-05ptex: quote in \write18, non-JP file name (H. Kitagawa)Hironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@61906 c570f23f-e606-0410-a88d-b1316a301751
2022-02-05bump version to 3.72 (05 feb 2022)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@61905 c570f23f-e606-0410-a88d-b1316a301751
2022-02-05asy 2.78 sourcesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61904 c570f23f-e606-0410-a88d-b1316a301751
2022-02-05Sync luatex with upstream.Luigi Scarso
git-svn-id: svn://tug.org/texlive/trunk@61895 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-02-03[CWEB] Purge a few WEB leftovers.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@61863 c570f23f-e606-0410-a88d-b1316a301751
2022-02-02texlogsieve (2feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@61859 c570f23f-e606-0410-a88d-b1316a301751
2022-02-02implementing a work-around for alignments in a displayMartin Ruckert
while alignments that depend on hsize or vsize are still not supported git-svn-id: svn://tug.org/texlive/trunk@61853 c570f23f-e606-0410-a88d-b1316a301751
2022-02-02[CWEB] Reshuffle '\.pdfURL' for HiTeX.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@61852 c570f23f-e606-0410-a88d-b1316a301751
2022-02-02[WEB] Don't use '\.' in starred module names.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@61851 c570f23f-e606-0410-a88d-b1316a301751
2022-02-02check fseek returnsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61850 c570f23f-e606-0410-a88d-b1316a301751
2022-02-01lwarp (1feb22)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@61842 c570f23f-e606-0410-a88d-b1316a301751
2022-02-01making hitex use localtime if FORCE_SOURCE_DATE is not set to 1Martin Ruckert
git-svn-id: svn://tug.org/texlive/trunk@61833 c570f23f-e606-0410-a88d-b1316a301751
2022-01-31oops, avoid mid-block declKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@61830 c570f23f-e606-0410-a88d-b1316a301751