summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-07-11 00:14:05 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-07-11 00:14:05 +0000
commit2d1bf074bdf26ab2ad5ad188b5b0937a0ea6c979 (patch)
treebadccff2593488dbff5b0e8696913eac748b70fa /Build/source/texk/web2c/xetexdir
parentf8f9e77a2b0e0acaebda10ff56e1806692028106 (diff)
Change \pdfmdfivesum to \mdfivesum, to be consistent with \strcmp and \shellescape
git-svn-id: svn://tug.org/texlive/trunk@37831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r--Build/source/texk/web2c/xetexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/xetexdir/xetex.web4
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog
index be9259a0e93..922cb4f568f 100644
--- a/Build/source/texk/web2c/xetexdir/ChangeLog
+++ b/Build/source/texk/web2c/xetexdir/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-11 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
+
+ * xetex.web: Change \pdfmdfivesum to \mdfivesum, to be consistent
+ with \strcmp and \shellescape.
+
2015-07-09 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
* xetex.web: Added \pdfmdfivesum, version 0.99993.
diff --git a/Build/source/texk/web2c/xetexdir/xetex.web b/Build/source/texk/web2c/xetexdir/xetex.web
index 317aab23738..fb980cd5c17 100644
--- a/Build/source/texk/web2c/xetexdir/xetex.web
+++ b/Build/source/texk/web2c/xetexdir/xetex.web
@@ -10546,7 +10546,7 @@ convert: case chr_code of
meaning_code: print_esc("meaning");
font_name_code: print_esc("fontname");
pdf_strcmp_code: print_esc("strcmp");
- pdf_mdfive_sum_code: print_esc("pdfmdfivesum");
+ pdf_mdfive_sum_code: print_esc("mdfivesum");
left_margin_kern_code: print_esc("leftmarginkern");
right_margin_kern_code: print_esc("rightmarginkern");
@/@<Cases of |convert| for |print_cmd_chr|@>@/
@@ -29754,7 +29754,7 @@ primitive("XeTeXlastfontchar", last_item, XeTeX_last_char_code);
primitive("pdflastxpos",last_item,pdf_last_x_pos_code);
primitive("pdflastypos",last_item,pdf_last_y_pos_code);
primitive("strcmp",convert,pdf_strcmp_code);
-primitive("pdfmdfivesum",convert,pdf_mdfive_sum_code);
+primitive("mdfivesum",convert,pdf_mdfive_sum_code);
primitive("shellescape",last_item,pdf_shell_escape_code);
primitive("XeTeXpdfpagecount",last_item,XeTeX_pdf_page_count_code);