summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge core-8-branchapnadkarni2022-08-0611-270/+377
|\
| * Fix a case of lf not being flushed in certain cases when the crlf sequence ge...max2022-08-041-2/+2
| |\
| | * Fix a case of lf not being flushed in certain cases when the crlf sequence ge...max2022-08-041-2/+2
| * | amend for [4eb3a155ac] SF-fix: 8.7 specific implementation and warnings silen...sebres2022-07-292-8/+8
| * | merge 8.6 (apply SF fix)sebres2022-07-292-3/+98
| |\ \ | | |/
| | * fixes [4eb3a155ac] and similar segfaults: reset corresponding bodyPtr->procPt...sebres2022-07-271-2/+15
| | * cherry-pick branch apn-apply-bug (only test without the fix) to 8.6sebres2022-07-271-1/+83
| | |\
| | | * Fix and test crash using apply when the passed argumentapnadkarni2022-07-221-0/+8
| | | * Added testapplylambda to illustrate bug in apply when the passed argumentapnadkarni2022-07-221-1/+83
| * | | Merge 8.6jan.nijtmans2022-07-281-2/+3
| |\ \ \ | | |/ /
| | * | restore FF-char (fossil seems to loss form feed if commits with convertion fr...sebres2022-07-221-258/+129
| | * | EOF seemed to reset INPUT_SAW_CR previously, so do it now explicitely (satisf...sebres2022-07-221-1/+1
| | * | fixes [b3977d199b] - don't reset INPUT_SAW_CR unless the buffer get really tr...sebres2022-07-221-130/+260
| * | | Merge 8.6jan.nijtmans2022-07-221-22/+24
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * amend to [f3db59139e] (fix [713653b951]) - i386 only, resolve mixed declarati...sebres2022-07-221-21/+24
| * | More TclGetStringFromObj() usagejan.nijtmans2022-07-215-226/+219
| * | Undo changes in tclDecls.h from previous commit: Tk still needs itjan.nijtmans2022-07-191-0/+9
| * | Only use -DBUILD_tcl for shared/static libraryjan.nijtmans2022-07-181-1/+1
| * | Merge 8.7jan.nijtmans2022-07-17130-17930/+21568
| |\ \
| | * \ Merge 8.6jan.nijtmans2022-07-171-13/+29
| | |\ \ | | | |/
| | | * Fix [713653b951]: Floating point precision problems on x86 musljan.nijtmans2022-07-171-13/+29
| | | |\
| | | | * Fix [713653b951]: Floating point precision problems on x86 musljan.nijtmans2022-07-171-121/+192
| | | | |\
| | | | | * Restore FP control word on conversion of zero values.Kevin B Kenny2022-07-151-13/+29
| | | | |/ | | | |/|
| | * | | Same bug-fix as [b79df322a9], but then for Tcl_AppendUnicodeToObj()jan.nijtmans2022-07-141-1/+1
| * | | | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All buil...jan.nijtmans2019-10-241-9/+0
* | | | | Garbage collect unreferenced elements in lset implementation. Add tests forapnadkarni2022-07-291-1/+8
* | | | | Final prep for TIP625 voteapnadkarni2022-07-271-12/+16
* | | | | List rep tests for lappend,lset,lassign,lremove,lrange,lpopapnadkarni2022-07-261-5/+13
* | | | | Tests for spanned lists with shared repsapnadkarni2022-07-251-10/+12
* | | | | Fixes for listrep-3.15,17. Add tests for spanned intrepsapnadkarni2022-07-201-26/+30
* | | | | Batch of tests for unshared lists with spanapnadkarni2022-07-181-21/+36
* | | | | Another batch of white box listrep testsapnadkarni2022-07-171-28/+38
* | | | | First few list representation testsapnadkarni2022-07-161-0/+5
* | | | | Optimize couple of special cases:apnadkarni2022-07-161-35/+78
* | | | | Start on list representation black box testsapnadkarni2022-07-156-117/+374
* | | | | 'result' variable should be 'int', not 'ListSizeT'jan.nijtmans2022-07-141-1/+2
* | | | | Put '}' and 'else' at the same line everywhere (code formatting)jan.nijtmans2022-07-143-59/+35
* | | | | Merge 8.7 (Make ListStore->slots a TCLFLEXARRAY)jan.nijtmans2022-07-132-6/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0)jan.nijtmans2022-07-134-336/+327
* | | | | Merge core-8-branchapnadkarni2022-07-136-37/+116
|\ \ \ \ \ | |/ / / /
| * | | | Fix build with -DTCL_NO_DEPRECATEDjan.nijtmans2022-07-133-5/+8
| * | | | Fix TCL_UTF_MAX == 3 buildjan.nijtmans2022-07-121-0/+4
| |\ \ \ \
| | * | | | Fix [b79df322a9] follow-up: Tcl_NewUnicodeObj truncates stringsjan.nijtmans2022-07-121-0/+4
| * | | | | Fix [b79df322a9]. Tcl_GetUnicode/Tcl_NewUnicodeObj crash. Add testsapnadkarni2022-07-122-9/+63
| |/ / / /
| * | | | Merge 8.7. Clean-up tclWinConsole.c the same wayjan.nijtmans2022-07-123-29/+47
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-124-11/+13
* | | | | Merge core-8-branchapnadkarni2022-07-0932-639/+726
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2022-07-051-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Prevent warning: zero size arrays are an extension [-Wzero-length-array], whe...jan.nijtmans2022-07-051-1/+3
| * | | | Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ...jan.nijtmans2022-07-053-27/+23