summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/base/latexrelease.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-12 22:39:35 +0000
committerKarl Berry <karl@freefriends.org>2015-05-12 22:39:35 +0000
commite0f112cc5e33e7cc4a9ed0976272789afcda9558 (patch)
treedd33f2b2bead582da4a21f9941af1540372e7993 /Master/texmf-dist/tex/latex/base/latexrelease.sty
parentb8dbe89acafe5bf836284a287c370f05162bb86b (diff)
latex (12may15)
git-svn-id: svn://tug.org/texlive/trunk@37361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/latexrelease.sty')
-rw-r--r--Master/texmf-dist/tex/latex/base/latexrelease.sty19
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/base/latexrelease.sty b/Master/texmf-dist/tex/latex/base/latexrelease.sty
index ac9eaed8b91..b9d95970672 100644
--- a/Master/texmf-dist/tex/latex/base/latexrelease.sty
+++ b/Master/texmf-dist/tex/latex/base/latexrelease.sty
@@ -80,7 +80,7 @@
\long\def\@gobble@IncludeInRelease#1\EndIncludeInRelease{}
\let\EndIncludeInRelease\relax
\ProvidesPackage{latexrelease}
- [2015/02/21 v1.0c LaTeX release emulation and tests]
+ [2015/05/09 v1.0d LaTeX release emulation and tests]
\NeedsTeXFormat{LaTeX2e}[1996/06/01]
\DeclareOption*{%
\def\@IncludeInRelease#1[#2]{\@IncludeInRele@se{#1}}%
@@ -1692,7 +1692,22 @@ of this package available from CTAN}
\EndIncludeInRelease
\IncludeInRelease{0000/00/00}%
{\newXeTeXintercharclass}{Extended Allocation}%
-\let\xe@alloc@intercharclass\@undefined
+ \ifx\XeTeXcharclass\@undefined
+ \else
+ \newcount\xe@alloc@intercharclass
+ \xe@alloc@intercharclass=\thr@@
+ \def\xe@alloc@#1#2#3#4#5{\global\advance#1\@ne
+ \xe@ch@ck#1#4#2%
+ \allocationnumber#1%
+ \global#3#5\allocationnumber
+ \wlog{\string#5=\string#2\the\allocationnumber}}
+ \def\xe@ch@ck#1#2#3{%
+ \ifnum#1<#2\else
+ \errmessage{No room for a new #3}%
+ \fi}
+ \def\newXeTeXintercharclass{%
+ \xe@alloc@\xe@alloc@intercharclass\XeTeXcharclass\chardef\@cclv}
+ \fi
\EndIncludeInRelease
\endinput
%%