summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-06-14 13:48:25 (GMT)
committernijtmans <nijtmans>2010-06-14 13:48:25 (GMT)
commit0e72c9c6656401b476b0cf11c125d5bff87f8b93 (patch)
treeac5aca566d3f4a32668e610f1d2e6cd4ab390af6 /ChangeLog
parente16e1505cda7b4046f3080614042121bf8ce222f (diff)
downloadtcl-0e72c9c6656401b476b0cf11c125d5bff87f8b93.zip
tcl-0e72c9c6656401b476b0cf11c125d5bff87f8b93.tar.gz
tcl-0e72c9c6656401b476b0cf11c125d5bff87f8b93.tar.bz2
Spacing and style fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34e0752..f2139ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@
* unix/tclXtNotify.c
* unix/tclXtTest.c
* generic/tclPipe.c Fix gcc warning (with -fstrict-aliasing=2)
+ * library/auto.tcl Spacing and style fixes.
+ * library/history.tcl
+ * library/init.tcl
+ * library/package.tcl
+ * library/safe.tcl
+ * library/tm.tcl
2010-06-13 Donal K. Fellows <dkf@users.sf.net>