summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-8/+21
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-5/+5
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-1/+14
* Now correctly test for (and fix) Bug #119082.dkf2000-11-241-2/+3
* beefed up the string object testshershey1999-06-151-2/+15
* Improved the appendObj functions (uncomented the optimized code that washershey1999-06-151-3/+18
* * tests/string.test:hershey1999-06-081-3/+22
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-90/+103
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+1097