summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Collapse)AuthorAgeFilesLines
* Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index ↵jan.nijtmans2023-06-231-919/+0
| | | | | values for Tk"). Remove compat/stdint.h, since stdint.h is available in all modern C compilers
* Replace stdbool.h by the llvm version. Suggested by Christian Gollwitzer for ↵jan.nijtmans2020-03-171-43/+31
| | | | licence reasons. Thanks! Not actually used by Tk (yet).
* Add compat/stdbool.h (needed by revised_text) and compat/stdint.h (needed by ↵jan.nijtmans2020-02-182-0/+968
| | | | | TIP #556, or any other Tk extension which on tclInt.h) Remove the need for "make doc", by committing doc/man.macros directly here.
* Don't bother compat/stdlib.h and compat/unistd.h any more: All currently ↵jan.nijtmans2019-07-232-120/+0
| | | | supported compilers have compatible versions of those header files, even MSVC 6.0.
* Purge configuration efforts at supporting platforms lacking <limits.h>.dgp2015-03-241-22/+0
|
* consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-231-1/+1
|\
* \ Purge RCS Keywordsdgp2011-06-083-6/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-083-6/+0
| |
* | Make sure that tkWinPort.h is always includednijtmans2010-04-202-4/+6
| | | | | | | | | | before tcl.h, otherwise the fallback for TCHAR might go off before the inclusion of <tchar.h>
* | More elimination of pre-C89-isms.dkf2008-05-022-84/+77
|/
* * Merged 8.1 branch into the main trunkstanton1999-04-161-2/+2
|
* replaced SCCS keywordsstanton1998-09-143-3/+3
|
* Initial revisionrjohnson1998-04-013-0/+153