summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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/tclIOUtil.c: ensure cd is thread-safe.hobbs2003-05-111-68/+102
* * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeathobbs2003-05-101-1/+10
* fix bad cvs lf conversionJoe Mistachkin2003-05-101-1/+2
* fix for [Bug 731754]Joe Mistachkin2003-05-101-5/+1
* Corrected error message for grammar and spelling.dkf2003-05-051-3/+3
* glob and square brackets fixvincentdarley2003-04-291-3/+14
* * generic/tclBasic.c: Tcl_EvalObjv() failed to honor thedgp2003-04-251-4/+8
* 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-1610-287/+112
* filesystem fixes backportedvincentdarley2003-04-141-1921/+2046
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-10/+8
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-111-7/+38
* Experimental change. Easier to check in and later back out if thereandreas_kupries2003-04-101-1/+13
* 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
* Make sure that tclWideIntType is defined and somewhat sensible everywhere. [...dkf2003-04-071-6/+9
* * generic/tclVar.c:Miguel Sofer2003-03-241-18/+42
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-212-2/+26
* * generic/tclInt.h: Removed definition of ParseValue struct thatdgp2003-03-201-32/+1
* * generic/tclCompile.c:Miguel Sofer2003-03-191-2/+9
* Fixes for three filesystem problemsvincentdarley2003-03-181-1/+3
* Made format less keen on converting numeric types. [Bug #699060]dkf2003-03-141-9/+42
* Backport of fix for 698146 to remove assumption that time_t is a long...dkf2003-03-141-7/+9
* * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-149/+159
* * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-121-4/+1
* * generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test fordgp2003-03-121-15/+16
* * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-121-2/+4
* * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to dgp2003-03-061-4/+7
* Mac OS Classic specific fixes:core_8_4_2das2003-03-031-1/+13
* * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead codehobbs2003-02-271-6/+2
* Stop [lsearch -start 0 {} x] from crashing. [Bug #694232]dkf2003-02-271-3/+4
* * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak whenhobbs2003-02-271-1/+6
* Fix for Bug #571002vasiljevic2003-02-221-2/+8
* Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774]dkf2003-02-211-20/+20
* * generic/tclEncoding.c (LoadTableEncoding):hobbs2003-02-211-1/+46
* * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effectdas2003-02-191-67/+45
* * generic/tclCompile.c (TclCompileExprWords): remove unusedMiguel Sofer2003-02-193-9/+5
* (HaveVersion): correctly decl statichobbs2003-02-191-2/+2
* cleanup of new simplefs test codevincentdarley2003-02-181-6/+10
* * generic/tclBasic.c (TclRenameCommand): fixing error in previousMiguel Sofer2003-02-181-2/+1
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH):hobbs2003-02-186-13/+229
* * generic/tclBasic.c (TclRenameCommand): 'oldFullName' object wasMiguel Sofer2003-02-181-7/+13
* * generic/tclIO.c (Tcl_GetsObj): Minor changemdejong2003-02-171-2/+2