summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Fix Windows Visual C++ buildapnadkarni2022-08-091-0/+1
|
* Merge 8.6jan.nijtmans2022-07-221-2/+2
|\
| * tcltest 2.5.4 -> 2.5.5jan.nijtmans2022-07-221-2/+2
| |
* | Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ↵jan.nijtmans2022-07-191-10/+15
|\ \ | | | | | | | | | need those dirty tricks in it any more.
| * | Updste stdlib.h (add missing functions). Restructure tclAppInit.cjan.nijtmans2022-07-181-12/+14
| | |
| * | Merge 8.7jan.nijtmans2022-07-1740-4277/+5870
| |\ \
| * | | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All ↵jan.nijtmans2019-10-241-2/+5
| | | | | | | | | | | | | | | | build files should be adapted now to assure that.
* | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-198-44/+44
| |/ / |/| |
* | | Merge 8.7. Clean-up tclWinConsole.c the same wayjan.nijtmans2022-07-124-60/+39
|\ \ \ | | |/ | |/|
| * | Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-122-4/+5
| | |
* | | Minor simplification: Use RingBufferHasFreeSpace() instead of ↵jan.nijtmans2022-07-101-4/+4
| | | | | | | | | | | | RingBufferFreeSpace
* | | Blech. Remove unused variableapnadkarni2022-07-101-1/+0
| | |
* | | Merged core-8-branchapnadkarni2022-07-101-1/+1
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2022-07-071-1/+1
| |\ \ \ | | |/ /
| | * | Unnecessary quotes in win/rules.vcjan.nijtmans2022-07-071-1/+1
| | | |
* | | | 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
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2022-06-304-7/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2022-06-241-2/+2
| |\ \ \ | | |/ /
| * | | Merge 8.6jan.nijtmans2022-06-241-1/+1
| |\ \ \ | | |/ /
| | * | slightly stricter checking for TCL_MAJOR_VERSION in rules.vcjan.nijtmans2022-06-241-1/+1
| | | |
| * | | Fix [a55872c242]: tcl8.7 on windows: linking against stubs library is now ↵jan.nijtmans2022-06-202-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | required in 8.7. If the Tcl library is static (.lib/.a) then the stub library is (with this fix) no longer necessary. If the Tcl library is a dll, document that the stub library is now necessary.
| * | | Merge 8.6jan.nijtmans2022-06-201-2/+2
| |\ \ \ | | |/ /
| | * | bump http version to 2.9.8jan.nijtmans2022-06-201-2/+2
| | | |
* | | | 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 ↵apnadkarni2022-06-271-667/+1294
|/ / / | | | | | | | | | | | | stdio channel. Functional, but not complete.
* | | Merge 8.6jan.nijtmans2022-05-222-2/+3
|\ \ \ | |/ /
| * | Disable C4090 warning; See: ↵jan.nijtmans2022-05-222-2/+3
| | | | | | | | | | | | [https://developercommunity.visualstudio.com/t/c-compiler-incorrect-propagation-of-const-qualifie/39071]
| | |
| \ \
*-. \ \ TIP #622 implementation: Full Unicode for Tcl 8.7jan.nijtmans2022-05-152-10/+9
|\ \ \ \ | | |/ /
| | * | Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ↵jan.nijtmans2022-05-152-10/+9
| | | | | | | | | | | | | | | | effect in Tcl 8.6. Not recommended (but working!) in Tcl 8.7 and 9.0
| * | | Merge 8.7jan.nijtmans2022-04-261-1/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-04-041-2/+2
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2022-03-291-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. First working version, feature completejan.nijtmans2022-03-161-2/+2
| |\ \ \ \ \ \
| * | | | | | | update rules.vcjan.nijtmans2022-03-151-5/+4
| | | | | | | |
| * | | | | | | More progressjan.nijtmans2022-03-142-5/+5
| | | | | | | |
* | | | | | | | Merge 8.6jan.nijtmans2022-05-121-8/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Remove "testsize time_t" command, it isn't being usedjan.nijtmans2022-05-121-8/+4
| | | | | | | |
* | | | | | | | Merge 8.6jan.nijtmans2022-05-101-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix the bug. Standardise and document protocol upgrades.kjnash2022-05-101-2/+2
| | | | | | | |
* | | | | | | | Merge 8.6jan.nijtmans2022-05-092-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |