summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | | | | | | | | | | | | TIP601 encoding stoponerror: document Tcl_ExternalToUtfDStringEx and Tcl_Exte...oehhar2021-05-261-2/+62
| | | * | | | | | | | | | | | | | Merge 8.7oehhar2021-05-268-197/+308
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | One left-over wtf-8 mentioning, which is no longer part of TIP #597jan.nijtmans2021-05-141-1/+1
| | | * | | | | | | | | | | | | | | Double definition of TCL_ENCODING_MODIFIED and another doc fixjan.nijtmans2021-05-071-1/+0
| | | * | | | | | | | | | | | | | | Merge 8.7. More parse improvement, WIPjan.nijtmans2021-05-072-28/+25
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Parse simplifications and better errormessage. Not 100% correct yetjan.nijtmans2021-05-071-23/+13
| | | * | | | | | | | | | | | | | | | Merge 8.7. Improve errormessage when handling byte-errors in channels to (e.g...jan.nijtmans2021-05-062-1/+7
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | Remove character/byte value from error-message, only use hex here.jan.nijtmans2021-05-061-2/+2
| | | * | | | | | | | | | | | | | | | | Make ?-stoponerror|-nothrow? argument first in stead of last for encoding con...jan.nijtmans2021-05-061-8/+8