summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 11:47:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 11:47:01 +0000
commit1a945a5c063056ab274b6a24d9edc98bbc6b1c93 (patch)
tree14d8d1ec8bad0c6777bc9c603e86f427a28b9629 /Build/source/texk/kpathsea/ChangeLog
parent5903889d012518aa9dfd9cb58e6ca2186a675b49 (diff)
kpathsea: Version 6.2.1dev for TL 2014
Avoid useless char subscript warnings git-svn-id: svn://tug.org/texlive/trunk@34284 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index c087d6a1a50..e3bf55810cc 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,13 @@
+2014-06-18 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * c-ctype.h: Avoid useless char subscript warnings.
+
+2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am (kpathsea.h): Drop c-auto.h, c-ctype.h, c-errno.h,
+ and more from the list of files; they are included via others.
+ * version.ac: Update version number 6.2.0 => 6.2.1dev.
+
2014-05-07 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* win32lib.c: Update win32_popen() (w32 only).