Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 1 | -0/+18 |
| | | | [scan Inf %g] is portable; remove constraint. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * tests/binary.test: Corrected flawed tests revealed by a -debug 1 | dgp | 2008-06-20 | 1 | -7/+1 |
| | | | | | | | | * tests/io.test: -singleproc 1 test suite run. | ||||
| * | Backported fix for #1923966 | patthoyts | 2008-03-24 | 1 | -1/+19 |
| | | |||||
| * | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty | dgp | 2006-04-05 | 1 | -3/+3 |
| | | | | | | | | | | strings to be matched by the Tcl_GetIndexFromObj machinery, in the same manner as any other key. [Bug 1464039] | ||||
| * | Fix [Bug 1116542] | dkf | 2005-09-27 | 1 | -1/+5 |
| | | |||||
| * | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -1/+9 |
| | | |||||
| * | Documented and tested for the current behaviour of [binary format a] and | dkf | 2003-07-11 | 1 | -1/+23 |
| | | | | | | | | [binary scan ? a]. This is what they've been doing all along. [Bug 735364] | ||||
* | | Removed duplicated tests | patthoyts | 2008-03-24 | 1 | -7/+1 |
| | | |||||
* | | bug #1923966 - crash in binary format. Added tests for the above crash ↵ | patthoyts | 2008-03-24 | 1 | -1/+19 |
| | | | | | | | | condition. | ||||
* | | Correct typos that produced duplicate test names | dgp | 2006-11-29 | 1 | -5/+5 |
| | | |||||
* | | TIP #275: Support unsigned values in binary command | patthoyts | 2006-10-06 | 1 | -1/+161 |
| | | |||||
* | | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty | dgp | 2006-04-05 | 1 | -3/+3 |
| | | | | | | | | | | strings to be matched by the Tcl_GetIndexFromObj machinery, in the same manner as any other key. [Bug 1464039] | ||||
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -3/+3 |
| | | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
* | | eliminate test name duplication | dgp | 2005-12-02 | 1 | -2/+2 |
| | | |||||
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -2/+65 |
| | | | | | | | | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code. | ||||
* | | Test for [Bug 1116542] | dkf | 2005-09-27 | 1 | -1/+5 |
| | | |||||
* | | fix formatting of fp number with smallest significand | Kevin B Kenny | 2005-08-24 | 1 | -1/+97 |
| | | |||||
* | | Further nonPortable [binary] test cleanup | Kevin B Kenny | 2005-08-05 | 1 | -10/+1 |
| | | |||||
* | | Cleaned up [binary scan] testing for NaN [Bug 1246264] | Kevin B Kenny | 2005-08-05 | 1 | -19/+16 |
| | | |||||
* | | Fixes for C++-style comment and bad NaN on PA-RISC | Kevin B Kenny | 2005-05-10 | 1 | -22/+22 |
| | | |||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -35/+33 |
| | | |||||
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -4/+4 |
| | | |||||
* | | It seems all NaN handling is non-portable except where the platform is | dkf | 2004-05-20 | 1 | -5/+5 |
| | | | | | | | | incredibly constrained. | ||||
* | | corrected test name duplication | dgp | 2004-05-19 | 1 | -2/+2 |
| | | |||||
* | | TIP#129 implementation. Probably also much more breakage in the test suite too | dkf | 2004-05-13 | 1 | -68/+648 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -40/+29 |
| | | |||||
* | | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -1/+9 |
| | | |||||
* | | Documented and tested for the current behaviour of [binary format a] and | dkf | 2003-07-11 | 1 | -1/+23 |
|/ | | | | [binary scan ? a]. This is what they've been doing all along. [Bug 735364] | ||||
* | Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774] | dkf | 2003-02-21 | 1 | -1/+9 |
| | |||||
* | [info exist]->[info exists]. [Bug 602566] | dkf | 2002-10-03 | 1 | -3/+3 |
| | |||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -2/+28 |
| | | | | | This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode. | ||||
* | * tests/string.test: added string map tests for the one-pair case, | hobbs | 2000-05-26 | 1 | -14/+1 |
| | | | | | corrected tests to reflect improved error messages in first/last. Added tests against mem overrun in string index bytearray case. | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Applied patch from Peter Hardie (with modifications) to fix | redman | 1999-06-28 | 1 | -1/+6 |
| | | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | * tests/binary.test: | stanton | 1999-05-03 | 1 | -1/+11 |
| | | | | | * generic/tclBinary.c (DupByteArrayInternalRep): Fixed bug where type was not being set in duplicated object. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -3/+22 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1443 |