summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* Use new utility routine so that error characters using surrogates aredgp2020-04-021-18/+18
* 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.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
* | 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.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
* | Improve the standard error message for nonbyte arguments.dgp2020-03-181-9/+32
* | Merge 8.6jan.nijtmans2020-03-181-27/+27
|\ \ | |/
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-27/+27
* | New internal routine TclGetBytesFromObj().dgp2020-03-131-10/+55
* | Minimal fix for crash bug.dgp2020-03-121-0/+2
* | Untangle some MEM_DEBUG ifdeffery.dgp2020-03-061-22/+21
* | Merge 8.7jan.nijtmans2020-02-131-2/+2
|\ \
| * \ Merge 8.7jan.nijtmans2019-12-131-3/+2
| |\ \
| * | | Merge 8.7jan.nijtmans2019-11-151-2/+2
* | | | Merge 8.7jan.nijtmans2019-12-131-3/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-2/+1
| |\ \ \ | | |/ /
| * | | Merge 8.7jan.nijtmans2019-11-111-2/+4
| |\ \ \ | | |/ /
| * | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| |\ \ \
| | * | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | | | Merge 8.7jan.nijtmans2019-11-091-2/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.6. jan.nijtmans2019-11-081-2/+4
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
* | | | Merge 8.7jan.nijtmans2019-10-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-10-221-1/+1
| |\ \ \ | | |/ /
* | | | Merge tip-548jan.nijtmans2019-08-291-9/+19
|\ \ \ \ | |/ / /
* | | | Merge tip-548jan.nijtmans2019-08-151-3/+3
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-4/+4
* | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-16/+16
|/ / /
* | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | | merge 8.6dkf2019-06-091-143/+158
|\ \ \ | |/ /
| * | minor cleanup of source code formattingdkf2019-06-091-61/+78
* | | merge 8.6dgp2019-05-031-1/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Minor code style cleanup.dkf2019-04-231-1/+4
| * Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-2/+2
| * Replace isspace() -> TclIsSpaceProc() _everywhere_. jan.nijtmans2019-01-261-7/+7
* | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt...jan.nijtmans2019-02-271-2/+2
|\ \
| * | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-2/+2