| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.7 | jan.nijtmans | 2018-05-22 | 1 | -11/+11 |
|\ |
|
| * | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -11/+11 |
|
|
* | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne... | jan.nijtmans | 2018-05-17 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -11/+11 |
|
|
* | | merge 8.7 | dgp | 2018-02-23 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Cease registration of the "end-offset" Tcl_ObjType. Give it file scope. | dgp | 2018-02-23 | 1 | -1/+0 |
|
|
* | | merge core-8-branch | jan.nijtmans | 2018-02-22 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Correctly distinguish between internalrep.longValue (in case of boolean) and ... | jan.nijtmans | 2018-02-22 | 1 | -4/+8 |
|
|
* | | Use internalRep.wideValue as internal representation for booleans. This simpl... | jan.nijtmans | 2018-02-15 | 1 | -6/+2 |
|\ \
| |/ |
|
* | | merge 8.7 | dgp | 2018-02-09 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | fixes [9280abbaf57fca3eb40a89403d9d891853209bb6]: compare of `LLONG_MAX == LO... | sebres | 2018-02-08 | 1 | -2/+2 |
|
|
* | | remove unused stub entries (now that those are macros)
| jan.nijtmans | 2018-02-06 | 1 | -412/+0 |
|
|
* | | merge core-8-branch | jan.nijtmans | 2018-02-06 | 1 | -189/+59 |
|\ \
| |/ |
|
| * | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T... | jan.nijtmans | 2018-01-26 | 1 | -5/+6 |
|
|
| * | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon... | jan.nijtmans | 2018-01-26 | 1 | -7/+8 |
| |\ |
|
| * | | make the old "int" type "static", since it's just used in a single file. | jan.nijtmans | 2018-01-22 | 1 | -2/+2 |
|
|
| * | | Put old "int" type back. Not used by Tcl anymore, but this restores compatibi... | jan.nijtmans | 2018-01-22 | 1 | -0/+31 |
|
|
| * | | Somewhat better backwards compatibility on 64-bit platforms. | jan.nijtmans | 2017-12-19 | 1 | -2/+2 |
|
|
| * | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -3/+3 |
| |\ \ |
|
| * \ \ | Merge dgp's "end-int-registration" branch, but slightly different: In stead o... | jan.nijtmans | 2017-11-15 | 1 | -4/+13 |
| |\ \ \ |
|
| | * | | | TIP 484 proposes a re-implementation of Tcl's "int" Tcl_ObjType. | dgp | 2017-11-14 | 1 | -1/+0 |
| |/ / / |
|
| * | | | Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (... | jan.nijtmans | 2017-11-09 | 1 | -17/+14 |
| |\ \ \ |
|
| * \ \ \ | merge trunk | dgp | 2017-11-09 | 1 | -14/+17 |
| |\ \ \ \ |
|
| * | | | | | More code simplifications, with still equal functionality. | jan.nijtmans | 2017-11-07 | 1 | -30/+3 |
|
|
| * | | | | | Finally, get rid of tclWideIntType completely | jan.nijtmans | 2017-11-01 | 1 | -47/+20 |
|
|
| * | | | | | Fix some pointer arthemeric (only visible on big-endian systems) | jan.nijtmans | 2017-10-30 | 1 | -6/+1 |
|
|
| * | | | | | more progress in code simplifications | jan.nijtmans | 2017-10-30 | 1 | -29/+1 |
|
|
| * | | | | | Change (internal) TclFormatInt() signature, so it can handle WideInt's direct... | jan.nijtmans | 2017-10-30 | 1 | -79/+4 |
|
|
| * | | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a... | jan.nijtmans | 2017-10-30 | 1 | -13/+13 |
| | |/ / /
| |/| | | |
|
* | | | | | Don't register oldBooleanType any more. And rename "booleanString" to "boolea... | jan.nijtmans | 2018-01-23 | 1 | -9/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | In Tcl 9.0, don't register oldBooleanType any more. And rename "booleanString... | jan.nijtmans | 2018-01-23 | 1 | -0/+8 |
| | |_|/
| |/| | |
|
| * | | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 1 | -3/+3 |
|
|
| * | | | Revert the (int -> size_t) transition of the "cmdEpoch" field of | dgp | 2017-12-15 | 1 | -1/+1 |
| |/ / |
|
| | | | |
| \ \ | |
*-. \ \ | Merge TIP #488 implementation. | jan.nijtmans | 2017-12-15 | 1 | -2/+1 |
|\ \ \ \
| | |/ / |
|
| * | | | TIP 488: Remove tcl_precision | jan.nijtmans | 2017-12-01 | 1 | -2/+1 |
|
|
* | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines... | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
* | | | merge core-8-branch | jan.nijtmans | 2017-11-15 | 1 | -1/+1 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
* | | Rewrite documentation in comments for brevity and clarity. | pooryorick | 2017-11-06 | 1 | -14/+17 |
|/ |
|
* | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -3/+3 |
|
|
* | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
* | Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. E... | jan.nijtmans | 2017-03-31 | 1 | -10/+11 |
|
|
* | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n... | jan.nijtmans | 2017-03-20 | 1 | -1/+1 |
|
|
* | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(... | jan.nijtmans | 2017-03-13 | 1 | -5/+7 |
|
|
* | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -3/+3 |
|
|
* | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -3/+2 |
|
|
* | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -4/+4 |
|\ |
|
| * | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -6/+6 |
|
|
* | | Some code cleanup: More internal use of size_t, less type casts (because of t... | jan.nijtmans | 2017-01-27 | 1 | -8/+9 |
|
|
* | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb... | jan.nijtmans | 2016-12-23 | 1 | -2/+2 |
|
|
* | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -3/+3 |
|
|