summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-062-203/+365
* 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
* Convert to using the TclGetString macro; slightly faster...dkf2004-10-061-27/+27
* Convert string to stringPtrdkf2004-10-061-12/+12
* Simplify [switch] implementation.dkf2004-10-062-133/+146
* Minor formatting fixesdkf2004-10-061-95/+94
* * generic/tclBasic.c:dgp2004-10-065-96/+85
* * generic/tclBasic.c:dgp2004-10-062-64/+53
* * generic/tclBasic.c:dgp2004-10-064-107/+88
* Make Tcl_AppendResult() non-deprecated again. [Patch 1041072]dkf2004-10-053-110/+53
* * generic/tclBasic.c (TclObjInvoke): More simplification of thedgp2004-10-052-54/+28
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-058-70/+156
* oopsdgp2004-10-051-2/+1
* * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021dgp2004-10-052-19/+7
* * tests/clock.test (clock-34.*): Removed an antibug that forcedKevin B Kenny2004-10-042-9/+16
* Stop words starting with 'eq' or 'ne' from being subdivided by the expressiondkf2004-10-043-4/+18
* Clarify that dicts are unordered [Bug 1032243] and add another example.dkf2004-10-043-20/+63
* Added missing bug numberdkf2004-10-041-1/+1
* Remove unneeded labeldkf2004-10-021-2/+1
* Modify the semantics of [dict set] to be what everyone expected them to bedkf2004-10-026-102/+172
* * tests/namespace.test (namespace-8.7): Another test for save/restoredgp2004-10-022-1/+13
* Speed up [upvar] and [uplevel] by not forcing level references to be parseddkf2004-10-018-22/+171
* * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit valuedgp2004-10-013-6/+7
* * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-015-53/+21
* Correction to 1038021 bug fix; should only save restore those bitsdgp2004-10-011-3/+4
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-3010-64/+130
* * tests/subst.test (12.1-2): added tests for [Bug 1036649]Miguel Sofer2004-09-302-1/+20
* * tests/basic.test (49.*): New tests for TCL_EVAL_GLOBAL.dgp2004-09-292-1/+25
* Remove unused variabledkf2004-09-291-2/+1
* Typodkf2004-09-291-2/+2
* Factorize out the code for freeing an object's internal rep.dkf2004-09-2915-173/+102
* Changelog typoMiguel Sofer2004-09-281-1/+1
* * generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning aboutMiguel Sofer2004-09-272-1/+7
* removed several unused vars in TclObjInvokeKevin B Kenny2004-09-272-4/+4
* Whitespace/formatting policingdkf2004-09-271-133/+122
* removed some workarounds for Bug 868489Kevin B Kenny2004-09-274-109/+103
* * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-277-295/+64
* added missing Tcl_GlobTypeData documentationvincentdarley2004-09-272-1/+19
* fix to small filesystem bugsvincentdarley2004-09-278-99/+176
* many more TIP 173 changesKevin B Kenny2004-09-2715-1765/+868
* small typovincentdarley2004-09-272-2/+6
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-2614-873/+410
* Fix spelling of test names...dkf2004-09-241-21/+21
* * generic/tclBasic.c: Corrections to the 2004-09-21 commitdgp2004-09-246-6/+45
* * unix/dltest/Makefile.in (clean): Fixup make cleanmdejong2004-09-232-2/+13