summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-08-151-4/+4
|\
| * Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-4/+4
* | Merge 8.7jan.nijtmans2019-06-121-1/+1
|\ \ | |/
| * Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | Merge 8.7jan.nijtmans2019-06-091-142/+157
|\ \ | |/
| * merge 8.6dkf2019-06-091-143/+158
| |\
| | * minor cleanup of source code formattingdkf2019-06-091-61/+78
* | | merge 8.7dgp2019-05-031-1/+4
|\ \ \ | |/ /
| * | 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
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-1/+1
* | | Merge 8.7jan.nijtmans2019-03-081-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-02-271-2/+2
|\ \ \ | |/ /
| * | 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
* | | | merge 8.7jan.nijtmans2019-02-271-2/+2
|\ \ \ \ | |/ / /
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-8/+8
* | | | Merge 8.7jan.nijtmans2019-02-251-3/+3
|\ \ \ \ | |/ / /
| * | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-3/+3
| |/ /
* | | merge 8.7dgp2019-02-221-18/+58
|\ \ \ | |/ /
| * | Revert recent commit that breaks the encapsulation interface of TIP 445.dgp2019-02-221-17/+55
* | | merge 8.7dgp2019-02-071-1/+1
|\ \ \ | |/ /
| * | fixes segfault [bd94500678]: Tcl_UtfToUniChar/TclUtfToUniChar could don't adv...sebres2019-02-051-1/+1
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+1
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-50/+51
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-01-311-54/+16
|\ \ \ | |/ /
| * | Make TclIsPureByteArray() a macro, since it's only doing a single compare. Ot...jan.nijtmans2019-01-311-55/+17
* | | Merge 8.7jan.nijtmans2019-01-281-22/+22
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-22/+22
* | | Fix handling of 'a'/'A' in previous commit: Sinze TclGetByteArrayFromObj is a...jan.nijtmans2019-01-241-2/+2
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-7/+7
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-6/+9
* | | Merge 8.7jan.nijtmans2018-12-121-4/+4
|\ \ \ | |/ /
| * | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-4/+4
* | | Merge 8.7jan.nijtmans2018-12-111-1/+1
|\ \ \ | |/ /
* | | merge 8.7dgp2018-11-161-2/+9
|\ \ \ | |/ /
| * | merge 8.6dgp2018-11-161-2/+9
| |\ \ | | |/
| | * fixes segfault [00d04c4f12], unfulfilled base64 (strict and non-strict mode, ...sebres2018-11-151-2/+9
* | | Implement TIP 445dgp2018-11-131-68/+114
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-181-26/+25
| |\ \
| * \ \ merge trunkdgp2017-09-141-1/+1
| |\ \ \
| * \ \ \ merge trunkdgp2017-09-011-3/+3
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2017-06-061-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2017-05-081-1/+9
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-01-121-4/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2016-12-231-2/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2016-12-021-35/+171
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-091-1/+1
| |\ \ \ \ \ \ \ \ \ \