Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -3/+7 | |
| |\ \ | ||||||
| * \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -5/+5 | |
| |\ \ \ | | |/ / | ||||||
| * | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -7/+7 | |
| |\ \ \ | ||||||
| * | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -8/+8 | |
| |/ / / | ||||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -7/+7 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -7/+7 | |
| |/ / | ||||||
* | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 1 | -2/+2 | |
* | | | Merge 8.7 | jan.nijtmans | 2019-03-01 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 | |
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -4/+2 | |
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -7/+9 | |
|\ \ \ | |/ / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -7/+7 | |
|\ \ \ | |/ / | ||||||
| * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -8/+8 | |
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -3/+3 | |
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -5/+4 | |
|\ \ \ | |/ / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
* | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -31/+34 | |
|\ \ \ | |/ / | ||||||
| * | | merge 8.7 | dgp | 2017-11-15 | 1 | -1/+2 | |
| |\ \ | ||||||
| * \ \ | merge trunk | dgp | 2017-03-20 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| * \ \ \ | merge trunk | dgp | 2016-07-13 | 1 | -6/+8 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | merge trunk | dgp | 2016-07-09 | 1 | -5/+5 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | merge trunk | dgp | 2016-07-02 | 1 | -10/+8 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | First demonstration conversion to the new intrep manipulation routines. | dgp | 2016-03-25 | 1 | -27/+34 | |
| * | | | | | | | Revise the "index" Tcl_ObjType to use the new routine. | dgp | 2016-03-24 | 1 | -7/+1 | |
* | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
* \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2018-07-04 | 1 | -64/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-07-04 | 1 | -64/+0 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
* | | | | | | | | | merge trunk | jan.nijtmans | 2018-01-29 | 1 | -31/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | clean-up some more remainings of the Itcl hack. Taken over from "novem". | jan.nijtmans | 2018-01-17 | 1 | -21/+2 | |
| * | | | | | | | | Remove obsolete documentation (belonging to now-removed functions). Remove ob... | jan.nijtmans | 2018-01-17 | 1 | -10/+0 | |
| |/ / / / / / / | ||||||
* | | | | | | | | New Tcl_GetIndexFromObjStruct signature using size_t | jan.nijtmans | 2017-12-28 | 1 | -6/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | Change signature of (internal) TclScanElement() function. This saves memory a... | jan.nijtmans | 2017-11-15 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Change signature of (internal) TclScanElement() function. This saves memory a... | jan.nijtmans | 2017-11-15 | 1 | -1/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n... | jan.nijtmans | 2017-03-20 | 1 | -0/+2 | |
* | | | | | Tidy up some references to INDEX_TEMP_TABLE. | dkf | 2016-07-14 | 1 | -18/+13 | |
| |_|_|/ |/| | | | ||||||
* | | | | New private flag value INDEX_TEMP_TABLE. | dgp | 2016-07-13 | 1 | -6/+7 | |
| |_|/ |/| | | ||||||
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -5/+5 | |
|/ / | ||||||
* | | [4402cfa58c] Rework the spell check machinery into something that will not be | dgp | 2016-07-01 | 1 | -13/+8 | |
* | | Don't see why the intrep should make and keep copies of things already | dgp | 2016-05-12 | 1 | -2/+4 | |
|/ | ||||||
* | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+1 | |
* | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -13/+13 | |
|\ | ||||||
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -13/+13 | |
* | | Simplify STRING_AT macro. | jan.nijtmans | 2013-01-24 | 1 | -5/+9 | |
|\ \ | |/ | ||||||
| * | Simplify STRING_AT macro. | jan.nijtmans | 2013-01-24 | 1 | -5/+9 | |
| |\ | ||||||
| | * | Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or -1.... | jan.nijtmans | 2013-01-23 | 1 | -1/+5 | |
* | | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -3/+3 | |
* | | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 | |
| |\ \ | | |/ | ||||||
| | * | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 | |
* | | | more result generation conversion | dkf | 2012-08-03 | 1 | -41/+46 | |