summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* (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
| | * Fix [Bug 1116542]dkf2005-09-271-2/+18
| | * * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bugdas2003-12-171-2/+4
| | * Stop losing references when variables are repeated in [binary scan]. [851747]dkf2003-12-021-40/+71
| * | * generic/tclBinary.c (UpdateStringOfByteArray): Add panicdgp2010-04-301-2/+5
* | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-20/+21
* | | [Bug 3129448]: possible over-allocation on 64-bit platformsnijtmans2010-12-061-3/+3
* | | Tcl_Panic already writes a newline at the end, so the caller doesn't have to ...nijtmans2010-11-191-2/+2
* | | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Makedkf2010-09-151-4/+19
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-2/+2
* | | * generic/tclBinary.c (TclAppendBytesToByteArray): Add commentsdgp2010-04-301-5/+10
* | | * generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armourdkf2010-04-301-6/+11
* | | fix MSVC warning C4018: '>' : signed/unsigned mismatchnijtmans2010-04-291-2/+2
* | | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Makedkf2010-04-291-1/+76
* | | Code Audit results:dkf2010-03-051-12/+18
* | | Handle completely invalid input to the decode methods [Bug 2922555]patthoyts2009-12-291-1/+4
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-11/+12
* | | * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-3/+1
* | | - eliminate some unnessary type castsnijtmans2009-02-031-9/+9
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-4/+3
* | | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace.ferrieux2008-12-151-4/+5
* | | Tidy up formatting.dkf2008-11-161-612/+595
* | | patch #2215022: clean up the binary ensemble initialization codepatthoyts2008-11-071-90/+38
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-50/+48
* | | Add "const" to many internalnijtmans2008-10-151-59/+59
* | | Some cleaning up of the binary encode/decode enginesdkf2008-10-071-121/+160
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | | fix warnings, remove unused debug code that causes build failuredas2008-06-051-24/+10
* | | TIP #317 implementationpatthoyts2008-06-031-7/+567
* | | Converted the [binary] command into an ensemble.patthoyts2008-05-021-147/+228
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
|/ /
* | improved fix keeping short-circuitpatthoyts2008-03-241-3/+5
* | bug #1923966 - crash in binary format. Added tests for the above crash condit...patthoyts2008-03-241-2/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-14/+19
* | * generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type beforehobbs2007-11-091-2/+4
* | header cleanupdgp2007-09-071-2/+2
* | * generic/tclBinary.c: Addressed several code paths where theKevin B Kenny2007-04-241-1/+6
* | * generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() /dgp2007-03-191-9/+5
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-17/+18
* | Minor changes (whitespace police, etc.)dkf2006-11-071-59/+56