Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove ↵ | jan.nijtmans | 2020-03-24 | 1 | -0/+3 |
|\ | | | | | | | Tcl_MacOSXOpenBundleResources() completely | ||||
| * | MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling ↵ | jan.nijtmans | 2020-03-24 | 1 | -0/+1 |
| | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources: One more stub entry which can be removed in Tcl 9.0 | ||||
* | | need internal header now. | dgp | 2020-03-09 | 1 | -0/+1 |
| | | |||||
* | | Bring TCL_UNUSED to macosx sources. | dgp | 2020-03-09 | 2 | -11/+6 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 2 | -16/+0 |
|\ \ | |||||
| * \ | Merge 8.7 rc branch | jan.nijtmans | 2019-11-23 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | More WIP: All makefile builds appear to work fine, makefile.vc build still ↵ | jan.nijtmans | 2019-11-05 | 2 | -16/+0 |
| | | | | | | | | | | | | | | | | to be done. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | merge 8.6 | dgp | 2019-11-22 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | merge 8.6 | dgp | 2019-10-28 | 1 | -2/+2 |
| | |\ | |||||
| | * | | Tweak README | Kevin Walzer | 2019-10-27 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-10-30 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath ↵ | jan.nijtmans | 2019-10-30 | 1 | -1/+1 |
| | | |/ | | |/| | | | | | | | | | | | | | 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. | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-10-28 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Documentation change for auto_path on macOS | Kevin Walzer | 2019-10-27 | 1 | -2/+2 |
| | |/ | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-10-24 | 2 | -41/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 2 | -41/+32 |
| |\ \ | | |/ | |||||
| | * | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 3 | -33/+25 |
| | |\ | |||||
| | * | | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 2 | -8/+8 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-10-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | 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 | ||||
| | | * | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | core.tcl.tk -> core.tcl-lang.org and htt -> https | ||||
| | | * | Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵ | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | tests-pref/* among other the same in multiple branches) | ||||
* | | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 2 | -2/+7 |
| | | | | |||||
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove "register" keyword in various places. Also add some type-casts to ↵ | jan.nijtmans | 2019-08-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | help C++ compatibility. | ||||
* | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵ | jan.nijtmans | 2019-08-03 | 3 | -8/+8 |
|/ / / | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX | ||||
* | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵ | jan.nijtmans | 2019-04-01 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2019-03-28 | 2 | -8/+0 |
|\ \ \ | |/ / | |||||
| * | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵ | jan.nijtmans | 2019-03-28 | 2 | -8/+0 |
| | | | | | | | | | | | | of exported int symbols. | ||||
* | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵ | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2019-01-22 | 2 | -22/+4 |
|\ \ \ | |/ / | |||||
| * | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ↵ | jan.nijtmans | 2019-01-22 | 2 | -22/+4 |
| | | | | | | | | | | | | support this anymore | ||||
* | | | Merge 8.6 | jan.nijtmans | 2018-12-18 | 2 | -4/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5 | jan.nijtmans | 2018-12-18 | 2 | -4/+0 |
| |\ \ | | |/ | |||||
| | * | No need for latest "rvm" any more in osx builds (now even gives an error) | jan.nijtmans | 2018-12-18 | 2 | -4/+0 |
| | | | | | | | | | Remove unused/empty header-file | ||||
| | * | Fix brokenness in GNUmakefile | dkf | 2018-11-12 | 1 | -2/+4 |
| | | | |||||
| | * | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ↵ | jan.nijtmans | 2016-01-21 | 1 | -3/+1 |
| | | | | | | | | | | | | Neumann. All harmless, no change of functionality. | ||||
* | | | merge 8.6 to get Travis fixes | dkf | 2018-11-12 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Make the macosx build able to succeed | dkf | 2018-11-10 | 1 | -2/+4 |
| | | | |||||
* | | | merge 8.7 | dgp | 2018-10-24 | 1 | -14/+87 |
|\ \ \ | |||||
| * | | | Squash warnings in the OSX notifier | dkf | 2018-10-21 | 1 | -14/+87 |
| | | | | |||||
* | | | | merge 8.7 | dgp | 2018-06-04 | 2 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Neither use --disable-threads on MacOS builds, and don't mention it any more ↵ | jan.nijtmans | 2018-05-31 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | in the README | ||||
* | | | | merge trunk | dgp | 2017-06-16 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-06-07 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other ↵ | jan.nijtmans | 2017-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | simplifications/optimizations. No functional change. |