Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use more size_t type internally, when compiling against Tcl 9.0 headers. No ↵ | jan.nijtmans | 2020-05-25 | 1 | -0/+0 |
| | | | | | change when using Tcl 8.x. Add C++ travis build for TCL_UTF_MAX=4 (compat with Tcl 8.7) and TCL_UTF_MAX=6 (compat with Tcl 9.0) making sure that C++'s strict typing stays correct. | ||||
* | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | tksvg crash on style usage due to different malloc and free types on some ↵ | oehhar | 2019-11-12 | 1 | -4/+4 |
| | | | | systems. Issue #2 of tksvg. | ||||
* | Bug in float emulation for MS-VC6: map fabsf() to fabs(), not abs(). Add ↵ | oehhar | 2019-10-04 | 1 | -1/+5 |
| | | | | float emulation for MS-VC8. Thanks to Auriocus to point out the bug. | ||||
* | Merge 8.6 | jan.nijtmans | 2019-05-09 | 1 | -3/+3 |
| | |||||
* | Make svg compile with MS VC++ 6 - attention - strtoll is replaced by strtol ↵ | oehhar | 2018-06-15 | 1 | -0/+26 |
| | | | | which has lower resolution. | ||||
* | Make branch compile with MSVC 2008 (Express Edition) | fvogel | 2018-06-06 | 1 | -1/+4 |
| | |||||
* | Add missing files, as provided by René Zaumseil. | fvogel | 2018-05-15 | 1 | -0/+3055 |