Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed --totals option for XML, no longer supported in 3.X | Craig Earls | 2012-02-10 | 1 | -5/+5 |
| | |||||
* | Merge pull request #54 from simonmichael/next | John Wiegley | 2012-01-26 | 2 | -0/+20 |
|\ | | | | | quick makefile used for building website | ||||
| * | ignore rendered html docs | Simon Michael | 2012-01-22 | 1 | -0/+3 |
| | | |||||
| * | makefile to build website docs | Simon Michael | 2012-01-22 | 1 | -0/+17 |
|/ | |||||
* | Fixed doubled quotes in pathnames in emacs report | John Wiegley | 2012-01-11 | 1 | -1/+1 |
| | | | | Fixes #580 | ||||
* | Merge pull request #52 from slackorama/fix-oneiric | John Wiegley | 2011-12-29 | 1 | -3/+3 |
|\ | | | | | Fix issue #51 - oneiric misspelled | ||||
| * | Fix issue #51 - oneiric misspelled | Seth Mason | 2011-12-29 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'next' of github.com:jwiegley/ledger into next | John Wiegley | 2011-12-21 | 1 | -0/+18 |
|\ | |||||
| * | Merge pull request #45 from etihwnad/mpfr24-compat | John Wiegley | 2011-12-21 | 0 | -0/+0 |
| |\ | | | | | | | Use backwards-compatible GMP_RNDx symbols. | ||||
| | * | Use backwards-compatible GMP_RNDx symbols. | Dan White | 2011-11-03 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mpfr-2.4 uses GMP_RNDx while mpfr-3.0 uses MPFR_RNDx. Fortunately, mpfr-3.0 also has a set of backwards-compatible defines: #define GMP_RNDx MPFR_RNDx This allows using the GMP_ form and work for both 2.4 and 3.0. | ||||
| * | | Merge pull request #49 from kennym/next | John Wiegley | 2011-12-21 | 1 | -0/+18 |
| |\ \ | | | | | | | | | Add easy-menu for Emacs-mode | ||||
| | * | | Add easy-menu for Emacs-mode | Kenny Meyer | 2011-12-09 | 1 | -0/+18 |
| |/ / | |||||
* | | | Defend against unknown versions of Ubuntu | John Wiegley | 2011-12-21 | 1 | -2/+6 |
| | | | |||||
* | | | Added *.gcno files to .gitignore | John Wiegley | 2011-12-21 | 1 | -0/+1 |
|/ / | |||||
* | | Fixed two casts that are errors with gcc 4.7 | John Wiegley | 2011-11-30 | 1 | -2/+2 |
| | | |||||
* | | Added support for building with gcc trunk (pre 4.7) | John Wiegley | 2011-11-30 | 2 | -23/+36 |
| | | |||||
* | | Changed line-endings in sha1.h/cpp to UNIX | John Wiegley | 2011-11-30 | 2 | -678/+678 |
| | | |||||
* | | Default to using Boost 1.48, without _GLIBCXX_DEBUG | John Wiegley | 2011-11-15 | 2 | -11/+11 |
| | | |||||
* | | More report query fixes | John Wiegley | 2011-11-10 | 2 | -19/+21 |
| | | |||||
* | | Corrections to the query language parser | John Wiegley | 2011-11-10 | 3 | -9/+16 |
| | | | | | | | | Fixes #552 | ||||
* | | Report an error in the case of '(1' (missing rparen) | John Wiegley | 2011-11-10 | 6 | -18/+115 |
| | | | | | | | | Fixes #557 | ||||
* | | Use GMP_* macros instead of MPFR_* | John Wiegley | 2011-11-05 | 1 | -9/+9 |
|/ | |||||
* | Merge pull request #43 from enderw88/next | John Wiegley | 2011-10-27 | 1 | -85/+465 |
|\ | | | | | Many documentation edits and a fix for Bug 555 on stats command | ||||
| * | many changes to documentation, including complete list of commands gleaned ↵ | Craig Earls | 2011-10-26 | 1 | -220/+402 |
| | | | | | | | | from the source code and restururing of the chapter on commands | ||||
| * | corrected Ledger_ to LEDGER_ for environemnt variables, added commands and ↵ | Craig Earls | 2011-10-22 | 1 | -10/+208 |
| | | | | | | | | formatting variable from source code | ||||
* | | Merge remote-tracking branch 'kljohann/vim' into next | John Wiegley | 2011-10-24 | 1 | -22/+63 |
|\ \ | |||||
| * | | vim. fix handling of automated/recurring xacts | Johann Klähn | 2011-07-31 | 1 | -7/+12 |
| | | | |||||
| * | | vim. improve completion and cache invalidation | Johann Klähn | 2011-07-31 | 1 | -10/+41 |
| | | | | | | | | | | | | | | | | | | The completion cache for account names will be updated if there were no exact matches and the file was changed since the cache has been generated. | ||||
| * | | vim. allow cleared state for single postings | Johann Klähn | 2011-07-31 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix problems with account completion when using marks with single postings as in: 2000/01/01 Whatever * account 5$ some other account | ||||
* | | | Added round() and unround() valexpr functions | John Wiegley | 2011-10-24 | 2 | -0/+16 |
| | | | |||||
* | | | Added dependency rules for Ubuntu Oeneric | John Wiegley | 2011-10-24 | 1 | -1/+34 |
| | | | |||||
* | | | Whitespace fix | John Wiegley | 2011-10-24 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #41 from enderw88/next | John Wiegley | 2011-10-24 | 6 | -97/+3874 |
|\ \ \ | | |/ | |/| | New draft of documentation | ||||
| * | | fixed bug 555, stats now properly reports postings per day | Craig Earls | 2011-10-22 | 2 | -7/+9 |
| | | | |||||
| * | | Added sections describing the payees and accounts commands | Craig Earls | 2011-10-19 | 1 | -1/+11 |
| | | | |||||
| * | | Added section detailing --balance-format | Craig Earls | 2011-10-19 | 1 | -22/+30 |
| | | | |||||
| * | | Added section about forcing balance checking | Craig Earls | 2011-10-19 | 1 | -1/+44 |
| | | | |||||
| * | | Corrected typo on pricedb command | Craig Earls | 2011-10-12 | 1 | -3/+3 |
| | | | |||||
| * | | added --anon option to documentation | Craig Earls | 2011-10-09 | 1 | -0/+1 |
| | | | |||||
| * | | Merge remote branch 'upstream/next' into next | Craig Earls | 2011-10-06 | 59 | -463/+675 |
| |\ \ | |||||
| * | | | added auto timestamp to draft version | Craig Earls | 2011-10-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Updated draft version on manual | Craig Earls | 2011-10-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Started principles of accounting chapter | Craig Earls | 2011-10-05 | 1 | -1/+831 |
| | | | | |||||
| * | | | Added grouping option section | Craig Earls | 2011-10-05 | 1 | -2/+17 |
| | | | | |||||
| * | | | Initial cut atBudgeting and Forecasting chapter | Craig Earls | 2011-10-05 | 1 | -0/+93 |
| | | | | |||||
| * | | | changing LEDGER to Ledger per JW request | Craig Earls | 2011-10-04 | 2 | -57/+57 |
| | | | | |||||
| * | | | changing Ledger3.texi to ledger3.texi step 2 | Craig Earls | 2011-10-04 | 1 | -0/+0 |
| | | | | |||||
| * | | | changing Ledger3.texi to ledger3.texi step 1 | Craig Earls | 2011-10-04 | 1 | -0/+0 |
| | | | | |||||
| * | | | added version information to manual | Craig Earls | 2011-10-03 | 1 | -11/+13 |
| | | | | |||||
| * | | | correct payee regex flag is @ or 'payee' | Craig Earls | 2011-10-03 | 1 | -2/+18 |
| | | | |