| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't use [pid] in tests, stick to constant literals. | ferrieux@users.sourceforge.net | 2014-08-02 | 1 | -3/+3 |
| | | |||||
| * | TIP 429 Implementation: [string cat] | ferrieux@users.sourceforge.net | 2014-08-02 | 1 | -5/+29 |
| | | |||||
| * | [f0f876c141] Improve consistency in error messages. | donal.k.fellows@manchester.ac.uk | 2014-06-17 | 1 | -2/+2 |
| | | |||||
| * | [8d5f5b8034] Flush internal representations in [string tolower] of unshared obj | donal.k.fellows@manchester.ac.uk | 2014-02-25 | 1 | -0/+9 |
| | | |||||
| * | [Bug 3606390]: Fix isolation of test string-6.37. | donal.k.fellows@manchester.ac.uk | 2013-03-19 | 1 | -2/+4 |
| |\ | |||||
| | * | [Bug 3606390]: Fix isolation of test string-6.37. | donal.k.fellows@manchester.ac.uk | 2013-03-19 | 1 | -2/+4 |
| | | | |||||
| * | | tip 318 update | nijtmans@users.sourceforge.net | 2012-09-23 | 1 | -6/+6 |
| | | | |||||
| * | | more result generation conversion | donal.k.fellows@manchester.ac.uk | 2012-08-03 | 1 | -2/+2 |
| | | | |||||
| * | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | nijtmans@users.sourceforge.net | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
| * | | Implementation of TIP #395 | donal.k.fellows@manchester.ac.uk | 2012-03-27 | 1 | -5/+77 |
| | | | |||||
| * | | 3396731 Revise the [string reverse] implementation to operate on the | dgp@users.sourceforge.net | 2011-08-27 | 1 | -0/+8 |
| |\ \ | | | | | | | representation that comes in, avoid conversion to other reps. | ||||
| | * | | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the | dgp@users.sourceforge.net | 2011-08-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | nijtmans approach for reversing the objPtr->bytes rep without losing performance. | ||||
| * | | | [Enh 3396731] Follow-up: special case for Pure-unicode representation | nijtmans@users.sourceforge.net | 2011-08-25 | 1 | -0/+3 |
| |/ / | |||||
| * | | comment fix | nijtmans@users.sourceforge.net | 2011-05-06 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | comment fix | nijtmans@users.sourceforge.net | 2011-05-06 | 1 | -3/+3 |
| | |\ | |||||
| | | * | comment fix | nijtmans@users.sourceforge.net | 2011-05-06 | 1 | -3/+3 |
| | | | | |||||
| * | | | Test for [Bug 3285472]. Not buggy in trunk. | dgp@users.sourceforge.net | 2011-04-12 | 1 | -0/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Repair corruption in [string reverse] when string rep invalidation failed | dgp@users.sourceforge.net | 2011-04-12 | 1 | -0/+5 |
| | | | | | | | | | | to also reset the bytes allocated for string rep to zero [Bug 3285472]. | ||||
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 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@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | | more harm than good. Purged them. | ||||
| | | * | replaced new test string-12.21 with dkf's version from HEAD | Miguel Sofer | 2006-01-23 | 1 | -9/+14 |
| | | | | |||||
| | | * | added test for [Bug 1410553] | Miguel Sofer | 2006-01-23 | 1 | -1/+11 |
| | | | | |||||
| | | * | * tests/string.test: string-10.[21-30] | hobbs | 2005-05-11 | 1 | -1/+31 |
| | | | | | | | | | | | | | | | | * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks to prevent possible UMR in unichar cmp function for string map. | ||||
| | | * | * generic/tclCmdMZ.c: Corrected intrep-dependence of | dgp@users.sourceforge.net | 2005-04-22 | 1 | -1/+10 |
| | | | | | | | | | | | | | * tests/string.test: [string is boolean] [Bug 1187123] | ||||
| | | * | Fix crash in [string map] when objects are shared. [Bug 1018562] | donal.k.fellows@manchester.ac.uk | 2004-08-30 | 1 | -1/+5 |
| | | | | |||||
| | | * | * string.test (string-4.15): Added test for [string first] bug | dgp@users.sourceforge.net | 2003-06-09 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | reported in Tcl 8.3, where test for all-single-byte-encoded strings was not reliable. | ||||
| | | * | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp@users.sourceforge.net | 2003-04-11 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | Backport fix for [Bug 2006884] | donal.k.fellows@manchester.ac.uk | 2009-01-06 | 1 | -8/+8 |
| | | | | |||||
| * | | | Added test case for empty table in ::prefix | ferrieux@users.sourceforge.net | 2010-03-01 | 1 | -1/+4 |
| | | | | |||||
| * | | | More test suite cleanup for "-singleproc 1 -debug 1" testing. | dgp@users.sourceforge.net | 2009-06-24 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix test flaws exposed by -singleproc 1 -debug 1 | dgp@users.sourceforge.net | 2008-10-14 | 1 | -4/+4 |
| | | | | |||||
| * | | | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] | donal.k.fellows@manchester.ac.uk | 2008-10-03 | 1 | -1/+201 |
| | | | | |||||
| * | | | Implement TIP 318. | donal.k.fellows@manchester.ac.uk | 2008-09-29 | 1 | -1/+10 |
| | | | | |||||
| * | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix [2006884] | donal.k.fellows@manchester.ac.uk | 2008-07-01 | 1 | -10/+8 |
| |/ / | |||||
| * | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -1/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclIntDecls.h: to tclInt.h from stubs. * generic/tclStubInit.c: Add flags var to TclByteArrayMatch for * generic/tclInt.h: future extensibility * generic/tcl.h: define TCL_MATCH_EXACT doc for Tcl_StringCaseMatch. * doc/StrMatch.3: It is compatible with existing usage. * generic/tclExecute.c (INST_STR_MATCH): flag for TclByteArrayMatch * generic/tclUtil.c (TclByteArrayMatch, TclStringMatchObj): * generic/tclRegexp.c (Tcl_RegExpExecObj): * generic/tclCmdMZ.c (StringMatchCmd): Use TclStringMatchObj * tests/string.test (11.9.* 11.10.*): more tests | ||||
| * | | Turn the [string] command into a real compiled ensemble. | donal.k.fellows@manchester.ac.uk | 2007-11-23 | 1 | -5/+5 |
| | | | |||||
| * | | Flag shimmering bug found in [string range]. | donal.k.fellows@manchester.ac.uk | 2007-11-22 | 1 | -1/+6 |
| | | | |||||
| * | | * generic/tclDictObj.c: Changed the underlying implementation of the | donal.k.fellows@manchester.ac.uk | 2007-11-20 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | hash table used in dictionaries to additionally keep all entries in the hash table in a linked list, which is only ever added to at the end. This makes iteration over all entries in the dictionary in key insertion order a trivial operation, and so cleans up a great deal of complexity relating to dictionary representation and stability of iteration order. | ||||
| * | | \u0000 is ASCII! [Bug 1808258] | donal.k.fellows@manchester.ac.uk | 2007-11-01 | 1 | -4/+4 |
| | | | |||||
| * | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp@users.sourceforge.net | 2007-10-15 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero strings passed as the "permissions" argument as octal numbers, even if Tcl itself no longer parses integers in that way. * unix/tclUnixFCmd.c: Revise the "-permissions" [file attribute] so that it interprets leading zero strings as octal numbers, even if Tcl itself no longer parses integers in that way. * generic/tclCompExpr.c: Corrections to code that produces * generic/tclUtil.c: extended "bad octal" error messages. * tests/cmdAH.test: Test revisions so that tests pass whether or * tests/cmdIL.test: not Tcl parses leading zero strings as octal. * tests/compExpr-old.test: * tests/compExpr.test: * tests/compile.test: * tests/expr-old.test: * tests/expr.test: * tests/incr.test: * tests/io.test: * tests/lindex.test: * tests/link.test: * tests/mathop.test: * tests/parseExpr.test: * tests/set.test: * tests/string.test: * tests/stringComp.test: | ||||
| * | | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp@users.sourceforge.net | 2007-10-11 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | Forgot to fix the relevant tests | donal.k.fellows@manchester.ac.uk | 2007-06-08 | 1 | -5/+5 |
| | | | |||||
| * | | * tests/string.test: More [string reverse] tests. | dgp@users.sourceforge.net | 2007-03-30 | 1 | -1/+28 |
| | | | |||||
| * | | [string is list] tests: fixed mixed up test name, added test of unicode handling | donal.k.fellows@manchester.ac.uk | 2006-11-22 | 1 | -2/+6 |
| | | | |||||
| * | | TIP#269 implementation | donal.k.fellows@manchester.ac.uk | 2006-11-22 | 1 | -3/+48 |
| | | | |||||
| * | | Optimize for the unshared case. | donal.k.fellows@manchester.ac.uk | 2006-11-09 | 1 | -3/+9 |
| | | | |||||
| * | | Implemented [string reverse]. | donal.k.fellows@manchester.ac.uk | 2006-11-09 | 1 | -6/+14 |
| | | | | | | | | | Finalizes basic TIP#272 implementation. | ||||
