Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ | |||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-11-06 | 1 | -28/+0 |
|\ \ | |/ | |||||
| * | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages ↵ | jan.nijtmans | 2020-11-06 | 1 | -28/+0 |
| |\ | | | | | | | | | | functions, since they turn out to be useless. The can be removed in 9.0 | ||||
* | \ | merge 8.7 | dgp | 2020-03-09 | 1 | -9/+3 |
|\ \ \ | |/ / | |||||
| * | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 1 | -9/+3 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Some more gcc(-9) warnings | jan.nijtmans | 2020-03-04 | 1 | -6/+10 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix some gcc(-9) warnings caused by -Wcast-function-type | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -6/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings | ||||
| * \ \ \ | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵ | jan.nijtmans | 2019-08-03 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX | ||||
| * | | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -6/+6 |
| | | | | | | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ↵ | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| | | -DUNICODE) | ||||
| | * | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since ↵ | jan.nijtmans | 2019-09-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | we are impicitly compiling with -DUNICODE | ||||
| | * | | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary ↵ | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | end-of-line spacing | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ↵ | jan.nijtmans | 2019-08-03 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | the same, but more consistent. | ||||
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more ↵ | jan.nijtmans | 2019-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | intuitive because they represent wchar_t and char16_t (since C++11) types in modern compilers. | ||||
| * | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵ | jan.nijtmans | 2019-06-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | more flexible replacement functions | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we ↵ | jan.nijtmans | 2019-06-29 | 1 | -1/+1 |
| |/ / | | | | | | | | | | always compile in UNICODE mode. | ||||
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵ | jan.nijtmans | 2019-02-01 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | >2GiB in more places. | ||||
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -3/+3 |
|/ / | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | ||||
* | | merge core-8-6-branch | jan.nijtmans | 2017-11-03 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c ↵ | jan.nijtmans | 2017-11-03 | 1 | -3/+7 |
| | | | | | | | | robustness. And fix a minor possible memory leak in TclSetupEnv() as well. Thanks to Christian Werner for both suggestions, backported from Androwish. | ||||
| * | RFE [566a999189] - better error message for 32/64 bit mismatch on load. | apnadkarni | 2017-09-21 | 1 | -3/+27 |
| | | |||||
* | | Eliminate variable which is only used once. And a minor end-of-line space ↵ | jan.nijtmans | 2017-10-12 | 1 | -1/+1 |
| | | | | | | | | reduction. No functional change. | ||||
* | | RFE [566a999189] - better error message for 32/64 bit mismatch on load. | apnadkarni | 2017-09-21 | 1 | -3/+27 |
|/ | |||||
* | Where "interp" is only used for error-reporting, it can be allowed to be ↵ | jan.nijtmans | 2015-10-07 | 1 | -30/+32 |
| | | | | NULL. This should fix [5da26d4760]: Tcl_LoadFile() segfaults if "interp" is NULL. | ||||
* | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵ | jan.nijtmans | 2012-10-23 | 1 | -1/+2 |
|\ | | | | | | | these flags are available through the whole filesystem for (future) internal use | ||||
* | | more result generation conversion | dkf | 2012-08-04 | 1 | -16/+18 |
| | | |||||
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -1/+1 |
| | | |||||
* | | fix windows build broken by [92cfbef048] | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
| | | | | | | (Refactor Win socket and load code to be less baroque in its internals) | ||||
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -105/+124 |
| | | | | | | baroque in its internals. | ||||
* | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -8/+19 |
| | | | | | | Tcl_PosixError). | ||||
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+5 |
| | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. | ||||
| * | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. | ||||
* | | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -6/+6 |
| | | | | | | | | | | | | (no change in functionality) |