summaryrefslogtreecommitdiff
path: root/Doc/lib/libshlex.tex
Commit message (Collapse)AuthorAgeFilesLines
* Work around limitations of the module synopsis table generation to avoidFred Drake2001-05-091-1/+1
| | | | | | leaking LaTeX2HTML's internal string munging. This fixes SF bug #420399.
* Fix a few small markup/consistency nits.Fred Drake2001-01-161-6/+8
|
* push_source() and pop_source() entry points for shlex instances.Eric S. Raymond2001-01-161-3/+22
| | | | | These basically just make available to the user what userhook() does to the source stack. Documentation included.
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Eric S. Raymond <esr@thyrsus.com>:Fred Drake2000-07-031-36/+49
| | | | | | | | | This patch implements relative-path semantics for the "source" facility resembling those of cpp(1), documents the change, and improves the shlex test main to make it easier to test this feature. Along the way, it fixes a name error in the existing docs. [Additional documentation markup changes for consistency by FLD.]
* Eric Raymond:Guido van Rossum2000-05-011-2/+64
| | | | | | | | | | | (1) Added and documented the capability for shlex to handle lexical-level inclusion and a stack of input sources. Also, the input stream member is now documented, and the constructor takes an optional source-filename. The class provides facilities to generate error messages that track file and line number. (2) Add a convenience function to generate C-compiler style error leaders.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-2/+0
| | | | (Very rough.)
* Added module references; minor grammatical fixes.Fred Drake1999-05-111-3/+9
| | | | All suggested by Eric Raymond.
* Added \modulesynopsis.Fred Drake1999-01-121-1/+2
|
* Added information on when this was added, allowing us to release theFred Drake1998-12-221-0/+1
| | | | documentation on the Web while people are still using < 1.5.2b1.
* Adjust markup to match current conventions, and make it formattable.Fred Drake1998-12-221-20/+26
|
* Adding libshlex and libnetrc by Eric Raymond.Guido van Rossum1998-12-221-0/+77