summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-21 12:43:29 (GMT)
committernijtmans <nijtmans>2010-05-21 12:43:29 (GMT)
commitb6b47d546475f2262d264826edf0f9397c9e08db (patch)
tree984ff9454147c800688f7902804b9b39a67ca227 /ChangeLog
parent9cb882ffefc858535b31f7da4b6e955d890ad7de (diff)
downloadtcl-b6b47d546475f2262d264826edf0f9397c9e08db.zip
tcl-b6b47d546475f2262d264826edf0f9397c9e08db.tar.gz
tcl-b6b47d546475f2262d264826edf0f9397c9e08db.tar.bz2
[Bug #3005233] fix for build on OpenBSD vax
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1c4759..a50dbab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* tools/installData.tcl Make sure that copyDir only receives normalized
paths, otherwise it might result in a crash on CYGWIN. restyle according
to the Tcl style guide (http://www.tcl.tk/doc/styleGuide.pdf)
+ * generic/tclStrToD.c: [Bug #3005233] fix for build on OpenBSD vax
2010-05-19 Alexandre Ferrieux <ferrieux@users.sourceforge.net>