summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* TIP#183 IMPLEMENTATION [Patch 577093]dgp2005-04-273-27/+91
* * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-2/+5
* fix commentsMiguel Sofer2005-04-251-2/+5
* * generic/tclExecute.c: fix for [Bug 1189274].Miguel Sofer2005-04-251-2/+2
* silence compiler warningsdgp2005-04-252-5/+5
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-227-65/+34
* * generic/tclLiteral.c: Disabled the code that forces some literalsdgp2005-04-211-1/+3
* * generic/tclDictObj.c: Updated callers to call new routine.dgp2005-04-211-2/+2
* * generic/tclBasic.c: Updated callers to call new routine.dgp2005-04-212-25/+6
* stifle compiler warningdgp2005-04-211-9/+11
* * generic/tclGet.c: Radical code simplification. Converteddgp2005-04-214-216/+174
* Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep.dgp2005-04-211-1/+4
* * generic/tclObj.c: Re-ordered error detection code so all valuesdgp2005-04-211-54/+39
* * doc/GetInt.3: Convert argument "string" to "str" to agree with code.dgp2005-04-211-157/+49
* * generic/tclGet.c (Tcl_GetInt): Corrected error that did notdgp2005-04-202-38/+22
* silenced a compiler warningKevin B Kenny2005-04-201-2/+2
* * generic/tclBasic.c: Added unsupported commanddgp2005-04-194-69/+51
* * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leakMiguel Sofer2005-04-161-2/+2
* Force clenaup of the interp result in TclLoadFile(). Some implementationsvasiljevic2005-04-161-5/+12
* Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCachevasiljevic2005-04-161-1/+3
* Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache().vasiljevic2005-04-161-1/+3
* * tests/unixInit.test: Disabled obsolete tests and removed codedgp2005-04-151-45/+41
* * generic/tclExecute.c: missing semicolons caused failure toMiguel Sofer2005-04-151-3/+3
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-4/+4
* * generic/tclCompile.c:Commented out the functionsMiguel Sofer2005-04-131-1/+7
* * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call.dgp2005-04-123-130/+125
* * generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368]dgp2005-04-101-1/+2
* fix in last commitMiguel Sofer2005-04-091-6/+7
* * generic/tclExecute.c: fix possible leak of expansion Tcl_ObjsMiguel Sofer2005-04-091-3/+12
* * generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL returndas2005-04-091-2/+3
* * generic/tclInt.h (TclGetEncodingFromObj): New function todgp2005-04-083-11/+96
* explanatory commentdgp2005-04-081-1/+8
* Improved [switch] compilation.dkf2005-04-082-123/+195
* * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into thedgp2005-04-052-49/+5
* * generic/tclInt.h:Miguel Sofer2005-04-052-146/+140
* * generic/tclExecute.c: small opts in obj handlingMiguel Sofer2005-04-041-61/+46
* * generic/tclVar.c: converted a few function calls to macros.Miguel Sofer2005-04-031-23/+23
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-0210-636/+508
* slight reduction in cost of INST_START_CMDMiguel Sofer2005-04-011-7/+29
* * generic/tclExecute.c:Miguel Sofer2005-04-012-5/+13
* * generic/tclExecute.c:Miguel Sofer2005-04-014-138/+257
* * generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replacedMiguel Sofer2005-03-311-70/+58
* * generic/tclCompile.h: Move the TclInterpReady() declaration fromdgp2005-03-253-8/+4
* purge outdated commentdgp2005-03-231-4/+2
* * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limitdgp2005-03-182-16/+22
* * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checksdgp2005-03-181-15/+11
* more tests and a fix to bug 1158199vincentdarley2005-03-151-4/+7
* fix to file norm, file pathtype on windows reserved filenames - ensure build ...vincentdarley2005-03-151-4/+4
* fix to file norm, file pathtype on windows reserved filenames - ensure build ...vincentdarley2005-03-151-4/+10
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-14/+15