diff options
author | mdejong <mdejong> | 2002-03-08 01:45:51 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-03-08 01:45:51 (GMT) |
commit | 12d2dcaa42dce1168e5487ead798a7486e0c4f8a (patch) | |
tree | b1bc8f3cb80b121d126f7bf0f4cb96a6bc14e98d /ChangeLog | |
parent | 55889909abdf66ad1c7b86b10244d9dd09cc46e2 (diff) | |
download | tcl-12d2dcaa42dce1168e5487ead798a7486e0c4f8a.zip tcl-12d2dcaa42dce1168e5487ead798a7486e0c4f8a.tar.gz tcl-12d2dcaa42dce1168e5487ead798a7486e0c4f8a.tar.bz2 |
* win/tclWin32Dll.c (TclpCheckStackSpace):
* win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Replace
hard coded constants with Win32 symbolic names.
Move control flow statements out of __try blocks
since the documentation indicates it is frowned upon.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2002-03-07 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tclWin32Dll.c (TclpCheckStackSpace): + * win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Replace + hard coded constants with Win32 symbolic names. + Move control flow statements out of __try blocks + since the documentation indicates it is frowned upon. + 2002-03-07 Don Porter <dgp@users.sourceforge.net> * doc/interp.n: @@ -235,7 +243,7 @@ sign symbols '+' and '-' and '0X' and raise overflow errors. [Bug 440916] Also corrects prototype and errno problems. -2002-02-23 Mo DeJong <supermo@bayarea.net> +2002-02-23 Mo DeJong <mdejong@users.sourceforge.net> * configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Link with -n32 |