summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCompile.h: Removed extrainious reset ofdavygrvy2004-11-031-4/+1
* * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-036-29/+66
* * generic/tclTrace.c (TclCallVarTraces): Improved ability to debugdgp2004-11-031-7/+34
* * generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary.davygrvy2004-11-031-6/+1
* * generic/tclFileSystem.h: Added use of MODULE_SCOPE on protos.davygrvy2004-11-031-34/+58
* * generic/tclCompile.h: Exchanged use of the EXTERN macro to the new MODULE_S...davygrvy2004-11-031-71/+66
* * generic/tclInt.h: added a check for #ifdef __cplusplus around the #definedavygrvy2004-11-021-2/+6
* Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-021-10/+62
* Make core less eager to spew its guts all over the place; core symbols indkf2004-11-021-514/+616
* Remove unused labeldkf2004-11-011-2/+1
* Fix for [Bug 761471]; NaN is now *never* equal to NaN...dkf2004-11-011-19/+5
* Cleaning up of the namespace guts.dkf2004-11-011-551/+546
* Cleaning up; mostly whitespace and comment fixes.dkf2004-11-011-242/+236
* Improved comments on selected flags in tcl.hdkf2004-11-011-3/+13
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-1/+9
* replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux)Kevin B Kenny2004-10-301-2/+2
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-298-121/+263
* fix for execution stack corruption [Bug 1055676]. Credit dgp for detectiveMiguel Sofer2004-10-281-1/+3
* * generic/tcl.h: Removed the file level 'extern "C" {' and thedavygrvy2004-10-271-17/+1
* * generic/tclInt.decls: The following 9 functions were moved fromdavygrvy2004-10-274-21/+145
* * generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test.dgp2004-10-261-2/+2
* * generic/tclPipe.c (TclCleanupChildren): bad cast of resolvedPid causeddavygrvy2004-10-261-3/+3
* removed more direct references to the VAR flags, replaced with accessMiguel Sofer2004-10-262-11/+16
* * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode):dgp2004-10-252-41/+7
* * library/auto.tcl Purged Tcl's script library of alldgp2004-10-252-12/+15
* defined new macros to get/set the flags of variables.Miguel Sofer2004-10-254-35/+55
* * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo):dgp2004-10-243-78/+38
* Make ensembles report shorter error traces that conceal more of how thedkf2004-10-221-2/+3
* Whitespace policedkf2004-10-221-25/+25
* Standardize way of calling object freeIntRepProcs...dkf2004-10-222-18/+18
* * generic/tclVar.c: fixed bug in commit of 2004-07-23, which wasMiguel Sofer2004-10-221-4/+1
* * generic/tclInt.h (Interp):dgp2004-10-213-55/+114
* * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-215-280/+372
* doubled speed of clock formatKevin B Kenny2004-10-213-3/+55
* * generic/tclThreadTest.c (ThreadEventProc): Corrected subtledgp2004-10-201-2/+2
* Stop losing result codes in [dict with] in some circumstancesdkf2004-10-191-3/+2
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-198-150/+227
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-187-142/+108
* generic/tclResult.c: removed unused variable [Bug 1048588].Miguel Sofer2004-10-171-2/+1
* * generic/tclCmdMZ.c (TclProcessReturn): Now that primarydgp2004-10-152-45/+30
* Remove unused variabledgp2004-10-151-2/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-1513-281/+339
* TIP#217 implementationdkf2004-10-141-12/+32
* Speed up [info <thing> <simplePattern>]dkf2004-10-145-51/+214
* Fix comments...dkf2004-10-111-3/+3
* Fix things so we can pass our own test suite for TIP#212...dkf2004-10-081-3/+3
* Core of implementation of TIP#201 ('in' and 'ni' operators)dkf2004-10-085-11/+114
* Core of implementation of TIP#212dkf2004-10-081-60/+379
* * generic/tclTest.c (TestsetobjerrorcodeCmd): Simplified.dgp2004-10-071-11/+2
* filesystem generic/platform code splittingvincentdarley2004-10-074-261/+40