summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclVar.c (TclArrayObjCmd - ARRAY_NAMES): leaking an object [BugMiguel Sofer2004-12-131-1/+2
* * generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualifiedMiguel Sofer2004-12-121-1/+19
* converting the static function GetNamespaceFromObj() to MODULE_SCOPEMiguel Sofer2004-12-112-13/+14
* Bump to a3 to prevent confusion with a2 release.dkf2004-12-101-3/+3
* optimised loops that initialise a proc's arguments and compiled localMiguel Sofer2004-12-104-114/+162
* Make ensemble API available to rest of Tcl core.dkf2004-12-102-36/+36
* Provide an internal API for manipulating ensembles.dkf2004-12-091-133/+635
* * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-043-4/+6
* * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the casedgp2004-12-022-6/+7
* filesystem, glob, tilde fixvincentdarley2004-12-021-1/+17
* Remove a global mutex/state by using lists instead of hashtables to store thedkf2004-12-021-49/+51
* Convert mutex-protected global state into thread-local state. [FRQ 1077210]dkf2004-12-021-9/+18
* * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scopedgp2004-12-021-50/+58
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-018-120/+130
* * generic/tclEncoding.c: Moved TclpSetInitialEncodings()dgp2004-12-011-3/+2
* Patch 976520 reworks several of the details involved withdgp2004-11-3012-559/+1006
* Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/dkf2004-11-252-4/+32
* * generic/tclPort.h: Relative include of tclWinPort.h returned as it was requ...davygrvy2004-11-241-2/+2
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-241-6/+8
* Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript]dkf2004-11-231-1/+13
* * generic/tclInterp.c: Restored several directories to the searchdgp2004-11-221-11/+29
* fix to windows file join bugvincentdarley2004-11-221-4/+12
* * tests/interp.test (interp-36.*): [interp bgerror] tests.dgp2004-11-181-5/+3