summaryrefslogtreecommitdiffstats
path: root/tests/binary.test
Commit message (Collapse)AuthorAgeFilesLines
* Removed duplicated testspatthoyts2008-03-241-7/+1
|
* bug #1923966 - crash in binary format. Added tests for the above crash ↵patthoyts2008-03-241-1/+19
| | | | condition.
* Correct typos that produced duplicate test namesdgp2006-11-291-5/+5
|
* TIP #275: Support unsigned values in binary commandpatthoyts2006-10-061-1/+161
|
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp2006-04-051-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_platformdkf2006-03-211-3/+3
| | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file
* eliminate test name duplicationdgp2005-12-021-2/+2
|
* TIP#237 IMPLEMENTATIONdgp2005-10-081-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]dkf2005-09-271-1/+5
|
* fix formatting of fp number with smallest significandKevin B Kenny2005-08-241-1/+97
|
* Further nonPortable [binary] test cleanupKevin B Kenny2005-08-051-10/+1
|
* Cleaned up [binary scan] testing for NaN [Bug 1246264]Kevin B Kenny2005-08-051-19/+16
|
* Fixes for C++-style comment and bad NaN on PA-RISCKevin B Kenny2005-05-101-22/+22
|
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-35/+33
|
* Standardize some use of test constraints onto names that are documenteddkf2004-06-231-4/+4
|
* It seems all NaN handling is non-portable except where the platform isdkf2004-05-201-5/+5
| | | | incredibly constrained.
* corrected test name duplicationdgp2004-05-191-2/+2
|
* TIP#129 implementation. Probably also much more breakage in the test suite toodkf2004-05-131-68/+648
|
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-40/+29
|
* Stop losing references when variables are repeated in [binary scan]. [851747]dkf2003-12-021-1/+9
|
* Documented and tested for the current behaviour of [binary format a] anddkf2003-07-111-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]dkf2003-02-211-1/+9
|
* [info exist]->[info exists]. [Bug 602566]dkf2002-10-031-3/+3
|
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-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,hobbs2000-05-261-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 importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Applied patch from Peter Hardie (with modifications) to fixredman1999-06-281-1/+6
| | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note.
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* * tests/binary.test:stanton1999-05-031-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 trunkstanton1999-04-161-3/+22
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+1443