summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-10-11 13:22:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-10-11 13:22:17 (GMT)
commit4a44772df21154da586138baef4290818aa03110 (patch)
tree56bd203031e5631646da186119c40bf88835419e /ChangeLog
parent2807acbcf67e7b82e68ba48b187f2ddcdc0ec2fe (diff)
downloadtcl-4a44772df21154da586138baef4290818aa03110.zip
tcl-4a44772df21154da586138baef4290818aa03110.tar.gz
tcl-4a44772df21154da586138baef4290818aa03110.tar.bz2
* generic/tcl.h: Need a different strategy through the maze of
#defines to let people building with Cygwin build correctly. Also made some comments less misleading...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 565a8ee..03b2de4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-11 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tcl.h: Need a different strategy through the maze of
+ #defines to let people building with Cygwin build correctly. Also
+ made some comments less misleading...
+
2002-10-10 Jeff Hobbs <jeffh@ActiveState.com>
* README: fixed minor nits [Bug #607776] (virden)