diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-07-05 16:05:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-07-05 16:05:56 (GMT) |
commit | cfa39b67096861fc66251643dfa7e91be2f3385d (patch) | |
tree | 17716b7829ca21bf5566d58a517f5d0441e8db29 /ChangeLog | |
parent | fa19918ab8db3c00417ce14f4a578554f6694300 (diff) | |
download | tcl-cfa39b67096861fc66251643dfa7e91be2f3385d.zip tcl-cfa39b67096861fc66251643dfa7e91be2f3385d.tar.gz tcl-cfa39b67096861fc66251643dfa7e91be2f3385d.tar.bz2 |
Make [zlib push] work with [fcopy].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 19 insertions, 12 deletions
@@ -1,30 +1,37 @@ +2009-07-05 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclZlib.c (ZlibTransformWatch): Correct the handling of + events so that channel transforms work with things like an asynch + [chan copy]. Problem reported by Pat Thoyts. + 2009-07-01 Pat Thoyts <patthoyts@users.sourceforge.net> - * win/tclWinInt.h: Handle the GetUserName API call via the - * win/tclWin32Dll.c: tclWinProcs indirection structure. This - * win/tclWinInit.c: fixes a problem obtaining the username when - the USERNAME environment variable is unset [Bug 2806622] + * win/tclWinInt.h: [Bug 2806622]: Handle the GetUserName API call + * win/tclWin32Dll.c: via the tclWinProcs indirection structure. This + * win/tclWinInit.c: fixes a problem obtaining the username when the + USERNAME environment variable is unset. 2009-06-30 Daniel Steffen <das@users.sourceforge.net> - * generic/tclInt.h: add assert macros for clang static + * generic/tclInt.h: Add assert macros for clang static * generic/tclPanic.c: analyzer and redefine Tcl_Panic to * generic/tclStubInit.c: assert after panic in clang PURIFY builds. - * generic/tclCmdIL.c: add clang assert for false positive + * generic/tclCmdIL.c: Add clang assert for false positive from static analyzer. 2009-06-26 Daniel Steffen <das@users.sourceforge.net> - * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2, - * macosx/Tcl.xcode/*: standardize on gcc 4.2, remove obsolete - * macosx/Tcl.xcodeproj/*: configurations and pre-Xcode project. - * macosx/Tcl.pbproj/* (removed): + * macosx/Tcl-Common.xcconfig: Update projects for Xcode 3.1 and + * macosx/Tcl.xcode/*: 3.2, standardize on gcc 4.2, remove + * macosx/Tcl.xcodeproj/*: obsolete configurations and pre-Xcode + * macosx/Tcl.pbproj/* (removed): project. - * macosx/README: update project docs, cleanup. + * macosx/README: Update project docs, cleanup. - * unix/Makefile.in: update dist target for project changes. + * unix/Makefile.in: Update dist target for project + changes. 2009-06-24 Donal K. Fellows <dkf@users.sf.net> |