summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7dgp2018-04-241-4/+21
|\
| * Merge 8.6 (bug-fix and test-case for Tcl_UtfAtIndex with TCL_UTF_MAX=4)dgp2018-04-241-4/+21
| |\
| | * Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in "strin...jan.nijtmans2018-04-231-0/+8
* | | merge 8.7jan.nijtmans2018-04-231-4/+21
|\ \ \ | |/ /
| * | Some better surrogate handling in encodings. Not spotted before ...jan.nijtmans2018-04-231-4/+21
| |\ \ | | |/
| | * Add some state to encodings, so we can do better surrogate handling for TCL_U...jan.nijtmans2018-04-231-26/+53
* | | merge 8.7dgp2018-04-231-65/+49
|\ \ \ | |/ /
| * | Rework 'array for' to pass the arrayNameObj to the NRE routinesbll2018-04-231-65/+49
* | | merge 8.7dgp2018-04-222-4/+2
|\ \ \ | |/ /
| * | merge 8.6dgp2018-04-222-4/+2
| |\ \ | | |/
| | * [46a2410650] compiled [unset] was bypassing cleanup of active array search.dgp2018-04-221-1/+2
| | * DeleteArray has only one caller. It is called on the "dummy" variabledgp2018-04-201-3/+0
* | | merge 8.7dgp2018-04-201-23/+352
|\ \ \ | |/ /
| * | TIP 421 Implementation.dgp2018-04-201-23/+352
| |\ \
| | * | Adapt [array for] to use the refactored routines.dgp2018-04-191-37/+5
| | * | merge 8.7dgp2018-04-195-442/+309
| | |\ \
| | * | | Satisfy test var-23.14dgp2018-04-171-22/+20
| | * | | Memleak fix from Brad Lanam.dgp2018-04-161-0/+2
| | * | | merge 8.7dgp2018-04-1111-99/+117
| | |\ \ \
| | * \ \ \ merge 8.7dgp2018-03-1511-514/+1664
| | |\ \ \ \
| | * \ \ \ \ merge 8.7dgp2018-03-113-1/+31
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.7dgp2018-03-1012-388/+584
| | |\ \ \ \ \ \
| | * | | | | | | array for:bll2018-03-061-1/+15
| | * | | | | | | tip-421: array for:bll2018-03-061-2/+7
| | * | | | | | | merge 8.7dgp2018-03-063-48/+13
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.7dgp2018-03-051-50/+137
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Rebase TIP 421 implementation to core-8-branch (8.7). var-23.1[01] segfaults!dgp2018-03-051-23/+365
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | 'array for' implementation (TIP #421) from Brad Lanamfvogel2017-10-241-23/+365
* | | | | | | | | | | | merge 8.7jan.nijtmans2018-04-207-129/+210
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ TIP #389 implementation.jan.nijtmans2018-04-207-129/+210
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | / | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | | * | | | | | | | | Slightly improved (more fail-safe) surrogate handling for TCL_UTF_MAX>3. Back...jan.nijtmans2018-04-191-7/+14
| | * | | | | | | | | | Slightly better unmatched-surrogates handling. Unmatched High surrogates will...jan.nijtmans2018-04-171-6/+13
| | * | | | | | | | | | merge 8.7dgp2018-04-115-4/+25
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | merge 8.7dgp2018-03-307-96/+93
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-03-1541-2598/+3492
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | merge core-8-branch.jan.nijtmans2018-01-261-8/+38
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2018-01-233-0/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / /
| | * | | | | | | | | | | | merge 8.7dgp2018-01-1814-416/+251
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix [11ae2be95d]: tip-389 branch: string range errors with code points greate...jan.nijtmans2018-01-121-2/+2
| | * | | | | | | | | | | | | merge core-8-branch. Remove left-over debugging code. Test-case string-5.21 s...jan.nijtmans2018-01-112-5/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Add test-cases for bug [11ae2be95dac9417], and make a start fixing it. Almost...jan.nijtmans2018-01-112-4/+41
| | * | | | | | | | | | | | | | Don't use TclUtfToUniChar here: it doesn't give any advantage over Tcl_UtfToU...jan.nijtmans2018-01-101-2/+2
| | * | | | | | | | | | | | | | merge core-8-branchjan.nijtmans2018-01-107-460/+559
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-281-0/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-285-23/+19
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-branch. jan.nijtmans2017-12-272-25/+24
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-2319-204/+220
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-0111-116/+208
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when TCL_...jan.nijtmans2017-11-292-11/+25
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-294-6/+80