summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-01-311-76/+0
|\
| * Fix for [f559bbde4e] (even though that's not really a bug)jan.nijtmans2019-01-281-76/+0
| |
* | Merge 8.7jan.nijtmans2019-01-262-2/+2
|\ \ | |/
| * 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.7sebres2018-11-222-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
| | | | | | | | | This has long been creating more problems than it solves.
* | | 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
|\ \ \ | |/ /
| * | 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
| |\ \
* | \ \ Implement TIP 445dgp2018-11-133-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
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ merge 8.7dgp2018-11-013-289/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Work started eliminating long outdated compat routines that now causedgp2018-10-293-289/+0
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | cross-compiling failure far more often than they help porting to old broken platforms.
* | | | | | | | Merge 8.7jan.nijtmans2018-10-121-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh ↵jan.nijtmans2018-10-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | install", because tclsh is not compiled with that. Fix minizip.c compilation on systems without open64()
* | | | | | | | Merge trunkjan.nijtmans2018-09-123-113/+967
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Added an implementation of tinydir.h, and spliced it into minizip to allowhypnotoad2017-11-212-113/+967
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minizip to recurse directory structures (and get us out of having to feed `find` via autoconf)
| * | | | | | | Pulling changes from core-8-6-branchhypnotoad2017-11-171-14/+0
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Pulling changes from trunkhypnotoad2017-09-052-2/+2
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | merge core-8-6-branchjan.nijtmans2017-03-075-2565/+0
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | merge core-8-6-branchjan.nijtmans2017-01-171-0/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge core-8-6-branch. Better deal with patterns regarding hidden files in ↵jan.nijtmans2017-01-1646-98/+92
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZIP filesystem (taken over from upstream androwish)
* | \ \ \ \ \ \ \ \ 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
|/ / / / / / / / /
* | | | | | | | | Remove compat/float.h and related machinery. The last system known where ↵jan.nijtmans2017-11-151-14/+0
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time .... Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing.
* | | | | | | | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib ↵jan.nijtmans2017-03-075-2565/+0
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | documentation is under a potentially non-free license
| * | | | | | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib ↵jan.nijtmans2017-03-075-2565/+0
| | |_|/ / / | |/| | | | | | | | | | | | | | | | documentation is under a potentially non-free license
* | | | | | 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
| | |/ / / | |/| | |
* | | | | Update zlib to version 1.2.11jan.nijtmans2017-01-1646-98/+92
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | 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
|\ \ \ | |/ /
| * | Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files.jan.nijtmans2017-01-066-3/+3
| | |
* | | merge core-8-6-branchjan.nijtmans2017-01-0429-93/+111
|\ \ \ | |/ /
| * | Update zlib to version 1.2.10. Dll's and *.lib files not updated yetjan.nijtmans2017-01-0329-93/+111
| | |
| * | (cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not ↵jan.nijtmans2017-01-0198-1810/+8661
| | | | | | | | | | | | updated yet
* | | 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 ↵jan.nijtmans2016-11-162-2/+2
|/ | | | type-casts which are not necessary any more.
* Remove unnecessary end-of-line spacing in compat/*.cjan.nijtmans2015-07-0211-30/+30
|
* Member field which should not have been const, because it is dynamically ↵jan.nijtmans2015-06-232-6/+6
|\ | | | | | | allocated. Some end-of-line spacing in header files.