summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
Commit message (Expand)AuthorAgeFilesLines
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-1/+1
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-57/+52
* Clean up a lot of small whitespace issues dkf2024-05-131-52/+57
* More whitespace cleanupdkf2024-05-101-3/+2
* Merge 8.7jan.nijtmans2024-05-081-2/+2
|\
| * Add some typecasts, remove duplicate "memset", remove some spacing.jan.nijtmans2024-05-081-3/+2
* | Few more spacing/formatting tweaksjan.nijtmans2024-03-201-1/+1
|\ \ | |/
* | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes)jan.nijtmans2024-03-191-1/+0
|\ \ | |/
| * Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-169/+178
| * (cherry-pick) Reduce the number of warnings on Windows: channel names generat...jan.nijtmans2024-02-161-1/+1
* | Fix indentation/brace usage style issuesdkf2024-03-191-146/+128
* | Bump blocking read buffer size to 8192 irrespective of Tcl channel buffer sizeapnadkarni2024-02-201-15/+26
* | Starton [bda99f2393].apnadkarni2024-02-191-15/+30
* | Reduce the number of warnings on Windows: channel names generated in one placedkf2024-02-161-1/+1
* | Fix incorrect Tcl_UtfNcasecmp() usage (since len is in bytes, not characters ...jan.nijtmans2023-12-301-4/+4
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-12-291-5/+5
| |\
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | | Merge 8.7jan.nijtmans2023-10-191-1/+1
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size...jan.nijtmans2023-08-311-1/+1
* | | More size_t -> Tcl_Size, missed by earlier updatesjan.nijtmans2023-04-271-42/+35
|\ \ \ | |/ /
| * | RingSizeT -> Tcl_Sizejan.nijtmans2023-04-261-42/+35
* | | Merge 8.7jan.nijtmans2023-03-301-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-301-3/+3
| |\ \ | | |/
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-10/+7
| | * Fix a few -Wconversion warningsjan.nijtmans2023-03-071-7/+13
* | | Merge 8.7jan.nijtmans2023-03-221-2/+1
|\ \ \ | |/ /
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-2/+1
| * | TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-261-1/+1
* | | Merge 9.0. Change the default -eofchar on Windowsjan.nijtmans2022-10-171-1/+0
* | | Some more (internal) ClientData -> void * changesjan.nijtmans2022-09-021-28/+28
* | | Merge 8.7jan.nijtmans2022-08-231-0/+1
|\ \ \ | |/ /
| * | Add two missing locks. Enable read-ahead if read fileevent registered evenapnadkarni2022-08-221-22/+30
* | | Merge 8.7 winConsole fixes.apnadkarni2022-08-221-22/+30
* | | Merged fix for bug [baa51423c2]apnadkarni2022-08-201-13/+25
|\ \ \ | |/ /
| * | Added test for bug [baa51423c2]apnadkarni2022-08-201-1/+2
| * | Really closes [baa51423c28a3baf]apnadkarni2022-08-201-5/+12
| * | closes [baa51423c28a3baf]: needEvent must be initialized in cycle (for each w...sebres2022-08-201-13/+17
* | | Merge 8.7jan.nijtmans2022-07-121-53/+28
|\ \ \ | |/ /
| * | Merge 8.7. Clean-up tclWinConsole.c the same wayjan.nijtmans2022-07-121-53/+28
| |\ \ | | |/
| | * Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER)jan.nijtmans2020-10-221-1/+1
| | |\
| | | * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-221-1/+1
* | | | Merge 8.7jan.nijtmans2022-07-101-4/+4
|\ \ \ \ | |/ / /
| * | | Minor simplification: Use RingBufferHasFreeSpace() instead of RingBufferFreeS...jan.nijtmans2022-07-101-4/+4
* | | | Merge 8.7jan.nijtmans2022-07-101-770/+1572
|\ \ \ \ | |/ / /
| * | | Blech. Remove unused variableapnadkarni2022-07-101-1/+0
| * | | Bypass reader thread for blocking reads.apnadkarni2022-07-101-23/+106
| * | | Fix channel close on thread exit if other threads exist. Add winconsole tests.apnadkarni2022-07-051-7/+26
| * | | Permit direct console writes for synchronous output callsapnadkarni2022-07-041-20/+63
| * | | Merge core-8-branchapnadkarni2022-07-041-6/+0