| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts. | jan.nijtmans | 2024-02-14 | 1 | -1/+1 |
| | | |||||
| * | -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -1/+1 |
| | | |||||
| * | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
| | | |||||
| * | Merge 8.6. Fix some more -Wshadow warnings | jan.nijtmans | 2020-10-06 | 1 | -2/+2 |
| |\ | |||||
| | * | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with ↵ | jan.nijtmans | 2020-03-24 | 1 | -26/+41 |
| | | | | | | | | | | | Tcl_UniCharToUtfDString()/Tcl_UtfToUniCharDString(), if possible (only for -DTCL_UTF_MAX=3, which is the default and only supported option) Backported, as far as possible, from 8.7. This helps moving away from Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar(), even though it only becomes deprecated in 8.7. | ||||
| | * | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without ↵ | jan.nijtmans | 2019-09-24 | 1 | -3/+3 |
| | | | | | | | | | warnings when omitting -DUNICODE. | ||||
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -19/+34 |
| | | | |||||
| * | | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made ↵ | jan.nijtmans | 2019-09-25 | 1 | -2/+1 |
| | | | | | | | | | possible by TIP #548 | ||||
| * | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | More removals of "register" keyword. | jan.nijtmans | 2019-08-16 | 1 | -1/+1 |
| | |/ | |||||
| * | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and ↵ | jan.nijtmans | 2019-06-10 | 1 | -5/+6 |
| |/ | | | | Tcl_WinTCharToUtf(). Proving the point of this TIP. | ||||
| * | On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since ↵ | jan.nijtmans | 2017-05-05 | 1 | -5/+20 |
| | | | | | | | Tcl_WinTCharToUtf() works correctly when TCL_UTF_MAX==6 while Tcl_NewUnicodeObj() doesn't. All changes taken over from androwish. Thanks to Christian Werner! And ... on the go ... fixed a few memory leaks correctly detected by Christian. | ||||
| * | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -50/+52 |
| | | | | ** WORK IN PROGRESS ** | ||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -2/+1 |
| |\ | |||||
| * \ | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \ | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| * | | Add <wchar.h> to tkWinPort.h, and | nijtmans | 2010-04-08 | 1 | -3/+3 |
| | | | | | | | | | | | remove some earlier CYGWIN-related hacks which then are no longer necessary. | ||||
| * | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Eliminate use of __argc and __argv for CYGWIN Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures. | ||||
| * | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -5/+5 |
| |/ | |||||
| * | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
| * | header cleanup | dgp | 2007-09-07 | 1 | -1/+2 |
| | | |||||
| * | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 1 | -198/+234 |
| | | |||||
| * | * win/tkWinSend.c: Avoid using tcl internal headers and fix to | patthoyts | 2005-10-14 | 1 | -7/+1 |
| | | | | | | * win/tkWinSendCom.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds). | ||||
| * | * win/tkWinSendCom.c: Placed the requirement for the special COM | davygrvy | 2004-01-15 | 1 | -1/+7 |
| | | | | | | | | | | | libraries into the object file itself with #paragma comment (lib, ...) when built with VC++. This will simplify linking for users of the static library. uuid.lib is required for VC5.2, but is implicit with VC6. * win/makefile.vc: Removed 'ole32.lib oleaut32.lib uuid.lib' from $(baselibs). | ||||
| * | winSend cleanup and bug fix -- these files need better documentation | vincentdarley | 2003-11-20 | 1 | -34/+20 |
| | | |||||
| * | * win/tcl.m4: Add TIP #150 items to the TEA makefiles. | patthoyts | 2003-10-08 | 1 | -50/+61 |
| | | | | | | | | | * win/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c: | ||||
| * | * win/makefile.vc: Implementation of TIP #150, "Provide | patthoyts | 2003-09-26 | 1 | -0/+431 |
| * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: | |||||
