summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Rework reader thread to not do read-ahead as console stdin mode might changeapnadkarni2022-07-041-81/+111
| * | | Remove dead codejan.nijtmans2022-07-031-31/+0
| * | | Fix bug 44bbccdd8c. fconfigure was broken for 8.7 console channelapnadkarni2022-07-031-32/+42
| * | | Fix benign gcc unused code warningsapnadkarni2022-07-031-4/+8
| * | | Eliminate unnecessary thread wakeups.apnadkarni2022-07-031-29/+58
| * | | Merge core-8-branch. Wakeup console reader thread when data read.apnadkarni2022-07-011-6/+13
| |\ \ \
| * | | | Notify other threads if one thread closes a Windows console channelapnadkarni2022-06-291-108/+143
| * | | | Finishing touches. Remove obsolete codeapnadkarni2022-06-281-224/+177
| * | | | Ticket #21280817 - Windows console rewrite to only create one thread per stdi...apnadkarni2022-06-271-667/+1294
| |/ / /
* | | | Merge 8.7jan.nijtmans2021-04-081-8/+8
|\ \ \ \ | |/ / /
| * | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-8/+8
* | | | 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-08-121-4/+7
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Better solution for [e87000d842]jan.nijtmans2020-08-121-4/+7
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2020-08-111-7/+4
|\ \ \ \ | |/ / /
| * | | Fix [e87000d842]: crash for "fconfigure stdout" in Win32jan.nijtmans2020-08-111-7/+4
| |\ \ \ | | |/ /
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-3/+3
| | * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-2/+16
* | | | merge 8.7dgp2020-03-091-14/+6
|\ \ \ \ | |/ / /
| * | | TCL_UNUSED for win sources.dgp2020-03-091-14/+6
* | | | Merge 8.7jan.nijtmans2020-02-281-4/+9
|\ \ \ \ | |/ / /