summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Make TclObjInterpProc a macro (since it always should be used through TclGetO...jan.nijtmans2022-09-226-59/+61
* Update docs and comments to agree with TIP 623.dgp2022-09-211-1/+3
* Proposed fix for [c0bc269178], with testcasejan.nijtmans2022-09-201-2/+6
* eol-spacingjan.nijtmans2022-09-141-2/+2
* Update all tables for Unicode 15jan.nijtmans2022-09-142-494/+531
|\
| * Update all tables for Unicode 15jan.nijtmans2022-09-142-494/+531
| |\
| | * Unicode 15.0.0 (Beta), to be released September 2022jan.nijtmans2022-06-092-494/+531
* | | (adapted) Testcase and fix for [1073daf086]: Bug in handling illegal utf-8 se...jan.nijtmans2022-09-121-11/+8
* | | code cleanup (typo's, type casts)jan.nijtmans2022-09-101-40/+43
* | | Add 2 unused (internal) stub entriesjan.nijtmans2022-08-293-5/+9
|\ \ \ | |/ /
| * | Add 2 unused (internal) stub entriesjan.nijtmans2022-08-293-5/+9
* | | Use TclOffset() in stead of magic calculations using sizeof(), which might gi...jan.nijtmans2022-08-263-5/+5
* | | Patch (8) from [37108037b9]: Code cleanups to support CHERIjan.nijtmans2022-08-231-1/+1
* | | Add (dummy) stub entries to TclOO (matching TIP #630)jan.nijtmans2022-08-214-44/+56
* | | More type-casts in tclOOMethod.c (backported from 8.7)jan.nijtmans2022-08-211-64/+67
* | | ClientData -> 'void *" in TclOO headersjan.nijtmans2022-08-212-39/+39
* | | Fix a case of lf not being flushed in certain cases when the crlf sequence ge...max2022-08-041-2/+2
* | | 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
| * | | 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
| | |\ \ \
| | * | | | Same bug-fix as [b79df322a9], but then for Tcl_AppendUnicodeToObj()jan.nijtmans2022-07-141-1/+1
| | * | | | Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0)jan.nijtmans2022-07-134-336/+327
| | * | | | 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
| | |\ \ \ \
| | * \ \ \ \ Merge 8.6jan.nijtmans2022-07-051-1/+3
| | |\ \ \ \ \
| | * | | | | | Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ...jan.nijtmans2022-07-053-27/+23
| | * | | | | | Some -1 -> TCL_INDEX_NONE (Thanks, Gustaf!)jan.nijtmans2022-07-042-8/+8
| | * | | | | | Add TCL_COMBINE, just a NOP for now (will get a meaning in 9.0jan.nijtmans2022-07-041-0/+7
| | * | | | | | TIP #609: Enhance Tcl_ThreadQueueEvent()jan.nijtmans2022-07-038-33/+42
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-207-149/+175
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-1023-186/+276
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | * | | | | | | Merge 8.7jan.nijtmans2022-05-254-6/+8
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-05-253-11/+3
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-05-252-0/+15
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-05-1955-630/+1403
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-264-15/+19
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-2672-1166/+1806
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-11-1655-2290/+2772
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flagjan.nijtmans2021-08-158-49/+29
| | | * | | | | | | | | | | | | | Proposed TIP #609 implementationjan.nijtmans2021-08-155-19/+48
| | * | | | | | | | | | | | | | | TIP #607: -failindex option for encoding convertto/convertfromjan.nijtmans2022-07-021-45/+109
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \