diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-07-04 22:26:06 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-07-04 22:26:06 (GMT) |
| commit | 8ef326002c30be69e47d0fa0a61fec626de59156 (patch) | |
| tree | 67cd38bbe4820695141733548d663f8080adb4b3 | |
| parent | 19e393c3bb87510555084bf7e8ba46938ac69027 (diff) | |
| download | tcl-8ef326002c30be69e47d0fa0a61fec626de59156.zip tcl-8ef326002c30be69e47d0fa0a61fec626de59156.tar.gz tcl-8ef326002c30be69e47d0fa0a61fec626de59156.tar.bz2 | |
Whitespace/fmt fixes
| -rw-r--r-- | ChangeLog | 28 |
1 files changed, 13 insertions, 15 deletions
@@ -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> |
