diff options
author | stanton <stanton> | 1999-05-07 20:08:00 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-07 20:08:00 (GMT) |
commit | 65da72655e2eee15fda0bb5a904abe9164629128 (patch) | |
tree | eb0cee5ee4e25e9ddd526600f35f4a033f6da3a9 | |
parent | aac17d4d2a6248cad56ead51e43c8f883377df86 (diff) | |
download | tcl-65da72655e2eee15fda0bb5a904abe9164629128.zip tcl-65da72655e2eee15fda0bb5a904abe9164629128.tar.gz tcl-65da72655e2eee15fda0bb5a904abe9164629128.tar.bz2 |
*** empty log message ***
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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: |