summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclCmdAH.c (Tcl_ExprObjCmd): Simplified the TclObjCmdProcdgp2004-09-232-34/+10
* Corrected the base for the errorline calculationdgp2004-09-231-2/+2
* * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorlinedgp2004-09-225-30/+76
* reverting unintentional change in unix/tclUnixInit.cMiguel Sofer2004-09-221-3/+2
* * generic/tclExecute.c (INST_START_CMD):Miguel Sofer2004-09-224-5/+43
* Updated America/MontevideoKevin B Kenny2004-09-222-0/+10
* * generic/tclCompCmds.c: Tolerate [append] syntax errorsdgp2004-09-223-8/+22
* * generic/tclBasic.c: Reworked management of the interpdgp2004-09-215-30/+16
* * generic/tclExecute.c (TclCompEvalObj): Simplifieddgp2004-09-212-62/+19
* Tighten up wording on [interp eval] and stack frames. [Bug 926590]dkf2004-09-212-5/+23
* Highlight document-internal referencesdkf2004-09-211-12/+12
* * tests/error.test (error-6.2,3): Added more tests to verifydgp2004-09-202-1/+15
* Some tests were non-portable, alas.dkf2004-09-191-3/+3
* * generic/tclCmdAH.c: removed outdated comment [Bug 1029518].Miguel Sofer2004-09-192-7/+5
* no messagedavygrvy2004-09-181-0/+6
* Dde package can load into a safe interp. Claim this fact for thedavygrvy2004-09-181-2/+3
* Fix silly mistakes :} and make sure that the original bug is a test case.dkf2004-09-182-16/+21
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-183-8/+86
* Fix "operand"/"operator" confusiondkf2004-09-181-6/+5
* more formatting policedkf2004-09-181-2/+2
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-1837-473/+498
* Whitespace policedkf2004-09-181-1/+1
* * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-176-46/+41
* more changes for bison supportKevin B Kenny2004-09-174-134/+199
* make tclGetDate.y use bison instead of yaccKevin B Kenny2004-09-174-1269/+1858
* silence compiler warning in tclClock.cKevin B Kenny2004-09-142-2/+12
* * doc/interp.n:Miguel Sofer2004-09-144-45/+85