Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵ | jan.nijtmans | 2023-03-30 | 1 | -10/+7 |
| | | | | | | | | | | | | on other platforms either. | ||||
| | * | Fix a few -Wconversion warnings | jan.nijtmans | 2023-03-07 | 1 | -7/+13 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-22 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those ↵ | jan.nijtmans | 2023-03-22 | 1 | -2/+1 |
| | | | | | | | | | | | | are not public. Some formatting. | ||||
| * | | TIP #646: Change -eofchar handling (Tcl 8.7 part) | jan.nijtmans | 2022-10-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 9.0. Change the default -eofchar on Windows | jan.nijtmans | 2022-10-17 | 1 | -1/+0 |
| | | | |||||
* | | | Some more (internal) ClientData -> void * changes | jan.nijtmans | 2022-09-02 | 1 | -28/+28 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-08-23 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Add two missing locks. Enable read-ahead if read fileevent registered even | apnadkarni | 2022-08-22 | 1 | -22/+30 |
| | | | | | | | | | for blocking console. Account for focus-in events in console buffer. | ||||
* | | | Merge 8.7 winConsole fixes. | apnadkarni | 2022-08-22 | 1 | -22/+30 |
| | | | |||||
* | | | Merged fix for bug [baa51423c2] | apnadkarni | 2022-08-20 | 1 | -13/+25 |
|\ \ \ | |/ / | |||||
| * | | Added test for bug [baa51423c2] | apnadkarni | 2022-08-20 | 1 | -1/+2 |
| | | | |||||
| * | | Really closes [baa51423c28a3baf] | apnadkarni | 2022-08-20 | 1 | -5/+12 |
| | | | |||||
| * | | closes [baa51423c28a3baf]: needEvent must be initialized in cycle (for each ↵ | sebres | 2022-08-20 | 1 | -13/+17 |
| | | | | | | | | | | | | watching channel) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2022-07-12 | 1 | -53/+28 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7. Clean-up tclWinConsole.c the same way | jan.nijtmans | 2022-07-12 | 1 | -53/+28 |
| |\ \ | | |/ | |||||
| | * | Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER) | jan.nijtmans | 2020-10-22 | 1 | -1/+1 |
| | |\ | |||||
| | | * | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-07-10 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Minor simplification: Use RingBufferHasFreeSpace() instead of ↵ | jan.nijtmans | 2022-07-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | RingBufferFreeSpace | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-07-10 | 1 | -770/+1572 |
|\ \ \ \ | |/ / / | |||||
| * | | | Blech. Remove unused variable | apnadkarni | 2022-07-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | Bypass reader thread for blocking reads. | apnadkarni | 2022-07-10 | 1 | -23/+106 |
| | | | | |||||
| * | | | Fix channel close on thread exit if other threads exist. Add winconsole tests. | apnadkarni | 2022-07-05 | 1 | -7/+26 |
| | | | | |||||
| * | | | Permit direct console writes for synchronous output calls | apnadkarni | 2022-07-04 | 1 | -20/+63 |
| | | | | |||||
| * | | | Merge core-8-branch | apnadkarni | 2022-07-04 | 1 | -6/+0 |
| | | | | |||||
| * | | | Rework reader thread to not do read-ahead as console stdin mode might change | apnadkarni | 2022-07-04 | 1 | -81/+111 |
| | | | | |||||
| * | | | Remove dead code | jan.nijtmans | 2022-07-03 | 1 | -31/+0 |
| | | | | |||||
| * | | | Fix bug 44bbccdd8c. fconfigure was broken for 8.7 console channel | apnadkarni | 2022-07-03 | 1 | -32/+42 |
| | | | | |||||
| * | | | Fix benign gcc unused code warnings | apnadkarni | 2022-07-03 | 1 | -4/+8 |
| | | | | |||||
| * | | | Eliminate unnecessary thread wakeups. | apnadkarni | 2022-07-03 | 1 | -29/+58 |
| | | | | |||||
| * | | | Merge core-8-branch. Wakeup console reader thread when data read. | apnadkarni | 2022-07-01 | 1 | -6/+13 |
| |\ \ \ | |||||
| * | | | | Notify other threads if one thread closes a Windows console channel | apnadkarni | 2022-06-29 | 1 | -108/+143 |
| | | | | | |||||
| * | | | | Finishing touches. Remove obsolete code | apnadkarni | 2022-06-28 | 1 | -224/+177 |
| | | | | | |||||
| * | | | | Ticket #21280817 - Windows console rewrite to only create one thread per ↵ | apnadkarni | 2022-06-27 | 1 | -667/+1294 |
| |/ / / | | | | | | | | | | | | | | | | | stdio channel. Functional, but not complete. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2021-04-08 | 1 | -8/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | TclWinConvertError -> Tcl_WinConvertError | jan.nijtmans | 2021-03-09 | 1 | -8/+8 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-08-12 | 1 | -4/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6. Better solution for [e87000d842] | jan.nijtmans | 2020-08-12 | 1 | -4/+7 |
| |\ \ \ | | |/ / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-08-11 | 1 | -7/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [e87000d842]: crash for "fconfigure stdout" in Win32 | jan.nijtmans | 2020-08-11 | 1 | -7/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵ | jan.nijtmans | 2020-08-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | size_t or int | ||||
| | * | | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ↵ | jan.nijtmans | 2020-03-04 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | Close2Proc() for all channels, as minimal wrapper around CloseProc(). Backported (with comments) and adapted from core-8-branch. | ||||
* | | | | merge 8.7 | dgp | 2020-03-09 | 1 | -14/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 1 | -14/+6 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -4/+9 |
|\ \ \ \ | |/ / / |