| Commit message (Expand) | Author | Age | Files | Lines |
* | bumped version to 8.4.3 | hobbs | 2003-05-15 | 1 | -3/+3 |
|
|
* | Consequent fixes from [Bug 699060]; [format] should not be too eager to demote | dkf | 2003-05-14 | 1 | -2/+9 |
|
|
* | * generic/tclEnv.c (TclUnsetEnv): Another putenv() copy behavior | hobbs | 2003-05-14 | 1 | -1/+6 |
|
|
* | * generic/tclIOUtil.c: add decl for FsThrExitProc to suppress | hobbs | 2003-05-13 | 1 | -2/+2 |
|
|
* | Removed unused variable to reduce compiler warnings. [Bug 664745] | dkf | 2003-05-13 | 1 | -3/+7 |
|
|
* | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 2 | -5/+5 |
|
|
* | * generic/tcl.decls: | das | 2003-05-13 | 3 | -3/+23 |
|
|
* | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words | dgp | 2003-05-12 | 1 | -2/+8 |
|
|
* | * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no | dgp | 2003-05-12 | 1 | -4/+3 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Corrected variable use of the | dgp | 2003-05-12 | 1 | -7/+4 |
|
|
* | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+13 |
|
|
* | * generic/tclIOUtil.c: ensure cd is thread-safe. | hobbs | 2003-05-11 | 1 | -68/+102 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat | hobbs | 2003-05-10 | 1 | -1/+10 |
|
|
* | fix bad cvs lf conversion | Joe Mistachkin | 2003-05-10 | 1 | -1/+2 |
|
|
* | fix for [Bug 731754] | Joe Mistachkin | 2003-05-10 | 1 | -5/+1 |
|
|
* | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -3/+3 |
|
|
* | glob and square brackets fix | vincentdarley | 2003-04-29 | 1 | -3/+14 |
|
|
* | * generic/tclBasic.c: Tcl_EvalObjv() failed to honor the | dgp | 2003-04-25 | 1 | -4/+8 |
|
|
* | Corrected bogus comments | dgp | 2003-04-18 | 1 | -7/+2 |
|
|
* | * generic/tclExecute.c (ExprCallMathFunc): remove incorrect | hobbs | 2003-04-18 | 1 | -2/+2 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 10 | -287/+112 |
|
|
* | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -1921/+2046 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -10/+8 |
|
|
* | * generic/tclIO.c (UpdateInterest): When dropping interest in | andreas_kupries | 2003-04-11 | 1 | -7/+38 |
|
|
* | Experimental change. Easier to check in and later back out if there | andreas_kupries | 2003-04-10 | 1 | -1/+13 |
|
|
* | Use correct test for the empty string in Tcl_ErrorObjCmd | dkf | 2003-04-08 | 1 | -2/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of | dgp | 2003-04-07 | 1 | -4/+4 |
|
|
* | * generic/tclCmdMZ.c (TraceExecutionProc): Added missing | dgp | 2003-04-07 | 1 | -2/+4 |
|
|
* | Make sure that tclWideIntType is defined and somewhat sensible everywhere. [... | dkf | 2003-04-07 | 1 | -6/+9 |
|
|
* | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 1 | -18/+42 |
|
|
* | * generic/tclInt.h (tclOriginalNotifier): | dgp | 2003-03-21 | 2 | -2/+26 |
|
|
* | * generic/tclInt.h: Removed definition of ParseValue struct that | dgp | 2003-03-20 | 1 | -32/+1 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -2/+9 |
|
|
* | Fixes for three filesystem problems | vincentdarley | 2003-03-18 | 1 | -1/+3 |
|
|
* | Made format less keen on converting numeric types. [Bug #699060] | dkf | 2003-03-14 | 1 | -9/+42 |
|
|
* | Backport of fix for 698146 to remove assumption that time_t is a long... | dkf | 2003-03-14 | 1 | -7/+9 |
|
|
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier | dkf | 2003-03-14 | 1 | -149/+159 |
|
|
* | * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT | dgp | 2003-03-12 | 1 | -4/+1 |
|
|
* | * generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test for | dgp | 2003-03-12 | 1 | -15/+16 |
|
|
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 1 | -2/+4 |
|
|
* | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to
| dgp | 2003-03-06 | 1 | -4/+7 |
|
|
* | Mac OS Classic specific fixes:core_8_4_2 | das | 2003-03-03 | 1 | -1/+13 |
|
|
* | * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead code | hobbs | 2003-02-27 | 1 | -6/+2 |
|
|
* | Stop [lsearch -start 0 {} x] from crashing. [Bug #694232] | dkf | 2003-02-27 | 1 | -3/+4 |
|
|
* | * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when | hobbs | 2003-02-27 | 1 | -1/+6 |
|
|
* | Fix for Bug #571002 | vasiljevic | 2003-02-22 | 1 | -2/+8 |
|
|
* | Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774] | dkf | 2003-02-21 | 1 | -20/+20 |
|
|
* | * generic/tclEncoding.c (LoadTableEncoding): | hobbs | 2003-02-21 | 1 | -1/+46 |
|
|
* | * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect | das | 2003-02-19 | 1 | -67/+45 |
|
|
* | * generic/tclCompile.c (TclCompileExprWords): remove unused | Miguel Sofer | 2003-02-19 | 3 | -9/+5 |
|
|