| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify the core output operations of channels. Reduce duplicative and dead ... | dgp@users.sourceforge.net | 2014-02-04 | 1 | -0/+2 |
| |\ | |||||
| | * | Refactor WriteChars() and WriteBytes() into simple wrappers of a common | dgp@users.sourceforge.net | 2014-01-30 | 1 | -0/+2 |
| * | | merge principal development branch | donal.k.fellows@manchester.ac.uk | 2014-01-25 | 1 | -0/+6 |
| |\ \ | |||||
| | * | | implementation of [yieldto] in bytecode | donal.k.fellows@manchester.ac.uk | 2014-01-21 | 1 | -0/+3 |
| | * | | added compilation for [nextto] | donal.k.fellows@manchester.ac.uk | 2014-01-19 | 1 | -0/+3 |
| * | | | merge main working branch | donal.k.fellows@manchester.ac.uk | 2014-01-07 | 1 | -1/+0 |
| |\ \ \ | |/ / | |||||
| | * | | make function static once more; not needed outside of source file | donal.k.fellows@manchester.ac.uk | 2014-01-07 | 1 | -1/+0 |
| * | | | merge main working branch | donal.k.fellows@manchester.ac.uk | 2014-01-02 | 1 | -0/+4 |
| |\ \ \ | |/ / | |||||
| | * | | merge main working branch | donal.k.fellows@manchester.ac.uk | 2013-12-30 | 1 | -164/+140 |
| | |\ \ | |||||
| | * \ \ | merge main dev branch | donal.k.fellows@manchester.ac.uk | 2013-01-03 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * \ \ \ | merge main dev branch | donal.k.fellows@manchester.ac.uk | 2012-11-05 | 1 | -0/+21 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge dkf-compile-misc-info | donal.k.fellows@manchester.ac.uk | 2012-11-02 | 1 | -0/+6 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Working towards a BCCed [next]. | donal.k.fellows@manchester.ac.uk | 2012-11-01 | 1 | -0/+4 |
| * | | | | | | | merge main working branch | donal.k.fellows@manchester.ac.uk | 2013-12-30 | 1 | -164/+140 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| | * | | | | | | implement [namespace origin] in bytecode | donal.k.fellows@manchester.ac.uk | 2013-12-30 | 1 | -0/+3 |
| | * | | | | | | merge trunk | donal.k.fellows@manchester.ac.uk | 2013-12-23 | 1 | -1/+8 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Making the optimizer pluggable by extensions; please review for committing to... | mig | 2013-12-18 | 1 | -1/+8 |
| | * | | | | | | | simple compilation of [string replace] | donal.k.fellows@manchester.ac.uk | 2013-12-12 | 1 | -0/+3 |
| | * | | | | | | | merge trunk | donal.k.fellows@manchester.ac.uk | 2013-11-19 | 1 | -2/+3 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | | * | | | | | | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by ot... | max@tclers.tk (Reinhard Max) | 2013-11-18 | 1 | -2/+3 |
| | * | | | | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ... | donal.k.fellows@manchester.ac.uk | 2013-10-29 | 1 | -0/+9 |
| | * | | | | | | | First step in compiling [concat]: the trivial cases. | donal.k.fellows@manchester.ac.uk | 2013-10-24 | 1 | -0/+3 |
| | * | | | | | | | Added 'linsert' compiler. Factored out constant list index parser. | donal.k.fellows@manchester.ac.uk | 2013-10-05 | 1 | -0/+3 |
| | * | | | | | | | First attempt at [string trim] compilation. | donal.k.fellows@manchester.ac.uk | 2013-09-30 | 1 | -0/+9 |
| | |/ / / / / / | |||||
| | * | | | | | | [219226]: Rewrote how ::env is synchronized to the environment so it no longer | donal.k.fellows@manchester.ac.uk | 2013-09-27 | 1 | -0/+2 |
| | * | | | | | | New internal eval flag value so that all TclNREvalObjv() callers that | dgp@users.sourceforge.net | 2013-08-29 | 1 | -0/+1 |
| | * | | | | | | merge trunk | dgp@users.sourceforge.net | 2013-08-14 | 1 | -63/+50 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Consolidate some helper routines. | dgp@users.sourceforge.net | 2013-08-14 | 1 | -2/+0 |
| | | * | | | | | | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers to | dgp@users.sourceforge.net | 2013-08-12 | 1 | -5/+3 |
| | | * | | | | | | Arrange for both execution traces and [info frame] to get their pre-subst | dgp@users.sourceforge.net | 2013-08-10 | 1 | -0/+5 |
| | | * | | | | | | All use of the evalFlag value TCL_EVAL_CTX is unused by the code and | dgp@users.sourceforge.net | 2013-08-06 | 1 | -1/+0 |
| | | * | | | | | | Drop TCL_LOCATION_EVAL_LIST now that it is unused. | dgp@users.sourceforge.net | 2013-08-06 | 1 | -4/+0 |
| | | * | | | | | | Eliminate the union that is no longer needed. | dgp@users.sourceforge.net | 2013-08-06 | 1 | -6/+2 |
| | | * | | | | | | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to | dgp@users.sourceforge.net | 2013-08-06 | 1 | -22/+19 |
| | | * | | | | | | Eliminate the litInfo table and all the code tending to its care and feeding. | dgp@users.sourceforge.net | 2013-07-16 | 1 | -1/+1 |
| | | * | | | | | | Fix compiler warning when compiling Itcl 4.0: | nijtmans@users.sourceforge.net | 2013-07-03 | 1 | -3/+2 |
| | | * | | | | | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch). | nijtmans@users.sourceforge.net | 2013-06-25 | 1 | -8/+0 |
| | | * | | | | | | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,... | nijtmans@users.sourceforge.net | 2013-06-21 | 1 | -1/+1 |
| | | * | | | | | | Better place to put vsnprintf switch, so it is usable by all *.c files. | nijtmans@users.sourceforge.net | 2013-06-18 | 1 | -2/+5 |
| | | * | | | | | | On 32-bit platforms, 12 characters for version is enough, on 64-bit platforms... | nijtmans@users.sourceforge.net | 2013-06-17 | 1 | -1/+1 |
| | | * | | | | | | split off TclInitStubTable() as separate function - which does the actual stu... | nijtmans@users.sourceforge.net | 2013-06-16 | 1 | -0/+8 |
| | | * | | | | | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | donal.k.fellows@manchester.ac.uk | 2013-05-22 | 1 | -0/+1 |
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | |||||
| | | | * | | | | | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly | nijtmans@users.sourceforge.net | 2013-05-21 | 1 | -0/+1 |
| | | * | | | | | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (... | donal.k.fellows@manchester.ac.uk | 2013-05-15 | 1 | -0/+4 |
| | | * | | | | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | nijtmans@users.sourceforge.net | 2013-04-23 | 1 | -19/+10 |
| | | |\ \ \ \ \ \ | | | |/ / / / / | |||||
| | * | | | | | | | New internal routine TclNRInvoke() - NR-enabled path through the machinery | dgp@users.sourceforge.net | 2013-04-11 | 1 | -0/+1 |
| | |/ / / / / / | |||||
| | * | | | | | | LimitHandler struct used only locally. Remove from tclInt.h | dgp@users.sourceforge.net | 2013-02-25 | 1 | -29/+0 |
| | |\ \ \ \ \ \ | | |/ / / / / | |||||
| | | * | | | | | LimitHandler struct used only locally. Remove from tclInt.h. | dgp@users.sourceforge.net | 2013-02-25 | 1 | -29/+0 |
| | * | | | | | | Remove unused struct InterpList. | dgp@users.sourceforge.net | 2013-02-25 | 1 | -11/+0 |
| | |\ \ \ \ \ \ | | |/ / / / / | |||||
| | | * | | | | | Remove unused struct InterpList. | dgp@users.sourceforge.net | 2013-02-25 | 1 | -11/+0 |
