diff options
author | hobbs <hobbs> | 2000-04-21 04:04:12 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-21 04:04:12 (GMT) |
commit | bdf4ab31796aad0cbfc4b0f02a8e84a23229ad2d (patch) | |
tree | 11023b429351420787329586c2acb1e3756ea64f /ChangeLog | |
parent | 4e8cc6920798eaa803c47afc4e599cb680d2b459 (diff) | |
download | tcl-bdf4ab31796aad0cbfc4b0f02a8e84a23229ad2d.zip tcl-bdf4ab31796aad0cbfc4b0f02a8e84a23229ad2d.tar.gz tcl-bdf4ab31796aad0cbfc4b0f02a8e84a23229ad2d.tar.bz2 |
* generic/tclAlloc.c: wrapped caddr_t define to not be done on Unix
* unix/tclUnixPort.h: added Tclp*Alloc defines to allow the use of
USE_TCLALLOC on Unix. [Bug: 4731]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2000-04-20 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclAlloc.c: wrapped caddr_t define to not be done on Unix + * unix/tclUnixPort.h: added Tclp*Alloc defines to allow the use of + USE_TCLALLOC on Unix. [Bug: 4731] + 2000-04-19 Jeff Hobbs <hobbs@scriptics.com> * library/dde1.1/pkgIndex.tcl: @@ -6,7 +12,7 @@ * win/tclWinThrd.c: converted CRLF to LF the */tcl.hpj.in files were not converted, as it confuses hcw locally. [Bug: 5096] - * win/Makefile.in: expanded cleanup or help files + * win/Makefile.in: expanded cleanup target for help files * doc/Thread.3: minor macro cleanup |