summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * compat/strftime.c: Modified TclpStrftime to return its Kevin B Kenny2003-05-181-15/+6
* Fixed Tcl bug 736425Kevin B Kenny2003-05-152-4/+168
* Stopped [format] from demoting wides to ints too easily. [Bug 699060]dkf2003-05-141-3/+14
* Implementation of TIP 118:das2003-05-144-14/+95
* Another putenv() copy behavior problem repaired when compiling on windowsdavygrvy2003-05-141-1/+6
* * generic/tclIOUtil.c: ensure cd is thread-safe.hobbs2003-05-131-69/+103
* Removed unused variable to reduce compiler warnings. [Bug 664745]dkf2003-05-131-3/+7
* fix for [Bug 732477]Joe Mistachkin2003-05-132-5/+5
* * generic/tcl.decls:das2003-05-133-3/+23
* * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-121-2/+8
* * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is nodgp2003-05-121-4/+3
* * generic/tclObj.c (tclCmdNameType): Corrected variable use of thedgp2003-05-121-7/+4
* * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,Miguel Sofer2003-05-121-1/+13
* * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeathobbs2003-05-101-1/+10
* fix bad cvs lf conversionJoe Mistachkin2003-05-101-951/+952
* fix for [Bug 731754]Joe Mistachkin2003-05-091-955/+951
* fixing previous patchMiguel Sofer2003-05-091-5/+5
* fix for [Bug 735055]Miguel Sofer2003-05-091-1/+3
* The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated.dkf2003-05-091-2/+2
* stop compiler warnings about unused variablesdgp2003-05-081-3/+1
* Made error message for [trace info] more consistent with documentation.dkf2003-05-071-3/+25
* Fixed memory leak caused by confusion about string ownership. [Bug 731706]dkf2003-05-071-3/+5
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-058-114/+323
* Corrected error message for grammar and spelling.dkf2003-05-051-3/+3
* corrected comment about the default matching mode for [switch].dgp2003-05-011-3/+4
* suppress compiler warning about uninitialized variables.dgp2003-04-291-7/+4
* Stopped warning about uninitialised variables in DictIncrCmddkf2003-04-291-26/+21
* Made [incr] able to accept and work with wide increments [Bug 728838]dkf2003-04-288-299/+557
* Default mode of operation of [switch] is exact matching. [Bug 727563]dkf2003-04-281-2/+2
* * generic/tclBasic.c: Tcl_EvalObjv() failed to honor thedgp2003-04-251-4/+8
* fix to glob and filenames with square bracketsvincentdarley2003-04-251-3/+14
* * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-222-2/+6
* corrected bogus commentsdgp2003-04-181-7/+2
* * generic/tclExecute.c (ExprCallMathFunc): remove incorrecthobbs2003-04-181-2/+2
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-1611-285/+113
* removed undesired 'static'vincentdarley2003-04-161-2/+2
* remove duplicate function definitionvincentdarley2003-04-151-121/+1
* Stopped compiler warnings about type casts.dgp2003-04-152-4/+4
* shared filesystem functionvincentdarley2003-04-143-13/+12
* Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-121-22/+26
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-10/+8
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-111-1/+44
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-115-2091/+2391
* Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-081-2/+2
* * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits ofdgp2003-04-071-4/+4
* * generic/tclCmdMZ.c (TraceExecutionProc): Added missingdgp2003-04-071-2/+4
* Yet more warning killing, this time reported by Miguel Sofer by private chat.dkf2003-04-071-1/+2
* Stopped compilers from moaning about switch fall-through. [Bug 716327]dkf2003-04-071-1/+5
* Fixed bugs 715751 and 713562 so dict code should build everywhere and wide intsdkf2003-04-072-26/+40
* Converted new files from DOS line endings to usual line endings.dgp2003-04-051-2519/+2519