summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Retrict -wrapchar values to those that can be decoded.dgp2020-03-311-1/+31
* Other suggested solution for [b8e82d293b]jan.nijtmans2020-03-311-1/+2
* Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-312-2/+0
* Optimize [binary decode hex] to process bytearray without string generationdgp2020-03-301-6/+13
* Optimize [binary decode uuencode] to process bytearray without stringdgp2020-03-301-4/+11
* [8edfcedfa0] [binary encode base64] build a string instead of a bytearraydgp2020-03-281-4/+21
* Make sure maxlen value does not rely on ordering of options.dgp2020-03-281-3/+3
* Revise comment that was a plain lie.dgp2020-03-281-8/+2
* Missing error codes from decoder routines.dgp2020-03-281-0/+2
* Optimize base64 decoder to work on bytearrays without string generation.dgp2020-03-281-11/+14
* [ffeb2097af] Restore the standard and original practice of ignoring invaliddgp2020-03-281-7/+2
* Further improvement. Report invalid multi-byte characters accurately.dgp2020-03-271-5/+15
* Improve error reporting. If codepoint looks negative, bad char is reporteddgp2020-03-271-1/+1
* Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputsjan.nijtmans2020-03-273-64/+117
* Little typojan.nijtmans2020-03-251-1/+1
* Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ...jan.nijtmans2020-03-253-30/+29
* MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling Tcl_MacOSXOpenVer...jan.nijtmans2020-03-241-0/+5
* Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions...jan.nijtmans2020-03-243-35/+78
* Even more uppercase HEX representations in source-codejan.nijtmans2020-03-222-4/+4
* More uppercase HEX representations in source-code.jan.nijtmans2020-03-1816-116/+114
* Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico...jan.nijtmans2020-03-172-4/+21
|\
| * Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-175-9/+33
* | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() i...jan.nijtmans2020-03-153-7/+11
* | Make ourEnviron type (techar **) not (char **), so we need less type-casts.jan.nijtmans2020-03-151-32/+32
* | Fix one wrong type-cast (only causing warning, nothing serious)jan.nijtmans2020-03-141-1/+1
* | Merge 8.6. jan.nijtmans2020-03-132-8/+56
|\ \
| * | Add some testing of Tcl_SetByteArrayLength().dgp2020-03-121-0/+48
* | | fix back-ported from tclSE (with several modifications due to conflicts and c...sebres2020-03-131-22/+43
|/ /
* | Remove SetIndexFromAny(), a useless routine that can only be reached viadgp2020-03-061-35/+1
* | Update to Unicode-13jan.nijtmans2020-03-053-1335/+1357
|\ \ | |/
| * Update all internal tables to Unicode 13.jan.nijtmans2020-03-053-1333/+1355
| |\
| | * Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] ...jan.nijtmans2020-02-113-1335/+1357
| | * TclInitBignumFromWide(U)Int is not used any more.jan.nijtmans2020-02-021-2/+0
| | * Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-026-39/+54
| | |\
| | | * Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the...jan.nijtmans2020-01-136-39/+54
| | * | Add 64-bit seek to the ZipChanneljan.nijtmans2020-01-312-13/+25
| | * | Merge 8.6jan.nijtmans2020-01-303-105/+35
| | |\ \
| | * | | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATEDjan.nijtmans2020-01-292-2/+2
| | * | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio...jan.nijtmans2020-01-253-4/+18
| | * | | Implement TIP 559dgp2020-01-242-3/+4
| | |\ \ \
| | | * | | Implement TIP 559 (deprecation part).dgp2020-01-132-3/+4
| | | | |/ | | | |/|
| | * | | Merge 8.6jan.nijtmans2020-01-231-23/+17
| | |\ \ \
| | * \ \ \ Add error-handling to all libtommath function calls. Most likely not perfect ...jan.nijtmans2020-01-235-270/+530
| | |\ \ \ \
| | | * \ \ \ Merge 8.7. All calls using MP_WUR handled now.jan.nijtmans2020-01-223-49/+92
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.7, more WIPjan.nijtmans2020-01-2118-107/+196
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 8.7, more WIPjan.nijtmans2020-01-173-55/+94
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-01-155-11/+43
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ More WIPjan.nijtmans2020-01-101-24/+41
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple...jan.nijtmans2020-01-095-124/+260
| | | |/ / / / / / / /
| | * | | | | | | | | Merge 8.6jan.nijtmans2020-01-233-5/+15
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |