summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* remove unused vardgp2004-10-071-2/+2
* Simplify the guts of [glob]; maybe mortals can comprehend it now?dkf2004-10-062-309/+310
* Simplify LoadTableEncodingdkf2004-10-061-21/+10
* Formatting fixes.dkf2004-10-061-8/+8
* * generic/tclBasic.c:dgp2004-10-0611-159/+130
* Silence compiler warning...dkf2004-10-061-1/+2
* * generic/tclBasic.c:dgp2004-10-066-104/+79
* Braces round if bodies...dkf2004-10-062-7/+8
* Style guide fixesdkf2004-10-061-24/+20
* Style fixes (spaces, braces, etc.)dkf2004-10-061-466/+463
* Add braces round if body...dkf2004-10-061-2/+4
* Minor style guide issues (e.g. making sure all 'if' bodies have bracesdkf2004-10-061-83/+100
* More mnemonic variable names, better brace usage.dkf2004-10-061-143/+151
* Style improvements and more macro use.dkf2004-10-061-203/+361
* Remove useless panic-ing implementations of methods in tclProcBodyTypedkf2004-10-061-97/+30
* Style fixes and Tcl_GetString -> TclGetStringdkf2004-10-061-81/+79
* Tcl_GetString -> TclGetStringdkf2004-10-061-11/+11
* Convert Tcl_GetString to TclGetString for minor speed increasedkf2004-10-061-17/+17