Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 8 | -44/+44 | |
* | Merge 8.7. Clean-up tclWinConsole.c the same way | jan.nijtmans | 2022-07-12 | 4 | -60/+39 | |
|\ | ||||||
| * | Code cleanup (use {} in if/else statemenets) | jan.nijtmans | 2022-07-12 | 2 | -4/+5 | |
* | | Minor simplification: Use RingBufferHasFreeSpace() instead of RingBufferFreeS... | jan.nijtmans | 2022-07-10 | 1 | -4/+4 | |
* | | Blech. Remove unused variable | apnadkarni | 2022-07-10 | 1 | -1/+0 | |
* | | Merged core-8-branch | apnadkarni | 2022-07-10 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Merge 8.6 | jan.nijtmans | 2022-07-07 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Unnecessary quotes in win/rules.vc | jan.nijtmans | 2022-07-07 | 1 | -1/+1 | |
* | | | 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 | |
|\ \ \ | |/ / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2022-06-30 | 4 | -7/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2022-06-24 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2022-06-24 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | slightly stricter checking for TCL_MAJOR_VERSION in rules.vc | jan.nijtmans | 2022-06-24 | 1 | -1/+1 | |
| * | | Fix [a55872c242]: tcl8.7 on windows: linking against stubs library is now req... | jan.nijtmans | 2022-06-20 | 2 | -2/+3 | |
| * | | Merge 8.6 | jan.nijtmans | 2022-06-20 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | bump http version to 2.9.8 | jan.nijtmans | 2022-06-20 | 1 | -2/+2 | |
* | | | 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 stdi... | apnadkarni | 2022-06-27 | 1 | -667/+1294 | |
|/ / | ||||||
* | | Merge 8.6 | jan.nijtmans | 2022-05-22 | 2 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c... | jan.nijtmans | 2022-05-22 | 2 | -2/+3 | |
| | | ||||||
| \ | ||||||
*-. \ | TIP #622 implementation: Full Unicode for Tcl 8.7 | jan.nijtmans | 2022-05-15 | 2 | -10/+9 | |
|\ \ \ | | |/ | ||||||
| | * | Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ... | jan.nijtmans | 2022-05-15 | 2 | -10/+9 | |
| * | | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -1/+2 | |
| |\ \ | ||||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-03-29 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge 8.7. First working version, feature complete | jan.nijtmans | 2022-03-16 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | update rules.vc | jan.nijtmans | 2022-03-15 | 1 | -5/+4 | |
| * | | | | | | More progress | jan.nijtmans | 2022-03-14 | 2 | -5/+5 | |
* | | | | | | | Merge 8.6 | jan.nijtmans | 2022-05-12 | 1 | -8/+4 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Remove "testsize time_t" command, it isn't being used | jan.nijtmans | 2022-05-12 | 1 | -8/+4 | |
* | | | | | | | Merge 8.6 | jan.nijtmans | 2022-05-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Fix the bug. Standardise and document protocol upgrades. | kjnash | 2022-05-10 | 1 | -2/+2 | |
* | | | | | | | Merge 8.6 | jan.nijtmans | 2022-05-09 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13. | jan.nijtmans | 2022-05-09 | 2 | -2/+2 | |
* | | | | | | fixes build using msys/mingw toolchain, missing build path as include caused: | sebres | 2022-04-26 | 1 | -1/+2 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge 8.6. http -> 2.10a2 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||||
| * | | | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 | |
* | | | | Don't bother UINT2PTR, since INT2PTR is just as good. | jan.nijtmans | 2022-03-29 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Merge 8.6 | jan.nijtmans | 2022-03-15 | 1 | -2/+2 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | Fix [639208cc7b]: main makefile.vc OPTS=static compile error in libtommath\bn... | jan.nijtmans | 2022-03-15 | 1 | -2/+2 | |