summaryrefslogtreecommitdiffstats
path: root/generic/tclIOCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some gcc warnings which become visible with -Wextrajan.nijtmans2013-06-131-17/+17
* make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\
| * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| * A few more compiler warningsjan.nijtmans2011-08-181-1/+1
* | Fix [3148192] implementation, restoring legacy form againjan.nijtmans2011-06-201-1/+1
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-101-13/+8
| * * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -sizeandreas_kupries2008-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 theandreas_kupries2004-07-161-3/+3
| * * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to theandreas_kupries2004-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.dkf2010-02-111-2/+2
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-101-13/+8
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -sizeandreas_kupries2008-04-091-1/+15
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cachehobbs2007-12-071-18/+59
* | Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-061-8/+82
* | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reducehobbs2007-12-051-74/+56
* | Reduce cast count.dkf2007-11-191-67/+51
* | More minor cleanupdkf2007-11-181-7/+7
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-42/+42
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-2/+20
* | * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-061-2/+2
* | Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-281-2/+2
* | * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-2/+2
* | * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of theKevin B Kenny2007-04-241-2/+2
* | * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-11/+5
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-28/+28
* | Implement TIP#267dkf2006-12-041-9/+13
* | fix warningdas2006-12-021-3/+4
* | TIP#287 IMPLEMENTATIONdgp2006-12-011-1/+69
* | * generic/regc_locale.c (cclass):das2006-07-201-2/+2
* | * generic/tclBinary.c:Miguel Sofer2005-11-041-2/+1
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-200/+215
* | TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-19/+76
* | Try again :-}dkf2005-07-171-2/+3
* | D'ohdkf2005-07-171-2/+2
* | Getting more systematic about styledkf2005-07-171-386/+396
* | Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgsdkf2005-06-071-4/+12
* | copy/paste/modify errordgp2005-06-071-3/+2
* | TIP#208 implementationdkf2005-06-061-1/+75
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | TIP#183 IMPLEMENTATION [Patch 577093]dgp2005-04-271-3/+6
* | remove unused vardgp2004-10-071-2/+2
* | * generic/tclBasic.c:dgp2004-10-061-13/+13
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in theandreas_kupries2004-07-161-3/+3
* | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to theandreas_kupries2004-07-151-2/+2
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1