summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclUtil.c: Dropped ParseInteger() routine.dgp2006-09-211-80/+15
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-2/+2
* ANSIfy (though only partially - function decls only - for tclExecute.c)dkf2005-11-021-176/+183
* * generic/tclClock.c: Removed some dead code.dgp2005-10-191-56/+1
* TIP#237 IMPLEMENTATIONdgp2005-10-081-24/+62
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-13/+11
* Add flag to lists so that evaluating contexts can handle them efficiently muchdkf2005-09-061-2/+9
* * generic/tclUtil.c: Converted the $::tcl_precision value to bedgp2005-07-271-30/+14
* Getting more systematic about styledkf2005-07-241-730/+756
* * generic/tclUtil.c: Converted TclFormatInt() into a macro.dgp2005-07-051-86/+1
* * generic/tclInt.decls:das2005-05-141-1/+24
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-41/+147
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-38/+1
* * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-38/+38
* TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-291-11/+57
* * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call.dgp2005-04-121-8/+8
* * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into thedgp2005-04-051-43/+3
* * generic/tclEncoding.c: Plugged some memory leaks. Thanks todgp2004-12-131-1/+2
* * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the casedgp2004-12-021-3/+4
* * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scopedgp2004-12-021-50/+58
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-91/+72
* Patch 976520 reworks several of the details involved withdgp2004-11-301-8/+322
* Speed up [info <thing> <simplePattern>]dkf2004-10-141-1/+38
* * generic/tclBasic.c:dgp2004-10-061-17/+8
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-7/+2
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-181-1/+2
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537].dgp2003-09-041-5/+32
* additional performance tweak to last commit.dgp2003-08-271-3/+14
* * generic/tclUtil.c: Corrected [Bug 411825] and other bugs indgp2003-08-271-25/+36
* Revert mistaken commit.dgp2003-08-271-35/+21
* * tests/util.test: Added new tests for remaining TclNeedSpace()dgp2003-08-271-21/+35
* * generic/tclPreserve.c: In Result and Preserve'd routines, do nothobbs2003-07-161-3/+2
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-16/+2
* * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offsethobbs2002-11-191-5/+6
* * generic/tclUtil.c (Tcl_Backslash): use TclUtfToUniChar.hobbs2002-11-121-25/+57
* * generic/tcl.decls: Restored Tcl_Concat to return (char *). Likedgp2002-08-051-2/+2
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-26/+16
* Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshareddkf2002-06-251-4/+12
* list/string indexes don't destroy wide int rep [Bug #526717]dkf2002-04-191-48/+80
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-201-2/+2
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-3/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-7/+8
* Fixed fault with case-insensitive string matching (Bug#233257) and rewrotedkf2002-01-021-7/+20
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-2/+28
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-15/+182
* * Updated APIs indgp2001-09-241-17/+17
* TclNeedSpace is now UTF8-aware. (Bug #411825 from <arobert3434@users.sf.net>)dkf2001-09-191-6/+13
* * tests/compile.test: added compile-11.* interp result checkshobbs2001-08-311-1/+6
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-101/+1