Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclBasic.c: using the two free data elements in | mig | 2011-06-01 | 2 | -2/+7 |
| | | | NRCommand to store objc and objv - useful for debugging. | ||||
* | 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 | 2 | -2/+7 |
|\ \ | |/ | |||||
| * | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 2 | -2/+7 |
| | | |||||
* | | Fix bug 3293874 | dgp | 2011-05-31 | 5 | -102/+169 |
|\ \ | |||||
| * \ | Rewind from a refactoring that veered into the weeds.bug_3293874 | dgp | 2011-05-31 | 28 | -324/+1644 |
| |\ \ | |/ / |/| | | |||||
* | | | fix a timing issue in socket-12.3 | max | 2011-05-27 | 1 | -1/+2 |
| | | | |||||
* | | | committed missing tzdata/Africa/Cairo from venkat's last commit | Kevin B Kenny | 2011-05-25 | 1 | -178/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | committed missing tzdata/Africa/Cairo from venkat's last commit | Kevin B Kenny | 2011-05-25 | 1 | -178/+0 |
| | | | |||||
* | | | Bump to msgcat 1.4.4 | dgp | 2011-05-25 | 5 | -6/+13 |
|\ \ \ | |/ / | |||||
| * | | Bump to msgcat 1.4.4. | dgp | 2011-05-25 | 5 | -30/+23 |
| | | | |||||
| * | | silence compiler warning | dgp | 2011-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Bump TclOO version.corresponds_to_TclOO_0_6_3 | dkf | 2011-05-25 | 6 | -5/+7 |
| | | | |||||
* | | | 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. | ||||
| | | * | Set the defaults of all growth algorithm parameters based on one master value. | dgp | 2011-05-12 | 3 | -16/+30 |
| | | | | |||||
| | | * | Oops! | dgp | 2011-05-11 | 1 | -1/+1 |
| | | | | |||||
| | | * | First draft of bug fix. | dgp | 2011-05-11 | 2 | -12/+30 |
| |_|/ |/| | | |||||
* | | | 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 |
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | | |