From 5b60aa111763f2a676796e88d2237b87bb01a3fb Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Mon, 13 Aug 2012 00:25:21 +0000 Subject: upTeX u1.11 from TANAKA Takuji git-svn-id: svn://tug.org/texlive/trunk@27377 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/euptexdir/ChangeLog | 6 ++++++ Build/source/texk/web2c/euptexdir/am/euptex.am | 2 ++ Build/source/texk/web2c/euptexdir/fam256-eup-post.ch | 8 ++++++++ Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch | 8 ++++++++ 4 files changed, 24 insertions(+) create mode 100644 Build/source/texk/web2c/euptexdir/fam256-eup-post.ch create mode 100644 Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch (limited to 'Build') 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 + + * 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 * 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 -- cgit v1.2.3