summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added documentationdkf2019-03-303-2/+57
* Tests, and reduce number of copies.dkf2019-03-302-10/+77
* Implementation of [lremove].dkf2019-03-303-0/+118
* Merge 8.6jan.nijtmans2019-03-2811-87/+14
|\
| * Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-2811-150/+16
* | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch()jan.nijtmans2019-03-274-4/+11
* | Merge 8.6jan.nijtmans2019-03-277-31/+39
|\ \ | |/
| * merge-markjan.nijtmans2019-03-270-0/+0
| |\
| | * Update TZ info to tzdata2019ajan.nijtmans2019-03-276-55/+68
| * | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-278-31/+66
* | | Update TZ info to tzdata2019a.José Ignacio Marín2019-03-266-55/+68
|\ \ \ | |/ /
| * | Update TZ info to tzdata2019a.José Ignacio Marín2019-03-266-55/+68
* | | Additional protection for ridiculously big exponents, in case libtommath is c...jan.nijtmans2019-03-261-1/+1
* | | merge-markjan.nijtmans2019-03-250-0/+0
|\ \ \ | |/ /
| * | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-2510-13/+78
* | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+1
|\ \ \ | |/ /
| * | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+3
| |\ \ | | |/
| | * Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+3
* | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-246-7/+50
* | | Add some test-cases with longer backslash sequences, to test for internal buf...jan.nijtmans2019-03-222-1/+7
* | | lots of changes to the "info" page. Replace "command procedure" with "routine"pooryorick2019-03-227-252/+158
* | | Make the html target work under more circumstances.pooryorick2019-03-221-8/+43
* | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe...jan.nijtmans2019-03-212-16/+16
|\ \ \ | |/ /
| * | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe...jan.nijtmans2019-03-212-16/+16
| |\ \ | | |/
| | * Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe...jan.nijtmans2019-03-212-16/+16
* | | Remove incorrect comment. jan.nijtmans2019-03-212-13/+3
|\ \ \ | |/ /
| * | Fix outdated commentjan.nijtmans2019-03-211-3/+4
* | | Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of t...jan.nijtmans2019-03-201-7/+7
* | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ...jan.nijtmans2019-03-183-5/+6
* | | enlarge a few small buffers, which could overflow using Unicode characters > ...jan.nijtmans2019-03-1810-30/+30
* | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-172-8/+8
|\ \ \ | |/ /
| * | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-172-8/+8
| |\ \ | | |/
| | * For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-172-8/+8
* | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-1512-703/+713
* | | Make internal libtommath stub entries deprecated: Those are not supposed to b...jan.nijtmans2019-03-143-33/+55
* | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-1114-174/+165
* | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ...jan.nijtmans2019-03-112-19/+27
* | | Fix [590e687905]: utf-1.11 test-case failsjan.nijtmans2019-03-111-1/+1
* | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-109-216/+245
* | | Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it.jan.nijtmans2019-03-0810-66/+110
|\ \ \
| * | | Code cleanup: less (size_t) castsjan.nijtmans2019-03-082-13/+12
| * | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-078-54/+98
* | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-088-5/+20
* | | | merge 8.6dgp2019-03-084-22/+68
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enoughdgp2019-03-083-21/+67
| |\ \
| | * | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res...dgp2019-03-072-4/+2
| | * | Integrate the test, which seems to indicate the bug fix doesn't work.dgp2019-03-072-1/+51
| | |\ \
| | | * \ Merge forward to demonstrate the test fails after the bug arrived.dgp2019-03-07455-23737/+42603
| | | |\ \
| | | * | | [39fed4dae5] Proposed testdgp2019-03-072-1/+49
| | * | | | [39fed4dae5] Minimal fix for volatile lifetime of string returned bydgp2019-03-061-18/+16
| | | |/ / | | |/| |