| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -11/+9 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Backported fix for #1923966 | patthoyts | 2008-03-24 | 1 | -2/+4 |
|
|
| | * | De-fang an instance of the shared-result anti-pattern. [Bug 1716704] | dkf | 2007-06-30 | 1 | -1/+5 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -6/+10 |
|
|
| | * | Fix [Bug 1116542] | dkf | 2005-09-27 | 1 | -2/+18 |
|
|
| | * | * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug | das | 2003-12-17 | 1 | -2/+4 |
|
|
| | * | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -40/+71 |
|
|
| * | | * generic/tclBinary.c (UpdateStringOfByteArray): Add panic | dgp | 2010-04-30 | 1 | -2/+5 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -20/+21 |
|
|
* | | | [Bug 3129448]: possible over-allocation on 64-bit platforms | nijtmans | 2010-12-06 | 1 | -3/+3 |
|
|
* | | | Tcl_Panic already writes a newline at the end, so the caller doesn't have to ... | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | | | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Make | dkf | 2010-09-15 | 1 | -4/+19 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -2/+2 |
|
|
* | | | * generic/tclBinary.c (TclAppendBytesToByteArray): Add comments | dgp | 2010-04-30 | 1 | -5/+10 |
|
|
* | | | * generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armour | dkf | 2010-04-30 | 1 | -6/+11 |
|
|
* | | | fix MSVC warning C4018: '>' : signed/unsigned mismatch | nijtmans | 2010-04-29 | 1 | -2/+2 |
|
|
* | | | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make | dkf | 2010-04-29 | 1 | -1/+76 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -12/+18 |
|
|
* | | | Handle completely invalid input to the decode methods [Bug 2922555] | patthoyts | 2009-12-29 | 1 | -1/+4 |
|
|
* | | | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -2/+2 |
|
|
* | | | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -2/+2 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -11/+12 |
|
|
* | | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -3/+1 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -9/+9 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -4/+3 |
|
|
* | | | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. | ferrieux | 2008-12-15 | 1 | -4/+5 |
|
|
* | | | Tidy up formatting. | dkf | 2008-11-16 | 1 | -612/+595 |
|
|
* | | | patch #2215022: clean up the binary ensemble initialization code | patthoyts | 2008-11-07 | 1 | -90/+38 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -50/+48 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -59/+59 |
|
|
* | | | Some cleaning up of the binary encode/decode engines | dkf | 2008-10-07 | 1 | -121/+160 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|
* | | | fix warnings, remove unused debug code that causes build failure | das | 2008-06-05 | 1 | -24/+10 |
|
|
* | | | TIP #317 implementation | patthoyts | 2008-06-03 | 1 | -7/+567 |
|
|
* | | | Converted the [binary] command into an ensemble. | patthoyts | 2008-05-02 | 1 | -147/+228 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -2/+2 |
|/ / |
|
* | | improved fix keeping short-circuit | patthoyts | 2008-03-24 | 1 | -3/+5 |
|
|
* | | bug #1923966 - crash in binary format. Added tests for the above crash condit... | patthoyts | 2008-03-24 | 1 | -2/+2 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -14/+19 |
|
|
* | | * generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type before | hobbs | 2007-11-09 | 1 | -2/+4 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+2 |
|
|
* | | * generic/tclBinary.c: Addressed several code paths where the | Kevin B Kenny | 2007-04-24 | 1 | -1/+6 |
|
|
* | | * generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() / | dgp | 2007-03-19 | 1 | -9/+5 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -17/+18 |
|
|
* | | Minor changes (whitespace police, etc.) | dkf | 2006-11-07 | 1 | -59/+56 |
|
|
* | | Silence GCC (cast is always safe; value is known to fit with wiggle room) | dkf | 2006-10-10 | 1 | -2/+2 |
|
|