summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Minor formatting fixesdkf2004-10-061-95/+94
* * generic/tclBasic.c:dgp2004-10-064-96/+82
* * generic/tclBasic.c:dgp2004-10-061-64/+52
* * generic/tclBasic.c:dgp2004-10-063-107/+76
* Make Tcl_AppendResult() non-deprecated again. [Patch 1041072]dkf2004-10-051-99/+32
* * generic/tclBasic.c (TclObjInvoke): More simplification of thedgp2004-10-051-54/+24
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-057-70/+133
* oopsdgp2004-10-051-2/+1
* * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021dgp2004-10-051-18/+1
* Stop words starting with 'eq' or 'ne' from being subdivided by the expressiondkf2004-10-041-3/+5
* Remove unneeded labeldkf2004-10-021-2/+1
* Modify the semantics of [dict set] to be what everyone expected them to bedkf2004-10-022-76/+141
* Speed up [upvar] and [uplevel] by not forcing level references to be parseddkf2004-10-017-22/+165
* * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit valuedgp2004-10-012-6/+2
* * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-013-50/+12
* Correction to 1038021 bug fix; should only save restore those bitsdgp2004-10-011-3/+4
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-306-61/+51
* 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-2914-173/+78
* * generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning aboutMiguel Sofer2004-09-271-1/+2
* removed several unused vars in TclObjInvokeKevin B Kenny2004-09-271-4/+1
* Whitespace/formatting policingdkf2004-09-271-133/+122
* removed some workarounds for Bug 868489Kevin B Kenny2004-09-273-109/+98
* * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-275-284/+46
* fix to small filesystem bugsvincentdarley2004-09-274-87/+126
* many more TIP 173 changesKevin B Kenny2004-09-277-1039/+500
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-266-669/+223
* * generic/tclBasic.c: Corrections to the 2004-09-21 commitdgp2004-09-243-4/+5
* * generic/tclCmdAH.c (Tcl_ExprObjCmd): Simplified the TclObjCmdProcdgp2004-09-231-34/+5
* Corrected the base for the errorline calculationdgp2004-09-231-2/+2
* * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorlinedgp2004-09-222-26/+51
* * generic/tclExecute.c (INST_START_CMD):Miguel Sofer2004-09-221-2/+3
* * generic/tclCompCmds.c: Tolerate [append] syntax errorsdgp2004-09-221-6/+2
* * generic/tclBasic.c: Reworked management of the interpdgp2004-09-214-30/+7
* * generic/tclExecute.c (TclCompEvalObj): Simplifieddgp2004-09-211-62/+13
* * generic/tclCmdAH.c: removed outdated comment [Bug 1029518].Miguel Sofer2004-09-191-7/+1
* Fix silly mistakes :} and make sure that the original bug is a test case.dkf2004-09-181-13/+17
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-7/+72
* * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-175-46/+28
* more changes for bison supportKevin B Kenny2004-09-173-132/+197
* make tclGetDate.y use bison instead of yaccKevin B Kenny2004-09-172-1258/+1836
* silence compiler warning in tclClock.cKevin B Kenny2004-09-141-2/+2
* * doc/interp.n:Miguel Sofer2004-09-141-16/+34
* Fix [Bug 1026903] by storing what ensemble the ensemble is cached for.dkf2004-09-131-2/+7
* * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad checkKevin B Kenny2004-09-112-4/+7
* * generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834];Miguel Sofer2004-09-111-37/+55
* Minor mods to latest commit to correct bugs and compiler warnings ondgp2004-09-101-8/+11
* One less crazy long/wide aunt in the attic [Bug 868489]dkf2004-09-101-25/+155
* Fix [Bug 1025359]; make sure wide seeks don't lose errorsdkf2004-09-101-5/+5