summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-03-04 11:43:10 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-03-04 11:43:10 +0000
commit4e8cee9aea1413316ee0fd94404f8b9d8d10cd78 (patch)
tree3e67be7a808de63804a176015a42a9aaf4c23500 /Build/source/texk/bibtex-x/ChangeLog
parent44a9f4188160b309de307a135225022554b1f419 (diff)
bibtexu: add trace for sorting
git-svn-id: svn://tug.org/texlive/trunk@50224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/ChangeLog')
-rw-r--r--Build/source/texk/bibtex-x/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/texk/bibtex-x/ChangeLog b/Build/source/texk/bibtex-x/ChangeLog
index b040f64ff3b..db31feb0e79 100644
--- a/Build/source/texk/bibtex-x/ChangeLog
+++ b/Build/source/texk/bibtex-x/ChangeLog
@@ -1,10 +1,17 @@
2019-03-04 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+ Both BibTeX8 and BibTeXu:
+ * bibtex-2.c: Add trace for sorting. (There is no related
+ code in the original BibTeX, but can be useful.)
+ Suppress compiler warnings.
* bibtex.c, utils.c: Print ICU version in BibTeXu.
+
+ BibTeXu only:
+ * bibtex-2.c: Use u_strFromUTF8() instead of icu_toUChars()
+ while sorting for BibTeXu. Close UConverter properly.
+ * bibtex-4.c: Fix x_purify() for BibTeXu.
* utils.c: Default to Flag_8bit in BibTeXu. We should NOT
read any csf file in BibTeXu. (BibTeX8 is unaffected)
- * bibtex-4.c: Fix x_purify() for BibTeXu.
- * bibtex-2.c: Suppress compiler warnings.
2017-04-27 Karl Berry <karl@tug.org>