From: Don P. <dg...@us...> - 2003-04-11 20:49:56
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1:/tmp/cvs-serv18331/tests Modified Files: Tag: core-8-4-branch string.test Log Message: * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers. |
From: Don P. <dg...@us...> - 2003-04-11 20:50:48
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1:/tmp/cvs-serv18772/tests Modified Files: string.test Log Message: * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers. |
From: Don P. <dg...@us...> - 2003-06-09 21:51:39
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1:/tmp/cvs-serv4768/tests Modified Files: string.test Log Message: * string.test (string-4.15): Added test for [string first] bug reported in Tcl 8.3, where test for all-single-byte-encoded strings was not reliable. |
From: Don P. <dg...@us...> - 2003-06-09 21:51:57
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1:/tmp/cvs-serv4912/tests Modified Files: Tag: core-8-4-branch string.test Log Message: * string.test (string-4.15): Added test for [string first] bug reported in Tcl 8.3, where test for all-single-byte-encoded strings was not reliable. |
From: Donal K. F. <dk...@us...> - 2003-07-04 10:30:28
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1:/tmp/cvs-serv723/tests Modified Files: string.test Log Message: [string map] now can take dictionaries for maps but the condition for doing so is deeply tricky. [Bug 759936] |
From: Donal K. F. <dk...@us...> - 2004-06-30 12:34:43
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12610/tests Modified Files: string.test Log Message: TIP#188 implementation. Thanks to KBK! [Patch 940915] |
From: Donal K. F. <dk...@us...> - 2004-08-30 18:06:40
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20265/tests Modified Files: string.test Log Message: Fix a crash caused by sharing in [string map]. [Bug 1018562] |
From: Donal K. F. <dk...@us...> - 2004-08-30 18:15:31
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22303/tests Modified Files: Tag: core-8-4-branch string.test Log Message: Fix crash in [string map] when objects are shared. [Bug 1018562] |
From: Don P. <dg...@us...> - 2005-04-22 16:18:37
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3818/tests Modified Files: string.test Log Message: * tests/string.test: Test string-23.0 for Bug 1187123. |
From: Don P. <dg...@us...> - 2005-04-22 16:26:10
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6927/tests Modified Files: string.test Log Message: typo |
From: Don P. <dg...@us...> - 2005-04-22 16:30:17
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8520/tests Modified Files: Tag: core-8-4-branch string.test Log Message: * generic/tclCmdMZ.c: Corrected intrep-dependence of * tests/string.test: [string is boolean] [Bug 1187123] |
From: Jeffrey H. <ho...@us...> - 2005-05-11 00:48:10
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9923/tests Modified Files: Tag: core-8-4-branch string.test Log Message: * tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks to prevent possible UMR in unichar cmp function for string map. |
From: Jeffrey H. <ho...@us...> - 2005-05-11 00:51:35
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11035/tests Modified Files: string.test Log Message: * tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks to prevent possible UMR in unichar cmp function for string map. |
From: Mo D. <md...@us...> - 2005-07-23 03:00:12
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21996/tests Modified Files: string.test Log Message: * tests/string.test: Add string is tests for functionality that was not tested. * win/README: Update msys + mingw URL. Remove old Cygwin + mingw info. |
From: Donal K. F. <dk...@us...> - 2006-01-23 11:42:35
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24379/tests Modified Files: string.test Log Message: Added test for [Bug 1410553] |
From: miguel s. <ms...@us...> - 2006-01-23 11:48:32
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26112/tests Modified Files: Tag: core-8-4-branch string.test Log Message: added test for [Bug 1410553] |
From: miguel s. <ms...@us...> - 2006-01-23 12:11:22
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1959/tests Modified Files: Tag: core-8-4-branch string.test Log Message: replaced new test string-12.21 with dkf's version from HEAD |
From: miguel s. <ms...@us...> - 2006-01-23 12:15:59
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3536/tests Modified Files: string.test Log Message: added ref to [Bug 1410553] in new test string-12.21 |
From: Donal K. F. <dk...@us...> - 2006-11-22 23:22:23
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1488/tests Modified Files: string.test Log Message: TIP#269 implementation |
From: Donal K. F. <dk...@us...> - 2006-11-22 23:25:16
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3360/tests Modified Files: string.test Log Message: [string is list] tests: fixed mixed up test name, added test of unicode handling |
From: Don P. <dg...@us...> - 2007-03-30 15:31:05
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6146/tests Modified Files: string.test Log Message: * tests/string.test: More [string reverse] tests. |
From: Don P. <dg...@us...> - 2007-10-11 21:34:58
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23925/tests Modified Files: string.test Log Message: * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure * tests/string.test: to report correct failindex values for non-decimal integer strings. [Bug 1805887]. * compat/strtoll.c (removed): The routines strtoll() and strtoull() * compat/strtoull.c (removed): are no longer called by the Tcl source * generic/tcl.h: code. (Their functionality has been replaced * unix/Makefile.in: by TclParseNumber().) Remove outdated comments * unix/configure.in: and mountains of configury autogoo that * unix/tclUnixPort.h: allegedly support the mythical systems where * win/Makefile.in: these routines might not have been available. * win/makefile.bc: * win/makefile.vc: * win/tclWinPort.h: * unix/configure: autoconf-2.59 |
From: Don P. <dg...@us...> - 2007-10-15 18:32:31
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6723/tests Modified Files: Tag: dgp-refactor string.test Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2007-10-15 18:38:04
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8827/tests Modified Files: Tag: core-stabilizer-branch string.test Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2007-11-01 11:11:41
|
Update of /cvsroot/tcl/tcl/tests In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15615/tests Modified Files: string.test Log Message: \u0000 is ASCII! [Bug 1808258] |