diff options
author | hobbs <hobbs> | 1999-12-12 02:58:21 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-12 02:58:21 (GMT) |
commit | 2dd7c91590590d3bdb8bbb0eefe772db49c3da14 (patch) | |
tree | 7fcd6b47480c22aa217ad3ceb911c2ff7af29d3b | |
parent | b183ce5e032c7c0f144f8f6ba001471e3d6ff802 (diff) | |
download | tcl-2dd7c91590590d3bdb8bbb0eefe772db49c3da14.zip tcl-2dd7c91590590d3bdb8bbb0eefe772db49c3da14.tar.gz tcl-2dd7c91590590d3bdb8bbb0eefe772db49c3da14.tar.bz2 |
*** empty log message ***
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,7 @@ function and use of the vfork function. Modern VM systems rarely suffer any performance degradation when fork is used, and it solves multiple problems with vfork. Users that still want vfork - and add -Dfork=vfork to the compile flags. [Bug: 942 2228 1312] + can add -Dfork=vfork to the compile flags. [Bug: 942 2228 1312] 1999-12-09 Jeff Hobbs <hobbs@scriptics.com> @@ -46,6 +46,7 @@ * win/tclWinSock.c: removed all code that supported Win32s. It was no longer officially supported, and likely didn't work anyway. * win/makefile.vc: removed 16 bit stuff, cleaned up. + * win/tcl16.rc: * win/tclWin16.c: * win/winDumpExts.c: these files have been removed from the |