summaryrefslogtreecommitdiffstats
path: root/tests/stringObj.test
Commit message (Collapse)AuthorAgeFilesLines
* correct test nameshobbs2003-02-111-3/+3
| | | FossilOrigin-Name: 03be579296f9a67cb7ea3704923e791a9d094c5d
* * tests/stringObj.test:hobbs2003-02-111-13/+8
| | | | | | | * generic/tclStringObj.c (Tcl_GetCharLength): correct ascii char opt of 2002-11-11 to not stop early on \x00. [Bug #684699] FossilOrigin-Name: 78c313648a51143f0ac2e1dc15eb1c74709f0d8e
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-2/+2
| | | FossilOrigin-Name: bf6b0dfaf92bb241b87c9882d5d31505e5490d93
* 3 small fixesvincentdarley2002-11-131-1/+12
| | | FossilOrigin-Name: 602e2df05fd8888c0d53807ea066d4675ee13271
* * tests/stringObj.test: Tweaked tests to avoid hardcodedericm2000-06-281-9/+30
| | | | | | | high-ASCII characters (which will fail in multibyte locales); instead used \uXXXX syntax. [Bug: 3842]. FossilOrigin-Name: e273f9d105056aaac8e59357293e899bb5e382f5
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. FossilOrigin-Name: c2f93a113cfcb17a21da67cc20f54ab3f1b9fa3c
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-1/+18
| | | | | | | | | | | | | | | * generic/tclParseExpr.c: changed '"' to '\"' to make FreeBSD happy [Bug: 2625] * generic/tclProc.c: moved static buf to better location and changed static msg that would overflow in ProcessProcResultCode [Bug: 2483] and added Tcl_DStringFree to Tcl_ProcObjCmd. Also reworked size of static buffers. * tests/stringObj.test: added test 9.11 * generic/tclStringObj.c: changed Tcl_AppendObjToObj to properly handle the 1-byte dest and mixed src case where both had had Unicode string len checks made on them. [Bug: 2678] FossilOrigin-Name: dc02bb24c964af4716603ae9d14a3325d3ff77ea
* Fixed style problems in many of the test files.rjohnson1999-06-261-2/+2
| | | | | | Fixed bug in pkg.test where defs.tcl was still being used. FossilOrigin-Name: dbfd75f43f496269e869e2fbd58f86e25bdcef4c
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
| | | FossilOrigin-Name: fdb0602e41e62bf526806c165dbf3f33a718fd37
* beefed up the string object testshershey1999-06-151-70/+92
| | | FossilOrigin-Name: 3f45ef233eaa4dbf4fcc0b9e55d62345627fc02f
* Improved the appendObj functions (uncomented the optimized code that washershey1999-06-151-96/+81
| | | | | | | | | | | present in the Unicode obj). Updated the teststringobj command to look in the correct location for the amount of space allocated for the UTF string rep. Note: one stringObj test is still failing; it reflects a change in that may not be undesirable... FossilOrigin-Name: 6a28946962ebf4d385111ed66d14619c71689ae4
* Merged String and Unicode object types. Added new functions tohershey1999-06-151-1/+180
| | | | | | | | | | | the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Note: some stringObj tests are still failing--the teststringobj command still needs to be updated. FossilOrigin-Name: 23b23af342a570dab211294eff79a331869224c5
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+23
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+189
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a