Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation improvements (small; some revision to parsing script) to improve | dkf | 2011-07-17 | 1 | -3/+3 |
| | | | 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 | -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 cause | dgp | 2011-03-02 | 1 | -1/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -3/+37 |
| | | | | | | | | | | | | * doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing * tests/ioCmd.test: the problem. It is the write-side equivalent to the bug fixed 2009-08-06. | ||||
| * | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -2/+31 |
| | | | | | | | | | | | | | | | | * generic/tclIORChan.c: reflective channels (TIP 219, method * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to indicate 'no data, but not at EOF either', and other system errors. Updated documentation, extended testsuite (New test cases iocmd*-23.{9,10}). | ||||
* | | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -2/+36 |
| | | | | | | | | | | | | * doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing * tests/ioCmd.test: the problem. It is the write-side equivalent to the bug fixed 2009-08-06. | ||||
* | | * doc/refchan.n: Followup to ChangeLog entry 2009-10-07 | andreas_kupries | 2010-03-03 | 1 | -5/+12 |
| | | | | | | | | | | | | (generic/tclIORChan.c). Fixed the documentation to explain that errno numbers are operating system dependent, and reworked the associated example. | ||||
* | | Stop breaking of highlightable over a line for ease of scraping | dkf | 2010-01-14 | 1 | -3/+3 |
| | | |||||
* | | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -2/+31 |
| | | | | | | | | | | | | | | | | * generic/tclIORChan.c: reflective channels (TIP 219, method * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to indicate 'no data, but not at EOF either', and other system errors. Updated documentation, extended testsuite (New test cases iocmd*-23.{9,10}). | ||||
* | | General improvement of the documentation | dkf | 2009-07-11 | 1 | -42/+72 |
| | | |||||
* | | backslash quoting | patthoyts | 2009-07-11 | 1 | -2/+2 |
| | | |||||
* | | remove accidental typo | dkf | 2009-01-31 | 1 | -2/+2 |
| | | |||||
* | | Added example. | dkf | 2009-01-30 | 1 | -2/+36 |
| | | |||||
* | | Documented channel transformations. | dkf | 2008-10-07 | 1 | -4/+4 |
|/ | |||||
* | Minor fixes to copyright declarations (spelling, consistency) | dkf | 2008-03-26 | 1 | -2/+2 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | change 'reflectedchan' to 'refchan' for reduced confusion. | dkf | 2007-11-01 | 1 | -4/+4 |
| | |||||
* | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -5/+5 |
| | | | | generation works | ||||
* | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -12/+6 |
| | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | GOOBE for command results in examples | dkf | 2007-10-25 | 1 | -6/+12 |
| | |||||
* | Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. | dkf | 2007-02-18 | 1 | -5/+5 |
| | |||||
* | fix errors from 'make html' | das | 2006-07-28 | 1 | -2/+2 |
| | |||||
* | Minor doc improvements | dkf | 2006-05-23 | 1 | -34/+34 |
| | |||||
* | fix make html errors | das | 2006-04-12 | 1 | -2/+2 |
| | |||||
* | * doc/chan.n: Updated with documentation for the commands 'chan | andreas_kupries | 2006-03-17 | 1 | -0/+278 |
create' and 'chan postevent' (TIP #219). * doc/refchan.n: New file. Documentation of the command handler API for reflected channels (TIP #219). |