summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-01 17:38:51 +0000
committerKarl Berry <karl@freefriends.org>2021-11-01 17:38:51 +0000
commit45ff8de009ed0740a4a68d8d90168e31944646fb (patch)
treee7459e40110966aafb0cf4d06f062bcbb470fbec /Build/source/texk/kpathsea/ChangeLog
parent5eba167ec089510fde615514d3af1e1d8ca85f89 (diff)
str_list_uniqify: keep ordering, so kpsewhich -a and kpsewhich are consistent
git-svn-id: svn://tug.org/texlive/trunk@60918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 31cbe14b140..44b6f5cb957 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,10 @@
+2021-11-01 Marcel Fabian Krueger <tex@2krueger.de>
+
+ * str-list.c (str_list_uniqify): compare each input element
+ against the elements to be returned, to keep the ordering of the
+ result the same as the input. Then the first result in a list
+ from kpsewhich -a will be the same as the result of just kpsewhich.
+
2021-05-14 Karl Berry <karl@tug.org>
* texmf.cnf (TEXINPUTS.optex): new definition for new format.