summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-04 21:28:00 (GMT)
committerhobbs <hobbs>2010-08-04 21:28:00 (GMT)
commit410c06cb4e036383c2c96d917e8d09b56b3425a8 (patch)
tree0fca131841da2ce0f456d9753172c9342114c3db /ChangeLog
parentc059dbc83441dca59fb2c2b48a732c47fdd5a1c8 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c87abd..aac1bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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