diff options
author | mdejong <mdejong> | 2005-08-23 18:31:11 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-08-23 18:31:11 (GMT) |
commit | c95c536cd25d3c3ecb646c272e8782729abfe7fe (patch) | |
tree | 97ef1a4bdc96f48aedf0b73e09f1891c5b455f63 /ChangeLog | |
parent | 7c9e8ad4d37025b7a45e2c9cdb46b5a65a5ef4f4 (diff) | |
download | tk-c95c536cd25d3c3ecb646c272e8782729abfe7fe.zip tk-c95c536cd25d3c3ecb646c272e8782729abfe7fe.tar.gz tk-c95c536cd25d3c3ecb646c272e8782729abfe7fe.tar.bz2 |
* win/tkWin32Dll.c (DllMain): Replace old asm SEH
approach with Kenny's new SEH implementation.
[Tcl bug 1235544]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-08-23 Mo DeJong <mdejong@users.sourceforge.net> + * win/tkWin32Dll.c (DllMain): Replace old asm SEH + approach with Kenny's new SEH implementation. + [Tcl bug 1235544] + +2005-08-23 Mo DeJong <mdejong@users.sourceforge.net> + * unix/Makefile.in: Subst BUILD_TCLSH and TCL_EXE. * unix/configure: Regen. * unix/configure.in: Update minimum autoconf version |