summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-04-15 10:10:42 (GMT)
committerdas <das>2008-04-15 10:10:42 (GMT)
commitd8b21102ffefe834f5aaacd2b5187b2130147610 (patch)
treec771733cd37a4d463b8d766ad345a78066466a17 /ChangeLog
parent1be77f417e95d3afb2fe656716045099bca44351 (diff)
downloadtcl-d8b21102ffefe834f5aaacd2b5187b2130147610.zip
tcl-d8b21102ffefe834f5aaacd2b5187b2130147610.tar.gz
tcl-d8b21102ffefe834f5aaacd2b5187b2130147610.tar.bz2
* unix/Makefile.in: adjust tclDTrace.h dependencies for removal
of tclStubLib.o from TCL_OBJS. [Bug 1942795]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3882953..819a25e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2008-04-15 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in: adjust tclDTrace.h dependencies for removal
+ of tclStubLib.o from TCL_OBJS. [Bug 1942795]
+
2008-04-14 Kevin B. Kenny <kennykb@acm.org>
* unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of
'struct timezone' in the call to 'gettimeofday'. [Bug 1942197].
+
* tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a):
Added comments to the test that it can fail on a heavily loaded
system.