summaryrefslogtreecommitdiffstats
path: root/generic/tkIntSetPriv.h
Commit message (Collapse)AuthorAgeFilesLines
* A few fixes for Linux build, but should also compile under Windows.gcramer2017-02-241-2/+0
|
* Make it compile with MSVC without the need to add -DMODULE_SCOPE="" in ↵fvogel2017-02-241-0/+2
| | | | makefile.vc
* Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-6/+1
| | | | | | The handling of inline functions (C99 support) has been improved. C99 support for Linux/UNIX enabled. Some preparations for older Visual Studio compilers. Minor fix of test case (the use of abbreviated commands may break future releases).
* When building on Windows, inline is already defined in makefile.vc ↵fvogel2017-02-221-7/+3
| | | | (-Dinline=__inline) regardless of the compiler version
* Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-0/+286
Main webpage: http://scidb.sourceforge.net/tk/revised-text-widget.html This is a vanilla unzip of tk8.6.6-revised-2017-02-18.zip downloaded from http://scidb.sourceforge.net/tk/download.html on 20 Feb. 2017. Only file left out is unix/makefile-for-8-5.patch