Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405. | twylite | 2012-08-08 | 1 | -8/+8 | |
| | | | | | | ||||||
| * | | | | | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and ↵ | twylite | 2012-08-08 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 'dict map'. | |||||
| * | | | | | [Patch-3163961] Implementation of TIP #405 merged from private branch. ↵ | twylite | 2012-08-03 | 1 | -0/+30 | |
| |/ / / / | | | | | | | | | | | | | | | | Includes 'mapeach', 'dict map' and 'foreacha' commands, test suite (partial for 'foreacha') and man pages (except for 'foreacha'). | |||||
* | | | | | merge trunk | dkf | 2012-08-04 | 1 | -0/+20 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -0/+19 | |
| | |_|/ | |/| | | ||||||
| * | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -0/+1 | |
| | |/ | |/| | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | |||||
* | | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 1 | -0/+9 | |
|/ / | ||||||
* | | * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilation | dkf | 2012-02-15 | 1 | -0/+3 | |
| | | | | | | | | 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 | -0/+3 | |
| | | | | | | | | | | | | [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. | |||||
* | | 3479689 New internal routine TclJoinPath(). | dgp | 2012-01-27 | 1 | -0/+1 | |
| | | | | | | | | Refactor all the *Join*Path* routines to give them more useful interfaces that are easier to manage getting the refcounts right. | |||||
* | | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 1 | -2/+3 | |
| | | ||||||
* | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -0/+8 | |
| | | | | | | | | yet certain that the added bytecode opcodes are correct; evaluation is still needed (but the test suite does pass...) | |||||
* | | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ↵ | mig | 2011-08-29 | 1 | -1/+2 | |
| | | | | | | | | Thanks to Joe Mistachkin for detection and analysis. | |||||
* | | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the ↵ | ferrieux | 2011-08-09 | 1 | -0/+2 | |
| | | | | | | | | streamlining of [exit], by conditionally forcing a full Finalize: use -DPURIFY or ::env(TCL_FINALIZE_ON_EXIT) | |||||
* | | [Bug 3386417] avoid a reference loop between the bytecode and its companion ↵ | ferrieux | 2011-08-09 | 1 | -0/+1 | |
| | | | | | | | | errostack when compiling a syntax error. | |||||
* | | Change the signature of TclParseHex(), such that it can now parse up to 8 ↵ | jan.nijtmans | 2011-08-09 | 1 | -1/+1 | |
| | | | | | | | | hex characters | |||||
* | | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -2/+0 | |
|\ \ | |/ | ||||||
| * | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -2/+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 | 1 | -0/+4 | |
| | |\ | | |/ | |/| | ||||||
| | * | is this a proper fix? Or is it invalidating too much? | mig | 2011-05-08 | 1 | -0/+3 | |
| | | | ||||||
* | | | Rewind from a refactoring that veered into the weeds.bug_3293874 | dgp | 2011-05-31 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | 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. | |||||
* | | | | Set the defaults of all growth algorithm parameters based on one master value. | dgp | 2011-05-12 | 1 | -1/+15 | |
|/ / / | ||||||
* | | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -2/+6 | |
|\ \ \ | |/ / | | | | 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 | -3/+29 | |
| | | | ||||||
| * | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -0/+4 | |
| | | | | | | | | | | | | to the callers. Needs more work on comments, and testing to check for any performance impact in either direction. Fixes reported bug. | |||||
* | | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -0/+7 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -0/+7 | |
| |\ \ | ||||||
| | * | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it ↵ | jan | 2011-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | right for cygwin and WIN64 as well. | |||||
* | | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | | | | actually want. | |||||
| * | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | actually want. | |||||
* | | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / | | | | | Use to replace calls to isspace() and their /* INTL */ risk. | |||||
| * | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -0/+3 | |
| | | | | | | | | | | | | Use to replace calls to isspace() and their /* INTL */ risk. | |||||
* | | | | TclFreeIntRep() correction & cleanup. | dgp | 2011-04-27 | 1 | -3/+4 | |
| | | | | ||||||
* | | | | Use macro to set List intreps | dgp | 2011-04-21 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Use macro to set List intreps | dgp | 2011-04-21 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Limits on list length were too strict. Revised panics to errors where possible. | dgp | 2011-04-21 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Limits on list length were too strict. Revised panics to errors where possible. | dgp | 2011-04-21 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | remove one level of allocator indirection in non-memdebug builds, imported ↵ | mig | 2011-03-21 | 1 | -0/+6 | |
|\ \ \ \ | | | | | | | | | | | | | | | | from mig-alloc-reform. | |||||
| * | | | | fix last commit | mig | 2011-03-21 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | remove one level of indirection in non-mem-debug builds | mig | 2011-03-21 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | some cleanup re obj deletion | mig | 2011-03-21 | 1 | -7/+0 | |
| | | | | |