Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | platform portable type matching in debug prints | dgp | 2011-07-12 | 5 | -14/+14 |
| | |||||
* | merge to trunk | dgp | 2011-07-12 | 1 | -4/+4 |
|\ | |||||
| * | Silence type match warnings in debug print. | dgp | 2011-07-12 | 1 | -2/+2 |
| |\ | |||||
| | * | wipunproven | dgp | 2011-07-12 | 1 | -25/+25 |
| | | | |||||
| | * | wip | dgp | 2011-07-12 | 1 | -6/+6 |
| | | | |||||
| | * | Type mismatches in *printf calls. | dgp | 2011-07-11 | 2 | -9/+11 |
| | | | |||||
* | | | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502] | Joe Mistachkin | 2011-07-11 | 1 | -1/+1 |
| | | | |||||
* | | | * generic/tclBasic.c: add missing INT2PTR | mig | 2011-07-07 | 1 | -1/+1 |
| | | | |||||
* | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 4 | -10/+58 |
|\ \ \ | |/ / | |||||
| * | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 4 | -10/+63 |
| | | | |||||
| * | | merge to RCcore_8_5_10core_8_5_10_rc | dgp | 2011-06-23 | 1 | -2/+0 |
| |\ \ | |||||
| | * | | Fixed the inadvertently committed disabling of stack checks, see my ↵ | andreask | 2011-06-22 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | 2010-11-15 commit [8902c8bc82]. | ||||
| * | | | merge to RC | dgp | 2011-06-21 | 1 | -0/+8 |
| |\ \ \ | | |/ / | |||||
| * | | | merge to RC | dgp | 2011-06-20 | 3 | -2/+12 |
| |\ \ \ | |||||
| * \ \ \ | merge to RC | dgp | 2011-06-10 | 4 | -79/+8 |
| |\ \ \ \ | |||||
| * | | | | | Release candidate branch for Tcl 8.5.10. | dgp | 2011-05-26 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge fixes for [socket -async] and other improvements to the unix socket code | max | 2011-06-22 | 1 | -2/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix bug#3164655: getaddrinfo() crash on HP-UX | max | 2011-06-07 | 1 | -2/+5 |
| | | | | | | | |||||
* | | | | | | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. | dgp | 2011-06-21 | 1 | -0/+8 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. | dgp | 2011-06-21 | 1 | -0/+8 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merg [3148192] implementation fix, and caveat comment | jan.nijtmans | 2011-06-20 | 2 | -1/+11 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fix [3148192] implementation, restoring legacy form again | jan.nijtmans | 2011-06-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | 3062331 Caveat added to comments. | dgp | 2011-06-17 | 1 | -0/+10 |
| | | | | | | |||||
* | | | | | | 3315098 Mem leak fix from Gustaf Neumann. | dgp | 2011-06-13 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | 3315098 Mem leak fix from Gustaf Neumann. | dgp | 2011-06-13 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev ↵ | andreask | 2011-06-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | [caf317ab68]) and replaced with one which is 64bit-safe. The existing fix crashed tclsh on Windows 64bit. | ||||
* | | | | | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 3 | -74/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 3 | -74/+0 |
| | | | | | |||||
* | | | | | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in | dkf | 2011-06-02 | 1 | -4/+7 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | TclInvalidateNsCmdLookup) when a command is created, for a slight performance drop (in some circumstances) and improved semantics. | ||||
| * | | | | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in | dkf | 2011-06-02 | 1 | -4/+7 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | TclInvalidateNsCmdLookup) when a command is created, for a slight performance drop (in some circumstances) and improved semantics. | ||||
| | * \ \ \ | Merge from 8.5 branch tipbug_3185407 | dkf | 2011-06-01 | 10 | -353/+883 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | is this a proper fix? Or is it invalidating too much? | mig | 2011-05-08 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | missing INT2PTR in last commit | mig | 2011-06-01 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | * generic/tclBasic.c: using the two free data elements in | mig | 2011-06-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 1 | -2/+2 |
| | |_|/ / | |/| | | | |||||
| * | | | | silence compiler warning | dgp | 2011-05-25 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Rewind from a refactoring that veered into the weeds.bug_3293874 | dgp | 2011-05-31 | 11 | -102/+613 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Bump TclOO version.corresponds_to_TclOO_0_6_3 | dkf | 2011-05-25 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 5 | -13/+429 |
| | | | | | |||||
| * | | | | 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 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | levels for us. | ||||
| * | | | | Merged core-8-5-branch, fixup of TIP 280 location mapping. | andreask | 2011-05-17 | 2 | -0/+68 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed | andreask | 2011-05-17 | 2 | -0/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | | | | | 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 | 9 | -300/+812 |
|\ \ \ \ | |/ / / | | | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] |