summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix [Bug 2489836]dkf2009-01-061-3/+7
* Fix [Bug 2481109]dkf2009-01-061-3/+5
* Formatting improvements (comments, whitespace)dkf2009-01-061-28/+32
* Comment formatting improvements.dkf2009-01-062-147/+159
* Added a test, correct a dumb blunder.dkf2009-01-051-2/+2
* Make [source] NRE-aware to enable [yield]. [Bug 2412068]dkf2009-01-054-9/+151
* More coding style improvements.dkf2009-01-041-40/+40
* Generalize mysterious comment about causes for ::env missesferrieux2009-01-041-2/+3
* Plug memory leak.dkf2008-12-281-3/+11
* Fix my silly blunders. [Bug 2470237]dkf2008-12-273-18/+18