summaryrefslogtreecommitdiffstats
path: root/doc/SetChanErr.3
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-081-4/+4
| | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | A number of small spelling and wording fixes in the docs.dkf2012-03-111-1/+1
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-1/+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-1/+0
| | | | | | more harm than good. Purged them.
| * [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-5/+5
| |
* | [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-5/+5
| |
* | General improvements.dkf2008-12-171-84/+71
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Fix markup errors.jenglish2007-12-101-2/+1
| | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
* fix make html errorsdas2006-04-121-4/+4
|
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-0/+155
* doc/SetChanErr.3: ** New File **. Documentation of the new channel API functions. * generic/tcl.decls: Stub declarations of the new channel API. * generic/tclDecls.h: Regenerated * generic/tclStubInit.c: * tclIORChan.c: ** New File **. Implementation of the reflected channel. * generic/tclInt.h: Integration of reflected channel and new error * generic/tclIO.c: propagation into the generic I/O core. * generic/tclIOCmd.c: * generic/tclIO.h: * library/init.tcl: * tests/io.test: Extended testsuite. * tests/ioCmd.test: * tests/chan.test: * generic/tclTest.c: * generic/tclThreadTest.c: * unix/Makefile.in: Integration into the build machinery. * win/Makefile.in: * win/Makefile.vc: