diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-29 02:31:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-29 02:31:07 +0000 |
commit | a42460bba63616c070e1b15ab3dda325423b1c25 (patch) | |
tree | 36446bdf0598683398e8a658fa64e48c58ea26f1 /Build | |
parent | 06b4f2f67dafdd9824b158940cbdce5d18780b3a (diff) |
regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelog
git-svn-id: svn://tug.org/texlive/trunk@35464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/logs/svnlog | 216 |
1 files changed, 216 insertions, 0 deletions
diff --git a/Build/logs/svnlog b/Build/logs/svnlog index 02dac98ddea..79f4bdcf5cf 100644 --- a/Build/logs/svnlog +++ b/Build/logs/svnlog @@ -1,4 +1,220 @@ ------------------------------------------------------------------------ +r35463 | karl | 2014-10-29 03:15:27 +0100 (Wed, 29 Oct 2014) | 1 line + +/home/texlive/karl/Master/tlpkg/bin/tl-update-auto + +Changed paths: + M /trunk/Master/doc.html +------------------------------------------------------------------------ +r35462 | karl | 2014-10-29 03:10:28 +0100 (Wed, 29 Oct 2014) | 1 line + +autoupdate + +Changed paths: + M /trunk/Master/texmf-dist/ls-R + M /trunk/Master/tlpkg/texlive.tlpdb +------------------------------------------------------------------------ +r35461 | kakuto | 2014-10-29 00:03:10 +0100 (Wed, 29 Oct 2014) | 1 line + +texk/dvipdfm-x: Fix a bug in PK font support (S. Hirata) + +Changed paths: + M /trunk/Build/source/texk/dvipdfm-x/ChangeLog + M /trunk/Build/source/texk/dvipdfm-x/pkfont.c +------------------------------------------------------------------------ +r35460 | karl | 2014-10-28 23:36:45 +0100 (Tue, 28 Oct 2014) | 1 line + +basicarith (28oct14) + +Changed paths: + M /trunk/Master/texmf-dist/doc/latex/basicarith/CHANGES + M /trunk/Master/texmf-dist/doc/latex/basicarith/basicarith.pdf + M /trunk/Master/texmf-dist/source/latex/basicarith/basicarith.dtx + M /trunk/Master/texmf-dist/tex/latex/basicarith/basicarith.sty +------------------------------------------------------------------------ +r35459 | karl | 2014-10-28 23:36:31 +0100 (Tue, 28 Oct 2014) | 1 line + +siunitx (28oct14) + +Changed paths: + M /trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf + M /trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx + M /trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg + M /trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg + M /trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg + M /trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +------------------------------------------------------------------------ +r35458 | karl | 2014-10-28 23:36:18 +0100 (Tue, 28 Oct 2014) | 1 line + +xint (28oct14) + +Changed paths: + A /trunk/Master/texmf-dist/doc/generic/xint/CHANGES.html + A /trunk/Master/texmf-dist/doc/generic/xint/CHANGES.pdf + M /trunk/Master/texmf-dist/doc/generic/xint/README + A /trunk/Master/texmf-dist/doc/generic/xint/README.html + A /trunk/Master/texmf-dist/doc/generic/xint/sourcexint.pdf + M /trunk/Master/texmf-dist/doc/generic/xint/xint.pdf + A /trunk/Master/texmf-dist/source/generic/xint/Makefile + M /trunk/Master/texmf-dist/source/generic/xint/xint.dtx + M /trunk/Master/texmf-dist/source/generic/xint/xint.ins + M /trunk/Master/texmf-dist/tex/generic/xint/xint.sty + M /trunk/Master/texmf-dist/tex/generic/xint/xintbinhex.sty + M /trunk/Master/texmf-dist/tex/generic/xint/xintcfrac.sty + A /trunk/Master/texmf-dist/tex/generic/xint/xintcore.sty + M /trunk/Master/texmf-dist/tex/generic/xint/xintexpr.sty + M /trunk/Master/texmf-dist/tex/generic/xint/xintfrac.sty + M /trunk/Master/texmf-dist/tex/generic/xint/xintgcd.sty + A /trunk/Master/texmf-dist/tex/generic/xint/xintkernel.sty + M /trunk/Master/texmf-dist/tex/generic/xint/xintseries.sty + M /trunk/Master/texmf-dist/tex/generic/xint/xinttools.sty +------------------------------------------------------------------------ +r35457 | karl | 2014-10-28 19:13:43 +0100 (Tue, 28 Oct 2014) | 51 lines + +[24.355]: deactivate enctex when reading \^^ab control sequences. +(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. + + +Changed paths: + M /trunk/Build/source/texk/web2c/ChangeLog + M /trunk/Build/source/texk/web2c/enctex.ch +------------------------------------------------------------------------ +r35456 | peter | 2014-10-28 11:51:31 +0100 (Tue, 28 Oct 2014) | 1 line + +libtool 2.4.3 + +Changed paths: + M /trunk/Build/source/build-aux/ltmain.sh + M /trunk/Build/source/configure + M /trunk/Build/source/doc/build-tools.txt + M /trunk/Build/source/doc/tlbuild.info + M /trunk/Build/source/libs/lua52/config.h.in + M /trunk/Build/source/libs/lua52/configure + M /trunk/Build/source/m4/libtool.m4 + M /trunk/Build/source/m4/ltoptions.m4 + M /trunk/Build/source/m4/ltsugar.m4 + M /trunk/Build/source/m4/ltversion.m4 + M /trunk/Build/source/m4/lt~obsolete.m4 + M /trunk/Build/source/texk/afm2pl/c-auto.in + M /trunk/Build/source/texk/afm2pl/configure + M /trunk/Build/source/texk/bibtex-x/config.h.in + M /trunk/Build/source/texk/bibtex-x/configure + M /trunk/Build/source/texk/chktex/config.h.in + M /trunk/Build/source/texk/chktex/configure + M /trunk/Build/source/texk/cjkutils/c-auto.in + M /trunk/Build/source/texk/cjkutils/configure + M /trunk/Build/source/texk/detex/c-auto.in + M /trunk/Build/source/texk/detex/configure + M /trunk/Build/source/texk/dtl/config.h.in + M /trunk/Build/source/texk/dtl/configure + M /trunk/Build/source/texk/dvi2tty/c-auto.in + M /trunk/Build/source/texk/dvi2tty/configure + M /trunk/Build/source/texk/dvidvi/config.h.in + M /trunk/Build/source/texk/dvidvi/configure + M /trunk/Build/source/texk/dviljk/c-auto.in + M /trunk/Build/source/texk/dviljk/configure + M /trunk/Build/source/texk/dvipdfm-x/config.h.in + M /trunk/Build/source/texk/dvipdfm-x/configure + M /trunk/Build/source/texk/dvipng/config.h.in + M /trunk/Build/source/texk/dvipng/configure + M /trunk/Build/source/texk/dvipos/c-auto.in + M /trunk/Build/source/texk/dvipos/configure + M /trunk/Build/source/texk/dvipsk/c-auto.in + M /trunk/Build/source/texk/dvipsk/configure + M /trunk/Build/source/texk/dvisvgm/config.h.in + M /trunk/Build/source/texk/dvisvgm/configure + M /trunk/Build/source/texk/gsftopk/c-auto.in + M /trunk/Build/source/texk/gsftopk/configure + M /trunk/Build/source/texk/kpathsea/Makefile.in + M /trunk/Build/source/texk/kpathsea/c-auto.in + M /trunk/Build/source/texk/kpathsea/configure + M /trunk/Build/source/texk/lacheck/config.h.in + M /trunk/Build/source/texk/lacheck/configure + M /trunk/Build/source/texk/lcdf-typetools/autoconf.h.in + M /trunk/Build/source/texk/lcdf-typetools/configure + M /trunk/Build/source/texk/makeindexk/c-auto.in + M /trunk/Build/source/texk/makeindexk/configure + M /trunk/Build/source/texk/makejvf/c-auto.in + M /trunk/Build/source/texk/makejvf/configure + M /trunk/Build/source/texk/mendexk/c-auto.in + M /trunk/Build/source/texk/mendexk/configure + M /trunk/Build/source/texk/ps2pkm/c-auto.in + M /trunk/Build/source/texk/ps2pkm/configure + M /trunk/Build/source/texk/psutils/config.h.in + M /trunk/Build/source/texk/psutils/configure + M /trunk/Build/source/texk/ptexenc/c-auto.in + M /trunk/Build/source/texk/ptexenc/configure + M /trunk/Build/source/texk/seetexk/config.h.in + M /trunk/Build/source/texk/seetexk/configure + M /trunk/Build/source/texk/tex4htk/c-auto.in + M /trunk/Build/source/texk/tex4htk/configure + M /trunk/Build/source/texk/ttf2pk2/config.h.in + M /trunk/Build/source/texk/ttf2pk2/configure + M /trunk/Build/source/texk/ttfdump/config.h.in + M /trunk/Build/source/texk/ttfdump/configure + M /trunk/Build/source/texk/web2c/c-auto.in + M /trunk/Build/source/texk/web2c/configure + M /trunk/Build/source/texk/web2c/web2c/c-auto.in + M /trunk/Build/source/texk/web2c/web2c/configure + M /trunk/Build/source/texk/xdvik/c-auto.in + M /trunk/Build/source/texk/xdvik/configure +------------------------------------------------------------------------ +r35455 | karl | 2014-10-28 03:32:14 +0100 (Tue, 28 Oct 2014) | 1 line + +regenerated by /home/texlive/karl/Master/tlpkg/bin/svnchangelog + +Changed paths: + M /trunk/Build/logs/svnlog +------------------------------------------------------------------------ +------------------------------------------------------------------------ r35454 | karl | 2014-10-28 03:10:26 +0100 (Tue, 28 Oct 2014) | 1 line autoupdate |