summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclExecute.c: fixed INST_PUSH1's debugging code (wrongMiguel Sofer2005-03-141-2/+2
* * generic/tclCompile.c: fixed INST_RETURN's stack effect inMiguel Sofer2005-03-141-2/+2
* * generic/tclCompCmds.c: removed debugging lineMiguel Sofer2005-03-101-2/+1
* * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistakendgp2005-03-103-24/+30
* Fix commentdkf2005-03-091-1/+2
* * generic/tclExecute.c: new peephole optimisation for INST_PUSH1;Miguel Sofer2005-03-071-6/+27
* * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-5/+21
* fix to test suite failuresvincentdarley2005-02-101-3/+12
* * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread.davidw2005-02-051-2/+2
* Whitespace fixes and add notes to #else/#endif so it is clearer what's happeningdkf2005-02-031-25/+26
* * generic/tclProc.c (TclInitCompiledLocals):mdejong2005-02-021-3/+9
* * generic/tclExecute.c (TclCompEvalObj): Removed stray statementdgp2005-02-011-2/+1
* Added test for [1109484]dkf2005-01-281-3/+8
* * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)hobbs2005-01-281-4/+46
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-276-29/+102
* * generic/tclStubInit.c: Regenerated the stubs support code fromandreas_kupries2005-01-215-5/+58
* * generic/tclThread.c: Typo police. Fixed some nitsandreas_kupries2005-01-214-9/+9
* regendkf2005-01-192-2/+155
* TIP#235 implementation (rename functions, add to stubs table, document)dkf2005-01-195-112/+132
* fix to glob failure on Windows sharesvincentdarley2005-01-171-2/+18
* With vfs permissions can exist on non-unix filesystemsvincentdarley2005-01-141-3/+1
* D'oh!dkf2005-01-141-2/+2
* Stop reliance on absolute attribute indexes with helper function [Bug 1100671]dkf2005-01-143-10/+95
* Move #include of tclConfig.h to right place.dkf2005-01-052-6/+6
* bugs 1090413, 1092789 fixedKevin B Kenny2004-12-292-103/+107
* Avoid sharing cmdName literals accross namespaces, and generalise usage ofMiguel Sofer2004-12-246-37/+74
* fix for last commit; thanks dgp and tclguy for catch/classify/throwMiguel Sofer2004-12-201-3/+3
* * generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.cMiguel Sofer2004-12-202-170/+235
* Upgrade the capabilities of time limits by allowing them to fire in the midstdkf2004-12-164-19/+145
* * generic/tclTest.c: Added two new functions to allocate memoryMiguel Sofer2004-12-158-33/+229
* changing the isProcCallFrame field of the CallFrame struct from a 0/1 fieldMiguel Sofer2004-12-144-23/+27
* * generic/tcl.h: Restored extern "C" guards so that C++ codedgp2004-12-131-1/+17
* * generic/tclEncoding.c: Plugged some memory leaks. Thanks todgp2004-12-132-3/+5