Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation improvements (small; some revision to parsing script) to improve | dkf | 2011-07-17 | 1 | -1/+1 |
| | | | the quality of HTML doc builds. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Backport many doc fixes | dkf | 2004-10-27 | 1 | -13/+95 |
| | | | |||||
* | | | Clarify the use of '&' for backgrounding a pipeline. | dkf | 2010-03-20 | 1 | -2/+2 |
| | | | |||||
* | | | Split up and extended the examples for more clarity | dkf | 2010-01-20 | 1 | -22/+73 |
| | | | |||||
* | | | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 1 | -1/+15 |
| | | | |||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -10/+21 |
|/ / | | | | | | | typedefs, add a few missing bits) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Spread the idiom, make the rendering to HTML reliable! | dkf | 2007-10-30 | 1 | -24/+22 |
| | | |||||
* | | GOOBE the docs some more. | dkf | 2007-10-29 | 1 | -3/+3 |
| | | |||||
* | | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -22/+44 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -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 quoting | dkf | 2007-10-25 | 1 | -4/+5 |
| | | |||||
* | | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -18/+36 |
| | | |||||
* | | Fixing some minor nroff misuses | dkf | 2007-07-04 | 1 | -38/+33 |
| | | |||||
* | | Implement TIP#267 | dkf | 2006-12-04 | 1 | -2/+12 |
| | | |||||
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -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] | dgp | 2004-11-20 | 1 | -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 fixes | dkf | 2004-10-27 | 1 | -19/+19 |
| | | |||||
* | | Grammar and spelling fixes. [Patch 1018486] | dkf | 2004-08-31 | 1 | -10/+11 |
| | | |||||
* | | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch | hobbs | 2004-07-02 | 1 | -6/+15 |
| | | | | | | | | | | * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output. | ||||
* | | Spelling... :^/ | dkf | 2004-04-22 | 1 | -3/+3 |
| | | |||||
* | | More examples, this time from Arjen Markus and Donal Fellows. | dkf | 2004-04-22 | 1 | -2/+82 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -4/+1 |
|/ | |||||
* | * doc/exec.n: | hobbs | 2002-04-23 | 1 | -11/+33 |
| | | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux) | ||||
* | New or changed "SEE ALSO" section. | poenitz | 2000-09-07 | 1 | -4/+2 |
| | |||||
* | * doc/exec.n: | hobbs | 1999-12-09 | 1 | -50/+1 |
| | | | | * doc/open.n: removed references to Win32s | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -8/+9 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+357 |