summaryrefslogtreecommitdiff
path: root/src/textual.h
Commit message (Collapse)AuthorAgeFilesLines
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-171/+0
|
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-7/+1
|
* Simplified the textual parser, and improved metadata support.John Wiegley2009-02-041-18/+21
|
* Removed used of src_idx.John Wiegley2009-02-031-1/+0
|
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-1/+1
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
|
* Refactored the textual parser, to allow easy extensions in Python.John Wiegley2009-01-291-26/+101
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+81
is in doc/, etc.