diff options
author | nijtmans <nijtmans> | 2010-05-21 12:43:29 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-21 12:43:29 (GMT) |
commit | b6b47d546475f2262d264826edf0f9397c9e08db (patch) | |
tree | 984ff9454147c800688f7902804b9b39a67ca227 /ChangeLog | |
parent | 9cb882ffefc858535b31f7da4b6e955d890ad7de (diff) | |
download | tcl-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |