summaryrefslogtreecommitdiffstats
path: root/doc/exec.n
Commit message (Collapse)AuthorAgeFilesLines
* Fixed docs for prior check-in (exec of .CMD files on Windows)ashok2016-07-091-2/+3
|
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-3/+3
|
* Deleted Win95/98-specific documentation as those platforms have long been ↵ashok2015-03-021-66/+1
| | | | unsupported.
* 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-1/+1
| | | | | | 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.
| | * Backport many doc fixesdkf2004-10-271-13/+95
| | |
* | | Clarify the use of '&' for backgrounding a pipeline.dkf2010-03-201-2/+2
| | |
* | | Split up and extended the examples for more claritydkf2010-01-201-22/+73
| | |
* | | Lots of very minor formatting fixes.dkf2008-10-151-1/+15
| | |
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-10/+21
|/ / | | | | | | 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-24/+22
| |
* | GOOBE the docs some more.dkf2007-10-291-3/+3
| |
* | Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-22/+44
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-40/+21
| | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | More GOOBE quotingdkf2007-10-251-4/+5
| |
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-18/+36
| |
* | Fixing some minor nroff misusesdkf2007-07-041-38/+33
| |
* | Implement TIP#267dkf2006-12-041-2/+12
| |
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/fconfigure.n, doc/interp.n, doc/unknown.n: * library/auto.tcl, library/init.tcl, library/package.tcl: * library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl: * tests/all.tcl, tests/basic.test, tests/cmdInfo.test: * tests/compile.test, tests/encoding.test, tests/execute.test: * tests/fCmd.test, tests/http.test, tests/init.test: * tests/interp.test, tests/io.test, tests/ioUtil.test: * tests/iogt.test, tests/namespace-old.test, tests/namespace.test: * tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test: * tests/proc.test, tests/reg.test, tests/trace.test: * tests/upvar.test, tests/winConsole.test, tests/winFCmd.test: * tools/tclZIC.tcl: * generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*} officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep {expand} syntax for transition users. [Bug 1589629]
* | * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227]dgp2004-11-201-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/AddErrInfo.3: * doc/Async.3: Documentation updates to replace references * doc/BackgdErr.3: to global variable ::errorInfo and ::errorCode * doc/SaveResult.3: and to the ::bgerror command with references * doc/after.n: to their preferred replacements, the * doc/bgerror.n: -errorinfo and -errorcode return options, * doc/error.n: the Tcl_*InterpState routines, and the * doc/exec.n: [interp bgerror] command. * doc/exit.n: * doc/fileevent.n: * doc/interp.n: * doc/return.n: * doc/tclvars.n: * doc/update.n:
* | Many minor doc fixesdkf2004-10-271-19/+19
| |
* | Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-10/+11
| |
* | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patchhobbs2004-07-021-6/+15
| | | | | | | | | | * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output.
* | Spelling... :^/dkf2004-04-221-3/+3
| |
* | More examples, this time from Arjen Markus and Donal Fellows.dkf2004-04-221-2/+82
| |
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-4/+1
|/
* * doc/exec.n:hobbs2002-04-231-11/+33
| | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux)
* New or changed "SEE ALSO" section.poenitz2000-09-071-4/+2
|
* * doc/exec.n:hobbs1999-12-091-50/+1
| | | | * doc/open.n: removed references to Win32s
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-8/+9
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+357