summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* - eliminate some unnessary type castsnijtmans2009-02-1018-110/+114
* Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString,dgp2009-02-101-3/+1
* Simplify Tcl_SetObjLength by removing unreachable code.dgp2009-02-101-10/+3
* Simplify SetStringFromAny() by removing unreachable and duplicate code.dgp2009-02-101-25/+13
* * generic/tclObj.c (Tcl_GetString): Added comments and validitydgp2009-02-102-12/+22
* Convert all Tcl_InvalidateStringRep() calls into macros.dgp2009-02-101-7/+7
* * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*.dgp2009-02-101-5/+3
* * generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication.dgp2009-02-101-25/+2
* fix [Bug 2555129] const compilernijtmans2009-02-091-3/+3
* Improve error messages. [Bug 2573172]dkf2009-02-071-181/+198
* Fix for [Bug 2544618]Joe Mistachkin2009-02-061-6/+6
* Simplify the implementation of some commands now that the underlying stringdkf2009-02-051-99/+59
* Add missing castdkf2009-02-051-2/+2
* Fix [Bug 2568434]dkf2009-02-051-2/+6
* More/better/cleaner handling of the bytearray special casing for string ops.dkf2009-02-051-14/+82
* Improve efficiency of Tcl_AppendObjToObj's bytearray handling.dkf2009-02-051-1/+30
* comment typodgp2009-02-041-2/+2
* * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-041-4/+14
* * generic/tclCmdMZ.c: Prevent crashes due to int overflow of thedgp2009-02-041-11/+14
* - eliminate some unnessary type castsnijtmans2009-02-037-66/+69
* Added missing declaration of tclCmdNameTypedkf2009-02-031-1/+2
* Fix for [Bug 2558422] though this area is still a mess.dkf2009-02-031-2/+10
* * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-031-43/+28
* * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication.dgp2009-02-031-8/+2
* * generic/tclInterp.c: Reverted the conversion of [interp] into andgp2009-02-021-956/+441
* * generic/tclStringObj.c (STRING_NOMEM): Add missing cast ofdgp2009-02-021-2/+3
* * generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Addeddgp2009-02-021-1/+16
* Fix [Bug 2519474]dkf2009-01-291-2/+3
* Fix [Bug 2537839]dkf2009-01-291-9/+6
* * generic/tclInterp.c: Convert the [interp] command into adgp2009-01-291-441/+956
* Fix [Bug 2529117]dkf2009-01-291-21/+40
* Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c wheredkf2009-01-283-65/+57
* Fix [Bug 2531577]dkf2009-01-271-1/+15
* Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han...ferrieux2009-01-272-3/+107
* minor formatting improvementsdkf2009-01-261-4/+5
* Fix [Bug 2536400]dkf2009-01-261-5/+9
* CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)nijtmans2009-01-2210-269/+34
* * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202].andreas_kupries2009-01-222-13/+23
* * generic/tclStringObj.c: New fix for [Bug 2494093] replaces thedgp2009-01-211-24/+30
* * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-161-2/+2
* [Bug 2512659] patch for typo appliedpatthoyts2009-01-161-2/+3
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverteddgp2009-01-141-1/+10
* Move [throw] implementation into C.dkf2009-01-133-3/+105
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequencedgp2009-01-121-11/+1
* * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limitdgp2009-01-091-4/+7
* Fix [Bug 1558654]dkf2009-01-091-1/+9
* Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-0936-1034/+1079
* * generic/tclStringObj.c (STRING_UALLOC): Added missing parensdgp2009-01-081-2/+2
* Generate errorcodes for more cases.dkf2009-01-087-12/+57
* Corrected twiddling in internals of dictionaries so that literals can't getdkf2009-01-061-2/+3