Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -3/+3 |
| | | | are properly set, fix bug discovered by dkf and reported at http://code.activestate.com/lists/tcl-core/12213/ | ||||
* | merge trunk | dkf | 2012-09-04 | 1 | -62/+67 |
|\ | |||||
| * | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -62/+67 |
| | | |||||
* | | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405. | twylite | 2012-08-08 | 1 | -1/+1 |
| | | |||||
* | | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and ↵ | twylite | 2012-08-08 | 1 | -1/+0 |
| | | | | | | | | 'dict map'. | ||||
* | | [Patch-3163961] Implementation of TIP #405 merged from private branch. ↵ | twylite | 2012-08-03 | 1 | -1/+3 |
|/ | | | | Includes 'mapeach', 'dict map' and 'foreacha' commands, test suite (partial for 'foreacha') and man pages (except for 'foreacha'). | ||||
* | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -3/+3 |
| | |||||
* | NRInterpCoroutine -> TclNRInterpCoroutine | jan.nijtmans | 2012-07-02 | 1 | -5/+7 |
| | | | | make NRCommand static make TalInstructionTable static const | ||||
* | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp | 2012-06-11 | 1 | -4/+8 |
|\ | | | | | table can tolerate either order of teardown, interp first, or Proc first. | ||||
| * | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash ↵ | dgp | 2012-06-10 | 1 | -4/+6 |
| | | | | | | | | | | | | | | table. Then the two teardowns of data in that table synchronize so that the first to run signals the other not to operate. Test proc-7.4 in a mem debug build of Tcl will detect Bug 3532959 by crashing. | ||||
| * | Work in progress fixing 3532959 | dgp | 2012-06-08 | 1 | -1/+2 |
| | | |||||
* | | Remove unused variable NULL_CONTEXT. | dgp | 2012-06-05 | 1 | -2/+0 |
| | | |||||
* | | Restore the tcl_platform(threaded) variable. | dgp | 2012-04-17 | 1 | -0/+11 |
| | | |||||
* | | minor comment formatting | dkf | 2012-04-15 | 1 | -39/+70 |
| | | |||||
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -11/+0 |
|\ \ | |/ | |||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| |\ | |||||
| | * | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 |
| | | | |||||
* | | | Implementation of TIP #396 | dkf | 2012-04-02 | 1 | -7/+4 |
| | | | |||||
* | | | * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilation | dkf | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | strategy for [lreplace] that tackles the cases which are equivalent to a static [lrange]. | ||||
* | | | * generic/tclCompCmds.c (TclCompileLrangeCmd): Add compiler for | dkf | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | [lrange] with constant indices so we can take advantage of existing TCL_LIST_RANGE_IMM opcode. (TclCompileLindexCmd): Improve coverage of constant-index-style compliation using technique developed for [lrange] above. | ||||
* | | | Fixed typo in a comment. | andreask | 2011-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | Commit of patch relating to interp resolvers | dkf | 2011-10-15 | 1 | -0/+46 |
| | | | |||||
* | | | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ↵ | mig | 2011-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Thanks to Joe Mistachkin for detection and analysis. | ||||
* | | | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 |
| | | | |||||
* | | | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the ↵ | ferrieux | 2011-08-09 | 1 | -6/+7 |
| | | | | | | | | | | | | streamlining of [exit], by conditionally forcing a full Finalize: use -DPURIFY or ::env(TCL_FINALIZE_ON_EXIT) | ||||
* | | | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 1 | -6/+2 |
| | | | |||||
* | | | * generic/tclBasic.c: add missing INT2PTR | mig | 2011-07-07 | 1 | -1/+1 |
| | | | |||||
* | | | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -1/+0 |
| | | | |||||
* | | | 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. | ||||
* | | | Merged core-8-5-branch, fixup of TIP 280 location mapping. | andreask | 2011-05-17 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed | andreask | 2011-05-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -6/+2 |
|\ \ \ | |/ / | |||||
| * | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -49/+36 |
| | | | |||||
* | | | * generic/tclBasic.c: fix for [Bug 2440625], kbk's patch | mig | 2011-04-12 | 1 | -24/+6 |
| | | | |||||
* | | | insure that 'coroutine eval' runs the initial command in the proper context, ↵ | mig | 2011-04-11 | 1 | -2/+9 |
| | | | | | | | | | | | | [Bug 3282869] | ||||
* | | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -64/+62 |
| | | | |||||
* | | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably ↵ | mig | 2011-03-27 | 1 | -0/+3 |
| | | | | | | | | | | | | apparent in tclbench's 'LIST lset foreach'. Many thanks to twylite for patiently researching the issue and explaining it to me: a missing Tcl_ResetObjResult that causes unwanted sharing of the current result Tcl_Obj. | ||||
* | | | Rewrites to eliminate some isspace() calls. | dgp | 2011-03-16 | 1 | -14/+9 |
|\ \ \ | |/ / | |||||
| * | | Rewrites to eliminate isspace() calls. | dgp | 2011-03-16 | 1 | -9/+9 |
| | | | |||||
| * | | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -79/+72 |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ↵ | dkf | 2011-03-09 | 1 | -9/+8 |
| | | | | | | | | | | | | failures that need resolving... | ||||
* | | | merge | jan.nijtmans | 2011-03-08 | 1 | -1/+5 |
|\ \ \ | |||||
| * \ \ | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
| |\ \ \ |/ / / / | | | _ | |||||
| * | | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
| | | | |||||
* | | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | | | | | | | | | | * generic/tclCompile.c: with TclParseBackslash() where possible. * generic/tclCompCmdsSZ.c: * generic/tclParse.c: * generic/tclUtil.c: | ||||
| * | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | * generic/tclCompile.c: with TclParseBackslash() where possible. * generic/tclParse.c: * generic/tclUtil.c: |