summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2007-03-16 00:57:35 (GMT)
committermdejong <mdejong>2007-03-16 00:57:35 (GMT)
commit8bdda3336b26381617a3da78b450ee0d3eeead8c (patch)
treecbaf9ab8771bfda0f7d2b621a92953c38a713e96 /ChangeLog
parent3151441166a62084e4d9c1a15b6f3aa133efe129 (diff)
downloadtcl-8bdda3336b26381617a3da78b450ee0d3eeead8c.zip
tcl-8bdda3336b26381617a3da78b450ee0d3eeead8c.tar.gz
tcl-8bdda3336b26381617a3da78b450ee0d3eeead8c.tar.bz2
* generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround
to avoid gcc warning by using local variables. When the macro argument is of type long long instead of long, the incorrect warning is not generated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ccac78..0c9de6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-03-15 Mo DeJong <mdejong@users.sourceforge.net>
+ * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround
+ to avoid gcc warning by using local variables. When
+ the macro argument is of type long long instead
+ of long, the incorrect warning is not generated.
+
+2007-03-15 Mo DeJong <mdejong@users.sourceforge.net>
+
* win/Makefile.in: Fully qualify LIBRARY_DIR so
that `make test` does not depend on working dir.