summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-10-281-2/+2
|\
| * Documentation change for auto_path on macOSKevin Walzer2019-10-271-2/+2
| |
* | Merge 8.6jan.nijtmans2019-10-222-41/+32
|\ \ | |/
| * Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-173-33/+25
| |\
| * | Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-282-8/+8
| | |
* | | Merge 8.6jan.nijtmans2019-10-051-1/+1
|\ \ \ | | |/ | |/|
| * | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵jan.nijtmans2019-10-051-1/+1
| |\ \ | | |/ | |/| | | | core.tcl-lang.org and http -> https
| | * Change LSTATUS to LONG, since older SDK's don't know it.jan.nijtmans2019-10-051-1/+1
| | | | | | | | | core.tcl.tk -> core.tcl-lang.org and htt -> https
| | * Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵jan.nijtmans2019-06-261-1/+1
| | | | | | | | | | | | tests-pref/* among other the same in multiple branches)
* | | Remove "register" keyword in various places. Also add some type-casts to ↵jan.nijtmans2019-08-141-2/+2
| | | | | | | | | | | | help C++ compatibility.
* | | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵jan.nijtmans2019-04-011-5/+5
| | | | | | | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype.
* | | Merge 8.6jan.nijtmans2019-03-282-8/+0
|\ \ \ | |/ /
| * | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵jan.nijtmans2019-03-282-8/+0
| | | | | | | | | | | | of exported int symbols.
* | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
| | |
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵jan.nijtmans2019-02-271-1/+1
| | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more.
* | | Merge 8.6jan.nijtmans2019-01-222-22/+4
|\ \ \ | |/ /
| * | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ↵jan.nijtmans2019-01-222-22/+4
| | | | | | | | | | | | support this anymore
* | | Merge 8.6jan.nijtmans2018-12-182-4/+0
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2018-12-182-4/+0
| |\ \ | | |/
| | * No need for latest "rvm" any more in osx builds (now even gives an error)jan.nijtmans2018-12-182-4/+0
| | | | | | | | | Remove unused/empty header-file
| | * Fix brokenness in GNUmakefiledkf2018-11-121-2/+4
| | |
| | * Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ↵jan.nijtmans2016-01-211-3/+1
| | | | | | | | | | | | Neumann. All harmless, no change of functionality.
* | | merge 8.6 to get Travis fixesdkf2018-11-121-2/+4
|\ \ \ | |/ /
| * | Make the macosx build able to succeeddkf2018-11-101-2/+4
| | |
* | | merge 8.7dgp2018-10-241-14/+87
|\ \ \
| * | | Squash warnings in the OSX notifierdkf2018-10-211-14/+87
| | | |
* | | | merge 8.7dgp2018-06-042-2/+2
|\ \ \ \ | |/ / /
| * | | Neither use --disable-threads on MacOS builds, and don't mention it any more ↵jan.nijtmans2018-05-312-2/+2
| | | | | | | | | | | | | | | | in the README
* | | | merge trunkdgp2017-06-161-1/+1
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-06-071-1/+1
| |\ \ \ | | |/ /
| | * | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other ↵jan.nijtmans2017-06-071-1/+1
| | | | | | | | | | | | | | | | simplifications/optimizations. No functional change.
* | | | merge trunkdgp2017-03-291-3/+2
|\ \ \ \ | |/ / /
| * | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-3/+2
| | | |
* | | | merge trunkdgp2017-03-092-4/+0
|\ \ \ \ | |/ / /
| * | | Merge core-8-6-branchjan.nijtmans2017-03-072-4/+0
| |\ \ \ | | |/ /
| | * | Remove "makefile.bc". Not updated for many-many years, most likely it ↵jan.nijtmans2017-03-072-4/+0
| | | | | | | | | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-)
* | | | merge trunkdgp2017-01-121-1/+1
|\ \ \ \ | |/ / /
| * | | Merge core-8-6-branch. jan.nijtmans2017-01-111-1/+1
| |\ \ \ | | |/ / | | | | | | | | Do gcc-compiles with the option -Wwrite-strings, so we can detect mis-usage of "const". Make Tcl_AddErrorInfo() and Tcl_AddObjErrorInfo() a macro.
* | | | merge trunkdgp2016-11-182-1/+8
|\ \ \ \ | |/ / /
| * | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes ↵jan.nijtmans2016-11-162-1/+8
| | | | | | | | | | | | | | | | between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it.
* | | | merge trunkdgp2016-11-161-3/+3
|\ \ \ \ | |/ / /
| * | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵jan.nijtmans2016-11-161-3/+3
| | | | | | | | | | | | | | | | type-casts which are not necessary any more.
* | | | merge trunkdgp2016-07-091-1/+1
|\ \ \ \ | |/ / /
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵jan.nijtmans2016-07-081-1/+1
| | | | | | | | | | | | | | | | in many places where possible.
* | | | merge trunkdgp2016-07-022-3/+3
|\ \ \ \ | |/ / /
| * | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-302-3/+3
| | | |
* | | | merge trunkdgp2016-06-291-3/+3
|\ \ \ \ | |/ / /
| * | | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anywayjan.nijtmans2016-06-291-3/+3
| | | |
* | | | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-2/+5
| | | |
* | | | Revise "osType" Tcl_ObjType to use new routine.dgp2016-03-241-15/+16
|/ / /