| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-03-22 | 1 | -14/+14 |
|\ |
|
| * | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 1 | -14/+14 |
|
|
* | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+1 |
|
|
* | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 1 | -8/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -62/+62 |
|\ \ |
|
| * \ | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -62/+62 |
| |\ \
| | |/ |
|
| | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -123/+123 |
|
|
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ... | jan.nijtmans | 2019-08-03 | 1 | -19/+19 |
|
|
* | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -21/+33 |
|\ \ \
| |/ / |
|
| * | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -19/+19 |
|
|
| * | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -19/+19 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
| |\ \ |
|
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -21/+33 |
|
|
* | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -9/+9 |
| |/ /
|/| | |
|
* | | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
|/ / |
|
* | | Fix crashing bug in tempdir name creation | fvogel | 2019-05-13 | 1 | -1/+1 |
|
|
* | | Let branch compile with MSVC 2008 | fvogel | 2019-05-13 | 1 | -3/+2 |
|
|
* | | Implementation of [file tempdir]; hand-tested on OSX... | dkf | 2019-04-30 | 1 | -6/+21 |
|
|
* | | Windows implementation of TclpCreateTemporaryDirectory | dkf | 2019-04-30 | 1 | -0/+101 |
|
|
* | | Modify testbytestring such that is only produces pure byte-arrays, if not it ... | jan.nijtmans | 2019-04-01 | 1 | -1/+1 |
|
|
* | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -47/+47 |
|
|
* | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 1 | -6/+7 |
|
|
* | | Merge 8.6
| jan.nijtmans | 2018-10-08 | 1 | -2/+1 |
|\ \
| |/ |
|
* | | merge 8.6 | dgp | 2018-10-05 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be N... | jan.nijtmans | 2018-10-05 | 1 | -4/+3 |
|
|
* | | Eliminate variable which is only used once. And a minor end-of-line space red... | jan.nijtmans | 2017-10-12 | 1 | -3/+1 |
|
|
* | | more internal use of size_t (in stead of int) | jan.nijtmans | 2016-11-29 | 1 | -7/+7 |
|
|
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -3/+3 |
|/ |
|
* | [792641f95b]: Normalized win32 paths should never contain backslash. | jan.nijtmans | 2014-04-10 | 1 | -0/+5 |
|\ |
|
| * | [792641f95b]: Normalized win32 paths should never contain backslash. | jan.nijtmans | 2014-04-10 | 1 | -0/+5 |
|
|
* | | Only write back file attributes if any of them really changed. | jan.nijtmans | 2014-03-26 | 1 | -3/+4 |
|
|
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -31/+12 |
|\ \
| |/ |
|
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -31/+12 |
|
|
* | | Eliminate a lot of dead code (for Windows 95/98/ME only). | jan.nijtmans | 2013-06-19 | 1 | -43/+0 |
|
|
* | | eliminate unnecessary TEXT() macros | jan.nijtmans | 2012-09-23 | 1 | -2/+2 |
|
|
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -8/+8 |
|
|
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -2/+2 |
|
|
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -7/+5 |
|
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| |\ |
|
| | * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -2/+2 |
|
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
|
|
| | * | ifdef protections to permit builds with mingw on amd64 systems. | jan.nijtmans | 2011-03-11 | 1 | -14/+22 |
|
|
* | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -1/+4 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -2/+2 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|