summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* Tcl_InvalidateStringRep -> TclInvalidateStringRepnijtmans@users.sourceforge.net2013-02-071-3/+3
|\
| * Tcl_InvalidateStringRep -> TclInvalidateStringRepnijtmans@users.sourceforge.net2013-02-071-2/+2
* | merge core-8-5-branchnijtmans@users.sourceforge.net2013-01-311-2/+3
|\ \ | |/
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...nijtmans@users.sourceforge.net2013-01-311-2/+2
* | Add super-simple compiler to many ensemble subcommands to allow better codedonal.k.fellows@manchester.ac.uk2013-01-041-23/+27
* | very minor style tweaksdonal.k.fellows@manchester.ac.uk2012-11-201-6/+9
* | Contributed patch from Andy Goth.dgp@users.sourceforge.net2012-11-151-26/+65
* | eliminate compiler warning in previous commitnijtmans@users.sourceforge.net2012-09-171-1/+1
|\ \ | |/
| * eliminate compiler warning in previous commitnijtmans@users.sourceforge.net2012-09-171-1/+1
| * Nicer style test.stwo@users.sourceforge.net2012-09-161-2/+2
* | Nicer style test.stwo@users.sourceforge.net2012-09-161-2/+2
| |
| \
*-. \ [Bug 3496014] Unecessary memset() in Tcl_SetByteArrayObj().nijtmans@users.sourceforge.net2012-08-231-7/+5
|\ \ \ | | |/
| | * [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid valuesnijtmans@users.sourceforge.net2012-08-231-1/+6
| | * [Bug 3388350] mingw64 compiler warningsnijtmans@users.sourceforge.net2011-08-161-1/+1
| | |\
| | * | Backport fix for [Bug 2857044].dgp@users.sourceforge.net2011-04-271-0/+1
| * | | [Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj()nijtmans@users.sourceforge.net2012-07-161-6/+2
* | | | more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-031-11/+13
|/ / /
* | | (Tcl_SetByteArrayObj): Only zero out the memory block if it is not beingdonal.k.fellows@manchester.ac.uk2012-03-021-3/+6
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-11/+9
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * Backported fix for #1923966patthoyts@users.sourceforge.net2008-03-241-2/+4
| | * De-fang an instance of the shared-result anti-pattern. [Bug 1716704]donal.k.fellows@manchester.ac.uk2007-06-301-1/+5
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-6/+10
| | * Fix [Bug 1116542]donal.k.fellows@manchester.ac.uk2005-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]donal.k.fellows@manchester.ac.uk2003-12-021-40/+71
| * | * generic/tclBinary.c (UpdateStringOfByteArray): Add panicdgp@users.sourceforge.net2010-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]: Makedonal.k.fellows@manchester.ac.uk2010-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 commentsdgp@users.sourceforge.net2010-04-301-5/+10
* | | * generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armourdonal.k.fellows@manchester.ac.uk2010-04-301-6/+11
* | | fix MSVC warning C4018: '>' : signed/unsigned mismatchnijtmans2010-04-291-2/+2
* | | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Makedonal.k.fellows@manchester.ac.uk2010-04-291-1/+76
* | | Code Audit results:donal.k.fellows@manchester.ac.uk2010-03-051-12/+18
* | | Handle completely invalid input to the decode methods [Bug 2922555]patthoyts@users.sourceforge.net2009-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.dgp@users.sourceforge.net2009-07-161-3/+1
* | | - eliminate some unnessary type castsnijtmans2009-02-031-9/+9
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...donal.k.fellows@manchester.ac.uk2009-01-091-4/+3
* | | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace.ferrieux@users.sourceforge.net2008-12-151-4/+5
* | | Tidy up formatting.donal.k.fellows@manchester.ac.uk2008-11-161-612/+595
* | | patch #2215022: clean up the binary ensemble initialization codepatthoyts@users.sourceforge.net2008-11-071-90/+38
* | | Style improvements - invoking callbacks without visual junk.donal.k.fellows@manchester.ac.uk2008-10-261-50/+48