summaryrefslogtreecommitdiff
path: root/src/session.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Added a new scope_value() inline helper functionJohn Wiegley2010-06-131-4/+2
* account(NAME) function can lookup account objectsJohn Wiegley2010-06-131-2/+25
* Untabified all source filesJohn Wiegley2010-06-111-24/+24
* Changed --european option to --decimal-commaJohn Wiegley2010-06-011-3/+1
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-2/+2
* session_t now holds a std::auto_prt<journal_t>John Wiegley2009-11-121-3/+3
* Don't use archive_t if boost_serialization unavailableJohn Wiegley2009-11-061-0/+4
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-5/+5
* The binary cache is working againJohn Wiegley2009-11-061-11/+1
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-41/+5
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-19/+0
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-13/+16
* Removed an unnecessary commentJohn Wiegley2009-11-031-3/+0
* Added a --european flag, to use commas for decimalsJohn Wiegley2009-11-021-0/+3
* Improved archive header logic for cache filesJohn Wiegley2009-11-011-1/+3
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-2/+0
* Don't add price_db to sources if it doesn't existJohn Wiegley2009-10-311-3/+5
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-29/+69
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-49/+7
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+20
* Setting --date-format in ~/.ledgerrc works againJohn Wiegley2009-10-291-5/+7
* The default ledger file is now ~/.ledgerJohn Wiegley2009-10-281-2/+10
* Rewrote the way date and time I/O is managedJohn Wiegley2009-10-251-0/+2
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+1
* Restored --download, although not done yetJohn Wiegley2009-06-241-4/+8
* Restored --percent option, added baseline testJohn Wiegley2009-06-211-0/+6
* When --end is used, set a "terminus" dateJohn Wiegley2009-06-161-15/+0
* Added new debug option --optionsJohn Wiegley2009-06-021-2/+2
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Changed the way that account balances are computedJohn Wiegley2009-03-061-1/+6
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+4
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-5/+5
* Allow value expressions access to session optionsJohn Wiegley2009-02-241-0/+4
* Added "date" valexpr to session, for bal -VJohn Wiegley2009-02-241-0/+5
* The Great Renaming, Part IIJohn Wiegley2009-02-231-13/+13
* Added --exchange (-x) optionJohn Wiegley2009-02-221-0/+5
* Enabled --current optionJohn Wiegley2009-02-201-0/+5
* Added a --strict session optionJohn Wiegley2009-02-191-1/+5
* Always perform tilde expansion on input pathnamesJohn Wiegley2009-02-181-7/+9
* Split up session_t::reread_journal_files()John Wiegley2009-02-151-3/+1
* Added a "reload" command, for use at the REPLJohn Wiegley2009-02-131-33/+63
* Break libledger_data's dependency on session_t.John Wiegley2009-02-091-1/+3
* Removed reference to session_t from the iterators module.John Wiegley2009-02-091-1/+1
* Added support for value expression definitions.John Wiegley2009-02-081-1/+2
* Added --leeway option (for quote downloading) into session_t.John Wiegley2009-02-071-0/+3
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-103/+15
* Allow value expressions to gain access to option settings.John Wiegley2009-02-071-20/+27
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-071-1/+1
* Moved the --abbrev-len option to report_t.John Wiegley2009-02-061-2/+1