| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the cost of Preserve/Release on channels | dgp | 2014-07-30 | 1 | -16/+16 |
|
|
* | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -3/+3 |
|
|
* | Merge 8.5. | dgp | 2014-05-08 | 1 | -1/+2 |
|\ |
|
| * | Stop leak in io-33.7. | dgp | 2014-05-06 | 1 | -1/+2 |
|
|
* | | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to... | dgp | 2014-05-01 | 1 | -3/+22 |
|\ \
| |/ |
|
| * | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() | dgp | 2014-05-01 | 1 | -4/+22 |
|
|
* | | Merge refcounting machinery for ChannelBuffer. | dgp | 2014-04-21 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Added a refcounting mechanism to ChannelBuffers. Other edits to | dgp | 2014-04-21 | 1 | -0/+3 |
|
|
| * | Fix some gcc warnings which become visible with -Wextra | jan.nijtmans | 2013-06-13 | 1 | -17/+17 |
|
|
* | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -19/+19 |
|
|
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -74/+78 |
|
|
* | | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| |\ |
|
| | * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|
|
| | * | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 1 | -1/+1 |
|
|
* | | | Merg [3148192] implementation fix, and caveat comment | jan.nijtmans | 2011-06-20 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix [3148192] implementation, restoring legacy form again | jan.nijtmans | 2011-06-20 | 1 | -1/+1 |
|
|
* | | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -19/+19 |
|\ \ \
| |/ / |
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -7/+7 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -74/+67 |
|
|
* | | | 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 |
|
|
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -13/+8 |
|
|
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+15 |
|
|
| | * | * generic/tclIOCmd.c (Tcl_GetsObjCmd): do not reuse resultObj as | hobbs | 2008-02-26 | 1 | -4/+3 |
|
|
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the | andreas_kupries | 2004-07-16 | 1 | -3/+3 |
|
|
| | * | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the | andreas_kupries | 2004-07-15 | 1 | -2/+2 |
|
|
| * | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -27/+23 |
|
|
| * | | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -2/+2 |
|
|
| * | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -13/+8 |
|
|
| * | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+15 |
|
|
* | | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -28/+28 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -21/+21 |
|
|
* | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -2/+35 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -2/+2 |
|
|
* | | | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. | dkf | 2010-03-20 | 1 | -5/+7 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -2/+2 |
|
|
* | | | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -2/+2 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -20/+20 |
|
|
* | | | Reset internal INTERP_ALTERNATE_WRONG_ARGS | nijtmans | 2009-04-27 | 1 | -3/+1 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -10/+10 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -9/+11 |
|
|
* | | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -3/+45 |
|
|
* | | | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -7/+7 |
|
|
* | | | formatting, whitespace | das | 2008-07-21 | 1 | -18/+21 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -2/+2 |
|
|
* | | | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -1/+50 |
|
|