summaryrefslogtreecommitdiff
path: root/src/stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Conditionalized some boost::filesystem calls that were too new.John Wiegley2009-02-091-0/+4
* Use path.filename() instead of the deprecated path.leaf().John Wiegley2009-02-081-1/+1
* Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-081-6/+0
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-1/+1
* Fixed the way the pager process was being handled.John Wiegley2009-02-011-7/+8
* Removed an erroneous call to TRACE_CTOR.John Wiegley2009-01-311-2/+0
* Use a more standard method of determining the pager's exit status.John Wiegley2009-01-301-2/+2
* Created a new stream.h file for dealing with output streaming.John Wiegley2009-01-301-0/+142