summaryrefslogtreecommitdiff
path: root/src/work.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved work.cc and global_scope_t into a new global.cc file.John Wiegley2009-02-051-187/+0
* Moved much of the main.cc code into a new global_scope_t class.John Wiegley2009-02-051-22/+0
* Support using Ledger as a script interpretor.John Wiegley2009-02-051-37/+12
* Reworked how the REPL is handled.John Wiegley2009-02-051-8/+3
* Removed all references to the old binary cache.John Wiegley2009-02-041-12/+0
* Moved the --pager option to the session object, rather than the report object.John Wiegley2009-02-041-1/+1
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-35/+1
* Added structural support in main() for using a REPL.John Wiegley2009-02-041-10/+3
* Removed the global references to session->report.John Wiegley2009-02-031-2/+2
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-14/+0
* Updated some internal documentation.John Wiegley2009-02-021-3/+1
* Simplified error context handling.John Wiegley2009-02-021-4/+4
* Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.John Wiegley2009-01-311-0/+308