| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Fix compiler warnings in win32/cygwin build | jan.nijtmans | 2014-04-16 | 1 | -5/+13 |
|\ \
| |/ |
|
| * | Fix compiler warnings in win32/cygwin build. | jan.nijtmans | 2014-04-16 | 1 | -5/+13 |
|
|
* | | Fix execute permission bit (should not be set) for *Decls.h files | jan.nijtmans | 2014-02-11 | 1 | -0/+0 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -10/+10 |
|
|
* | | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ... | jan.nijtmans | 2013-12-19 | 1 | -0/+1 |
|
|
* | | Tcl_SetResult -> Tcl_SetObjResult in two places (for Cygwin64 only). | jan.nijtmans | 2013-10-14 | 1 | -6/+4 |
|
|
* | | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it... | jan.nijtmans | 2013-06-21 | 1 | -0/+1 |
|
|
* | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
|\ \
| |/ |
|
| * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
| |\ |
|
| | * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
|
|
| * | | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l... | jan.nijtmans | 2013-03-28 | 1 | -8/+1 |
|
|
| * | | Add dummy (undocumented) TclCanceled function in stub table (not exported as ... | jan.nijtmans | 2013-03-27 | 1 | -1/+8 |
|
|
| * | | Extend the public stub table with dummy NULL entries, up to the size of the T... | jan.nijtmans | 2013-01-07 | 1 | -0/+52 |
| |\ \
| | |/ |
|
| | * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-01-07 | 1 | -0/+108 |
|
|
| | * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 1 | -11/+1 |
|
|
| | * | add missing macosx sections | jan.nijtmans | 2012-11-15 | 1 | -0/+32 |
|
|
| | * | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 1 | -53/+13 |
|
|
* | | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+1 |
|
|
* | | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte... | jan.nijtmans | 2013-01-21 | 1 | -4/+29 |
|
|
* | | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ... | jan.nijtmans | 2013-01-14 | 1 | -2/+2 |
|
|
* | | | Put back TclBackgroundException in internal stub table, so extensions using t... | jan.nijtmans | 2013-01-12 | 1 | -1/+2 |
|
|
* | | | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTem... | jan.nijtmans | 2012-12-05 | 1 | -2/+6 |
|
|
* | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -2/+2 |
|
|
* | | | merge trunk | dkf | 2012-10-03 | 1 | -14/+9 |
|\ \ \ |
|
| * | | | removed leftover from failed attempt to unify stub tables. | jan.nijtmans | 2012-09-07 | 1 | -8/+0 |
|
|
| * | | | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
| | * | | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 1 | -0/+1 |
|
|