summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-21 04:04:11 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-21 04:04:11 (GMT)
commit8b72332f1a154398ee2d50b4dbf07f91e109c674 (patch)
tree11023b429351420787329586c2acb1e3756ea64f /ChangeLog
parenta10461dd388abea9a0e4f6fbdc45664f582368ff (diff)
downloadtcl-8b72332f1a154398ee2d50b4dbf07f91e109c674.zip
tcl-8b72332f1a154398ee2d50b4dbf07f91e109c674.tar.gz
tcl-8b72332f1a154398ee2d50b4dbf07f91e109c674.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] FossilOrigin-Name: 618011d0b22f7d1d6ad7a5e0ae9caa838f721e89
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