summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
Commit message (Expand)AuthorAgeFilesLines
* RingSizeT -> Tcl_Sizejan.nijtmans2023-04-261-42/+35
* 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
* | 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
* | Add two missing locks. Enable read-ahead if read fileevent registered evenapnadkarni2022-08-221-22/+30
* | 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.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
* | | Minor simplification: Use RingBufferHasFreeSpace() instead of RingBufferFreeS...jan.nijtmans2022-07-101-4/+4
* | | 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
|/ / /
* | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-8/+8
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.6. Better solution for [e87000d842]jan.nijtmans2020-08-121-4/+7
|\ \ \ | |/ /
* | | 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
* | | TCL_UNUSED for win sources.dgp2020-03-091-14/+6
* | | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-4/+9
|\ \ \
| * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+10
* | | | Merge 8.7jan.nijtmans2020-01-071-1/+1
|\ \ \ \ | |/ / /
| * | | One more place where the (deprecated) "unicode" encoding was still used.jan.nijtmans2020-01-071-1/+1
| * | | Merge 8.6jan.nijtmans2019-09-201-2/+2
| |\ \ \ | | |/ /
| | * | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus...jan.nijtmans2019-09-201-6/+4
* | | | More Win32 API impovals.jan.nijtmans2019-09-201-2/+2
* | | | Merge 8.7jan.nijtmans2019-09-191-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-09-191-3/+3
| |\ \ \ | | |/ /
| | * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-7/+3
| | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-6/+6
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-5/+13
|\ \ \ \ | |/ / /
* | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-15/+15
|/ / /
* | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-8/+6
* | | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-071-4/+5
|\ \ \