summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-09-18 23:14:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-09-18 23:14:19 (GMT)
commit069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a (patch)
tree6ee961d913febbd56e1fd7366e6f0cec1d21c5aa /ChangeLog
parent7366513913d13b8f2545a5c3509c457897a552ed (diff)
downloadtcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.zip
tcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.tar.gz
tcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.tar.bz2
* doc/file.n (file readlink): [Bug 3070580]: Typofix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d03d13..f9064e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,19 @@
+2010-09-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/file.n (file readlink): [Bug 3070580]: Typofix.
+
2010-09-18 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinFCmd.c [Bug 3069278]: breakage on head Windows triggered
- by install-tzdata. Temporary don't compile this with -DUNICODE,
- while investigating this bug.
+ * win/tclWinFCmd.c [Bug 3069278]: Breakage on head Windows triggered
+ by install-tzdata. Temporary don't compile this with -DUNICODE, while
+ investigating this bug.
2010-09-16 Jeff Hobbs <jeffh@ActiveState.com>
- * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all
+ * win/tclWinFile.c: Remove define of FINDEX_INFO_LEVELS as all
supported versions of compilers should now have it.
- * unix/Makefile.in: do not pass current build env vars when using
+ * unix/Makefile.in: Do not pass current build env vars when using
NATIVE_TCLSH in targets.
2010-09-16 Jan Nijtmans <nijtmans@users.sf.net>