summaryrefslogtreecommitdiffstats
path: root/generic/tclIOCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the cost of Preserve/Release on channelsdgp@users.sourceforge.net2014-07-301-16/+16
* [f0f876c141] Improve consistency in error messages.donal.k.fellows@manchester.ac.uk2014-06-171-3/+3
* Merge 8.5.dgp@users.sourceforge.net2014-05-081-1/+2
|\
| * Stop leak in io-33.7.dgp@users.sourceforge.net2014-05-061-1/+2
* | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to...dgp@users.sourceforge.net2014-05-011-3/+22
|\ \ | |/
| * We must Preserve channels if we're going to use TclChanCaughtErrorBypass()dgp@users.sourceforge.net2014-05-011-4/+22
* | Merge refcounting machinery for ChannelBuffer.dgp@users.sourceforge.net2014-04-211-0/+3
|\ \ | |/
| * Added a refcounting mechanism to ChannelBuffers. Other edits todgp@users.sourceforge.net2014-04-211-0/+3
| * Fix some gcc warnings which become visible with -Wextranijtmans@users.sourceforge.net2013-06-131-17/+17
* | Add super-simple compiler to many ensemble subcommands to allow better codedonal.k.fellows@manchester.ac.uk2013-01-041-19/+19
* | Final part of result generation conversion (modulo any minor blunders)donal.k.fellows@manchester.ac.uk2012-08-051-74/+78
* | get rid of _ANSI_ARGS_ and CONSTnijtmans@users.sourceforge.net2012-04-261-1/+1
|\ \ | |/
* | make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-2/+2
|\ \ | |/
| * make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-1/+1
| |\
| | * make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-1/+1
| | * A few more compiler warningsnijtmans@users.sourceforge.net2011-08-181-1/+1
* | | Merg [3148192] implementation fix, and caveat commentnijtmans@users.sourceforge.net2011-06-201-1/+1
|\ \ \ | |/ /
| * | Fix [3148192] implementation, restoring legacy form againnijtmans@users.sourceforge.net2011-06-201-1/+1
* | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN toonijtmans@users.sourceforge.net2011-04-271-19/+19
|\ \ \ | |/ /
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-7/+7
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indonal.k.fellows@manchester.ac.uk2011-03-101-74/+67
* | | 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
| | * * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreask@activestate.com2008-04-101-13/+8
| | * * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -sizeandreask@activestate.com2008-04-091-1/+15
| | * * generic/tclIOCmd.c (Tcl_GetsObjCmd): do not reuse resultObj ashobbs2008-02-261-4/+3
| | * * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in theandreask@activestate.com2004-07-161-3/+3
| | * * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to theandreask@activestate.com2004-07-151-2/+2
| * | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters.nijtmans2011-01-171-27/+23
| * | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode.donal.k.fellows@manchester.ac.uk2010-02-111-2/+2
| * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreask@activestate.com2008-04-101-13/+8
| * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -sizeandreask@activestate.com2008-04-091-1/+15
* | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters.nijtmans2011-01-171-28/+28
* | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-21/+21
* | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):donal.k.fellows@manchester.ac.uk2010-12-091-2/+35
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-2/+2
* | | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue.donal.k.fellows@manchester.ac.uk2010-03-201-5/+7
* | | Pure whitespace changes, changing to follow Engineering Manual style.donal.k.fellows@manchester.ac.uk2010-02-241-2/+2
* | | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode.donal.k.fellows@manchester.ac.uk2010-02-111-2/+2
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-20/+20
* | | Reset internal INTERP_ALTERNATE_WRONG_ARGSnijtmans2009-04-271-3/+1
* | | - eliminate some unnessary type castsnijtmans2009-02-101-10/+10
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...donal.k.fellows@manchester.ac.uk2009-01-091-9/+11
* | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux@users.sourceforge.net2008-12-181-3/+45
* | | TIP #337 IMPLEMENTATIONdgp@users.sourceforge.net2008-12-091-2/+2
* | | Add "const" to many internalnijtmans2008-10-161-7/+7
* | | formatting, whitespacedas2008-07-211-18/+21
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-2/+2
* | | TIP #304 implementationferrieux@users.sourceforge.net2008-07-211-1/+50