Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -2/+2 |
| | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
* | Work around limitations of the module synopsis table generation to avoid | Fred Drake | 2001-05-09 | 1 | -1/+1 |
| | | | | | | leaking LaTeX2HTML's internal string munging. This fixes SF bug #420399. | ||||
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2001-05-08 | 1 | -2/+3 |
| | | | | | | | | Documentation update to reflect changes to the termios module (noting that the termios functions can take a file object as well as a file descriptor). This closes the documentation portion of SF patch #417081. | ||||
* | Update documentation for termios module; do not refer to the TERMIOS module | Fred Drake | 2001-02-27 | 1 | -30/+27 |
| | | | | | | for constant definitions. Add a deprecation to the TERMIOS module. | ||||
* | Added "See Also" section for termios module. | Fred Drake | 1999-06-23 | 1 | -0/+9 |
| | |||||
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 1 | -2/+2 |
| | |||||
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 1 | -8/+11 |
| | |||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 1 | -3/+4 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -3/+6 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -4/+8 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -2/+2 |
| | |||||
* | Remove obsolete lines like this: | Fred Drake | 1998-04-04 | 1 | -1/+0 |
| | | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex. | ||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -36/+36 |
| | | | | | | | Made references to constants in other TERMIOS module explicit in termios description. Removed superfluous backslash from example. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 1 | -1/+2 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -4/+4 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 1 | -6/+6 |
| | | | | ways to do it previously (not counting module names). | ||||
* | Replace unprotected tilders by \~ -- an unprotected tilde is a | Guido van Rossum | 1997-12-18 | 1 | -1/+1 |
| | | | | non-breaking space! | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -0/+1 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -4/+4 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | (lib<all sorts of stuff>.tex): | Fred Drake | 1996-12-13 | 1 | -1/+1 |
| | | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama. | ||||
* | documented termios + TERMIOS | Guido van Rossum | 1995-03-31 | 1 | -1/+106 |
| | |||||
* | restructured library manual accordiung to functional group | Guido van Rossum | 1995-03-28 | 1 | -0/+3 |