summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* If a LEDGER_ envvar has no value, ignore itJohn Wiegley2009-02-131-1/+3
* Removed CppUnit submodule referenceJohn Wiegley2009-02-133-3/+1
* Reorganized the way acprep handles switchesJohn Wiegley2009-02-132-34/+36
* Renamed a function to sort_value_is_less_thanJohn Wiegley2009-02-124-8/+8
* Removed a bad variable setting in acprepJohn Wiegley2009-02-121-3/+1
* Added -I/sw/include to Fink to acprep usersJohn Wiegley2009-02-121-9/+28
* Sorting expr now uses "-" to indicate descendingJohn Wiegley2009-02-126-46/+79
* Made (un)reduce rvalue methods more consistentJohn Wiegley2009-02-125-11/+16
* The --sort flag now accepts multiple terms (-S payee,date).John Wiegley2009-02-122-2/+33
* Restored the "prices" command.John Wiegley2009-02-126-14/+117
* Turned on the "emacs" command and budgeting, though neither are tested yet.John Wiegley2009-02-122-2/+12
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-1210-82/+19
* Fixed a typo which was causing all boolean values to show as "false".John Wiegley2009-02-121-5/+5
* Added validation code for mask_t objects.John Wiegley2009-02-123-0/+14
* Added a missing file!John Wiegley2009-02-121-0/+95
* Moved value_t::set_type into value.cc, since it had grown.John Wiegley2009-02-122-18/+21
* Inlined value_t::_clear(), since it only had one caller.John Wiegley2009-02-121-17/+9
* Ignore lines in Ledger files which contain only whitespace.John Wiegley2009-02-121-1/+1
* Removed an excessive error check.John Wiegley2009-02-121-3/+0
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-1211-123/+136
* make clean should remove system.hh.gch from the source tree.John Wiegley2009-02-121-1/+1
* Allow the use of days of the week to "entry", e.g: "thu kfc 11".John Wiegley2009-02-112-1/+35
* After hitting TAB to insert a new entry, position point at the amount.John Wiegley2009-02-111-0/+3
* In ledger-mode, if TAB is pressed in an entry, call out to "entry".John Wiegley2009-02-112-26/+53
* Add data file with examples related to drewr's use.Drew Raines2009-02-111-0/+59
* Rewrote the "entry" command. It's ALIVE!John Wiegley2009-02-117-174/+359
* Made acprep conform to /bin/sh, instead of /bin/bash.John Wiegley2009-02-111-8/+12
* Updated the Boost version I'm building with on OS X to 1.38.John Wiegley2009-02-112-4/+4
* Wired up the "entry" command from 2.x, though it still needs to be ported.John Wiegley2009-02-108-107/+72