Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge trunk | jan.nijtmans | 2014-01-23 | 1 | -6/+10 | |
|\ | ||||||
| * | put the other definition of a trim set in the header file too | dkf | 2013-12-30 | 1 | -6/+10 | |
| | | ||||||
* | | merge trunk | dgp | 2013-09-21 | 1 | -2/+1 | |
|\ \ | |/ | ||||||
| * | Fix 3 trivial (possible) errors, discovered by covertity.com | jan.nijtmans | 2013-09-04 | 1 | -2/+1 | |
| | | ||||||
* | | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversions | jan.nijtmans | 2013-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | Merge trunk. | jan.nijtmans | 2013-02-11 | 1 | -1/+1 | |
|\ \ | |/ | | | Various Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj modifications | |||||
* | | Restore panic check at and of the loop. Thanks! Don for noticing this. | jan.nijtmans | 2013-01-09 | 1 | -1/+4 | |
| | | ||||||
* | | Restore API compatibility with public Tcl_*Scan and Tcl_*Convert functions ↵ | jan.nijtmans | 2013-01-09 | 1 | -25/+7 | |
| | | | | | | | | | | (changes in private functions are OK) Increase LOCAL_SIZE to 64, and remove two Panic's which cannot occur any more as a result of the improvements. | |||||
* | | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, to | dgp | 2013-01-08 | 1 | -16/+16 | |
| | | | | | | hold their flags. Reduce waste now that interface freedom permits it. | |||||
* | | merge trunk | jan.nijtmans | 2013-01-05 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | speling ficks | dgp | 2013-01-03 | 1 | -2/+2 | |
| |\ | ||||||
| | * | speling ficks | dgp | 2013-01-03 | 1 | -2/+2 | |
| | | | ||||||
| | * | Remove surplus parens | dgp | 2012-07-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge trunk | jan.nijtmans | 2012-12-27 | 1 | -8/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Stop leaking allocated space when objifying a zero-length DString. [Bug ↵ | ferrieux | 2012-12-22 | 1 | -8/+10 | |
| | | | | | | | | | | | | 3598150] spotted by afredd. | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge (selected bits of) novem | dgp | 2012-11-26 | 1 | -34/+0 | |
|\ \ \ \ | ||||||
| | * | | | Removed functions marked deprecated or obsolete for a long time: ↵ | jan.nijtmans | 2012-11-26 | 1 | -34/+0 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError. | |||||
* | | | | WIP removing the maintenance of a string result in the Interp. | dgp | 2012-11-17 | 1 | -71/+5 | |
|\ \ \ \ | |/ / / |/| | | | Still some head-scratching on what to do with tclStubLib.c. | |||||
| * | | | merge trunk | dgp | 2012-11-16 | 1 | -330/+462 | |
| |\ \ \ | | |/ / | ||||||
| * | | | merge trunk | dgp | 2012-07-19 | 1 | -5/+36 | |
| |\ \ \ | ||||||
| * | | | | Implement Tcl_DStringResult with call to TclDStringToObj. | dgp | 2012-04-25 | 1 | -6/+1 | |
| | | | | | ||||||
| * | | | | merge trunk | dgp | 2012-04-25 | 1 | -0/+58 | |
| |\ \ \ \ | ||||||
| * | | | | | Clean version of changes; ifdef-free | dkf | 2012-04-19 | 1 | -58/+1 | |
| | | | | | | ||||||
| * | | | | | Experimental branch where the interp->result field and related are removed | dgp | 2012-04-18 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | and all simplifications that makes possible are done. Seems this can at best be a Tcl 9 reform. | |||||
* | | | | | | Burn the octal bridges. We're not goin' back. | dgp | 2012-11-16 | 1 | -68/+0 | |
| | | | | | | ||||||
* | | | | | | Merge trunk | jan.nijtmans | 2012-11-16 | 1 | -25/+0 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | <p>Fix Windows build <p>Now usable with Thread's "novem" branch (3.0a1) <p>Remove some more deprecated stuff | |||||
* | | | | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -323/+480 | |
| | | | | | | | | | | | | | | | | | | | | clarification of #endifs, reduction of unnecessary casts, use of array syntax for reading array elements, etc.) | |||||
* | | | | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -24/+16 | |
| |_|/ / |/| | | | ||||||
* | | | | Fix mostly-harmless minor buffer overrun. | dkf | 2012-07-16 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -3/+34 | |
| |/ / |/| | | ||||||
* | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -0/+58 | |
|/ / | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | |||||
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -11/+0 | |
| | | | | | | baroque in its internals. | |||||
* | | Refactor TclScanElement() part of list parsing to take advantage of tables | dgp | 2012-03-07 | 1 | -15/+18 | |
| | | | | | | | | | | constructed for the task of script parsing. Ought to speed generation of string representation of lists, though the effect is likely only noticeable on long lists made up primarily of simple elements (not needing quoting). | |||||
* | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
|\ \ | |/ | | | Thanks to Wolfgang S. Kechel. | |||||
| * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
| |\ | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| | * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
| | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
* | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -3/+1 | |
|\ \ \ | |/ / | ||||||
| * | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound. | ferrieux | 2011-07-19 | 1 | -1/+3 | |
| | | | ||||||
* | | | Revised fix for bug 3309871 | dgp | 2011-06-01 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Revised fix for bug 3309871 | dgp | 2011-06-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | Rewind from a refactoring that veered into the weeds.bug_3293874 | dgp | 2011-05-31 | 1 | -19/+4 | |
|\ \ \ | ||||||
* | | | | First draft of bug fix. | dgp | 2011-05-11 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -227/+722 | |
|\ \ \ | |/ / | | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] | |||||
| * | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 1 | -321/+744 | |
| | | | ||||||
| * | | merge trunk + partial improvements to comments | dgp | 2011-03-07 | 1 | -40/+76 | |
| | | | ||||||
| * | | Correct flaw in the rewrite handling [list \\\\\}]. | dgp | 2011-03-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -183/+314 | |
| | | | | | | | | | | | | to the callers. Needs more work on comments, and testing to check for any performance impact in either direction. Fixes reported bug. |