| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -4/+4 |
|
|
* | Fix 2 warnings: warning C4018: '>': signed/unsigned mismatch | jan.nijtmans | 2022-03-12 | 1 | -2/+2 |
|
|
* | Revise the loop logic to be more correct, more clear, and more consisten | dgp | 2022-03-11 | 1 | -2/+2 |
|
|
* | Alternatve patch to replace UB treatment of int overflow. | dgp | 2022-03-11 | 1 | -13/+16 |
|
|
* | Fix [9c7557160]: signed integer overflow in UpdateStringOfByteArray() | jan.nijtmans | 2022-03-08 | 1 | -2/+2 |
|
|
* | Fix [d282fcacd1]: signed integer overflow in ScanNumber() | jan.nijtmans | 2022-02-23 | 1 | -2/+2 |
|
|
* | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -5/+5 |
|
|
* | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi... | jan.nijtmans | 2022-01-13 | 1 | -1/+1 |
|
|
* | Fix [ac6792195d]: avoid signed integer overflow in BinaryEncodeUu() | jan.nijtmans | 2021-12-12 | 1 | -3/+4 |
|
|
* | Missing static. | dgp | 2021-11-06 | 1 | -1/+1 |
|
|
* | Make more use of the Tcl_ObjCmdProc typedef for tidier branch merging. | dgp | 2021-11-06 | 1 | -24/+8 |
|
|
* | More implicit type-casts, for better compatibility with C++ | jan.nijtmans | 2021-02-05 | 1 | -13/+13 |
|
|
* | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -4/+4 |
|
|
* | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ... | jan.nijtmans | 2020-09-11 | 1 | -5/+5 |
|
|
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -8/+8 |
|
|
* | Merge 8.5. More usage of UCHAR() macro. | jan.nijtmans | 2020-05-06 | 1 | -1/+1 |
|\ |
|
* | | Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commi... | jan.nijtmans | 2020-05-03 | 1 | -8/+8 |
|
|
* | | Retrict -wrapchar values to those that can be decoded. | dgp | 2020-03-31 | 1 | -1/+31 |
|
|
* | | Other suggested solution for [b8e82d293b] | jan.nijtmans | 2020-03-31 | 1 | -1/+2 |
|
|
* | | Optimize [binary decode hex] to process bytearray without string generation | dgp | 2020-03-30 | 1 | -6/+13 |
|
|
* | | Optimize [binary decode uuencode] to process bytearray without string | dgp | 2020-03-30 | 1 | -4/+11 |
|
|
* | | [8edfcedfa0] [binary encode base64] build a string instead of a bytearray | dgp | 2020-03-28 | 1 | -4/+21 |
|
|
* | | Make sure maxlen value does not rely on ordering of options. | dgp | 2020-03-28 | 1 | -3/+3 |
|
|
* | | Revise comment that was a plain lie. | dgp | 2020-03-28 | 1 | -8/+2 |
|
|
* | | Missing error codes from decoder routines. | dgp | 2020-03-28 | 1 | -0/+2 |
|
|
* | | Optimize base64 decoder to work on bytearrays without string generation. | dgp | 2020-03-28 | 1 | -11/+14 |
|
|
* | | [ffeb2097af] Restore the standard and original practice of ignoring invalid | dgp | 2020-03-28 | 1 | -7/+2 |
|
|
* | | Further improvement. Report invalid multi-byte characters accurately. | dgp | 2020-03-27 | 1 | -5/+15 |
|
|
* | | Improve error reporting. If codepoint looks negative, bad char is reported | dgp | 2020-03-27 | 1 | -1/+1 |
|
|
* | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -27/+27 |
|
|
* | | minor cleanup of source code formatting | dkf | 2019-06-09 | 1 | -61/+78 |
|
|
* | | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -1/+4 |
|
|
* | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|
* | | Replace isspace() -> TclIsSpaceProc() _everywhere_.
| jan.nijtmans | 2019-01-26 | 1 | -7/+7 |
|
|
* | | fixes segfault [00d04c4f12], unfulfilled base64 (strict and non-strict mode, ... | sebres | 2018-11-15 | 1 | -2/+9 |
|
|
* | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -3/+3 |
|
|
* | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -3/+3 |
|
|
* | | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. | dgp | 2017-05-05 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. | dgp | 2017-05-05 | 1 | -1/+9 |
|
|
| * | Backport of bytearray append machinery to support bug fixes in ReadBytes. | dgp | 2014-01-21 | 1 | -0/+92 |
|
|
* | | [2992970] Restore the safety of Tcl_AppendObjToObj(x, x) for bytearrays. | dgp | 2014-01-15 | 1 | -41/+33 |
|
|
* | | Tcl_SetResult -> Tcl_SetObjResult | jan.nijtmans | 2013-09-26 | 1 | -2/+4 |
|
|
* | | Refactor to remove unused flexibility. | dkf | 2013-09-16 | 1 | -12/+10 |
|
|
* | | Be careful: separator needs to be bytes, not internal-encoded. | dkf | 2013-09-16 | 1 | -7/+10 |
|
|
* | | Add back -wrapchar option to "binary encode uuencode" | jan.nijtmans | 2013-09-15 | 1 | -6/+13 |
|\ \ |
|
| * | | Hm, this check doesn't really add anything. | jan.nijtmans | 2013-09-14 | 1 | -6/+0 |
|
|
| * | | Add back -wrapchar option to "binary encode uuencode". | jan.nijtmans | 2013-09-14 | 1 | -6/+19 |
|
|
* | | | And the decoder too. | dkf | 2013-09-14 | 1 | -18/+86 |
|/ / |
|
* | | [2152292] Corrected implementation of uuencoding. | dkf | 2013-09-14 | 1 | -4/+121 |
|
|
* | | [b98fa55285]: Fix handling of whitespace at end of hex strings to decode. | dkf | 2013-09-01 | 1 | -20/+23 |
|
|