summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 7029c47b081..6c52b98edcf 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-16 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * access.c: Adapt comment to facts.
+ * man/kpseaccess.man: Adapt to facts.
+
2010-05-16 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
*absolute.c, c-fopen.h, c-stat.h, config.h, debug.h, dir.c,
@@ -7,6 +12,13 @@
strtol.c, tex-file.c, tex-glyph.h,
types.h, win32lib.h: untabify.
+2010-05-15 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * kpseaccess.test, kpsereadlink.test, kpsestat.test,
+ kpsewhich.test: New shell scripts to test the programs.
+ * configure.ac (LT_OBJDIR): AC_SUBST for kpsereadlink.test.
+ * Makefile.am (TESTS, TESTS_ENVIRONMENT): Add the tests.
+
2010-05-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
*absolute.c: avoid late declaration. add support of UNC names (WIN32).