summaryrefslogtreecommitdiffstats
path: root/doc/open.n
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-4/+4
|
* Deleted Win95/98-specific documentation as those platforms have long been ↵ashok2015-03-021-2/+2
| | | | unsupported.
* Improve documentation on the use of com ports (remove references to Windows ↵jan.nijtmans2014-11-131-48/+13
|\ | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4.
| * Improve documentation on the use of com ports (remove references to Windows ↵jan.nijtmans2014-11-131-47/+13
| | | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4.
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ \ | |/ | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-19/+24
| | | | | | the quality of HTML doc builds.
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * doc/open.n: Documented the changed behaviour of 'a'ppend mode.andreas_kupries2006-03-161-2/+2
| | |
| | * * win/tclWinPipe.c: The pipe channel driver now respectsdavygrvy2005-04-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the -blocking option when closing. The windows pipe driver now has the same behavior as the UNIX side. This change is to avoid a hung shell when exiting due to open pipes that refuse to close in a graceful manner. * doc/open.n: Added a note about -blocking 0 and lack of exit status as it had never been documented. [Bug 947693] ***POTENTIAL INCOMPATIBILITY*** Scripts that use async pipes on windows, must (like the UNIX side) set -blocking to 1 before calling [close] to receive the exit status. * tests/winPipe.test (winpipe-6.1/2): added 'fconfigure $f -blocking 1' so the exit status can be acquired.
| | * Yet more doc update backportingdkf2004-10-271-4/+21
| | |
| | * Moved serial line options to their creator, open.n, from the generic pagedkf2003-04-181-7/+176
| | | | | | | | | | | | fconfigure.n which was never an obvious spot for them. [Bug 679010]
* | | Improve clarity of formatting.dkf2008-10-171-1/+2
| | |
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-5/+38
|/ / | | | | | | typedefs, add a few missing bits)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Spread the idiom, make the rendering to HTML reliable!dkf2007-10-301-6/+12
| |
* | GOOBE the docs some more.dkf2007-10-291-10/+10
| |
* | Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-23/+23
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-40/+31
| | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-31/+40
| |
* | Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.dkf2007-02-181-2/+2
| |
* | fix make html errorsdas2006-04-121-2/+2
| |
* | * doc/open.n: Documented the changed behaviour of 'a'ppend mode.andreas_kupries2006-03-161-2/+2
| |
* | 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-9/+14
| | | | | | | | | | | | | | | | | | * generic/tclIOUtil.c (TclGetOpenModeEx): New routine. * generic/tclInt.h: * generic/tclIO.c (Tcl_OpenObjCmd): Support for "b" and * doc/open.n: "BINARY" in "access" argument to [open]. * tests/ioCmd.test:
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-5/+1
| |
* | * doc/open.n: Added a note about -blocking 0 and lack of exit status as it haddavygrvy2004-11-091-2/+3
| | | | | | | | never been documented.
* | More minor doc fixesdkf2004-10-271-3/+2
| |
* | Doc updates from David Welton [Patches 941377,941380]dkf2004-04-261-2/+20
| |
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-7/+1
| |
* | removed 'the the' typosvincentdarley2004-02-281-3/+3
| |
* | Moved serial line options to their creator, open.n, from the generic pagedkf2003-04-181-7/+176
|/ | | | fconfigure.n which was never an obvious spot for them. [Bug 679010]
* Man page updates from Larry Virden.jenglish2002-07-231-2/+2
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-2/+1
|
* * doc/open.n: Fixed [Bug 511540], added cross-reference to 'pid'andreas_kupries2002-02-041-2/+4
| | | | | as the command to use to retrieve the pid of a command pipeline created via 'open'.
* * doc/open.n: moved all fconfigure option docs to fconfigure.nhobbs2001-10-151-42/+8
| | | | * doc/fconfigure.n: added serial config options
* Why do you always find stupid typos after committing? <sigh>dkf2000-12-081-2/+2
|
* Applied patch #102680 after review and approval by several TCT membersdkf2000-12-081-2/+15
|
* New or changed "SEE ALSO" section.poenitz2000-09-071-3/+4
|
* * doc/Hash.3: fixed reference to ckfree [Bug: 3912]hobbs1999-12-211-2/+2
| | | | | | | | * doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj * doc/open.n: fixed minor formatting errors * doc/string.n: fixed minor formatting errors * doc/lsort.n: added -unique docs
* * doc/exec.n:hobbs1999-12-091-14/+1
| | | | * doc/open.n: removed references to Win32s
* * doc/open.n:hobbs1999-11-241-1/+10
| | | | | * win/tclWinSerial.c: adopted patch from Schroedter to handle fconfigure $sock -lasterror on Windows. [RFE: 3368]
* * doc/open.n: corrected docs for 'a' open mode.hobbs1999-11-101-3/+4
|
* * doc/open.n: Added documentation of \\.\comX notation for openingredman1999-07-221-3/+16
| | | | | | | | | | | serial ports on Windows (alternative to comX:). * tests/ioCmd.test: * doc/open.n: * win/tclWinSerial.c: Applied patch from Rolf Schroedter to add -pollinterval option to fconfigure to modify the maxblocktime used in the fileevent polling. Added documentation and fixed the test case as well.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-4/+2
|
* * Merge 8.0.5 changes:stanton1999-04-151-2/+4
| | | | | | | | | - Mac changes for final release - Minor fixes to tools configure file * win/tclWinSock.c: Apply patch to allow write access to a socket if FD_WRITE is sent but FD_CONNECT is not. Some strange problem with either Win32 or a socket driver. [Bug: 1664 1776]
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+249