| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
don't define it, and _WIN32 is much more portable anyway.
See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW]
|
|
|
|
| |
around other functions, to call the wrapped function directly.
|
| |
|
| |
|
| |
|
|
|
| |
using useful casts internally.
|
|
|
|
| |
Tcl_Panic() outputs a final newline already
|
|
|
|
|
|
|
|
|
|
|
|
| |
analyzer and redefine Tcl_Panic to
assert after panic in clang PURIFY
builds.
* generic/tkImgPhInstance.c: small fixes to make clang static
* generic/tkTextDisp.c: analyzer happier.
* generic/tkConfig.c: add clang assert for false positives
* generic/tkUndo.c: from static analyzer.
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tkMenu.c: Mac OS X Instruments.app Leaks tool.
* generic/tkText.c:
* generic/tkTextImage.c:
* generic/tkTextIndex.c:
* generic/tkUndo.c:
* generic/tkUtil.c:
* generic/ttk/ttkFrame.c:
* macosx/tkMacOSXWm.c:
|
|
|