summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Collapse)AuthorAgeFilesLines
* Adapt function signatures in compat/string.h to what's normal nowadaysjan.nijtmans2020-10-061-6/+2
|
* Merge 8.6jan.nijtmans2020-06-251-5/+5
|\
* \ Merge 8.6jan.nijtmans2020-06-225-241/+241
|\ \ | |/
| * Change all *.sln to CRLF format, so they are directly usable in Visual ↵jan.nijtmans2020-06-225-241/+241
| | | | | | | | Studio projects
| * sync zlib's crypt.h with version in Tcl 8.7jan.nijtmans2020-06-191-6/+1
| |
* | Suggested fix for [b179286248]: tclZipfs.c Build Error on CentOS 6jan.nijtmans2020-06-191-6/+0
| |
* | Merge 8.6jan.nijtmans2020-03-181-1/+1
|\ \ | |/
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-1/+1
| |
* | Merge 8.7jan.nijtmans2019-12-131-0/+919
|\ \
| * \ Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-0/+919
| |\ \
| | * | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible ↵jan.nijtmans2019-11-011-0/+919
| | | | | | | | | | | | | | | | accordingly (still WIP)
* | | | Merge 8.7jan.nijtmans2019-12-112-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-12-092-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix [abd4abedd2]: Failed to build tk 8.6.10 with cross compilejan.nijtmans2019-12-092-2/+2
| | |
| | * Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same ↵jan.nijtmans2019-12-063-0/+822
| | | | | | | | | | | | content as in the core-8-branch branch.
* | | Merge 8.7jan.nijtmans2019-11-042-2/+10
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-11-012-2/+10
| |\ \ | | |/
| | * Make ioapi.c and minizip.c build on Windows (for someone who would want to)jan.nijtmans2019-11-012-120/+166
| | |
* | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵jan.nijtmans2019-09-051-0/+1
|\ \ \ | |/ / | | | | | | Windows) without -Wunused-parameters warnings
| * | Merge 8.6jan.nijtmans2019-08-281-1/+1
| |\ \ | | |/
| | * Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵jan.nijtmans2019-08-281-1/+1
| | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters.
* | | Merge 8.7jan.nijtmans2019-08-159-22/+25
|\ \ \ | |/ /
| * | Remove "register" keyword in various places. Also add some type-casts to ↵jan.nijtmans2019-08-148-21/+24
|/ / | | | | | | help C++ compatibility.
* | 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
| | | | | | | | | | | | | | | Also fix many EXEC/UNEXEC file flags
| * | | | 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, ↵jan.nijtmans2018-09-012-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
| * | | | | | | | | | 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 ↵jan.nijtmans2019-01-262-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | always addressed with unsigned chars now. Eliminate some useless end-of-line spacing that slipped in.
| * | | | | | | Replace isspace() -> TclIsSpaceProc() _everywhere_. jan.nijtmans2019-01-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change TclIsSpaceProc() and TclIsBareWord so it works with both signed and unsigned characters. Actually, this is not a signature change, as "char" arguments are enlarged to "int" by the C-compiler anyway.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | This has long been creating more problems than it solves.
* | | | | | | Workaround for crypt.h, when used in combination with older zlib library. ↵jan.nijtmans2018-11-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Should make Travis build work again
* | | | | | | 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
| |\ \ \ \ \