summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-01-121-4/+4
|\
| * TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C ...jan.nijtmans2017-01-041-4/+4
| |\
* | \ merge trunkdgp2016-12-231-2/+4
|\ \ \ | |/ /
| * | more internal use of size_t in stead of int.jan.nijtmans2016-12-201-2/+4
| |/
* | merge trunkdgp2016-12-021-35/+171
|\ \ | |/
| * Added long comment explaining history and work in progress making bytearraydgp2016-12-021-22/+87
| * So long as we register only one, we can have multiple Tcl_ObjTypes withdgp2016-12-011-1/+1
| * Created a new "proper bytearray" Tcl_ObjType so we can use bytearraysdgp2016-12-011-21/+44
* | merge trunkdgp2016-07-091-1/+1
|\ \ | |/
| * Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
* | Conversion of "bytearray" Tcl_ObjType - much better this time.dgp2016-03-271-46/+54
|\ \
| * | Convert the "bytearray" Tcl_ObjType to use the proposed Tcl_ObjIntRepdgp2016-03-261-46/+63
|/ /
* | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-1/+3
* | Tcl_InitStringRep() bug. Truncation assumed length == allocated. Wrong!dgp2016-03-231-32/+29
|/
* [2992970] Restore the safety of Tcl_AppendObjToObj(x, x) for bytearrays.dgp2014-01-151-41/+33
* Tcl_SetResult -> Tcl_SetObjResultjan.nijtmans2013-09-261-2/+4
* Refactor to remove unused flexibility.dkf2013-09-161-12/+10
* Be careful: separator needs to be bytes, not internal-encoded.dkf2013-09-161-7/+10
* Add back -wrapchar option to "binary encode uuencode"jan.nijtmans2013-09-151-6/+13
|\
| * Hm, this check doesn't really add anything.jan.nijtmans2013-09-141-6/+0
| * Add back -wrapchar option to "binary encode uuencode".jan.nijtmans2013-09-141-6/+19
* | And the decoder too.dkf2013-09-141-18/+86
|/
* [2152292] Corrected implementation of uuencoding.dkf2013-09-141-4/+121
* [b98fa55285]: Fix handling of whitespace at end of hex strings to decode.dkf2013-09-011-20/+23
* Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_...jan.nijtmans2013-02-271-1/+1
* Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-3/+3
|\
| * Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-2/+2
* | merge core-8-5-branchjan.nijtmans2013-01-311-2/+3
|\ \ | |/
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-2/+2
* | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-23/+27
* | very minor style tweaksdkf2012-11-201-6/+9
* | Contributed patch from Andy Goth.dgp2012-11-151-26/+65
* | eliminate compiler warning in previous commitjan.nijtmans2012-09-171-1/+1
|\ \ | |/
| * eliminate compiler warning in previous commitjan.nijtmans2012-09-171-1/+1
| * Nicer style test.stwo2012-09-161-2/+2
* | Nicer style test.stwo2012-09-161-2/+2
| |
| \
*-. \ [Bug 3496014] Unecessary memset() in Tcl_SetByteArrayObj().jan.nijtmans2012-08-231-7/+5
|\ \ \ | | |/
| | * [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid valuesjan.nijtmans2012-08-231-1/+6
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| | |\
| | * | Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
| * | | [Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj()jan.nijtmans2012-07-161-6/+2
* | | | more result generation conversiondkf2012-08-031-11/+13
|/ / /
* | | (Tcl_SetByteArrayObj): Only zero out the memory block if it is not beingdkf2012-03-021-3/+6
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-11/+9
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Backported fix for #1923966patthoyts2008-03-241-2/+4
| | * De-fang an instance of the shared-result anti-pattern. [Bug 1716704]dkf2007-06-301-1/+5
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-6/+10