diff options
author | hobbs <hobbs> | 2010-08-04 21:28:00 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-04 21:28:00 (GMT) |
commit | 410c06cb4e036383c2c96d917e8d09b56b3425a8 (patch) | |
tree | 0fca131841da2ce0f456d9753172c9342114c3db /ChangeLog | |
parent | c059dbc83441dca59fb2c2b48a732c47fdd5a1c8 (diff) | |
download | tcl-410c06cb4e036383c2c96d917e8d09b56b3425a8.zip tcl-410c06cb4e036383c2c96d917e8d09b56b3425a8.tar.gz tcl-410c06cb4e036383c2c96d917e8d09b56b3425a8.tar.bz2 |
* win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an
unsupported platform with a panic. Code to support it still
exists in other files (to go away in time), but new APIs are being
used that don't exist on Win9x.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2010-08-04 Jeff Hobbs <jeffh@ActiveState.com> + * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an + unsupported platform with a panic. Code to support it still + exists in other files (to go away in time), but new APIs are being + used that don't exist on Win9x. + * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change |