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.
* 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
|
* 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: