summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-15 00:08:36 (GMT)
committerericm <ericm>2000-08-15 00:08:36 (GMT)
commit45dcb6a5533f7a1980cdb9264f793958fa641b89 (patch)
treea0d32d8409edb97650250ac72faa5ff29e17cbb3 /ChangeLog
parentb775edfbf6db7b080897657dbd61e3189593eff6 (diff)
downloadtcl-45dcb6a5533f7a1980cdb9264f793958fa641b89.zip
tcl-45dcb6a5533f7a1980cdb9264f793958fa641b89.tar.gz
tcl-45dcb6a5533f7a1980cdb9264f793958fa641b89.tar.bz2
* win/makefile.vc:
* win/Makefile.in: * unix/Makefile.in: Added tclPlatDecls.h to the list of installed headers, for more complete stubs support. [Bug: 5241]. * generic/tcl.h: Added #include "tclPlatDecls.h" to get platform-specific stubs declarations (Tcl_WinTCharToUtf, etc) [Bug: 5241].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 70a02b3..2fdaf15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
2000-08-14 Eric Melski <ericm@ajubasolutions.com>
- * README: Updated link for instructions on compiling Tcl from sources to
- point to correct location (http://dev.scriptics.com/doc/... instead of
+ * win/makefile.vc:
+ * win/Makefile.in:
+ * unix/Makefile.in: Added tclPlatDecls.h to the list of installed
+ headers, for more complete stubs support. [Bug: 5241].
+
+ * generic/tcl.h: Added #include "tclPlatDecls.h" to get
+ platform-specific stubs declarations (Tcl_WinTCharToUtf, etc)
+ [Bug: 5241].
+
+ * README: Updated link for instructions on compiling Tcl from
+ sources to point to correct location
+ (http://dev.scriptics.com/doc/... instead of
http://dev.scriptics.com/support/...).
2000-08-11 Eric Melski <ericm@ajubasolutions.com>