| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. | dgp | 2005-04-12 | 1 | -8/+8 |
|
|
* | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 1 | -43/+3 |
|
|
* | * generic/tclEncoding.c: Plugged some memory leaks. Thanks to | dgp | 2004-12-13 | 1 | -1/+2 |
|
|
* | * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case | dgp | 2004-12-02 | 1 | -3/+4 |
|
|
* | * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope | dgp | 2004-12-02 | 1 | -50/+58 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -91/+72 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -8/+322 |
|
|
* | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 1 | -1/+38 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -17/+8 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -7/+2 |
|
|
* | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. | dgp | 2004-06-18 | 1 | -1/+2 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 1 | -5/+32 |
|
|
* | additional performance tweak to last commit. | dgp | 2003-08-27 | 1 | -3/+14 |
|
|
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -25/+36 |
|
|
* | Revert mistaken commit. | dgp | 2003-08-27 | 1 | -35/+21 |
|
|
* | * tests/util.test: Added new tests for remaining TclNeedSpace() | dgp | 2003-08-27 | 1 | -21/+35 |
|
|
* | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -3/+2 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -16/+2 |
|
|
* | * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset | hobbs | 2002-11-19 | 1 | -5/+6 |
|
|
* | * generic/tclUtil.c (Tcl_Backslash): use TclUtfToUniChar. | hobbs | 2002-11-12 | 1 | -25/+57 |
|
|
* | * generic/tcl.decls: Restored Tcl_Concat to return (char *). Like | dgp | 2002-08-05 | 1 | -2/+2 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -26/+16 |
|
|
* | Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshared | dkf | 2002-06-25 | 1 | -4/+12 |
|
|
* | list/string indexes don't destroy wide int rep [Bug #526717] | dkf | 2002-04-19 | 1 | -48/+80 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -2/+2 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -3/+3 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -7/+8 |
|
|
* | Fixed fault with case-insensitive string matching (Bug#233257) and rewrote | dkf | 2002-01-02 | 1 | -7/+20 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -2/+28 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -15/+182 |
|
|
* | * Updated APIs in | dgp | 2001-09-24 | 1 | -17/+17 |
|
|
* | TclNeedSpace is now UTF8-aware. (Bug #411825 from <arobert3434@users.sf.net>) | dkf | 2001-09-19 | 1 | -6/+13 |
|
|
* | * tests/compile.test: added compile-11.* interp result checks | hobbs | 2001-08-31 | 1 | -1/+6 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -101/+1 |
|
|
* | * tests/util.test: added util-4.6 | hobbs | 2001-07-03 | 1 | -5/+5 |
|
|
* | * generic/tclUtil.c (Tcl_DStringAppendElement): patch to save an | hobbs | 2001-06-04 | 1 | -4/+6 |
|
|
* | * doc/Utf.3: | hobbs | 2000-05-08 | 1 | -143/+46 |
|
|
* | * tests/var.test: | hobbs | 1999-12-12 | 1 | -1/+33 |
|
|
* | * generic/tclDate.c: | hobbs | 1999-12-08 | 1 | -2/+2 |
|
|
* | check for whitespace after bad octals | hobbs | 1999-12-04 | 1 | -1/+4 |
|
|
* | * tests/expr-old.test: | hobbs | 1999-12-04 | 1 | -1/+55 |
|
|
* | 1999-09-16 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-21 | 1 | -24/+23 |
|
|
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -1/+162 |
|
|
* | lint | stanton | 1999-05-06 | 1 | -2/+2 |
|
|
* | * doc/string.n: | stanton | 1999-05-06 | 1 | -14/+15 |
|
|
* | * tests/cmdIL.test: | stanton | 1999-05-04 | 1 | -17/+31 |
|
|
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
|
|
* | added first draft of documentation for Tcl_Access and Tcl_Stat. | hershey | 1999-04-17 | 1 | -3/+3 |
|
|
* | changes make Tcl_Access and Tcl_Stat public. | hershey | 1999-04-17 | 1 | -1/+48 |
|
|