diff options
author | nijtmans <nijtmans> | 2010-01-06 21:35:21 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-01-06 21:35:21 (GMT) |
commit | 0ca164f2c3f073eea996040b76aa89e44fe81e1a (patch) | |
tree | e6ad158e27cb4aae64737fd8c11326891a51ac7f /ChangeLog | |
parent | 6c429a0ad16df02718539a22c3e9f8d9b92df937 (diff) | |
download | tcl-0ca164f2c3f073eea996040b76aa89e44fe81e1a.zip tcl-0ca164f2c3f073eea996040b76aa89e44fe81e1a.tar.gz tcl-0ca164f2c3f073eea996040b76aa89e44fe81e1a.tar.bz2 |
Various trivial fixes, discovered during CYGWIN porting attempt. All backported from trunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2010-01-06 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclCompExpr.c:warning: array subscript has type 'char' + * generic/tclPkg.c: + * libtommath/bn_mp_read_radix.c: + * unix/tclUnixCompat.c: Fix gcc warning: signed and unsigned type + in conditional expression. + * unix/tcl.m4 Add support for Haiku and CYGWIN dynamical loading + * unix/configure (regenerated) + * unix/Makefile.in + * unix/.cvsignore + * tests/stack.test Reduced minimum required C-stack size to 2034: + CYGWIN has this stack size and the test runs fine! + 2010-01-05 Don Porter <dgp@users.sourceforge.net> * generic/tclPathObj.c (TclPathPart): Correct inconsistency between |