diff options
author | stanton <stanton> | 1999-03-11 02:49:33 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-03-11 02:49:33 (GMT) |
commit | 0c1e2fd32193b13a516b2efbc1c5949057aacb5c (patch) | |
tree | 4d303c5ef23fa028b72024eb47ac9352e3093fdd /ChangeLog | |
parent | 959ef2397770f8b6b7319b28c4cee7ef60ba6ac4 (diff) | |
download | tcl-0c1e2fd32193b13a516b2efbc1c5949057aacb5c.zip tcl-0c1e2fd32193b13a516b2efbc1c5949057aacb5c.tar.gz tcl-0c1e2fd32193b13a516b2efbc1c5949057aacb5c.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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: |