summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-13 23:00:56 +0000
committerKarl Berry <karl@freefriends.org>2011-06-13 23:00:56 +0000
commit55b1dad1f932761ea946bbc2a48d385e49079d7a (patch)
tree069cd98ad05b3478496b901a11fd140db028ba91 /Build/source/texk/kpathsea/ChangeLog
parent2602740545c73b318e47c6840d5e00acfdac056e (diff)
ensure being at a dir separator for final component match, so foobar does not match foo
git-svn-id: svn://tug.org/texlive/trunk@22960 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 82a2ea730d6..f5116d67071 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-13 Manuel P\'egour\'e-Gonnard <mpg@elzevir.fr>
+
+ * db.c (match): ensure that we are at a dir separator in
+ the filename before checking for being at the final component.
+ (We were erroneously matching "foobar" to "foo" in some cases.)
+ Report from Manuel, tex-k mail 12 Jun 2011 21:29:55.
+
2011-06-10 Karl Berry <karl@tug.org>
* configure.ac (AC_PROG_AWK): new test.