summaryrefslogtreecommitdiffstats
path: root/win/tclWinLoad.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-20/+20
|\
| * Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-20/+20
| |\ | |/ |/|
| * Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are...jan.nijtmans2024-03-231-7/+7
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-20/+20
* | Clean up a lot of small whitespace issues dkf2024-05-131-20/+20
* | Few more spacing/formatting tweaksjan.nijtmans2024-03-201-7/+7
|\ \ | |/
| * (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-1/+1
| * Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-2/+2
* | Fix indentation/brace usage style issuesdkf2024-03-191-1/+1
* | Merge 8.7jan.nijtmans2023-10-191-7/+7
|\ \ | |/
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-7/+7
* | More -Wconversion warning fixesjan.nijtmans2023-03-081-1/+1
* | Merge 8.7jan.nijtmans2022-11-241-7/+7
|\ \ | |/
| * Use some more TCL_INDEX_NONE and Tcl_Sizejan.nijtmans2022-11-241-7/+7
* | Merge 8.7jan.nijtmans2022-07-191-1/+1
|\ \ | |/
| * Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-1/+1
* | Merge 8.7jan.nijtmans2022-07-121-2/+3
|\ \ | |/
| * Merge 8.7. Clean-up tclWinConsole.c the same wayjan.nijtmans2022-07-121-2/+3
| |\
| | * Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-121-2/+3
* | | Merge 8.7jan.nijtmans2021-08-231-0/+2
|\ \ \ | |/ /
| * | Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+2
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2021-04-081-2/+2
|\ \ \ | |/ /
| * | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-2/+2
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-11-061-28/+0
|\ \ \ | |/ /
| * | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-28/+0
| |\ \ | | |/
* | | merge 8.7dgp2020-03-091-9/+3
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-091-9/+3
* | | Merge 8.7jan.nijtmans2020-03-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-041-1/+1
| |\ \ | | |/
| | * Some more gcc(-9) warningsjan.nijtmans2020-03-041-6/+10
* | | Merge 8.7jan.nijtmans2020-03-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-041-1/+1
| |\ \ | | |/
| | * Fix some gcc(-9) warnings caused by -Wcast-function-typejan.nijtmans2020-03-041-1/+1
* | | Merge 8.7jan.nijtmans2020-02-281-6/+10
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-09-191-2/+2
| |\ \
| * \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-0/+4
| |\ \ \
| * \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+2
| |\ \ \ \
| * | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-6/+6
* | | | | | Merge 8.7jan.nijtmans2019-09-191-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-4/+4
| | * | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-1/+1
* | | | | Merge 8.7jan.nijtmans2019-09-141-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-1/+1
| | |_|/ | |/| |
| * | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-1/+1
| * | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-1/+1
| * | | Merge 8.7jan.nijtmans2019-06-291-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-1/+2