summaryrefslogtreecommitdiffstats
path: root/win/tclWinFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-09-281-1/+1
|\
| * Merge 8.6jan.nijtmans2023-09-281-1/+1
| |\
| | * TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d...jan.nijtmans2023-09-281-1/+1
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-9/+9
| * | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-5/+4
* | | More size_t -> Tcl_Size changes, which were missed before. Also (experimental...jan.nijtmans2023-04-261-1/+1
* | | Merge trunkapnadkarni2023-04-141-1/+1
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt doc...jan.nijtmans2023-04-131-3/+3
|/ / /
* | | Merge 8.7jan.nijtmans2022-11-241-10/+10
|\ \ \ | |/ /
| * | Use some more TCL_INDEX_NONE and Tcl_Sizejan.nijtmans2022-11-241-10/+10
* | | Merge 8.7jan.nijtmans2022-11-201-3/+3
|\ \ \ | |/ /
| * | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-3/+3
| |\ \ | | |/
* | | Remove code that was ifdef'ed outapnadkarni2022-08-071-15/+0
* | | Merged trunk.apnadkarni2022-07-311-11/+11
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-07-191-11/+11
| |\ \ \ | | |/ /
| | * | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-11/+11
* | | | Start on TIP-602 implementation. Work in progressapnadkarni2022-07-081-2/+6
|/ / /
* | | More work in progressjan.nijtmans2022-01-241-2/+2
* | | Merge 8.7jan.nijtmans2021-04-081-15/+15
|\ \ \ | |/ /
| * | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-15/+15
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-3/+3
|\ \ \ | |/ /
* | | 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-10-131-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-131-2/+2
| |\ \ | | |/
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | | Merge 8.7jan.nijtmans2020-03-221-14/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-221-14/+14
| |\ \ | | |/
| | * Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-14/+14
* | | merge 8.7dgp2020-03-171-1/+1
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-1/+1
* | | merge 8.7dgp2020-03-091-8/+3
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-091-8/+3
* | | Merge 8.7jan.nijtmans2020-02-281-9/+14
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-09-191-62/+62
| |\ \
| * \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-0/+5
| |\ \ \
| * \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-21/+33
| |\ \ \ \
| * | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-9/+9
* | | | | | Merge 8.7jan.nijtmans2019-09-191-62/+62
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-62/+62
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-123/+123
* | | | | Merge 8.7jan.nijtmans2019-09-141-21/+33
|\ \ \ \ \ | |/ / / /
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-19/+19
| | |_|/ | |/| |
| * | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-19/+19
| * | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-19/+19
| * | | Merge 8.7jan.nijtmans2019-06-291-1/+1
| |\ \ \ | | | |/ | | |/|