summaryrefslogtreecommitdiffstats
path: root/generic/tclBinary.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Silence GCC (cast is always safe; value is known to fit with wiggle room)dkf2006-10-101-2/+2
* TIP #275: Support unsigned values in binary commandpatthoyts2006-10-061-19/+57
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-4/+4
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-261-10/+62
* * generic/tclBinary.c:Miguel Sofer2005-11-041-5/+1
* Formatting fixesdkf2005-09-271-127/+126
* Getting more systematic about styledkf2005-07-171-847/+829
* * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration.dgp2005-05-131-5/+1
* Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q',...Kevin B Kenny2005-05-101-1/+2
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-3/+12
* * generic/tclBasic.c:dgp2004-10-061-2/+2
* * generic/tclBasic.c:dgp2004-10-061-5/+5
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-12/+4
* TIP#129 implementation. Probably also much more breakage in the test suite toodkf2004-05-131-132/+358
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+6
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-3/+3
* * 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
* Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774]dkf2003-02-211-20/+20
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-6/+72
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):dgp2001-12-281-3/+3
* * generic/tclBinary.c: Added caching scheme to reduce number of objectdkf2001-11-291-19/+114
* Fixed annoying fault in [binary format] on 64-bit architectures.dkf2001-08-231-3/+3
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-041-8/+8
* * tests/binary.test:stanton1999-05-031-1/+3