summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
2014-11-03texk/dvipdfm-x: Further fixes for PK font support (from S. Hirata)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35496 c570f23f-e606-0410-a88d-b1316a301751
2014-11-03texmfmp.c and luatex.c: Minor change of indentationAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35495 c570f23f-e606-0410-a88d-b1316a301751
2014-11-03regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35494 c570f23f-e606-0410-a88d-b1316a301751
2014-11-02regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35481 c570f23f-e606-0410-a88d-b1316a301751
2014-11-01regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35478 c570f23f-e606-0410-a88d-b1316a301751
2014-10-31web2c/ptexdir, web2c/uptexdir: Fix typoTakuji Tanaka
git-svn-id: svn://tug.org/texlive/trunk@35476 c570f23f-e606-0410-a88d-b1316a301751
2014-10-31texk/web2c/luatexdir [W32TEX]: Handling of luatex.dll and luajittex.dllPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35475 c570f23f-e606-0410-a88d-b1316a301751
2014-10-31regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35474 c570f23f-e606-0410-a88d-b1316a301751
2014-10-30web2c/pmpostdir: Cleanup for pdvitomp and updvitompAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35472 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-30regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35470 c570f23f-e606-0410-a88d-b1316a301751
2014-10-29regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35464 c570f23f-e606-0410-a88d-b1316a301751
2014-10-28texk/dvipdfm-x: Fix a bug in PK font support (S. Hirata)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35461 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-28libtool 2.4.3Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35456 c570f23f-e606-0410-a88d-b1316a301751
2014-10-28regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35455 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-27regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35448 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-10-26include Annot.cc in libxpdf.a, so Gfx.cc references resolveKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35443 c570f23f-e606-0410-a88d-b1316a301751
2014-10-26regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35442 c570f23f-e606-0410-a88d-b1316a301751
2014-10-25objc needed on macs; check early for wrapper dirsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35438 c570f23f-e606-0410-a88d-b1316a301751
2014-10-25regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35437 c570f23f-e606-0410-a88d-b1316a301751
2014-10-24utils/xindy: Update manpagePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35435 c570f23f-e606-0410-a88d-b1316a301751
2014-10-24utils/xindy: It seems xindy rquires that language is set (patch from Akira)Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35434 c570f23f-e606-0410-a88d-b1316a301751
2014-10-24regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35433 c570f23f-e606-0410-a88d-b1316a301751
2014-10-23libpng 1.6.14Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35426 c570f23f-e606-0410-a88d-b1316a301751
2014-10-23regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35425 c570f23f-e606-0410-a88d-b1316a301751
2014-10-22Build lua52 as (possibly shared) Libtool libraryPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35423 c570f23f-e606-0410-a88d-b1316a301751
2014-10-22regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35422 c570f23f-e606-0410-a88d-b1316a301751
2014-10-21be clear that it was negative llx/lly that failedKarl Berry
with -sPAPERSIZE=a0; mention epsfdpx.tex. git-svn-id: svn://tug.org/texlive/trunk@35420 c570f23f-e606-0410-a88d-b1316a301751
2014-10-21show compiler versions in summary if easyKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35412 c570f23f-e606-0410-a88d-b1316a301751
2014-10-21regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35411 c570f23f-e606-0410-a88d-b1316a301751
2014-10-20texk/kpathsea: Minor change to avoid compiler warningPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35406 c570f23f-e606-0410-a88d-b1316a301751
2014-10-20UpdatePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35405 c570f23f-e606-0410-a88d-b1316a301751
2014-10-20regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35404 c570f23f-e606-0410-a88d-b1316a301751
2014-10-19crossrefware (19oct14)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@35401 c570f23f-e606-0410-a88d-b1316a301751
2014-10-19read only one of ls-R and ls-r if they are same_file_pKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35399 c570f23f-e606-0410-a88d-b1316a301751
2014-10-19regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35398 c570f23f-e606-0410-a88d-b1316a301751
2014-10-18regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35395 c570f23f-e606-0410-a88d-b1316a301751
2014-10-17use flockfile/getc_unlocked/funlockfile instead of getcKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35390 c570f23f-e606-0410-a88d-b1316a301751
2014-10-17regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35389 c570f23f-e606-0410-a88d-b1316a301751
2014-10-16regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35386 c570f23f-e606-0410-a88d-b1316a301751
2014-10-15cairo 1.14.0Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35377 c570f23f-e606-0410-a88d-b1316a301751
2014-10-15regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35376 c570f23f-e606-0410-a88d-b1316a301751
2014-10-14texk/ps2pkm: Bug fix and a new testPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35371 c570f23f-e606-0410-a88d-b1316a301751
2014-10-14regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35370 c570f23f-e606-0410-a88d-b1316a301751
2014-10-13LuaTeX: More sync with texmfmp.[ch]Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35366 c570f23f-e606-0410-a88d-b1316a301751
2014-10-13texk/ps2pkm: Minor bug fix. Avoid use of LONG (int for Unix but defined as ↵Peter Breitenlohner
long by MinGW) git-svn-id: svn://tug.org/texlive/trunk@35365 c570f23f-e606-0410-a88d-b1316a301751
2014-10-13regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35364 c570f23f-e606-0410-a88d-b1316a301751