diff options
author | nijtmans <nijtmans> | 2010-04-28 11:50:53 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-28 11:50:53 (GMT) |
commit | dd801c86b1a462d516d4e3b97e459fc41a4be684 (patch) | |
tree | d670f15c4e6711c3221297fd0c7137f4ae51d7ae /ChangeLog | |
parent | ad4fb382c8f0c304d9349c4b2db7aecd8ace54cb (diff) | |
download | tcl-dd801c86b1a462d516d4e3b97e459fc41a4be684.zip tcl-dd801c86b1a462d516d4e3b97e459fc41a4be684.tar.gz tcl-dd801c86b1a462d516d4e3b97e459fc41a4be684.tar.bz2 |
Remove unused @MAN2TCLFLAGS@
Move <limits.h> include from
tclInt.h to tclWinPort.h, and
eliminate unneeded <stdlib.h>, <stdio.h> and
<string.h>, which are already in tclInt.h
Move "tclInt.h" from regcustom.h
up to regex.h.
tclAlloc.c: Unneeded <stdio.h> include
tclExecute.c: Fix gcc warning: comparison between signed and unsigned
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2010-04-28 Jan Nijtmans <nijtmans@users.sf.net> + + * win/Makefile.in Remove unused @MAN2TCLFLAGS@ + * win/tclWinPort.h Move <limits.h> include from + * generic/tclInt.h tclInt.h to tclWinPort.h, and + * generic/tclEnv.c eliminate unneeded <stdlib.h>, + <stdio.h> and <string.h>, which are already in + tclInt.h + * generic/regcustom.h Move "tclInt.h" from regcustom.h + * generic/regex.h up to regex.h. + * generic/tclAlloc.c Unneeded <stdio.h> include + * generic/tclExecute.c Fix gcc warning: comparison between + signed and unsigned + 2010-04-28 Donal K. Fellows <dkf@users.sf.net> * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so that |