summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir
AgeCommit message (Collapse)Author
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-29Minor changes to common change and header files.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@51258 c570f23f-e606-0410-a88d-b1316a301751
2019-02-16Add some C++1x class names.Andreas Scherer
C++11 deprecated 'std::auto_ptr' and introduced 'std::unique_ptr' as improved substitute. C++17 made this change permanent. git-svn-id: svn://tug.org/texlive/trunk@50035 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-20Fix section 92 of ctwill.tex.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49771 c570f23f-e606-0410-a88d-b1316a301751
2019-01-20Align gettext stuff.Andreas Scherer
It was quite confusing that the '_' macro was not defined near the other 'gettext' stuff in 'comm-w2c.h'. git-svn-id: svn://tug.org/texlive/trunk@49770 c570f23f-e606-0410-a88d-b1316a301751
2019-01-20Fix typo in TeX part.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49769 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-19Fix typos in '--help' catalog.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49762 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-18Update NLS references in cweb.pot.Andreas Scherer
Merge the updated line numbers in the *.po files. Notify the GNU Translation Project of the new release. git-svn-id: svn://tug.org/texlive/trunk@49746 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-15Realign NLS catalog 'cweb-tl' with texlive changes.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49713 c570f23f-e606-0410-a88d-b1316a301751
2019-01-15Prefix TeX macros and transliteration files.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49712 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-14omit .mo files from source treeKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49708 c570f23f-e606-0410-a88d-b1316a301751
2019-01-14TeX Live 'twinx' uses prefixed macro file.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49698 c570f23f-e606-0410-a88d-b1316a301751
2019-01-13cweb .po updateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49695 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-11-02avoid implicit int declaration of change_depth; from Andreas SchererKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49056 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
2018-10-20do not mention nonexistent -DSTATKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@48957 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-11-15use #!/bin/sh -vx for nontrivial shell *.test files, so <testname>.log is ↵Karl Berry
more useful git-svn-id: svn://tug.org/texlive/trunk@45809 c570f23f-e606-0410-a88d-b1316a301751
2017-08-18cwebmac 3.70 from knuthKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@45064 c570f23f-e606-0410-a88d-b1316a301751
2017-02-22cweb 3.64bKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@43294 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
2016-01-20Jan 2016 cweb update to cwebmac.tex 3.68, with pdf fixesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@39442 c570f23f-e606-0410-a88d-b1316a301751
2014-06-18web2c/ctiedir, web2c/cwebdir: Avoid useless char subscript warningsPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@34289 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-05move our changes to change filesAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@27598 c570f23f-e606-0410-a88d-b1316a301751
2012-09-04longest_name=10000, per original cweaveKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@27595 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
2011-04-19Avoid Mac OS X compiler warnings, mainly 'differ in signedness'Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@22123 c570f23f-e606-0410-a88d-b1316a301751
2010-04-12tie and ctie help and usage messagePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@17818 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
2009-06-23use ANSI C function declarations, drop P?[CH] macrosPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@13924 c570f23f-e606-0410-a88d-b1316a301751
2009-05-17update tests for 'make check'Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@13153 c570f23f-e606-0410-a88d-b1316a301751
2009-05-11shell scripts for 'make check' testsPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@13040 c570f23f-e606-0410-a88d-b1316a301751
2008-04-28bump limits (for luatex/mplib)Taco Hoekwater
git-svn-id: svn://tug.org/texlive/trunk@7697 c570f23f-e606-0410-a88d-b1316a301751
2007-12-26remove rc files that did not come with the original distributions, since ↵Karl Berry
Akira does not use them git-svn-id: svn://tug.org/texlive/trunk@5922 c570f23f-e606-0410-a88d-b1316a301751
2007-07-24remove no-longer-used (per akira) depend.makKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4648 c570f23f-e606-0410-a88d-b1316a301751
2007-01-13update from 224023 Oct 24 05:43 cweb-3.64ad.tar.gzHartmut Henkel
git-svn-id: svn://tug.org/texlive/trunk@3417 c570f23f-e606-0410-a88d-b1316a301751