summaryrefslogtreecommitdiff
path: root/Build/source
AgeCommit message (Collapse)Author
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-07/home/texlive/karl/Master/tlpkg/bin/tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35534 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-11-06typo in ChangeLogAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35525 c570f23f-e606-0410-a88d-b1316a301751
2014-11-06/home/texlive/karl/Master/tlpkg/bin/tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@35523 c570f23f-e606-0410-a88d-b1316a301751
2014-11-05update generated filesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35519 c570f23f-e606-0410-a88d-b1316a301751
2014-11-05web2c/mplibdir: Luigi fixes psout.w to avoid enormous lines of warningsAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35518 c570f23f-e606-0410-a88d-b1316a301751
2014-11-05MinGW64/WIN64 build fixesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35517 c570f23f-e606-0410-a88d-b1316a301751
2014-11-05texk/dvipdfm-x: Fix a bug in dpxfile.c which causes a crash if a map file is ↵Akira Kakuto
not found git-svn-id: svn://tug.org/texlive/trunk@35516 c570f23f-e606-0410-a88d-b1316a301751
2014-11-04poppler 0.28.0Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35508 c570f23f-e606-0410-a88d-b1316a301751
2014-11-04texk/dvipdfm-x: Avoid undefined behaviour when char is signedPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35507 c570f23f-e606-0410-a88d-b1316a301751
2014-11-04texk/dvipdfm-x: Compiler warnings (formatting codes)Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35506 c570f23f-e606-0410-a88d-b1316a301751
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-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-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-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-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-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-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-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-23libpng 1.6.14Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35426 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-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-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-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-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-15cairo 1.14.0Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35377 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-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-12texk/ps2pkm: General cleanup: ANSI/ISO C functions and morePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35361 c570f23f-e606-0410-a88d-b1316a301751
2014-10-11texfot (11oct14)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@35356 c570f23f-e606-0410-a88d-b1316a301751
2014-10-11getmap (11oct14)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@35355 c570f23f-e606-0410-a88d-b1316a301751
2014-10-09TeX & Co: Apply some changes from W32TeXPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35338 c570f23f-e606-0410-a88d-b1316a301751
2014-10-08libs/poppler: Patch for UTF-16BE fromLuigi, backport from poppler gitPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35332 c570f23f-e606-0410-a88d-b1316a301751
2014-10-08LuaTeX: Apply some recent changes from texk/web2c/lib/texmfmp.cPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35331 c570f23f-e606-0410-a88d-b1316a301751
2014-10-08texk/ps2pkm: More cleanup: return types, protos, static, const, ...Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35330 c570f23f-e606-0410-a88d-b1316a301751
2014-10-07texk/ps2pkm: Minor cleanup to avoid compiler warningsAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35324 c570f23f-e606-0410-a88d-b1316a301751
2014-10-07texk/ps2pkm: Minor cleanup to avoid compiler warningsAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@35323 c570f23f-e606-0410-a88d-b1316a301751