summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
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-20luatex: patches for pplib. Small cleanup of the code.Luigi Scarso
git-svn-id: svn://tug.org/texlive/trunk@49776 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-19version 1.40.20 for TL19 (pdftex r810)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@49765 c570f23f-e606-0410-a88d-b1316a301751
2019-01-19kpse_var_expand: document $FOO->literal string vs. ${FOO}->empty string ↵Karl Berry
expansion; noticed by Andreas Scherer git-svn-id: svn://tug.org/texlive/trunk@49764 c570f23f-e606-0410-a88d-b1316a301751
2019-01-19Fix CTWILL '--help' text.Andreas Scherer
git-svn-id: svn://tug.org/texlive/trunk@49763 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-19define TEXMFLOCALEDIR for (currently) cweb translationsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49757 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-18luaotfload (18jan19)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@49747 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-17tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49736 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-12ctwill man update from andreasKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49686 c570f23f-e606-0410-a88d-b1316a301751
2019-01-11try LIBLUAJIT_LDEXTRAKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49674 c570f23f-e606-0410-a88d-b1316a301751
2019-01-11another ctwill.man update, now via pandocKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49673 c570f23f-e606-0410-a88d-b1316a301751
2019-01-11openbsd + clang + luajit -> -lc++abi -lpthreadKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49669 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-10tex4ebook (10jan19)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@49665 c570f23f-e606-0410-a88d-b1316a301751
2019-01-10make4ht (10jan19)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@49664 c570f23f-e606-0410-a88d-b1316a301751
2019-01-10asy 2.47 sourcesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49658 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-09avoid compiler warningAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@49654 c570f23f-e606-0410-a88d-b1316a301751
2019-01-09autosp 2019-01-08Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@49653 c570f23f-e606-0410-a88d-b1316a301751
2019-01-09enable pdf surface (Luigi)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@49649 c570f23f-e606-0410-a88d-b1316a301751
2019-01-08icu 63.1Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@49641 c570f23f-e606-0410-a88d-b1316a301751
2019-01-08lua52 goneKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49640 c570f23f-e606-0410-a88d-b1316a301751
2019-01-08support system poppler-0.73.0Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@49639 c570f23f-e606-0410-a88d-b1316a301751
2019-01-08support system poppler-0.73.0Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@49638 c570f23f-e606-0410-a88d-b1316a301751
2019-01-07pdftexdir: ChangeLogHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@49630 c570f23f-e606-0410-a88d-b1316a301751
2019-01-07pdftexdir: avoid compiler warningsHironobu Yamashita
git-svn-id: svn://tug.org/texlive/trunk@49629 c570f23f-e606-0410-a88d-b1316a301751
2019-01-07tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49628 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
2019-01-06autoreconfKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49625 c570f23f-e606-0410-a88d-b1316a301751
2019-01-06missed patch for luajitLuigi Scarso
git-svn-id: svn://tug.org/texlive/trunk@49623 c570f23f-e606-0410-a88d-b1316a301751
2019-01-06add missing changes to have correct engine nameAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@49616 c570f23f-e606-0410-a88d-b1316a301751
2019-01-06luatex 1.09.2; r-mpost alias of mpost -restrictedLuigi Scarso
git-svn-id: svn://tug.org/texlive/trunk@49614 c570f23f-e606-0410-a88d-b1316a301751
2019-01-06tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49613 c570f23f-e606-0410-a88d-b1316a301751
2019-01-05tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@49605 c570f23f-e606-0410-a88d-b1316a301751