summaryrefslogtreecommitdiffstats
path: root/win/tclWinFCmd.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-2/+2
|\
* \ merge core-8-branchdkf2024-05-241-1/+1
|\ \ | |/
| * merge core-8-6-branchdkf2024-05-241-1/+1
| |\
| | * Use TclDStringToObj a bit moredkf2024-05-241-1/+1
| | |
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-4/+4
| | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | | Clean up a lot of small whitespace issues dkf2024-05-131-4/+4
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | More whitespace cleanupdkf2024-05-101-1/+0
| | |
* | | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes)jan.nijtmans2024-03-191-6/+6
|\ \ \ | |/ /
| * | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-16/+13
| | | | | | | | | (cherry-pick): Fix indentation/brace usage style issues
* | | Fix indentation/brace usage style issuesdkf2024-03-191-11/+8
| | |
* | | 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 ↵jan.nijtmans2023-09-281-1/+1
| | | | | | | | | | | | documentation
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | | | | | | | | corrections in history.tcl and tcltest.test.
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-301-9/+9
| | | | | | | | | | | | on other platforms either.
| * | int -> Tcl_Size and other (internal) signature improvements. Most of them ↵jan.nijtmans2023-05-191-5/+4
| | | | | | | | | | | | backported from 9.0
* | | More size_t -> Tcl_Size changes, which were missed before. Also ↵jan.nijtmans2023-04-261-1/+1
| | | | | | | | | | | | (experimental) make the wrapper macro's produce compiler warnings is Tcl_Size is not used.
* | | Merge trunkapnadkarni2023-04-141-1/+1
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ / | | | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | | | | | | | | | | corrections in history.tcl and tcltest.test.
* | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵jan.nijtmans2023-04-131-3/+3
|/ / / | | | | | | | | | documentation (will be needed to be done anyway)
* | | 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 ↵jan.nijtmans2022-11-201-3/+3
| |\ \ | | |/ | | | | | | NO votes expected)
* | | 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
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | 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 ↵jan.nijtmans2020-10-131-1/+1
| | | | | | | | | | | | stead of Tcl_NewIntObj()
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵jan.nijtmans2020-08-111-1/+1
| | | | | | | | | | | | size_t or int
* | | 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
| |\ \ \ | | | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings