summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Remove testgetencpath/testsetencpath test commands: Testcase can use "encodin...jan.nijtmans2023-11-231-72/+0
* Fix [b8a30af3da]: test failures in reg.test. Now works with -DTCL_NO_DEPRECAT...jan.nijtmans2023-11-231-2/+2
* Experimental fix for [4ed788c618]: regexp \U not fully implemented - unclear ...jan.nijtmans2023-11-201-5/+0
* Merge 8.6jan.nijtmans2023-11-201-1/+1
|\
| * Fix [32b88975f7]: clock format returns spurious errorsjan.nijtmans2023-11-201-1/+1
| * Cherry-pick [90e09ca320]: silence compiler warningjan.nijtmans2023-11-171-1/+1
* | Undo previous commit. Add "static" keywords in various places instead. This s...jan.nijtmans2023-11-202-5/+5
* | Add TCL_INDEX_TEMP_TABLE to avoid storing pointers to a table on the stackdgp2023-11-201-1/+1
* | Merge core-8-branchoehhar2023-11-205-4/+39
|\ \
| * \ TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-183-2/+38
| |\ \
| | * \ Merge 8.7jan.nijtmans2023-11-142-57/+60
| | |\ \
| | * | | Add test for blocking modejan.nijtmans2023-11-143-7/+35
| | * | | Merge 8.7jan.nijtmans2023-11-1314-170/+115
| | |\ \ \
| | | * | | Now that the robust, early method of directing Tcl to find its script dgp2023-11-132-41/+0
| | | * | | Make calls early to find the script library in zipfs archive and alertdgp2023-11-131-8/+14
| | | * | | merge 8.7dgp2023-11-1313-110/+58
| | | |\ \ \ | | | | |/ /
| | | * | | In the zipfs archive initialization, use Tcl_SetPreInitScript() to equip dgp2023-11-081-13/+45
| | * | | | TIP 653: adopted implementation to new text to only return "-data" if potenti...oehhar2023-11-071-6/+8
| | * | | | Merge core-8-branchoehhar2023-11-0280-5022/+4326
| | |\ \ \ \ | | | |/ / /
| | * | | | Rebase to 8.7jan.nijtmans2023-08-311-2/+8
| | |\ \ \ \
| | | * \ \ \ Rebase to 8.7. Adapt "gets" the same way as "read"jan.nijtmans2023-08-011-2/+8
| | | |\ \ \ \
| | | | * \ \ \ Merge 8.7jan.nijtmans2023-07-211-1/+4
| | | | |\ \ \ \
| | | | | * | | | TIP #653 implementation (with a lot of corrections compared to the py-b8f575a...jan.nijtmans2023-06-151-1/+4
| * | | | | | | | "stoponerror" == "profilestrict" (and not used anyway)jan.nijtmans2023-11-181-1/+0
| * | | | | | | | silence compiler warningdgp2023-11-171-1/+1
* | | | | | | | | Bug [a173f922]: fix bug: fcopy does not write leading correct chars on later ...oehhar2023-11-201-0/+18
|/ / / / / / / /
* | | | | | | | Remnants from TIP 567's implementationdkf2023-11-151-7/+37
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Blooperfixdkf2023-11-131-2/+0
| * | | | | | | Remnants from TIP 567's implementation. The feature was done ages ago.dkf2023-11-131-5/+37
* | | | | | | | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. Now, t...oehhar2023-11-131-2/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence i...oehhar2023-11-131-0/+6
| * | | | | | | | Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding ...oehhar2023-11-121-2/+11
* | | | | | | | | Fix for TIP #641: If sizeof(*(boolPtr)) > sizeof(int), generate a compiler-er...jan.nijtmans2023-11-131-4/+10
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROF...jan.nijtmans2023-11-136-76/+15
|/ / / / / / /
* | | | | | | Merge 8.6jan.nijtmans2023-11-101-6/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix [54a305cb88] (second part) by hand-editing tclDate.c.jan.nijtmans2023-11-101-6/+0
* | | | | | | Merge 8.6jan.nijtmans2023-11-101-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix typo's in tclGetDate.yjan.nijtmans2023-11-101-2/+2
* | | | | | | Merge 8.6jan.nijtmans2023-11-101-3/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | (partial) fix [54a305cb88]: warning: variable set but not used [-Wunused-but-...jan.nijtmans2023-11-091-3/+1
* | | | | | | Recommend Tcl_CreateObjCommand over Tcl_CreateCommandjan.nijtmans2023-11-102-15/+10
* | | | | | | Wrong type-castjan.nijtmans2023-11-091-1/+1
* | | | | | | Fix [18f2432b0db2bc08]: Tcl_FSSplitPath compiler warning about macrosjan.nijtmans2023-11-081-2/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | When there is a zipfs archive in use to house the script library anddgp2023-11-011-6/+27
* | | | | | Merge 8.6jan.nijtmans2023-10-291-3/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [0219fb7511]: tclIO.c: avoid -Wstrict-prototypes warning. Some code cleanupjan.nijtmans2023-10-291-58/+62
* | | | | | [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-274-23/+23
* | | | | | More C++-sentinel-related fixes (hopefully, those are the last ones)jan.nijtmans2023-10-272-102/+102
* | | | | | Final fix for [8ab8a138c9]: functions passed to Tcl_EventuallyFree() must be ...jan.nijtmans2023-10-262-97/+89
* | | | | | Fix build-info for 64-bit Windows: This is not an "ilp32" platformjan.nijtmans2023-10-241-1/+1