Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 11 | -15/+1313 |
| | |||||
* | Update to Olson tzdata2011g | venkat | 2011-05-24 | 1 | -0/+4 |
|\ | |||||
| * | Update to Olson tzdata2011g | venkat | 2011-05-24 | 1 | -0/+4 |
| | | |||||
* | | Undo mistaken commit | dkf | 2011-05-24 | 1 | -5/+2 |
| | | |||||
* | | Remove some useless code from mcset and mcmset: [dict set] builds dictionary ↵ | dkf | 2011-05-24 | 3 | -16/+10 |
| | | | | | | | | levels for us. | ||||
* | | Merged core-8-5-branch, fixup of TIP 280 location mapping. | andreask | 2011-05-17 | 3 | -0/+78 |
|\ \ | |/ | |||||
| * | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed | andreask | 2011-05-17 | 3 | -0/+78 |
| | | | | | | | | | | | | | | | | | | * generic/tclBasic.c (TclArgumentBCEnter): the cause of a violation of my assertion that 'ePtr->nline == objc' in TclArgumentBCEnter. When a bytecode was grown during jump fixup the pc -> command line mapping was not updated. When things aligned just wrong the mapping would direct command A to the data for command B, with a different number of arguments. | ||||
* | | Merged 8.5 following http fix that is not needed on trunk. | pat | 2011-05-12 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | [Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs. | patthoyts | 2011-05-12 | 4 | -7/+6 |
| | | | | | | | | | | Package version incremented to 2.7.6. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-12 | 2 | -0/+73 |
|\ \ | |/ | |||||
| * | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-12 | 2 | -0/+73 |
| |\ | |||||
| | * | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-11 | 3 | -21/+71 |
| | | | |||||
* | | | * unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets ↵ | max | 2011-05-11 | 3 | -18/+35 |
| | | | | | | | | | | | | | | | here, as the generic server code already takes care of that. * tests/socket.test (accept): Add tests to make sure that this remains so. | ||||
* | | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 11 | -300/+829 |
|\ \ \ | |/ / | | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] | ||||
| * | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 10 | -291/+820 |
| |\ \ | | | | | | | | | 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 | 95 | -1607/+3076 |
| | | | | |||||
| | * | | merge trunk + partial improvements to comments | dgp | 2011-03-07 | 7 | -50/+96 |
| | | | | |||||
| | * | | merge | dgp | 2011-03-06 | 3 | -2/+45 |
| | |\ \ | |||||
| | * | | | Correct flaw in the rewrite handling [list \\\\\}]. | dgp | 2011-03-03 | 2 | -1/+5 |
| | | | | | |||||
| | * | | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 5 | -242/+394 |
| | | | | | | | | | | | | | | | | | | | | to the callers. Needs more work on comments, and testing to check for any performance impact in either direction. Fixes reported bug. | ||||
| | * | | | Simplified the logic of the Scan/Convert pair of routines for generating | dgp | 2011-03-03 | 1 | -21/+5 |
| | | | | | | | | | | | | | | | string reps of lists to stop using the unnecessary flag BRACES_UNMATCHED. | ||||
* | | | | | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware ↵ | dkf | 2011-05-09 | 4 | -37/+81 |
| | | | | | | | | | | | | | | | | | | | | API. | ||||
* | | | | | Revise empty string tests so that we avoid potentially expensive string rep | dgp | 2011-05-09 | 2 | -61/+16 |
|\ \ \ \ \ | |/ / / / | | | | | | generations, especially for dicts. | ||||
| * | | | | Revise empty string tests so that we avoid potentially expensive string rep | dgp | 2011-05-09 | 2 | -61/+16 |
| |\ \ \ \ | | | | | | | | | | | | | generations, especially for dicts. | ||||
| | * | | | | Remove the old implementation.dgp_list_simplify | dgp | 2011-05-09 | 1 | -75/+0 |
| | | | | | | |||||
| | * | | | | A different technique to more precisely identify the optimization case. | dgp | 2011-05-09 | 1 | -14/+35 |
| | | | | | | |||||
| | * | | | | Disable all the special case code in place to prevent allocation of a List | dgp | 2011-05-05 | 1 | -10/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | struct for empty lists as much as possible. The value of this avoidance is not clear to me. Hoping it can be demonstrated (or refuted) with both variants side by side in the code history tree. | ||||
* | | | | | | Convert TclGetLoadedPackages to use Tcl_Obj API for result generation. | dkf | 2011-05-07 | 2 | -40/+47 |
| | | | | | | |||||
* | | | | | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 3 | -4/+13 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 3 | -4/+13 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 3 | -4/+13 |
| | | | | | | |||||
* | | | | | | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | | | |||||
| | * | | | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Stop generating string rep of dict when converting to list. | dgp | 2011-05-05 | 2 | -9/+47 |
|\ \ \ \ \ | |/ / / / | | | | | | Tolerate NULL interps more completely. | ||||
| * | | | | Tolerate NULL interps more completely. | dgp | 2011-05-05 | 2 | -5/+9 |
| | | | | | |||||
| * | | | | Stop generating string rep of dict when converting to list. | dgp | 2011-05-05 | 2 | -5/+39 |
| | | | | | |||||
* | | | | | Fix typo spotted by Emiliano Gavilan. | dkf | 2011-05-05 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | no longer depend on MODULE_SCOPE being defined | jan.nijtmans | 2011-05-05 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | merge 8.5 | dgp | 2011-05-03 | 6 | -208/+116 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Tighten Tcl_SplitList(). | dgp | 2011-05-03 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Tighten SetListFromAny(). | dgp | 2011-05-03 | 2 | -73/+41 |
| | | | | | |||||
| * | | | | Tighten SetDictFromAny(). | dgp | 2011-05-03 | 3 | -122/+69 |
| | | | | | |||||
* | | | | | Rewrite of parts of the switch compiler to better use the powers of | dgp | 2011-05-02 | 2 | -104/+53 |
|\ \ \ \ \ | |/ / / / | | | | | | TclFindElement() and do less parsing on its own. | ||||
| * | | | | Rewrite of parts of the switch compiler to better use the powers of | dgp | 2011-05-02 | 2 | -105/+44 |
| |\ \ \ \ | | | | | | | | | | | | | TclFindElement() and do less parsing on its own. | ||||
| | * | | | | Drop old code.dgp_switch_compile | dgp | 2011-05-02 | 1 | -155/+2 |
| | | | | | | |||||
| | * | | | | Tests for expanded literals quoting detection. | dgp | 2011-05-02 | 3 | -3/+19 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 7 | -55/+83 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The final argument had been bracePtr, the address of a boolean var, where the caller can be told whether or not the parsed list element was enclosed in braces. In practice, no callers really care about that. What the callers really want to know is whether the list element value exists as a literal substring of the string being parsed, or whether a call to TclCopyAndCollpase() is needed to produce the list element value. Now the final argument is changed to do what callers actually need. This is a better fit for the calls in tclParse.c, where now a good deal of post-processing checking for "naked backslashes" is no longer necessary. ***POTENTIAL INCOMPATIBILITY*** For any callers calling in via the internal stubs table who really do use the final argument explicitly to check for the enclosing brace scenario. Simply looking for the braces where they must be is the revision available to those callers, and it will backport cleanly. New TclFindElement() is also a better fit for the [switch] compiler. | ||||
| | * \ \ \ \ | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 5 | -37/+48 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | actually want. | ||||
| | * | | | | | | Tighten up the patch. | dgp | 2011-05-02 | 1 | -13/+16 |
| | | | | | | | |