]> git.pld-linux.org Git - packages/texlive.git/commitdiff
This commit was manufactured by cvs2git to create branch 'TEXLIVE_20080816'.
authorcvs2git <feedback@pld-linux.org>
Fri, 9 Mar 2012 07:24:36 +0000 (07:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2012-03-09 07:24:36 UTC Jan RÄ™korajski <baggins@pld-linux.org> '- we don't care, don't make error of it':
    texlive-5yr-old.patch -> 1.1
    texlive-extramembot.patch -> 1.1

texlive-5yr-old.patch [new file with mode: 0644]
texlive-extramembot.patch [new file with mode: 0644]

diff --git a/texlive-5yr-old.patch b/texlive-5yr-old.patch
new file mode 100644 (file)
index 0000000..cf786cc
--- /dev/null
@@ -0,0 +1,31 @@
+diff -up texlive-texmf-2007/texmf-dist/tex/latex/base/latex.ltx.5yr-old texlive-texmf-2007/texmf-dist/tex/latex/base/latex.ltx
+--- texlive-texmf-2007/texmf-dist/tex/latex/base/latex.ltx.5yr-old     2006-08-27 20:16:22.000000000 +0200
++++ texlive-texmf-2007/texmf-dist/tex/latex/base/latex.ltx     2011-07-26 14:26:17.928040793 +0200
+@@ -532,17 +532,17 @@
+ \expandafter\reserved@a\fmtversion\@nil
+ \ifnum\count@>65
+   \typeout{^^J%
+-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
+-!  You are attempting to make a LaTeX format from a source file^^J%
+-!  That is more than five years old.^^J%
+-!^^J%
+-!  If you enter <return> to scroll past this message then the format^^J%
+-!  will be built, but please consider obtaining newer source files^^J%
+-!  before continuing to build LaTeX.^^J%
+-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
++------------------------------------------------------------------^^J%
++|  You are attempting to make a LaTeX format from a source file^^J%
++|  That is more than five years old.^^J%
++|^^J%
++|  If you enter <return> to scroll past this message then the format^^J%
++|  will be built, but please consider obtaining newer source files^^J%
++|  before continuing to build LaTeX.^^J%
++------------------------------------------------------------------^^J%
+ }
+-   \errhelp{To avoid this error message, obtain new LaTeX sources.}
+-   \errmessage{LaTeX source files more than 5 years old!}
++   \typeout{To avoid this error message, obtain new LaTeX sources.}
++   \typeout{LaTeX source files more than 5 years old!}
+ \fi
+ \let\reserved@a\relax
+ \fi
diff --git a/texlive-extramembot.patch b/texlive-extramembot.patch
new file mode 100644 (file)
index 0000000..191428b
--- /dev/null
@@ -0,0 +1,24 @@
+diff -up texlive-2007/texk/web2c/tex.ch.extramembot texlive-2007/texk/web2c/tex.ch
+--- texlive-2007/texk/web2c/tex.ch.extramembot 2006-12-19 02:11:11.000000000 +0100
++++ texlive-2007/texk/web2c/tex.ch     2011-11-30 12:03:32.052795763 +0100
+@@ -365,7 +365,7 @@ for i:=@'177 to @'377 do xchr[i]:=i;
+ {Initialize enc\TeX\ data.}
+ for i:=0 to 255 do mubyte_read[i]:=null;
+ for i:=0 to 255 do mubyte_write[i]:=0;
+-for i:=0 to 128 do mubyte_cswrite[i]:=null;
++for i:=0 to 127 do mubyte_cswrite[i]:=null;
+ mubyte_keep := 0; mubyte_start := false; 
+ write_noexpanding := false; cs_converting := false;
+ special_printing := false; message_printing := false;
+diff -up texlive-2007/texk/web2c/xetexdir/xetex.ch.extramembot texlive-2007/texk/web2c/xetexdir/xetex-noenc.ch
+--- texlive-2007/texk/web2c/xetexdir/xetex.ch.extramembot      2006-07-26 18:19:45.000000000 +0200
++++ texlive-2007/texk/web2c/xetexdir/xetex.ch  2011-11-30 12:03:32.053795764 +0100
+@@ -178,7 +178,7 @@ for i:=@'177 to @'377 do xchr[i]:=i;
+ {Initialize enc\TeX\ data.}
+ for i:=0 to 255 do mubyte_read[i]:=null;
+ for i:=0 to 255 do mubyte_write[i]:=0;
+-for i:=0 to 128 do mubyte_cswrite[i]:=null;
++for i:=0 to 127 do mubyte_cswrite[i]:=null;
+ mubyte_keep := 0; mubyte_start := false;
+ write_noexpanding := false; cs_converting := false;
+ special_printing := false; message_printing := false;
This page took 0.037408 seconds and 4 git commands to generate.