| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.5 | jan.nijtmans | 2021-08-19 | 1 | -1/+5 |
|\ |
|
| * | Reserve a few more unused stub entries | jan.nijtmans | 2021-08-19 | 1 | -1/+5 |
|
|
* | | Merge 8.5. Add unused stub table entries | jan.nijtmans | 2021-03-04 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | Add some more unused entries to the stub table, keeping up with the table siz... | jan.nijtmans | 2021-03-04 | 1 | -1/+9 |
|
|
| * | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 1 | -1/+1 |
|
|
* | | Fix C:\test\tcl8.6.11_rc0\win\..\generic\tclStubInit.c(107) : warning C4761: | jan.nijtmans | 2020-12-14 | 1 | -1/+1 |
|
|
* | | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -1/+1 |
|
|
* | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
* | | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup. | jan.nijtmans | 2020-04-16 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ... | jan.nijtmans | 2020-04-16 | 1 | -3/+5 |
|
|
| * | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate... | jan.nijtmans | 2020-03-17 | 1 | -1/+2 |
|
|
* | | Fix (harmess) gcc warning, noted on Ubuntu | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
|
|
* | | Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ... | jan.nijtmans | 2020-03-25 | 1 | -19/+14 |
|
|
* | | Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions... | jan.nijtmans | 2020-03-24 | 1 | -7/+16 |
|
|
* | | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() i... | jan.nijtmans | 2020-03-15 | 1 | -1/+2 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2020-01-23 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Last unused internal stub entry from 258 to 259. | jan.nijtmans | 2020-01-23 | 1 | -1/+2 |
|
|
| * | Add additional (dummy) stub entries in the libtommath stubtable | jan.nijtmans | 2019-10-24 | 1 | -0/+17 |
|
|
* | | Silence some gcc-9 compiler warnings. | jan.nijtmans | 2020-01-13 | 1 | -9/+9 |
|
|
* | | Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, thr... | jan.nijtmans | 2019-12-12 | 1 | -3/+20 |
|
|
* | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ... | jan.nijtmans | 2019-11-15 | 1 | -1/+1 |
|
|
* | | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i... | jan.nijtmans | 2019-11-08 | 1 | -4/+4 |
|
|
* | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 1 | -1/+1 |
|
|
* | | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 1 | -1/+1 |
|
|
* | | Combine two libtommath stub entries, which (almost) do the same | jan.nijtmans | 2019-10-24 | 1 | -4/+2 |
|
|
* | | Combine two libtommath stub entries, which do exactly the same. | jan.nijtmans | 2019-10-23 | 1 | -9/+7 |
|
|
* | | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 1 | -1/+4 |
|
|
* | | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 1 | -3/+3 |
|
|
* | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -0/+53 |
|\ \ |
|
| * \ | Merge 8.5 | jan.nijtmans | 2019-10-15 | 1 | -0/+21 |
| |\ \
| | |/ |
|
| | * | Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi... | jan.nijtmans | 2019-10-15 | 1 | -1/+28 |
|
|
* | | | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Fix compilation on VC++ 6.0 | jan.nijtmans | 2019-06-30 | 1 | -1/+1 |
|
|
* | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte... | jan.nijtmans | 2019-06-14 | 1 | -1/+26 |
|/ / |
|
* | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo... | jan.nijtmans | 2019-05-31 | 1 | -1/+7 |
|
|
* | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 1 | -4/+4 |
|\ \ |
|
| * | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 1 | -0/+1 |
|
|
| * | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 1 | -0/+3 |
|
|
* | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -0/+10 |
|
|
* | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -0/+4 |
|
|
* | | | Fix some comments: "upper" -> "high" (when talking about surrogates) | jan.nijtmans | 2019-02-19 | 1 | -2/+2 |
|/ / |
|
* | | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -0/+1 |
|
|
* | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No... | jan.nijtmans | 2018-11-15 | 1 | -0/+88 |
|
|
* | | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,... | jan.nijtmans | 2018-10-07 | 1 | -4/+10 |
|
|
* | | Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d... | jan.nijtmans | 2018-10-05 | 1 | -41/+8 |
|
|
* | | Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p... | jan.nijtmans | 2017-12-28 | 1 | -0/+2 |
|
|
* | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh... | jan.nijtmans | 2017-12-28 | 1 | -1/+33 |
|
|
* | | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -0/+5 |
|
|
* | | make genstubs | dkf | 2015-10-28 | 1 | -0/+3 |
|
|
* | | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of... | jan.nijtmans | 2015-06-24 | 1 | -1/+1 |
|
|