summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
AgeCommit message (Collapse)Author
2014-12-11check explicitly for trip.fmt/trap.base not being createdKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35787 c570f23f-e606-0410-a88d-b1316a301751
2014-11-10texk/web2c: Avoid gcc -Wunused-value warningPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35555 c570f23f-e606-0410-a88d-b1316a301751
2014-11-07texk/web2c: Correct help messages for Web2C and C versions of ofm2opl & CoPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35536 c570f23f-e606-0410-a88d-b1316a301751
2014-11-06MinGW64 build: Fix minor glitches, avoid compiler warningsPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35527 c570f23f-e606-0410-a88d-b1316a301751
2014-11-06texk/web2c: Bug fix: Add stringcast in order not to print strings as numbersPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35526 c570f23f-e606-0410-a88d-b1316a301751
2014-10-30texk/web2c [W32TEX]: Handling of tex.dll etcPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35471 c570f23f-e606-0410-a88d-b1316a301751
2014-10-28[24.355]: deactivate enctex when reading \^^ab control sequences.Karl Berry
(Following full description from Petr is slightly edited for English). Date: Wed, 30 Jul 2014 10:08:40 +0200 From: Petr Olsak To: Karl Berry Consider this input file: ------------------------- \catcode`\{=1 \catcode`\}=2 \catcode`^=7 \mubyte A XY\endmubyte \mubytein=1 \mubyteout=0 \mubytelog=0 \def\a{\^^58YZ \XYZ XYZ} \show\a \end ------------------------- Then run pdftex -ini -enc ./file.tex The buggy behavior is: \a=macro: ->\AZ \AZ AZ. because encTeX's conversion XY -> A have to be done *before* tokenisation as the manual says. I.e., ^^58 -> X is done *after* encTeX's level and the good result would be: \a=macro: ->\XYZ \AZ AZ. The consequence of this curious bug is the question at http://tex.stackexchange.com/questions/191002/csplain-and-url-package-not-working-with-pdftex Removing this bug isn't trivial because of the bad concept of TeX source in \S 355 where is "goto start_cs" which returns the reading of the control sequence to the start and reads again. But the buffer includes the result of ^^ab conversion which is again transformed by encTeX. I decided to do only a simple correction which supposes that there are "normal" control sequences and two other types: with encTeX's output in their names or with ^^ab in their names. Mixing these types is still not allowed because the implementation needs new data structures and much code. IMHO: 1) probability of such mix is almost zero, 2) I don't want to add much code only because of a bad concept with "goto" in the TeX original code. The change is "robust" for the case where encTeX isn't in use, because there is the conditional "if mubyte_in>0" which is false when encTeX isn't activated. git-svn-id: svn://tug.org/texlive/trunk@35457 c570f23f-e606-0410-a88d-b1316a301751
2014-10-27Move ChangeLog entryPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35449 c570f23f-e606-0410-a88d-b1316a301751
2014-10-26* eptex.src,Karl Berry
* euptex.src: \input [u]ptex.tex, not just [u]ptex; otherwise, if run in the Work/.../web2c directory (as make check does), the [u]ptex binaries will exist and be read in preference to the .tex. Sad but true. * pmpsamp.test, * upmpsamp.test: run e[u]ptex in non-ini mode first, to ensure .fmt files are created, since that is what [u]pmpost is going to do. git-svn-id: svn://tug.org/texlive/trunk@35446 c570f23f-e606-0410-a88d-b1316a301751
2014-09-25TypoPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35254 c570f23f-e606-0410-a88d-b1316a301751
2014-09-25texk/web2c: Bug fix: integer64 must always a be 64bit type (detected by ↵Peter Breitenlohner
Norbert Preinig) git-svn-id: svn://tug.org/texlive/trunk@35253 c570f23f-e606-0410-a88d-b1316a301751
2014-09-16Build system: Add texk/web2c/pmpostdir/ for pMetaPost and upMetaPostPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35184 c570f23f-e606-0410-a88d-b1316a301751
2014-08-23texk/web2c: Drop redundant codePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35023 c570f23f-e606-0410-a88d-b1316a301751
2014-07-16TypoPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@34629 c570f23f-e606-0410-a88d-b1316a301751
2014-07-15LuaTeX: Distinguish poppler >= 0.25 or <= 0.24Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@34619 c570f23f-e606-0410-a88d-b1316a301751
2014-07-09texk/web2c: Drop configure option '--disable-omfonts'Peter Breitenlohner
omegaware: Always build wofm2opl&Co, more tests omegafonts: Allow char codes from Supplementary Unicode Planes git-svn-id: svn://tug.org/texlive/trunk@34555 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-05-20web2c.texi: fix menu/sectioning orderingKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@34144 c570f23f-e606-0410-a88d-b1316a301751
2014-05-06pdfTeX, e-(u)pTeX: Slightly reorganize to avoid duplicat codePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@33876 c570f23f-e606-0410-a88d-b1316a301751
2014-05-05texk/web2c: Minor bug fix and typos for (o)dvicopyPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@33845 c570f23f-e606-0410-a88d-b1316a301751
2014-05-02Update TRIP and TRAP files for TL14Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@33787 c570f23f-e606-0410-a88d-b1316a301751
2014-03-13build system: Always use special flags when linking with libluajit on ↵Peter Breitenlohner
x64_64-darwin git-svn-id: svn://tug.org/texlive/trunk@33168 c570f23f-e606-0410-a88d-b1316a301751
2014-02-23a little more info on acceptable diffsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@33032 c570f23f-e606-0410-a88d-b1316a301751
2014-02-06LuaJITTeXPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32878 c570f23f-e606-0410-a88d-b1316a301751
2014-01-22(e-)((u)p)TeX: Update (e)((u)p)trip testsPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32757 c570f23f-e606-0410-a88d-b1316a301751
2014-01-20TeX & Co: New versions from Knuth (TeX tuneup of 2014)Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32727 c570f23f-e606-0410-a88d-b1316a301751
2014-01-20Metafont: Stricter checking in mftraptestPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32726 c570f23f-e606-0410-a88d-b1316a301751
2014-01-18TeX: Stricter checking in triptestPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32711 c570f23f-e606-0410-a88d-b1316a301751
2014-01-17TeX & Co: Rename trip.test => triptest, trap.test => mftraptest, etcPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32698 c570f23f-e606-0410-a88d-b1316a301751
2014-01-15TeX & Co: Announce dumpname on the terminalPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32682 c570f23f-e606-0410-a88d-b1316a301751
2014-01-13TeX & METAFONT: Restore the word 'preloaded' from format and base idents as ↵Peter Breitenlohner
requested by Knuth git-svn-id: svn://tug.org/texlive/trunk@32650 c570f23f-e606-0410-a88d-b1316a301751
2014-01-09web2c: Introduce a genuine 64-bit integer type, in case of 32-bit off_tPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32614 c570f23f-e606-0410-a88d-b1316a301751
2014-01-07web2c: Consistent white spacePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32597 c570f23f-e606-0410-a88d-b1316a301751
2014-01-02texk/web2c: Output from convert is (non)verbosePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32547 c570f23f-e606-0410-a88d-b1316a301751
2014-01-02METAFONT: Use X toolkit for METAFONT only if requested explicitlyPeter Breitenlohner
tardate 2014-01-01 git-svn-id: svn://tug.org/texlive/trunk@32545 c570f23f-e606-0410-a88d-b1316a301751
2013-12-12luatex: Better way to handle poppler 0.25.xPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32391 c570f23f-e606-0410-a88d-b1316a301751
2013-12-12luatex: Adapt for poppler 0.25.xPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@32389 c570f23f-e606-0410-a88d-b1316a301751
2013-12-07Correctly handle 'vptovf foo.vpl bar vf' and 'ovp2ovf foo.ovp bar.ovf' (from ↵Peter Breitenlohner
TANAKA Takuji) pltotf, tftopl, vftovp, vptovf: Verify test output files git-svn-id: svn://tug.org/texlive/trunk@32351 c570f23f-e606-0410-a88d-b1316a301751
2013-09-20mpost, luatex: consistently use TL version, not datestampsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@31709 c570f23f-e606-0410-a88d-b1316a301751
2013-09-15insert TL13 release date/versions in ChangeLogsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@31664 c570f23f-e606-0410-a88d-b1316a301751
2013-09-09Various updates of build system: Use AC_CONFIG_MACRO_DIRS instead of ↵Peter Breitenlohner
ACLOCAL_AMFLAGS, Factor recursion into subdirs into .am fragment and m4 macros, Avoid unnecessary use of Libtool, Use z_const git-svn-id: svn://tug.org/texlive/trunk@31606 c570f23f-e606-0410-a88d-b1316a301751
2013-07-12{lua,pdf}TeX: Extend {lua,pdf}image.test with a .pdf imagePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@31180 c570f23f-e606-0410-a88d-b1316a301751
2013-07-06build system: Move Makefile fragments from libs/am/ and texk/am/ to ↵Peter Breitenlohner
top-level/am. git-svn-id: svn://tug.org/texlive/trunk@31117 c570f23f-e606-0410-a88d-b1316a301751
2013-07-04luaTeX, pdfTeX: Added a test case reading image filesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@31091 c570f23f-e606-0410-a88d-b1316a301751
2013-07-01web2c: Make <w2c/config.h> C++ safePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@31055 c570f23f-e606-0410-a88d-b1316a301751
2013-06-27web2c: Drop redundant XeTeX dependenciesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@30974 c570f23f-e606-0410-a88d-b1316a301751
2013-06-24LuaTeX and Mpost: Move texk/luatexdir/lua52 => libs/lua52Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@30900 c570f23f-e606-0410-a88d-b1316a301751
2013-04-09web2c: Update test data for TRIP, TRAP, and CoPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@29782 c570f23f-e606-0410-a88d-b1316a301751
2013-03-27Fix building XeTeX with Clang on MacKhaled Hosny
git-svn-id: svn://tug.org/texlive/trunk@29526 c570f23f-e606-0410-a88d-b1316a301751
2013-03-26build system: Fixed some typosPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@29511 c570f23f-e606-0410-a88d-b1316a301751