summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebboot.cin
AgeCommit message (Collapse)Author
2020-04-11Externalize common variables.Andreas Scherer
Four variables from 'common.h' are made 'extern' by moving them to 'common.w' (via 'comm-w2c.ch' and 'comm-w2c.h'). git-svn-id: svn://tug.org/texlive/trunk@54649 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
2019-11-27Prepare CWEB for 2020 release.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@52938 c570f23f-e606-0410-a88d-b1316a301751
2019-05-29Rebuild boot modules after recent changes.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@51259 c570f23f-e606-0410-a88d-b1316a301751
2019-01-21Don't set locale without t10n.Andreas Scherer
MinGW32 in particular and MS Windows in general do not have the LC_MESSAGES facet for i18n. We could squash the facets to LC_ALL, but that is just too much for our purposes. Windows maintainers will have to come up with a more specific solution if they want to activate the gettext stuff. git-svn-id: svn://tug.org/texlive/trunk@49779 c570f23f-e606-0410-a88d-b1316a301751
2019-01-20Use brace notation for variable expansion.Andreas Scherer
After clarification of the differences between "$VAR" and "${VAR}" as arguments for 'kpse_var_expand', we can eliminate the macro variable that was used to avoid any misspelling. DRY is even better. Maybe the two extra lines will come handy later. This way the 'cweb-tl' catalog doesn't have to be touched for re-referencing. git-svn-id: svn://tug.org/texlive/trunk@49768 c570f23f-e606-0410-a88d-b1316a301751
2019-01-19Adapt the 'common' module to the new TL setting.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49758 c570f23f-e606-0410-a88d-b1316a301751
2019-01-19Extended description for NLS activation.Andreas Scherer
Note to maintainers about how to compile the CWEB sources and configure NLS catalogs in the TDS along personal experiments. git-svn-id: svn://tug.org/texlive/trunk@49756 c570f23f-e606-0410-a88d-b1316a301751
2019-01-17TeX Live banner lines come from cweb-tl.pot.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49737 c570f23f-e606-0410-a88d-b1316a301751
2019-01-16Corrections in comm-w2c.ch.Andreas Scherer
Initial experiments with 'HAVE_GETTEXT' show that 'kpse_var_expand' returns the expansion of '$SELFAUTOLOC' correctly, but returns the yet to be defined '$TEXMFLOCALEFILES' AS IS (and not, as advertised in 'texk/kpathsea/variable.h', the empty string, nor the originally assumed NULL pointer). 'strcmp'aring the string returned from 'kpse_var_expand' to the configuration variable works as expected. Secondly, the numeric part after flag '-d/+d' is skipped and not interpreted as flags, i.e., we do not set numeric flags '2' and '3' from command line option '+d32'. git-svn-id: svn://tug.org/texlive/trunk@49726 c570f23f-e606-0410-a88d-b1316a301751
2019-01-15Try to locate NLS catalogs in the TDS.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49711 c570f23f-e606-0410-a88d-b1316a301751
2019-01-09cweb help msg update from andreasKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49655 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-12-30move direct %s fixes to change files (from andreas)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@49537 c570f23f-e606-0410-a88d-b1316a301751
2018-01-18printf %s instead of direct string (from Debian)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@46372 c570f23f-e606-0410-a88d-b1316a301751
2017-01-28cweb 3.64aiKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@43075 c570f23f-e606-0410-a88d-b1316a301751
2014-06-18texk/web2c: Better handling of native subdirectory web2c/web2cPeter Breitenlohner
Add gmp and mpfr libraries in preparation for Metapost 2.0 git-svn-id: svn://tug.org/texlive/trunk@34290 c570f23f-e606-0410-a88d-b1316a301751
2014-02-12web2c: ctangle, ctie, and tie: Handle input files with CRLFPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32948 c570f23f-e606-0410-a88d-b1316a301751
2013-07-02web2c/cwebdir: Include system headers after "cpascal.h"Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@31064 c570f23f-e606-0410-a88d-b1316a301751
2013-06-28Include the Autoconf generated headers always firstPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@31002 c570f23f-e606-0410-a88d-b1316a301751
2012-09-10#lineKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@27644 c570f23f-e606-0410-a88d-b1316a301751
2012-07-09cweb: Use binary mode for output files (from W32TeX)Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@26962 c570f23f-e606-0410-a88d-b1316a301751
2010-01-18cleanup extern declarationsPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@16772 c570f23f-e606-0410-a88d-b1316a301751
2009-11-10towards TL2010: texk/web2cPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@15964 c570f23f-e606-0410-a88d-b1316a301751