Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ticket [a11678b759]: improve after documentation for time <= 0. | oehhar | 2022-08-18 | 1 | -0/+4 |
* | merge branch bug-4eb3a155ac--procptr-bytecode, fixes SF [4eb3a155ac] and simi... | sebres | 2022-07-29 | 3 | -3/+109 |
|\ | |||||
| * | fixes [4eb3a155ac] and similar segfaults: reset corresponding bodyPtr->procPt... | sebres | 2022-07-27 | 1 | -2/+15 |
| * | cherry-pick branch apn-apply-bug (only test without the fix) to 8.6 | sebres | 2022-07-27 | 2 | -1/+94 |
| |\ |/ / | |||||
| * | Make testapplylambda work on Windows with gcc too | jan.nijtmans | 2022-07-25 | 1 | -0/+2 |
| * | Fix and test crash using apply when the passed argument | apnadkarni | 2022-07-22 | 2 | -0/+17 |
| * | Added testapplylambda to illustrate bug in apply when the passed argument | apnadkarni | 2022-07-22 | 1 | -1/+83 |
| * | Create new branch named "apn-apply-bug" | apnadkarni | 2022-07-21 | 0 | -0/+0 |
| * | More TclGetStringFromObj() usage | jan.nijtmans | 2022-07-21 | 5 | -226/+219 |
| * | Wrong escape in encoding.n | jan.nijtmans | 2022-07-20 | 1 | -2/+2 |
| * | Undo changes in tclDecls.h from previous commit: Tk still needs it | jan.nijtmans | 2022-07-19 | 1 | -0/+9 |
| * | Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ... | jan.nijtmans | 2022-07-19 | 5 | -31/+30 |
| |\ | |||||
| | * | Updste stdlib.h (add missing functions). Restructure tclAppInit.c | jan.nijtmans | 2022-07-18 | 3 | -21/+29 |
| | * | Only use -DBUILD_tcl for shared/static library | jan.nijtmans | 2022-07-18 | 2 | -6/+6 |
| | * | Merge 8.7 | jan.nijtmans | 2022-07-17 | 907 | -55429/+86318 |
| | |\ | |||||
| | * | | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All buil... | jan.nijtmans | 2019-10-24 | 3 | -16/+11 |
| * | | | Merge 8.6 | jan.nijtmans | 2022-07-19 | 1 | -5/+9 |
| |\ \ \ | |||||
| * | | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 21 | -127/+125 |
| | |_|/ | |/| | | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2022-07-17 | 1 | -13/+29 |
| |\ \ \ | |||||
| * | | | | Same bug-fix as [b79df322a9], but then for Tcl_AppendUnicodeToObj() | jan.nijtmans | 2022-07-14 | 1 | -1/+1 |
| * | | | | Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0) | jan.nijtmans | 2022-07-13 | 4 | -336/+327 |
| * | | | | Fix build with -DTCL_NO_DEPRECATED | jan.nijtmans | 2022-07-13 | 4 | -6/+9 |
| * | | | | Fix TCL_UTF_MAX == 3 build | jan.nijtmans | 2022-07-12 | 1 | -0/+4 |
| |\ \ \ \ | |||||
| | * | | | | Fix [b79df322a9] follow-up: Tcl_NewUnicodeObj truncates strings | jan.nijtmans | 2022-07-12 | 1 | -0/+4 |
| * | | | | | Fix [b79df322a9]. Tcl_GetUnicode/Tcl_NewUnicodeObj crash. Add tests | apnadkarni | 2022-07-12 | 3 | -9/+75 |
| |/ / / / | |||||
| * | | | | Merge 8.7. Clean-up tclWinConsole.c the same way | jan.nijtmans | 2022-07-12 | 7 | -89/+86 |
| |\ \ \ \ | |||||
| * | | | | | Fix Windows console fconfigure tests to require interactive constraint. | apnadkarni | 2022-07-12 | 1 | -9/+10 |
| * | | | | | Add "win" constraints to tests/winConsole.test, and change one expected test-... | jan.nijtmans | 2022-07-11 | 1 | -4/+4 |
| * | | | | | 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 |
| * | | | | | New Windows console driver. Fixes [21280817d1] thread proliferation and | apnadkarni | 2022-07-10 | 2 | -776/+1869 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merged core-8-branch | apnadkarni | 2022-07-10 | 6 | -30/+28 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2022-07-07 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2022-07-05 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ... | jan.nijtmans | 2022-07-05 | 4 | -28/+24 |
| | | | * | | | | | Bypass reader thread for blocking reads. | apnadkarni | 2022-07-10 | 2 | -34/+115 |
| | | | * | | | | | Fix channel close on thread exit if other threads exist. Add winconsole tests. | apnadkarni | 2022-07-05 | 2 | -39/+231 |
| | | | * | | | | | 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 |
| | | | * | | | | | Merge core-8-branch | apnadkarni | 2022-07-04 | 19 | -122/+365 |
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Some -1 -> TCL_INDEX_NONE (Thanks, Gustaf!) | jan.nijtmans | 2022-07-04 | 2 | -8/+8 |
| * | | | | | | | | Add TCL_COMBINE, just a NOP for now (will get a meaning in 9.0 | jan.nijtmans | 2022-07-04 | 1 | -0/+7 |
| * | | | | | | | | TIP #609: Enhance Tcl_ThreadQueueEvent() | jan.nijtmans | 2022-07-03 | 9 | -38/+52 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-06-20 | 27 | -251/+368 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-06-10 | 42 | -305/+306 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-25 | 4 | -6/+8 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-25 | 5 | -21/+17 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-25 | 10 | -28/+50 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-19 | 86 | -765/+1712 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-04-26 | 6 | -16/+28 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |