summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Re-enabled the --format (-F) optionJohn Wiegley2009-02-152-10/+22
* The "xact" variable now returns null for accountsJohn Wiegley2009-02-153-1/+11
* Improved handling of --empty optionJohn Wiegley2009-02-153-31/+36
* item_predicate now operates on scope_tJohn Wiegley2009-02-158-38/+35
* chain_xact_handlers now always operators the sameJohn Wiegley2009-02-153-88/+81
* acprep doesn't call out to git if it's not thereJohn Wiegley2009-02-151-7/+9
* Updated myacprep to allow a --output argumentJohn Wiegley2009-02-151-0/+2
* The format code %C is now equal to %(fmt_C)John Wiegley2009-02-152-7/+9
* Removed an unused functionJohn Wiegley2009-02-151-6/+0
* Fixed a call to value_t::cast to use in_place_castJohn Wiegley2009-02-151-3/+3
* Whitespace fixesJohn Wiegley2009-02-151-3/+3
* Split up session_t::reread_journal_files()John Wiegley2009-02-153-5/+4
* If a boolean value is to an amount, use 1 or 0John Wiegley2009-02-151-0/+3
* Added 'count' and 'subcount' props for accountsJohn Wiegley2009-02-151-1/+21
* Only invoke new completion behavior if C-u is usedJohn Wiegley2009-02-151-14/+16
* Strip annotations from the "parse" resultJohn Wiegley2009-02-151-1/+1
* Change a few calls to on() to use set_expr()John Wiegley2009-02-151-6/+5
* Removed the %! formatting code, as it does nothingJohn Wiegley2009-02-153-13/+8
* Parse '/' in an operator context as "div"John Wiegley2009-02-156-24/+22
* Removed "total_cost" valexpr, and value_t::costJohn Wiegley2009-02-155-40/+4
* Restored the --average (-A) report optionJohn Wiegley2009-02-151-1/+5
* Added a helper method for setting expr optionsJohn Wiegley2009-02-151-14/+26
* Corrected double problem in period reportsJohn Wiegley2009-02-151-6/+2
* Changed debug category op.calc to expr.calcJohn Wiegley2009-02-151-2/+2
* Added xact_t::count memberJohn Wiegley2009-02-153-2/+17
* Have interval_xacts construct temps on a listJohn Wiegley2009-02-143-13/+13
* Generate null transactions for empty periodsJohn Wiegley2009-02-141-0/+16
* xact metadata searches get passed up to the entryJohn Wiegley2009-02-145-42/+108
* Surround command-line queries with implicit parensJohn Wiegley2009-02-141-1/+1
* Removed an #if 0'd function from iterators.ccJohn Wiegley2009-02-141-45/+0
* Added #if 0'd stub code from 2.x's option.ccJohn Wiegley2009-02-141-3/+26
* Restored the --actual and --real optionsJohn Wiegley2009-02-142-2/+33
* If an option was given no value, throw an errorJohn Wiegley2009-02-141-1/+2
* Re-enabled periodic reporting options (-M, etc)John Wiegley2009-02-143-13/+37
* Fixed the way interval_t objects are initializedJohn Wiegley2009-02-142-13/+11
* Removed interval_t::advanced, which was unusedJohn Wiegley2009-02-142-9/+3
* Enabled --cleared, --uncleared and --pendingJohn Wiegley2009-02-131-3/+14
* Changed the semantics of the "prices" reportJohn Wiegley2009-02-132-10/+23
* The formatting code no longer justifies valuesJohn Wiegley2009-02-133-5/+7
* Greatly improved output from the "format" commandJohn Wiegley2009-02-132-24/+46
* Don't print an xact's amount if it was calculatedJohn Wiegley2009-02-132-4/+10
* Removed auto-reconciling behavior from ledger.elJohn Wiegley2009-02-131-43/+3
* Re-activated the budgeting flagsJohn Wiegley2009-02-131-3/+12
* Added tools/sample.sh, which uses tools/sample.pyJohn Wiegley2009-02-131-0/+7
* Set coding-system-for-read, as well as writeJohn Wiegley2009-02-131-1/+2
* Added tools/excludes and tools/pre-commitJohn Wiegley2009-02-132-0/+82
* Added a "reload" command, for use at the REPLJohn Wiegley2009-02-137-55/+76
* Set coding-system-for-write when talking to ledgerJohn Wiegley2009-02-131-5/+6
* Changed print report to use format_dateJohn Wiegley2009-02-131-1/+2
* Added a new valexpr function: format_dateJohn Wiegley2009-02-132-0/+11