summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-07 20:08:00 (GMT)
committerstanton <stanton>1999-05-07 20:08:00 (GMT)
commit65da72655e2eee15fda0bb5a904abe9164629128 (patch)
treeeb0cee5ee4e25e9ddd526600f35f4a033f6da3a9 /ChangeLog
parentaac17d4d2a6248cad56ead51e43c8f883377df86 (diff)
downloadtcl-65da72655e2eee15fda0bb5a904abe9164629128.zip
tcl-65da72655e2eee15fda0bb5a904abe9164629128.tar.gz
tcl-65da72655e2eee15fda0bb5a904abe9164629128.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72ff084..b19e548 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+1999-05-07 <stanton@scriptics.com>
+
+ * generic/tcl.decls: Replaced const with CONST.
+
+ * generic/tclResult.c (Tcl_AppendResultVA):
+ * generic/tclStringObj.c (Tcl_AppendStringsToObjVA): Fixed to copy
+ arglist using memcpy instead of assignment so it works properly on
+ OS/390. [Bug: 1997]
+
+ * generic/tclLoadNone.c: Updated to use current interfaces, added
+ TclpUnloadFile. [Bug: 2003]
+
+ * win/winDumpExts.c:
+ * win/makefile.vc: Changed to emit library name in defs
+ file. [Bug: 1998]
+
+ * unix/configure.in: Added fix for OS/390. [Bug: 1976]
+
1999-05-06 <stanton@scriptics.com>
* tests/string.test: