summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-04-085-33/+37
|\
| * In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int.jan.nijtmans2022-04-041-19/+19
| * Merge 8.7jan.nijtmans2022-04-041-10/+10
| |\
| | * Fix TIP #613 implementation, when (indexPtr) is more than a simple variable n...jan.nijtmans2022-04-041-10/+10
* | | Merge 9.0jan.nijtmans2022-04-015-26/+172
|\ \ \ | |/ /
| * | Add UTF-16 versions of Tcl_GetCharLength/Tcl_GetRange/Tcl_GetUniChar to the s...jan.nijtmans2022-04-015-26/+172
* | | Oopsjan.nijtmans2022-03-311-1/+1
* | | Merge 9.0. Restore some testcases working correctly with TCL_UTF_MAX=3jan.nijtmans2022-03-311-6/+9
|\ \ \ | |/ /
| * | Fix limit-checking on first/last arguments for Tcl_GetRange(). Was not correc...jan.nijtmans2022-03-301-6/+3
* | | Merge 9.0. Fix CONTINUATION macro, and testcasesjan.nijtmans2022-03-2916-83/+199
|\ \ \ | |/ /
| * | Add UTF-16 versions of Tcl_NumUtfChars/Tcl_UtfAtIndex to the stub table. Shou...jan.nijtmans2022-03-296-33/+122
| * | Merge 8.7jan.nijtmans2022-03-291-5/+8
| |\ \ | | |/
| | * Don't bother UINT2PTR, since INT2PTR is just as good.jan.nijtmans2022-03-292-6/+9
| * | Merge 8.7jan.nijtmans2022-03-282-15/+15
| |\ \ | | |/
| | * More usage of TCLFLEXARRAY. Make current_malloc_packets/maximum_malloc_packet...jan.nijtmans2022-03-282-19/+19
| * | Merge 8.7jan.nijtmans2022-03-251-6/+6
| |\ \ | | |/
| | * Fix [9c1dc88f86]: warning about different signedness when compile TCL on Wind...jan.nijtmans2022-03-251-6/+6
| * | Merge 8.7jan.nijtmans2022-03-221-1/+1
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2022-03-221-3/+3
| | |\
| | | * Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize S...jan.nijtmans2022-03-221-2/+2
| | | * Merge 8.5jan.nijtmans2022-03-223-5/+17
| | | |\
| | | | * Reserve 3 more stub entriesjan.nijtmans2022-03-223-5/+17
| | | * | Fix 2 warnings: warning C4018: '>': signed/unsigned mismatchjan.nijtmans2022-03-121-2/+2
| * | | | Merge 8.7jan.nijtmans2022-03-221-5/+20
| |\ \ \ \ | | |/ / /
| | * | | Fix [ac601b59bab7] by making only unloading a library from the process if itpooryorick2022-03-221-5/+20
| * | | | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-213-9/+9
| * | | | Merge 8.7jan.nijtmans2022-03-211-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.7, and fix the bugjan.nijtmans2022-03-204-23/+23
| | |\ \ \
| * | \ \ \ Merge 8.7 Fix Tcl_UtfToExternalDString/Tcl_ExternalToUtfDString to use the ri...jan.nijtmans2022-03-203-5/+15
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t...jan.nijtmans2022-03-204-21/+21
| | |/ / /
* | | | | Merge 9.0jan.nijtmans2022-03-187-54/+224
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate usage of TCL_ENCODING_STOPONERROR flag, since in Tcl 9.0 is has no ...jan.nijtmans2022-03-174-48/+22
| |\ \ \ \ | | |/ / /
| | * | | Use TCL_ENCODING_NOCOMPLAIN flag in stead of TCL_ENCODING_STOPONERROR when po...jan.nijtmans2022-03-171-2/+2
| * | | | Merge 8.7jan.nijtmans2022-03-176-42/+238
| |\ \ \ \ | | |/ / /
| | * | | TIP #601: Make "encoding convertto/convertfrom" throw exceptionsjan.nijtmans2022-03-176-42/+247
| | |\ \ \
| | | * | | -nothrow -> -nocomplainjan.nijtmans2022-03-053-19/+13
| | | * | | Merge 8.7jan.nijtmans2022-03-0419-124/+232
| | | |\ \ \
| | | * \ \ \ Merge 8.7jan.nijtmans2022-02-1135-120/+122
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.7jan.nijtmans2022-02-079-93/+111
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-01-1519-150/+150
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-01-1015-153/+242
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-11-2611-105/+233
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge 8.7. STOPONERROR -> ILLEGALSEQUENCEjan.nijtmans2021-11-241-2/+2
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-11-0813-237/+275
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / /
| | | * | | | | | | | | | Merge 8.7. Remove -stoponerror optionjan.nijtmans2021-10-1854-2069/+2515
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-06-281-1/+5
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-06-237-7/+45
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Handle the situation when there is "-nothrow" or "-stoponerror" but without p...jan.nijtmans2021-05-261-32/+45
| | | * | | | | | | | | | | | | Merge 8.7 and doc fixjan.nijtmans2021-05-262-4/+3
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Add underscores in flag namesjan.nijtmans2021-05-261-6/+6