| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
compile with ancient MSVC, because for the latter I'm still using the type definition to int. With this change I had to replace some of the struct attributes to int.
|
| |
|
|
| |
keyword "bool" now will only be used internally.
|
| |
|
|
| |
TCL_WIDE_INT_IS_LONG cannot be used.
|
| |
|
|
| |
[f8055298]. In case of compile problems, please use the bug tracker.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
https://github.com/mattn/gntp-send/blob/master/include/msinttypes/stdint.h and made it be used whenever stdint.h is not provided by the compiler. This should only happen on Windows, with MSVC strictly before version 1600 (i.e. strictly earlier than Visual Studio 2010)
|
| |
|
|
|
| |
(2) 'char* reliefString' changed to 'Tcl_Obj *reliefPtr', required for fine granulated valgrind test
(3) Severe bug in embedded window handling fixed
(4) Minor display problem with selected text fixed (function MakeStyle)
|
| | |
|
| |
|
|
| |
makefile.vc
|
| |
|
|
|
|
| |
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).
|
| |
|
|
| |
(-Dinline=__inline) regardless of the compiler version
|
|
|
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
|