| Commit message (Expand) | Author | Age | Files | Lines |
* | isspace -> TclIsSpaceProc in various places. | jan.nijtmans | 2018-10-09 | 1 | -2/+2 |
|
|
* | Fix MSVC warning: warning C4146: unary minus operator applied to unsigned typ... | jan.nijtmans | 2018-10-08 | 1 | -1/+1 |
|
|
* | TIP #514 implementation: Platform differences in handling int/wide | jan.nijtmans | 2018-10-08 | 1 | -10/+20 |
|\ |
|
| * | merge tip-515 branch | jan.nijtmans | 2018-09-22 | 1 | -2/+2 |
| |\ |
|
| * \ | merge tip-515 (which is pre-requisite for this TIP now) | jan.nijtmans | 2018-09-22 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| * | | TCL_NUMBER_WIDE -> TCL_NUMBER_INT. Two test-cases still failing | jan.nijtmans | 2018-09-08 | 1 | -1/+1 |
|
|
| * | | Merge TIP-515 branch, so part of the corrections in the TIP-514 implementatio... | jan.nijtmans | 2018-09-08 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2018-09-05 | 1 | -35/+19 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7, and improve TIP implementation (using utility function in more pla... | jan.nijtmans | 2018-08-30 | 1 | -3/+8 |
| |\ \ \ \ |
|
| * | | | | | Fix compilation on 32-bit platforms, and fix unit-tests in this environment | jan.nijtmans | 2018-08-29 | 1 | -3/+3 |
|
|
| * | | | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun... | jan.nijtmans | 2018-08-28 | 1 | -0/+68 |
|
|
| * | | | | | improved reange checking (also for the Tcl 9.0 proposal). Make platform test ... | jan.nijtmans | 2018-08-21 | 1 | -11/+30 |
|
|
| * | | | | | Re-base branch "all-wideint" to core-8-branch. Still WIP | jan.nijtmans | 2018-08-19 | 1 | -3/+3 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | Experiment, resolving platform differences at script level. Don't look ... | jan.nijtmans | 2018-08-16 | 1 | -3/+3 |
|
|
| | * | | | | Merge 8.7. Also provide a new function for handling ByteArrays | jan.nijtmans | 2018-08-14 | 1 | -253/+187 |
| | |\ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP #48... | jan.nijtmans | 2017-10-27 | 1 | -2/+46 |
|
|
* | | | | | | fixed TclGetWideBitsFromObj - minus applied to unsigned type | sebres | 2018-10-04 | 1 | -4/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Minor code cleanup. | jan.nijtmans | 2018-09-05 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Fix [540bed4bde]: binary format can result in "integer value too large to rep... | jan.nijtmans | 2018-09-04 | 1 | -3/+69 |
|/ / |
|
* | | Micro-optimization in Tcl_GetString() and Tcl_GetStringFromObj() | jan.nijtmans | 2018-07-04 | 1 | -24/+45 |
|
|
* | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -11/+11 |
|
|
* | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -11/+11 |
|
|
* | | Cease registration of the "end-offset" Tcl_ObjType. Give it file scope. | dgp | 2018-02-23 | 1 | -1/+0 |
|
|
* | | Correctly distinguish between internalrep.longValue (in case of boolean) and ... | jan.nijtmans | 2018-02-22 | 1 | -4/+8 |
|
|
* | | fixes [9280abbaf57fca3eb40a89403d9d891853209bb6]: compare of `LLONG_MAX == LO... | sebres | 2018-02-08 | 1 | -2/+2 |
|
|
* | | 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 |
|\ \ |
|
| * | | In Tcl 9.0, don't register oldBooleanType any more. And rename "booleanString... | jan.nijtmans | 2018-01-23 | 1 | -0/+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 |
|\ \ \
| |/ / |
|
| * | | 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 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 |
|\ \ |
|
| * | | Rewrite documentation in comments for brevity and clarity. | pooryorick | 2017-11-06 | 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 |
|/ |
|
* | 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 |
|
|