summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-11-26 06:05:38 (GMT)
committerdas <das>2006-11-26 06:05:38 (GMT)
commit6da4a8974f27a03af1fd2ef3ded24be102f381bd (patch)
tree60e9e414c5c093dad7d1e94dfccc4d67c53fc835 /ChangeLog
parentecfa2d1cbd6cf755e07eaf5e5e0279fa3aeeb54d (diff)
downloadtcl-6da4a8974f27a03af1fd2ef3ded24be102f381bd.zip
tcl-6da4a8974f27a03af1fd2ef3ded24be102f381bd.tar.gz
tcl-6da4a8974f27a03af1fd2ef3ded24be102f381bd.tar.bz2
* tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558]
* configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 24f3409..9e7a5cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2006-11-26 Daniel Steffen <das@users.sourceforge.net>
+
+ * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558]
+ * configure: autoconf-2.13
+
2006-11-07 Andreas Kupries <andreask@activestate.com>
- * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code
- to fall back to a hardwired default block size should the
- filesystem report a bogus value.
+ * unix/tclUnixFCmd.c (CopyFile): Added code to fall back to a
+ hardwired default block size should the filesystem report a bogus
+ value. [Bug 1586470]
2006-11-03 Miguel Sofer <msofer@users.sf.net>