summaryrefslogtreecommitdiff
path: root/src/session.h
Commit message (Expand)AuthorAgeFilesLines
* Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-051-2/+2
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-011-0/+1
* Started writing Python unit testsJohn Wiegley2012-03-011-1/+3
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-0/+3
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Added --check-payees optionJohn Wiegley2012-02-271-0/+2
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-0/+6
* Scopes can now provide a description of themselvesJohn Wiegley2010-06-241-0/+4
* Added initial implementation of lot_*() functionsJohn Wiegley2010-06-141-0/+3
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-2/+1
* Restored min() and max() virtual functionsJohn Wiegley2010-06-131-0/+2
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-4/+3
* account(NAME) function can lookup account objectsJohn Wiegley2010-06-131-0/+2
* Untabified all source filesJohn Wiegley2010-06-111-3/+3
* A little bit of code cleanupJohn Wiegley2010-06-041-1/+0
* Changed --european option to --decimal-commaJohn Wiegley2010-06-011-3/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* session_t now holds a std::auto_prt<journal_t>John Wiegley2009-11-121-3/+3
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-2/+2
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-8/+0
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-8/+0
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+2
* Changed protection level of many parts of commodity_tJohn Wiegley2009-11-021-1/+1
* Wire up the --european optionJohn Wiegley2009-11-021-1/+5
* Added a --european flag, to use commas for decimalsJohn Wiegley2009-11-021-0/+2
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-0/+2
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-6/+3
* Setting --date-format in ~/.ledgerrc works againJohn Wiegley2009-10-291-2/+4
* Rewrote the way date and time I/O is managedJohn Wiegley2009-10-251-3/+3
* Removed reliance on strptime/strftimeJohn Wiegley2009-10-111-1/+1
* Restored --download, although not done yetJohn Wiegley2009-06-241-3/+3
* Restored --input-date-format optionJohn Wiegley2009-06-181-1/+6
* When --end is used, set a "terminus" dateJohn Wiegley2009-06-161-7/+0
* Added new debug option --optionsJohn Wiegley2009-06-021-3/+14
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-3/+6
* The Great Renaming, Part IIJohn Wiegley2009-02-231-3/+3
* Added --exchange (-x) optionJohn Wiegley2009-02-221-0/+3
* Enabled --current optionJohn Wiegley2009-02-201-0/+4
* Added a --strict session optionJohn Wiegley2009-02-191-0/+1
* Fixed several unused value and param warningsJohn Wiegley2009-02-161-1/+1
* Split up session_t::reread_journal_files()John Wiegley2009-02-151-1/+1
* Added a "reload" command, for use at the REPLJohn Wiegley2009-02-131-0/+3
* If a ledger file is specified in .ledgerrc, ignore the environment.John Wiegley2009-02-081-1/+1
* Added support for value expression definitions.John Wiegley2009-02-081-1/+1
* Added --leeway option (for quote downloading) into session_t.John Wiegley2009-02-071-0/+7
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-18/+6
* Allow value expressions to gain access to option settings.John Wiegley2009-02-071-0/+2
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-071-2/+1
* Moved the --abbrev-len option to report_t.John Wiegley2009-02-061-1/+0