summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-15 08:52:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-15 08:52:53 (GMT)
commitd38a5b66d8690611d238c2510750e024cc9570a9 (patch)
treedfea9f65fc1ab46f108110a32eac8369cec9f200 /ChangeLog
parent621f0dd46f1de1fe740f5a4584767da5103a3099 (diff)
downloadtcl-d38a5b66d8690611d238c2510750e024cc9570a9.zip
tcl-d38a5b66d8690611d238c2510750e024cc9570a9.tar.gz
tcl-d38a5b66d8690611d238c2510750e024cc9570a9.tar.bz2
* doc/try.n: [Bug 2987551]: Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 51d778b..3293de9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,21 @@
+2010-04-15 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/try.n: [Bug 2987551]: Fix typo.
+
2010-04-14 Andreas Kupries <andreask@activestate.com>
* library/platform/platform.tcl: Linux platform identification:
- * library/platform/pkgIndex.tcl: Check /lib64 for existence of
- * unix/Makefile.in: files matching libc* before accepting it as
- * win/Makefile.in: base directory. This can happen on weirdly
- installed 32bit systems which have an empty or partially filled
- /lib64 without an actual libc. Bumped to version 1.0.6.
+ * library/platform/pkgIndex.tcl: Check /lib64 for existence of files
+ * unix/Makefile.in: matching libc* before accepting it as base
+ * win/Makefile.in: directory. This can happen on weirdly installed
+ 32bit systems which have an empty or partially filled /lib64 without
+ an actual libc. Bumped to version 1.0.6.
2010-04-13 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinPort.h Fix [Patch 2986105]: conditionally defining
- * win/tclWinFile.c strcasecmp/strncasecmp
- * win/tclWinLoad.c Fix gcc warning: comparison of unsigned expression
+ * win/tclWinPort.h: Fix [Patch 2986105]: conditionally defining
+ * win/tclWinFile.c: strcasecmp/strncasecmp
+ * win/tclWinLoad.c: Fix gcc warning: comparison of unsigned expression
>= 0 is always true
2010-04-08 Donal K. Fellows <dkf@users.sf.net>