Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcl | jan.nijtmans | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Merge 8.5 | jan.nijtmans | 2020-11-18 | 1 | -2/+2 |
|\ | |||||
| * | Add github actions build. Use Titlecase in Tcl_StaticPackage | jan.nijtmans | 2020-11-18 | 1 | -2/+2 |
| | | |||||
* | | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵ | jan.nijtmans | 2020-10-15 | 1 | -4/+0 |
| | | | | | | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now | ||||
* | | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵ | jan.nijtmans | 2020-04-10 | 1 | -15/+15 |
| | | | | | | | | | | use of ".." in the makefiles. Adapt all makefiles (unix/win) such that they can handle spaces in LIB_INSTALL_DIR/SCRIPT_INSTALL_DIR/MODULE_INSTALL_DIR, just by adding double-quotes in appropriate places. | ||||
* | | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 1 | -2/+2 |
|\ \ | |/ | | | Make tclWinReg.c compilable with C++ compiler. registry -> 1.3.5 | ||||
| * | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 1 | -4/+4 |
| | | | | | | Make tclWinReg.c compilable with C++ compiler. registry -> 1.3.5 | ||||
* | | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but ↵ | jan.nijtmans | 2019-12-04 | 1 | -17/+20 |
| | | | | | | | | used by Androwish. Also alphabetise some options in win/makefile.vc and win/rules.vc | ||||
* | | Enhance rules.vc like already done in other configure scripts: Determine ↵ | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
| | | | | | | | | HAVE_STDINT_H/HAVE_INTTYPES_H/HAVE_STDBOOL_H/MP_NO_STDINT the simple way, just by compiler version. | ||||
* | | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7). | jan.nijtmans | 2019-11-28 | 1 | -2/+7 |
|\ \ | |/ | | | Also fix installation of opt0.4 as done by makefile.vc, which never worked in Tcl 8.6. | ||||
* | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ↵ | jan.nijtmans | 2019-11-15 | 1 | -1/+0 |
| | | | | | | | | 8.6.9, isn't used anywhere in Tcl, and is going to be deprecated in libtommath. | ||||
* | | Don't install tommath_class.h and tommath_superclass.h on Windows any more ↵ | jan.nijtmans | 2019-11-13 | 1 | -2/+0 |
| | | | | | | | | by makefile.vc. Those are purely internal, not needed by extensions. | ||||
* | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath ↵ | jan.nijtmans | 2019-10-30 | 1 | -1/+0 |
| | | | | | | | | | | changed it back to macro too in its master branch, we better do the same. Better usage of mp_isneg() macro, in stead of directly comparing sign with MP_NEG/MP_ZPOS. | ||||
* | | Extend libtommath stub table, so extension writers can move away from ↵ | jan.nijtmans | 2019-10-23 | 1 | -0/+1 |
| | | | | | | | | deprecated libtommath functions. | ||||
* | | Update to latest libtommath, version 1.2.0 | jan.nijtmans | 2019-10-22 | 1 | -19/+15 |
|\ \ | |||||
| * \ | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -52/+43 |
| |\ \ | |||||
| * \ \ | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -1/+65 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2019-06-30 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 ↵ | jan.nijtmans | 2019-06-14 | 1 | -13/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | adapted for changes in libtommath | ||||
* | | | | | | Bump to dde 1.4.2 and registry 1.3.4 | dgp | 2019-10-21 | 1 | -2/+2 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | Bump to dde 1.4.2 and registry 1.3.4. | dgp | 2019-10-21 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵ | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | core.tcl-lang.org and http -> https | ||||
* | | | | | Merge 8.6 and fix Travis build on Windows | jan.nijtmans | 2019-09-27 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
* \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -22/+22 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 8.5 | jan.nijtmans | 2019-09-25 | 1 | -22/+22 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Modify registry/dde such that they no longer need to be compiled with ↵ | jan.nijtmans | 2019-09-20 | 1 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DUNICODE. Also no longer use Tcl_WinTCharToUtf/Tcl_WinUtfToTchar but the unicode conversions functions to do WCHAR <=> UTF-8 conversions. When compiled with Tcl >= 8.7, use the TIP #548 wchar_t functions in stead for registry/dde. | ||||
* | | | | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ↵ | jan.nijtmans | 2019-09-19 | 1 | -12/+4 |
|/ / / / / | | | | | | | | | | | | | | | | cat32 on Windows) | ||||
* | | | | | Remove unneeded knownMsvcBug testconstraint definition | jan.nijtmans | 2019-09-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in ↵ | sebres | 2019-09-12 | 1 | -14/+14 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | VS-makefiles (used WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available. | ||||
| * | | | windows: eliminate overwriting of WINDIR env-variable in makefiles (used ↵ | sebres | 2019-09-12 | 1 | -30/+30 |
| | | | | | | | | | | | | | | | | | | | | WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available. | ||||
* | | | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵ | sebres | 2019-07-12 | 1 | -0/+64 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | tcl8.6), conflicts resolved, etc | ||||
| * | | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵ | sebres | 2019-07-10 | 1 | -1/+3 |
| | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T) | ||||
* | | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Missing -DUNICODE in makefile.vc | jan.nijtmans | 2018-10-28 | 1 | -2/+2 |
| | | |||||
| * | Missed some version bumps in previous commit | jan.nijtmans | 2018-10-27 | 1 | -1/+1 |
| | | |||||
| * | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. | jan.nijtmans | 2018-10-27 | 1 | -2/+2 |
| | | |||||
| * | Backport "registry" version 1.3.3, so all active branches now have the same ↵ | jan.nijtmans | 2018-10-24 | 1 | -5/+5 |
| | | | | | | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already) | ||||
* | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, ↵ | jan.nijtmans | 2019-05-31 | 1 | -5/+2 |
| | | | | | | | | remove mp_tc_(add|or|xor) functions in favor of mp_(add|or|xor) which can now handle twos-complement. Following ongoing changes in libtommath development. | ||||
* | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations ↵ | sebres | 2019-04-01 | 1 | -0/+4 |
|\ \ | | | | | | | | | | and simplifications of 8.7 (tommath 1.1), well-arranged branching of long/wide/bignum base and exponent cases, test-cases extended to cover all this branches and edge cases. | ||||
| * | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, ↵ | sebres | 2019-02-04 | 1 | -0/+1 |
| | | | | | | | | | | | | mp_tc_div_2d, which simplifies code. | ||||
| * | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, ↵ | sebres | 2019-02-04 | 1 | -0/+3 |
| | | | | | | | | | | | | now that libtommath provides new functions mp_tc_and, mp_tc_or and mp_tc_xor | ||||
* | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵ | jan.nijtmans | 2019-03-28 | 1 | -1/+0 |
| | | | | | | | | | | | | of exported int symbols. | ||||
* | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from ↵ | jan.nijtmans | 2019-03-25 | 1 | -0/+2 |
| | | | | | | | | | | | | libtommath: In the upcoming new version those will become real functions, causing possible binary incompatibility. This change makes Tcl independant from libtommath's changes. | ||||
* | | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. | apnadkarni | 2019-03-06 | 1 | -0/+8 |
|/ / | | | | | | | | | | | | | | | | | | | | | The PLATFORM_IDENTIFY macro matches the output of Tcl's platform::identify and is meant to permit extensions to pick a platform-specific directory for binaries. MULTIPLATFORM_INSTALL can be set by extensions to install into a platform specific subdirectory as returned by the platform::identify Tcl command. The default automatic pkgIndex.tcl is modified accordingly. If OPTS=pdbs is set, the default install target will also copy PDBS. | ||||
* | | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -0/+1 |
| | | |||||
* | | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables. | jan.nijtmans | 2018-10-26 | 1 | -1/+1 |
| | | | | | | | | tclWinDde.c: Backport improvements (support for TCL_UTF_MAX=6) from androwish: Both androwish and tclsh (all versions) can now use the same dde.dll. dde: bump version | ||||
* | | Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this! | jan.nijtmans | 2018-10-22 | 1 | -1/+1 |
| | | |||||
* | | Fix inclusion of custom resource files to match TIP spec | apnadkarni | 2017-11-07 | 1 | -1/+1 |
| | | |||||
* | | Minor edits | apnadkarni | 2017-10-28 | 1 | -1/+1 |
| | | |||||
* | | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old ↵ | apnadkarni | 2017-10-26 | 1 | -15/+25 |
| | | | | | | | | comments. |