Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵ | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
| | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
| | | | But ... don't use this function when the result is only compared to NULL: that's just overkill. | ||||
* | Merge 8.6 | jan.nijtmans | 2018-11-29 | 1 | -12/+25 |
|\ | |||||
| * | Make the type casting in TclSpellFix less horrific. It's still bad, but it ↵ | dkf | 2018-11-28 | 1 | -16/+35 |
| | | | | | | | | is no longer ghastly. | ||||
| * | Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble(). | pooryorick | 2018-02-15 | 1 | -5/+1 |
| | | |||||
| * | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2018-02-14 | 1 | -0/+3709 |
| | | | | | | coroutine and TclOO object creation routines to use TclCreateObjCommandInNs. | ||||
| * | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -3696/+0 |
| | | |||||
* | | merge 8.7 | dgp | 2018-10-18 | 1 | -21/+20 |
|\ \ | |||||
| * \ | merge core-8-branch | dkf | 2018-09-04 | 1 | -333/+557 |
| |\ \ | |||||
| * \ \ | merge trunk | dkf | 2013-07-26 | 1 | -126/+69 |
| |\ \ \ | |||||
| * | | | | Added a mechanism for discovering the "type" of a command. | dkf | 2013-07-07 | 1 | -21/+20 |
| | | | | | |||||
* | | | | | merge 8.7 | dgp | 2018-05-24 | 1 | -51/+57 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | General code style cleanup. | dkf | 2018-05-13 | 1 | -51/+57 |
| | | | | | |||||
* | | | | | merge 8.7 | dgp | 2017-12-19 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ↵ | jan.nijtmans | 2017-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (such as Itcl 3.4) which use internal Tcl header files. Better wait until 9.0 for this. What we _can_ do is change some (internal) fields to 'unsigned': that doubles the epoch range without further danger. Thanks, Don, for pointing this out! | ||||
* | | | | | merge 8.7 | dgp | 2017-12-06 | 1 | -114/+116 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands ↵ | dgp | 2017-12-05 | 1 | -114/+116 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | options of ensemble configuration. | ||||
| | * | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands ↵ | dgp | 2017-12-05 | 1 | -154/+173 |
| | | | | | | | | | | | | | | | | | | | | | | | | options of ensemble configuration. | ||||
* | | | | | | merge 8.7 | dgp | 2017-11-30 | 1 | -10/+6 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Eliminate use of certain unnecessary struct names. Also white-spacing. ↵ | jan.nijtmans | 2017-11-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Nothing functional. | ||||
| * | | | | | Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble(). | pooryorick | 2017-11-29 | 1 | -5/+1 |
| | | | | | | |||||
* | | | | | | merge 8.7 | dgp | 2017-11-29 | 1 | -61/+101 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | merge pyk-command-named-colon | pooryorick | 2017-11-25 | 1 | -60/+88 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2017-11-19 | 1 | -9/+3 |
| | | | | | | | | | | | | | | | | | | coroutine and TclOO object creation routines to use TclCreateObjCommandInNs. | ||||
| | * | | | | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the | pooryorick | 2017-11-17 | 1 | -53/+87 |
| | | | | | | | | | | | | | | | | | | empty string as its name. | ||||
| * | | | | | Fix for issue [4f6a1ebd64]: ensemble: segmentation fault when -subcommand and | pooryorick | 2017-11-25 | 1 | -1/+13 |
| |/ / / / | | | | | | | | | | | -map values are the same object. | ||||
| * | | | | Merge core-8-6-branch. This removes the work currently being done in ↵ | jan.nijtmans | 2017-06-02 | 1 | -17/+3 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | "sebres-8-6-clock-speedup-cr1" branch, but that will be merged again as soon as the work is done. All other changes in "trunk" since then (e.g. the INST_STR_CONCAT1 performance improvement, and the removal of SunOS-4) are retained. | ||||
| * | | | | merge core-8-6-branch (except: the "timerate" command and the clock ↵ | jan.nijtmans | 2017-05-31 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | performance-tests are kept) | ||||
| | * | | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, ↵ | jan.nijtmans | 2017-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | preventing a (char *) type case. No functional changes. | ||||
| * | | | | | reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵ | sebres | 2017-05-11 | 1 | -3/+17 |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | clock-speedup, 3-way merge) | ||||
| | * | | | | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All ↵ | sebres | 2017-05-10 | 1 | -3/+17 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | commands (including new) compiled now also in ensemble (implemented without TclMakeEnsemble, because it can be extended via new map entries). Ensemble handling partially cherry-picked from new performance branch (TODO: check temporary "-compile" option can be reverted if it becomes ready/merged). | ||||
* | | | | | merge trunk | dgp | 2017-02-16 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | merge trunk | dgp | 2016-12-23 | 1 | -5/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -5/+5 |
| | | | | | |||||
* | | | | | merge trunk | dgp | 2016-11-16 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵ | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | type-casts which are not necessary any more. | ||||
* | | | | | merge trunk | dgp | 2016-11-04 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements ↵ | dgp | 2016-11-04 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | to the end of the list. | ||||
| | * | | | [8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements | dgp | 2016-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | to the end of the list. | ||||
* | | | | | merge trunk | dgp | 2016-09-08 | 1 | -5/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵ | jan.nijtmans | 2016-09-07 | 1 | -5/+8 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | literal sharing vs. per-interp resolvers | ||||
| | * | | | some more clean-up | jan.nijtmans | 2016-09-05 | 1 | -6/+4 |
| | | | | | |||||
| | * | | | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ↵ | jan.nijtmans | 2016-09-02 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | Gustaf Neumann | ||||
* | | | | | convert ensembleCmdType to new interfaces. | dgp | 2016-07-12 | 1 | -13/+27 |
|/ / / / | |||||
* | | | | merge 8.6 | dgp | 2016-07-09 | 1 | -3/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Repair some memory corruption problems in EnsembleCmdRep. | dgp | 2016-07-08 | 1 | -3/+7 |
| |\ \ \ | |||||
| | * | | | Missed a cleanup line, which created a memleak. | dgp | 2016-07-07 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | To use a Tcl_Command token [aka (Command *)] for epoch checking, we must not | dgp | 2016-07-07 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permit it to be freed while we hold it or else it could be mistaken for another token allocated later that just happens to reside at the same address. (Command *) preservation machinery already exists, just need to use it. An extension facing the same problem might have to rely on command delete traces. Earlier revisions used (Namespace *) lifetime to achieve the same results, but that's really an indirect (possibly non-robust) path to achieving the proper goal. Valgrind is happy now. |