summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Expand)AuthorAgeFilesLines
* more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-1/+1
* Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-2/+47
|\
| * Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-2/+47
| |\
| | * Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-2/+47
* | | Use the new private flag INDEX_TEMP_TABLE in testing command too.dgp2016-07-201-16/+2
|/ /
* | Use same internal representation for unicode strings in test-cases than in re...jan.nijtmans2016-07-011-8/+2
* | merge core-8-5-branchjan.nijtmans2013-01-311-4/+4
|\ \ | |/
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-4/+4
* | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to...jan.nijtmans2013-01-031-0/+11
|\ \ | |/
| * test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to...jan.nijtmans2013-01-031-0/+11
| |\
| | * test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to...jan.nijtmans2013-01-031-0/+11
* | | [Bug 3386721] Allow multiple [load]ing of the Tcltest packageferrieux2011-08-101-62/+104
* | | TclFreeIntRep() related cleanup.dgp2011-04-251-2/+1
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-6/+4
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-301-2/+65
| * | constification backport to silence warningdgp2010-03-191-3/+3
| * | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-181-1/+101
| * | * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-301-2/+66
* | | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-181-1/+101
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-8/+8
* | | Test-case for fixed [Bug 2849797]nijtmans2009-11-191-2/+1
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-2/+5
* | | * generic/tclTestObj.c: Replace the [teststringobj ualloc] testingdgp2009-02-161-5/+5
* | | * generic/tclStringObj.c: Added protections from invalid memorydgp2009-02-161-2/+66
* | | * generic/tclTestObj.c: Revise updates to [teststringobj] so we don'tdgp2009-02-141-7/+5
* | | * generic/tclStringObj.c: Simplified Tcl_GetCharLength bydgp2009-02-121-1/+7
* | | * generic/tclStringObj.c: Changed type of the 'allocated' fielddgp2009-02-111-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-10/+10
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-117/+117
* | | Eliminate warning: unused variablenijtmans2008-11-261-3/+1
* | | Eliminate 3 calls to Tcl_SetResult, asnijtmans2008-11-251-3/+2
* | | Add "const" to many internalnijtmans2008-10-161-4/+4
* | | * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-271-2/+2
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-5/+5
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-66/+1
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-2/+2
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-55/+55
* | various "const" additions in implementationnijtmans2007-03-071-22/+22
* | ANSIfy the test code (well, strip some of the worst offences!)dkf2005-11-021-130/+121
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+7
* | Add missing return TCL_ERRORdkf2005-06-071-111/+103
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+171
|/
* filesystem cleanup fix, virtual filesystem load fixvincentdarley2002-12-041-2/+9
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-151-2/+3