diff options
author | nijtmans <nijtmans> | 2010-01-13 06:46:56 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-01-13 06:46:56 (GMT) |
commit | 4823387a0b6e54dc2e2c9718e2b729224fb7260a (patch) | |
tree | b75b8bc167a7e17a11d9b03e2f9f37e3ff845fde /ChangeLog | |
parent | 56d7490c09f06016e69f254acddad4390e66e924 (diff) | |
download | tcl-4823387a0b6e54dc2e2c9718e2b729224fb7260a.zip tcl-4823387a0b6e54dc2e2c9718e2b729224fb7260a.tar.gz tcl-4823387a0b6e54dc2e2c9718e2b729224fb7260a.tar.bz2 |
Fix TCL_LL_MODIFIER for Cygwin
and various other minor CYGWIN
compilation problems
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2010-01-13 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tcl.h Fix TCL_LL_MODIFIER for Cygwin + * generic/tclEnv.c: Fix CYGWIN compilation problems, + * generic/tclInt.h and remove some unnecessary + * generic/tclPort.h double includes. + * generic/tclPlatDecls.h + * win/cat.c + * win/tclWinConsole.c + * win/tclWinFCmd.c + * win/tclWinFile.c + * win/tclWinPipe.c + * win/tclWinSerial.c + * win/tclWinThrd.c + * win/tclWinPort.h: Put win32 includes first + * unix/tclUnixChan.c Forgot one CONST change + 2010-01-12 Donal K. Fellows <dkf@users.sf.net> * tools/tcltk-man2html.tcl: Make the generation of the list of things |