summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.h: Bump version number to 8.5b2.1 to distinguishdgp2007-10-301-2/+2
* * generic/tclUtil.c (Tcl_ConcatObj): optimise for some of theMiguel Sofer2007-10-281-13/+38
* Embed the definition of the iso8859-1 encoding directly in Tcl.dkf2007-10-281-2/+46
* * generic/tclNamesp.c (Tcl_FindCommand): insure that FQ commandMiguel Sofer2007-10-271-2/+2
* Part of fix for [Bug 1810264]dkf2007-10-271-1/+1
* * generic/tclCompile.h:Miguel Sofer2007-10-272-4/+4
* * generic/tclVar.c: try to preserve Tcl_Objs when doing variableMiguel Sofer2007-10-271-55/+97
* * README: Bump version number to 8.5b2.dgp2007-10-261-3/+3
* whitespacedas2007-10-251-4/+4
* Added TclpMasterLock/Unlock arround calls to ForgetSyncObject invasiljevic2007-10-251-1/+10
* * generic/tclCompile.c: Fix comments.Miguel Sofer2007-10-202-5/+5
* * generic/tclResult.c (TclMergeReturnOptions): Make sure any -codedgp2007-10-182-3/+11
* * generic/tcl.h: Remove TCL_LL_MODIFIER_SIZE. [RFE 1811837]dgp2007-10-181-11/+1
* * generic/tclCompExpr.c: Moved a misplaced declaration that blockedKevin B Kenny2007-10-172-7/+12
* * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-153-6/+50
* * generic/tclParse.c (Tcl_ParseBraces): fix for possible readMiguel Sofer2007-10-151-2/+2
* comment typodas2007-10-121-2/+2
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-112-81/+43
* * generic/tclObj.c: remove superfluous #include of tclCompile.hMiguel Sofer2007-10-111-2/+1
* Fix my silly blunder with an undeclared variable.dkf2007-10-091-2/+3
* * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29hobbs2007-10-021-3/+4
* * generic/tcl.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-021-2/+2
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-256-166/+406
* fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheckcore_8_5_b1das2007-09-201-1/+4
* * README: Bump version number to 8.5b1dgp2007-09-191-4/+4
* formattingdgp2007-09-191-9/+5
* Replace isdigit call with an internal implementation to avoid libc linkage on...patthoyts2007-09-191-2/+11
* * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs()dgp2007-09-181-2/+8
* * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4dgp2007-09-173-5/+70
* (CopyData): avoid leaking msg and errObj (if interp == NULL)das2007-09-171-15/+27
* Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-174-53/+54
* Minor cleanup of NULL usagedkf2007-09-171-13/+16
* Only invalidate the namespace path once on command creation. [1519940]dkf2007-09-141-2/+1
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-137-22/+561
* * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internaldas2007-09-131-14/+41
* * doc/package.n: Restored the functioning ofdgp2007-09-111-188/+57
* * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-113-21/+37
* * generic/tclExecute.c: Corrected an off-by-one error in theKevin B Kenny2007-09-111-3/+25
* * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var beinghobbs2007-09-101-2/+9
* * generic/tclCompile.c: fix tclInstructionTable entry forMiguel Sofer2007-09-102-10/+3
* * doc/package.n: Restored the document parallel syntax of thedgp2007-09-101-55/+35
* Minor cleanup of RE compiler code, gradually gradually making it more Tcl-ish.dkf2007-09-103-344/+332
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-095-242/+112
* Correct stack effect value in table.dgp2007-09-091-2/+2
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-094-63/+74
* * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separatedgp2007-09-091-7/+16
* * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]Miguel Sofer2007-09-081-7/+4
* Fix [Bug 1786481]dkf2007-09-082-2/+20
* * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp2007-09-071-13/+27
* * generic/tclProc.c (TclInitCompiledLocals): the refCount ofMiguel Sofer2007-09-071-2/+4