summaryrefslogtreecommitdiffstats
path: root/doc/chan.n
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Use a consistent indentation of 4 for code examples.dkf2010-01-201-15/+15
| |
* | Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-141-2/+3
| |
* | Doc improvements.dkf2009-04-151-14/+36
| |
* | Added another example. [Bug 1216074]dkf2009-01-301-2/+40
| |
* | Lots of very minor formatting fixes.dkf2008-10-151-1/+3
| |
* | Made documentation *even more* clear...dkf2008-10-141-3/+4
| |
* | Documented channel transformations.dkf2008-10-071-6/+31
| |
* | Clean up paragraph order in chan.n [chan pipe]ferrieux2008-09-221-11/+11
| |
* | TIP #304 implementationferrieux2008-07-211-1/+12
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* * doc/chan.n: "Fix" the limitation on channel -eofchardgp2007-11-271-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]
* change 'reflectedchan' to 'refchan' for reduced confusion.dkf2007-11-011-2/+2
|
* Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-8/+17
| | | | generation works
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-21/+6
| | | | | | * 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-5/+18
|
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-2/+4
|
* Minor *roff usage fixesdkf2007-07-031-1/+4
|
* Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.dkf2007-02-181-3/+3
|
* fix errors flagged by make/htmldas2006-12-061-3/+3
|
* TIP#287 IMPLEMENTATIONdgp2006-12-011-1/+11
| | | | | | | | | | * doc/chan.n: New subcommand [chan pending]. * generic/tclBasic.c: Thanks to Michael Cleverly for proposal * generic/tclInt.h: and implementation. * generic/tclIOCmd.c: * library/init.tcl: * tests/chan.test: * tests/ioCmd.test:
* Added more examplesdkf2006-11-161-2/+34
|
* Convert \fP to \fR for easier manual page scrapingdkf2006-11-151-25/+25
|
* Minor doc improvementsdkf2006-05-231-5/+5
|
* * doc/chan.n: Updated with documentation for the commands 'chanandreas_kupries2006-03-171-6/+99
| | | | | | | create' and 'chan postevent' (TIP #219). * doc/refchan.n: New file. Documentation of the command handler API for reflected channels (TIP #219).
* Improve the [chan] documentationmsofer_wcodes_20050611dkf2005-06-101-44/+513
|
* TIP#208 implementationdkf2005-06-061-0/+119
It's crude (especially in the tests and docs department) and incomplete (no truncation on non-POSIX platforms).