summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-12-081-2/+2
|\
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Merge 8.7jan.nijtmans2020-11-161-3/+12
|\ \ | |/
| * TIP586: C String Parsing Support for binary scanoehhar2020-10-251-3/+12
* | Merge 8.7jan.nijtmans2020-09-171-7/+8
|\ \ | |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-7/+8
* | Merge 8.7jan.nijtmans2020-09-111-1/+1
|\ \ | |/
| * Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-111-1/+1
| |\
| | * Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-111-5/+5
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-8/+8
* | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-05-111-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-05-061-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-061-1/+1
| |\ \ | | |/
| | * Merge 8.5. More usage of UCHAR() macro.jan.nijtmans2020-05-061-1/+1
| | |\
| | * | Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commi...jan.nijtmans2020-05-031-8/+8
* | | | merge 8.7dgp2020-04-021-18/+18
|\ \ \ \ | |/ / /
| * | | Use new utility routine so that error characters using surrogates aredgp2020-04-021-18/+18
* | | | Missed one int -> size_t in the merge.dgp2020-03-311-1/+1
* | | | merge 8.7dgp2020-03-311-2/+33
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2020-03-311-2/+33
| |\ \ \ | | |/ /
| | * | 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
* | | | merge 8.7dgp2020-03-301-11/+31
|\ \ \ \ | |/ / /
| * | | Merge 8.6; revise to use TclGetBytesFromObj.dgp2020-03-301-4/+14
| |\ \ \ | | |/ /
| | * | Optimize [binary decode hex] to process bytearray without string generationdgp2020-03-301-6/+13
| * | | Initialize Tcl_UniChar's, in case we are handling surrogates (however unlikely).jan.nijtmans2020-03-301-2/+2
| * | | Merge 8.6, revise to use TclGetBytesFromObj.dgp2020-03-301-4/+14
| |\ \ \ | | |/ /
| | * | Optimize [binary decode uuencode] to process bytearray without stringdgp2020-03-301-4/+11
* | | | Adjustments for easier merging.dgp2020-03-301-4/+12
* | | | Change of variables.dgp2020-03-291-8/+8
* | | | Let the private, internal TclGetBytesFromObj handle size_t lengthsdgp2020-03-291-16/+20
* | | | merge 8.7dgp2020-03-281-27/+45
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2020-03-281-25/+43
| |\ \ \ | | |/ /
| | * | [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
* | | | merge 8.7dgp2020-03-281-12/+17
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2020-03-281-12/+17
| |\ \ \ | | |/ /
| | * | [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 for windows build (Windows doesn't have "%z" printf modifier)jan.nijtmans2020-03-251-1/+1
* | | | merge 8.7dgp2020-03-181-8/+32
|\ \ \ \ | |/ / /
| * | | Improve the standard error message for nonbyte arguments.dgp2020-03-181-9/+32
* | | | Merge 8.7jan.nijtmans2020-03-181-27/+27
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-181-27/+27
| |\ \ \ | | |/ /
| | * | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-27/+27