summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-21 04:04:12 (GMT)
committerhobbs <hobbs>2000-04-21 04:04:12 (GMT)
commitbdf4ab31796aad0cbfc4b0f02a8e84a23229ad2d (patch)
tree11023b429351420787329586c2acb1e3756ea64f /ChangeLog
parent4e8cc6920798eaa803c47afc4e599cb680d2b459 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62233eb..990668e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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