summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tcl.h: Micro formatting fixes.andreas_kupries2004-09-102-6/+6
* comment typodgp2004-09-101-2/+2
* * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolveddgp2004-09-101-12/+8
* * generic/tclExecute.c (INST_CONCAT1): added a peepholeMiguel Sofer2004-09-101-1/+15
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-20/+27
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-45/+78
* * generic/tclBasic.c (Tcl_CreateInterp): Removed obsoletedgp2004-09-081-228/+111
* * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug whereKevin B Kenny2004-09-081-2/+2
* removed unused cmdInfo variableKevin B Kenny2004-09-071-2/+1
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-19/+4
* Completed an incomplete undo of a mistaken commit that broke the HEAD.dgp2004-08-311-9/+9
* Undo mistaken commit of code in sandbox. <:} D'oh!dkf2004-08-311-111/+3