summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-08-281-1/+1
|\
| * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-1/+1
* | Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-148-21/+24
* | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-161-1/+1
* | Fix a warning due to a missing const in an internal minzip functionjan.nijtmans2019-06-281-5/+5
|\ \
| * | Fix a warning due to a missing const in an internal minzip functiongahr2019-06-271-5/+5
| * | Merge 8.7jan.nijtmans2019-01-311-76/+0
| |\ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2019-01-262-2/+2
| |\ \
| * \ \ merge 8.7sebres2018-11-222-2/+2
| |\ \ \
| * | | | Fix more executable flagsjan.nijtmans2018-11-191-0/+0
| * | | | Remove "nostub" entries, which are no longer used. See also TIP #512. jan.nijtmans2018-11-152-0/+0
| * | | | Merge 8.7jan.nijtmans2018-11-141-0/+6
| |\ \ \ \
| * \ \ \ \ Implement TIP 445dgp2018-11-133-0/+0
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-11-013-289/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-10-121-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-09-123-113/+967
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-012-2/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge trunkjan.nijtmans2017-12-152-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Fix for [f559bbde4e] (even though that's not really a bug)jan.nijtmans2019-01-281-76/+0
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-262-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Replace isspace() -> TclIsSpaceProc() _everywhere_. jan.nijtmans2019-01-262-2/+2
* | | | | | | | merge 8.6sebres2018-11-222-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | fixed typo in prepro `#ifdef unix || __APPLE__`sebres2018-11-222-2/+2
| * | | | | | Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-013-289/+0
* | | | | | | Workaround for crypt.h, when used in combination with older zlib library. Sho...jan.nijtmans2018-11-141-0/+6
* | | | | | | Fix "executable" flag for many files (now really!)jan.nijtmans2018-11-073-0/+0
* | | | | | | Implement TIP 445dkf2018-11-063-0/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | merge 8.7dgp2018-10-182-114/+968
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | merge 8.7dgp2017-11-151-14/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | merge trunkdgp2017-03-095-2565/+0
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2017-01-2347-98/+92
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-01-12103-1820/+8689
| |\ \ \ \ \ \ \
* | | | | | | | | Work started eliminating long outdated compat routines that now causedgp2018-10-293-289/+0
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"...jan.nijtmans2018-10-121-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Added an implementation of tinydir.h, and spliced it into minizip to allowhypnotoad2017-11-212-113/+967
* | | | | | | Pulling changes from core-8-6-branchhypnotoad2017-11-171-14/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-151-14/+0
| | |_|_|/ / | |/| | | |
* | | | | | Pulling changes from trunkhypnotoad2017-09-052-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib docum...jan.nijtmans2017-03-075-2565/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| * | | | merge core-8-6-branchjan.nijtmans2017-01-171-0/+0
| |\ \ \ \
| * \ \ \ \ Update zlib to version 1.2.11jan.nijtmans2017-01-1646-98/+92
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll filesjan.nijtmans2017-01-066-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-01-0429-93/+111
| |\ \ \ \ \ \
| * | | | | | | Update zlib to version 1.2.9. Dll's and *.lib files not updated yetjan.nijtmans2017-01-0198-1810/+8661
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-162-2/+2
* | | | | | | merge core-8-6-branchjan.nijtmans2017-03-075-2565/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib docum...jan.nijtmans2017-03-075-2565/+0
| | |_|_|_|/ | |/| | | |
* | | | | | merge core-8-6-branchjan.nijtmans2017-01-171-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Hm. 32-bit zlib dll still was the 1.2.10 version. Corrected now.jan.nijtmans2017-01-171-0/+0
| | |_|_|/ | |/| | |
* | | | | Merge core-8-6-branch. Better deal with patterns regarding hidden files in ZI...jan.nijtmans2017-01-1646-98/+92
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |