summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet*hobbs2007-11-121-3/+3
* * generic/tclUtil.c (TclReToGlob): add more comments, set interphobbs2007-11-121-3/+12
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-127-34/+81
* * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-1210-103/+350
* * generic/tclResult.c (ResetObjResult): clarify the logic.Miguel Sofer2007-11-111-4/+2
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-1131-395/+457
* * generic/tclBasic.c: fix stack check failure case if stack grows up.das2007-11-111-2/+2
* * generic/tclBasic.c: fix stack check failure case if stack grows up.das2007-11-111-2/+2
* * generic/tclExecute.c: fast path for INST_LIST_INDEX when theMiguel Sofer2007-11-101-7/+20
* * generic/tclBasic.c:Miguel Sofer2007-11-101-8/+19
* * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues withdas2007-11-101-2/+2
* Improved failure comments for stack checks (mistachkin).Miguel Sofer2007-11-101-10/+15
* * generic/tclBasic.c:Miguel Sofer2007-11-102-21/+12
* * generic/tclBasic.c:Miguel Sofer2007-11-102-27/+25
* fix formattingdas2007-11-101-2/+3
* fix typos, formatting and non-unix breakage (due to undefined stackGrowsDown)das2007-11-101-6/+7
* * generic/tclResult.c (ResetObjResult): new shortcut.Miguel Sofer2007-11-101-3/+4
* * generic/tclAsync.c:Miguel Sofer2007-11-094-9/+95
* * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char forhobbs2007-11-094-46/+30
* * generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type beforehobbs2007-11-091-2/+4
* fix (unsigned char*) vs. (char*) warningsdas2007-11-082-5/+5
* * generic/tclStubInit.c:hobbs2007-11-085-5/+220
* (DoWriteChars): special case for 1-byte channel write.hobbs2007-11-071-6/+11
* * generic/tclIO.c (TclGetsObjBinary): add an efficient binary pathhobbs2007-11-071-4/+254
* * generic/tclEncoding.c: Version of the embedded iso8859-1Miguel Sofer2007-11-061-13/+210
* * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extendandreas_kupries2007-11-051-36/+39
* * generic/tclConfig.c (Tcl_RegisterConfig): Modified to useandreas_kupries2007-11-051-1/+6
* * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-032-3/+40
* \u0000 is ASCII! [Bug 1808258]dkf2007-11-011-13/+11
* * 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