summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclExecute.c:Miguel Sofer2005-04-011-3/+2
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-14/+4
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-7/+7
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-12/+67
* * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effectdas2003-02-191-67/+45
* * generic/tclCompile.c (TclCompileExprWords): remove unusedMiguel Sofer2003-02-191-3/+2
* generic/tclStringObj.c (Tcl_GetCharLength): perf tweakhobbs2003-02-151-7/+8
* * tests/stringObj.test:hobbs2003-02-111-7/+6
* stringObj unicode Tcl_SetObjLength fixesvincentdarley2003-01-241-83/+131
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-22/+48
* 3 small fixesvincentdarley2002-11-131-3/+3
* * generic/tclStringObj.c (Tcl_GetCharLength): optimize for thehobbs2002-11-121-5/+19
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-3/+3
* * typos and formattingdgp2002-01-081-4/+3
* * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):dgp2001-12-281-4/+4
* * generic/tcl.decls:hobbs2001-05-151-1/+58
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-041-20/+20
* * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc.ericm2000-09-141-53/+137
* * generic/tclStringObj.c: Applied patch from Gerhard Hintermayerericm2000-08-301-25/+90
* * generic/tclStringObj.c (Tcl_AppendUnicodeToObj): removed dead code.hobbs2000-05-261-22/+9
* minor comment correctionhobbs2000-05-081-2/+2
* * generic/tclProc.c: corrected error reporting for default casehobbs1999-11-191-9/+35
* * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it onlyhobbs1999-10-291-7/+38
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-5/+6
* fixed bug that cause bad memory read on Windowshershey1999-06-161-5/+5
* fixed bugs that kept windows from compiling.hershey1999-06-161-6/+6
* beefed up the string object testshershey1999-06-151-67/+73
* Improved the appendObj functions (uncomented the optimized code that washershey1999-06-151-31/+7
* Merged String and Unicode object types. Added new functions tohershey1999-06-151-75/+1002
* * tests/string.test:hershey1999-06-081-6/+3
* * generic/tclResult.c (Tcl_AppendResultVA):stanton1999-05-071-3/+4
* * mac/tclMacResource.c:stanton1999-04-281-7/+7
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-11/+40
* Merged stubs changes into mainline for 8.0stanton1999-03-101-8/+36
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+598