summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-07-04 22:26:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-07-04 22:26:06 (GMT)
commit24a07ec0ac581f95e019ad86e0649eab8351550f (patch)
tree67cd38bbe4820695141733548d663f8080adb4b3 /ChangeLog
parent60ea4fa195c2eb971d88b456f554f0b8417c039f (diff)
downloadtcl-24a07ec0ac581f95e019ad86e0649eab8351550f.zip
tcl-24a07ec0ac581f95e019ad86e0649eab8351550f.tar.gz
tcl-24a07ec0ac581f95e019ad86e0649eab8351550f.tar.bz2
Whitespace/fmt fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 13 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dfdc33..c403367 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,15 +13,13 @@
2005-06-28 Mo DeJong <mdejong@users.sourceforge.net>
- * generic/tclExecute.c (TclExecuteByteCode):
- When parsing an integer operand for a unary
- minus expression operator, check for a wide
- integer that is actually LONG_MIN. If found,
- convert it back to a long int type.
- * tests/expr.test: Add constraint for 32bit
- long int type and 64bit wide int type. Add
- tests that parse the smallest/largest long int
- and wide int values.
+ * generic/tclExecute.c (TclExecuteByteCode): When parsing an
+ integer operand for a unary minus expression operator, check for a
+ wide integer that is actually LONG_MIN. If found, convert it back
+ to a long int type.
+ * tests/expr.test: Add constraint for 32bit long int type and
+ 64bit wide int type. Add tests that parse the smallest/largest
+ long int and wide int values.
2004-06-24 Kevin Kenny <kennykb@acm.org>
@@ -36,7 +34,7 @@
2005-06-24 Don Porter <dgp@users.sourceforge.net>
* library/auto.tcl: Make file safe to re-[source] without
- destroying registered auto_mkindex_parser hooks.
+ destroying registered auto_mkindex_parser hooks.
2005-06-23 Kevin Kenny <kennykb@acm.org>
@@ -53,7 +51,7 @@
2005-06-22 Don Porter <dgp@users.sourceforge.net>
* win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]
- Thanks to Pat Thoyts for discovery and fix.
+ Thanks to Pat Thoyts for discovery and fix.
2005-06-22 Kevin Kenny <kennykb@acm.org>
@@ -87,10 +85,10 @@
2005-06-21 Don Porter <dgp@users.sourceforge.net>
- * generic/tclBasic.c: Added missing walk of the list of active traces
- * generic/tclTrace.c: to cleanup references to traces being deleted.
- * generic/tclInt.h: [Bug 1201035] Made the walk of the active trace
- * tests/trace.test (trace-34.*): list aware of the direction of trace
+ * generic/tclBasic.c: Added missing walk of the list of active traces
+ * generic/tclTrace.c: to cleanup references to traces being deleted.
+ * generic/tclInt.h: [Bug 1201035] Made the walk of the active trace
+ * tests/trace.test (trace-34.*): list aware of the direction of trace
scanning, so the proper correction can be made. [Bug 1224585]
2005-06-21 Donal K. Fellows <dkf@users.sf.net>