summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-08-141-2/+2
|\
| * Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-141-2/+2
* | Merge 8.7jan.nijtmans2019-04-011-5/+5
|\ \ | |/
| * Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-5/+5
* | Merge 8.7jan.nijtmans2019-03-282-8/+0
|\ \ | |/
| * Merge 8.6jan.nijtmans2019-03-282-8/+0
| |\
| | * Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-282-8/+0
* | | Merge 8.7jan.nijtmans2019-03-011-1/+1
|\ \ \ | |/ /
| * | 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) an...jan.nijtmans2019-02-271-1/+1
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+3
* | | merge 8.7sebres2019-01-252-22/+4
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2018-12-182-4/+0
|\ \ \ | |/ /
| * | 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
| | | * 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
* | | | Merge 8.7jan.nijtmans2018-11-141-2/+4
|\ \ \ \ | |/ / /
| * | | merge 8.6 to get Travis fixesdkf2018-11-121-2/+4
| |\ \ \ | | |/ /
| | * | Make the macosx build able to succeeddkf2018-11-101-2/+4
* | | | Implement TIP 445dgp2018-11-131-16/+20
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2018-10-241-14/+87
| |\ \ \
| * \ \ \ merge 8.7dgp2018-06-042-2/+2
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2017-06-161-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2017-03-291-3/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-03-092-4/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-01-121-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2016-11-182-1/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-161-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-022-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-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
* | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2018-10-211-14/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Squash warnings in the OSX notifierdkf2018-10-211-14/+87
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | merge trunkjan.nijtmans2018-10-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-09-122-20/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | compensate for the removal of the http1.0 directoryjan.nijtmans2018-09-122-20/+0
* | | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-012-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Fix build on MacOSXjan.nijtmans2018-07-071-2/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | merge 8.7jan.nijtmans2018-05-312-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Neither use --disable-threads on MacOS builds, and don't mention it any more ...jan.nijtmans2018-05-312-2/+2
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge core-8-branch. More 8.7 -> 9.0 changes as appropriatejan.nijtmans2017-11-051-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
* | | | | | | | | | | | | Bump to 9.0a0dgp2017-11-031-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-06-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-071-1/+1