summaryrefslogtreecommitdiffstats
path: root/generic/tkBitField.h
Commit message (Expand)AuthorAgeFilesLines
* Finally (hopefully) changed to stdbool.h, this is C99 conform, and should com...gcramer2017-06-081-4/+0
* Work-around for Mac: "bool" is replaced with "tkbool_t", and the (quasi) keyw...gcramer2017-06-081-0/+4
* Support of 64 bit architectures overworked, because the constant TCL_WIDE_INT...gcramer2017-03-231-2/+2
* Reverting the destructive changes of [ab1bc6a5], [cd374e7d], and [f8055298]...gcramer2017-03-221-1/+7
* Another place where TCL_WIDE_INT_IS_LONG doesn't behave as expected on WIN64jan.nijtmans2017-03-211-5/+1
* merge trunkjan.nijtmans2017-03-211-1/+1
* Move stdint.h/tkWinStdInt.h inclusion to tkInt.hfvogel2017-02-261-10/+0
* Added a copy of stdint.h (named tkWinStdInt.h) copied from https://github.com...fvogel2017-02-261-1/+9
* (1) Some memory problems fixed, with the help of a fine granulated valgrind testgcramer2017-02-261-4/+1
* A few fixes for Linux build, but should also compile under Windows.gcramer2017-02-241-1/+1
* Make it compile with MSVC without the need to add -DMODULE_SCOPE="" in makefi...fvogel2017-02-241-0/+1
* Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-9/+2
* When building on Windows, inline is already defined in makefile.vc (-Dinline=...fvogel2017-02-221-10/+4
* Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-0/+188