Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ | | | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | Channel buffer min size is 1. Issue found by Schelte Bron. | dkf | 2013-01-03 | 1 | -2/+2 |
| | | |||||
* | | 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. | ||||
| | * | * doc/fconfigure.n: Clarified that -translation is binary is | andreas_kupries | 2006-03-14 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | reported as lf when queried, because it is identical to lf, except for the special additional behaviour when setting it. [Bug 666770]. | ||||
| | * | More doc fix backporting | dkf | 2004-10-27 | 1 | -2/+61 |
| | | | |||||
| | * | Moved serial line options to their creator, open.n, from the generic page | dkf | 2003-04-18 | 1 | -196/+2 |
| | | | | | | | | | | | | fconfigure.n which was never an obvious spot for them. [Bug 679010] | ||||
* | | | Use a consistent indentation of 4 for code examples. | dkf | 2010-01-20 | 1 | -16/+16 |
| | | | |||||
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+5 |
| | | | |||||
* | | | Made documentation *even more* clear... | dkf | 2008-10-14 | 1 | -4/+6 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * doc/chan.n: "Fix" the limitation on channel -eofchar | dgp | 2007-11-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | | * doc/fconfigure.n: values to single byte characters by documenting * generic/tclIO.c: it and making it fail loudly. Thanks to * tests/chan.test: Stuart Cassoff for contributing the fix. [Bug 800753] | ||||
* | | Fixing some minor nroff misuses | dkf | 2007-07-04 | 1 | -2/+2 |
| | | |||||
* | | Convert \fP to \fR for easier manual page scraping | dkf | 2006-11-15 | 1 | -12/+12 |
| | | |||||
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/fconfigure.n: Clarified that -translation is binary is | andreas_kupries | 2006-03-14 | 1 | -1/+8 |
| | | | | | | | | | | | | reported as lf when queried, because it is identical to lf, except for the special additional behaviour when setting it. [Bug 666770]. | ||||
* | | Improved documentation on topic of asynch sockets in response to queries on | dkf | 2005-12-07 | 1 | -2/+3 |
| | | | | | | | | the Tcler's Chat. | ||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | Improve documentation of -encoding binary option to [fconfigure]. | dkf | 2005-04-13 | 1 | -3/+6 |
| | | |||||
* | | More minor doc fixes | dkf | 2004-10-27 | 1 | -9/+9 |
| | | |||||
* | | Added examples. | dkf | 2004-05-20 | 1 | -2/+61 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -6/+5 |
| | | |||||
* | | Moved serial line options to their creator, open.n, from the generic page | dkf | 2003-04-18 | 1 | -196/+2 |
|/ | | | | fconfigure.n which was never an obvious spot for them. [Bug 679010] | ||||
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 1 | -6/+6 |
| | |||||
* | * doc/open.n: moved all fconfigure option docs to fconfigure.n | hobbs | 2001-10-15 | 1 | -10/+197 |
| | | | | * doc/fconfigure.n: added serial config options | ||||
* | * doc/gets.n: | andreas_kupries | 2001-09-14 | 1 | -4/+23 |
| | | | | | | | | | | | | | | | | * doc/read.n: * doc/puts.n: * doc/flush.n: * doc/fconfigure.n: * doc/flush.n: * doc/eof.n: * doc/seek.n: * doc/tell.n: * doc/close.n: * doc/fileevent.n: Added references to the Tcl standard channels. Item [219250], reported by David LeBlanc <whisper@oz.net>. Thanks to Christopher Nelson <chris@pinebush.com> for doing editorial work. | ||||
* | * doc/fconfigure.n: Clarified default buffering behavior for the | stanton | 1999-07-07 | 1 | -2/+3 |
| | | | | standard channels. [Bug: 2335] | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -86/+108 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+178 |