summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/euptexdir/ChangeLog6
-rw-r--r--Build/source/texk/web2c/euptexdir/am/euptex.am2
-rw-r--r--Build/source/texk/web2c/euptexdir/fam256-eup-post.ch8
-rw-r--r--Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch8
4 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/euptexdir/ChangeLog b/Build/source/texk/web2c/euptexdir/ChangeLog
index 4aa0680f0ba..62783aab2f3 100644
--- a/Build/source/texk/web2c/euptexdir/ChangeLog
+++ b/Build/source/texk/web2c/euptexdir/ChangeLog
@@ -1,3 +1,9 @@
+2012-08-13 TANAKA Takuji <KXD02663@nifty.ne.jp>
+
+ * am/euptex.am: Use the new fam256-eup-pre.ch and fam256-eup-post.ch
+ for upTeX u1.11.
+ * fam256-eup-pre.ch, fam256-eup-post.ch: Add for upTeX u1.11.
+
2012-08-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/euptex.am: Clarify *tex_version.h dependencies.
diff --git a/Build/source/texk/web2c/euptexdir/am/euptex.am b/Build/source/texk/web2c/euptexdir/am/euptex.am
index 08a929d175c..1d7d2413e15 100644
--- a/Build/source/texk/web2c/euptexdir/am/euptex.am
+++ b/Build/source/texk/web2c/euptexdir/am/euptex.am
@@ -68,7 +68,9 @@ euptex_ch_srcs = \
euptexdir/euptex.ch1 \
eptexdir/etex.ch1 \
$(euptex_ch_synctex) \
+ euptexdir/fam256-eup-pre.ch \
eptexdir/fam256.ch \
+ euptexdir/fam256-eup-post.ch \
euptexdir/pdfstrcmp-eup-pre.ch \
eptexdir/pdfstrcmp.ch \
euptexdir/pdfstrcmp-eup-post.ch \
diff --git a/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch b/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch
new file mode 100644
index 00000000000..4160bc9c1bc
--- /dev/null
+++ b/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch
@@ -0,0 +1,8 @@
+@x
+ char_def_code: print_esc("chardef");
+ math_char_def_code: print_esc("mathchardef");
+@y
+ char_def_code: print_esc("chardef");
+ kchar_def_code: print_esc("kchardef");
+ math_char_def_code: print_esc("mathchardef");
+@z
diff --git a/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch b/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch
new file mode 100644
index 00000000000..548b5f624c1
--- /dev/null
+++ b/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch
@@ -0,0 +1,8 @@
+@x
+ char_def_code: print_esc("chardef");
+ kchar_def_code: print_esc("kchardef");
+ math_char_def_code: print_esc("mathchardef");
+@y
+ char_def_code: print_esc("chardef");
+ math_char_def_code: print_esc("mathchardef");
+@z