summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4254dc1..b372a39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+1999-03-10 <stanton@GASPODE>
+
+ * generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC so
+ it matches 8.1.
+
+ * generic/tclBasic.c:
+ * generic/tcl.h:
+ * generic/tcl.decls: Changed Tcl_ReleaseType from an enum to
+ macros so it can be used in .rc files.
+ Added Tcl_GetString.
+
+ * unix/Makefile.in: Added compat binaries to the stub library.
+ Changed compat binaries to always compile with shared flags since
+ they need to be shared for the stub library.
+
1999-03-10 <redman@scriptics.com>
* generic/tcl.h: