Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Modified global.h and global.cc to call info for the full-help option. | Craig Earls | 2012-02-10 | 1 | -2/+2 | |
| | | | | Changed the direntry for ledger3.texi so that it would install correctly. | |||||
* | Continued working on option commands stubs. | Craig Earls | 2012-02-10 | 1 | -55/+175 | |
| | | | | | | | Filled in all global options, and most session options. This is mostly regurgitating what is already there, but I am doing it based on source code review which is showing some interesting nuances to the original | |||||
* | Added FIX THIS ENTRY stubs to empty entries | Craig Earls | 2012-02-10 | 1 | -2/+287 | |
| | ||||||
* | General cleanup work on documentation. | Craig Earls | 2012-02-10 | 1 | -2/+2 | |
| | ||||||
* | Added detailed documentation of most command directives. Added command ↵ | Craig Earls | 2012-02-10 | 1 | -44/+201 | |
| | | | | | | | | directives to test/input/drewr3.dat to demonstrate @tag @account @bucket. Conflicts: doc/ledger3.texi | |||||
* | Adds stubs for command directives found in textual.cc. | Craig Earls | 2012-02-10 | 1 | -21/+78 | |
| | | | | | | Conflicts: doc/ledger3.texi | |||||
* | Fixed some minor grammatical errors in the equit section | Craig Earls | 2012-02-10 | 1 | -3/+3 | |
| | ||||||
* | added clarification about commenting characters | Craig Earls | 2012-02-10 | 1 | -11/+49 | |
| | ||||||
* | Added more stubs, using the doxygen documentation | Craig Earls | 2012-02-10 | 1 | -19/+211 | |
| | ||||||
* | Wrote Asset Allocation section | Craig Earls | 2012-02-10 | 1 | -2/+121 | |
| | ||||||
* | Working on reporting chapter | Craig Earls | 2012-02-10 | 1 | -646/+761 | |
| | ||||||
* | Started detailed emacs ledger mode section | Craig Earls | 2012-02-10 | 1 | -13/+212 | |
| | ||||||
* | cleaned up commodity valuation section and moved it into options description ↵ | Craig Earls | 2012-02-10 | 1 | -410/+224 | |
| | | | | section | |||||
* | added details about fixing commodity lot prices | Craig Earls | 2012-02-10 | 1 | -2/+55 | |
| | ||||||
* | added details about using commodity names with whitespace and numerics | Craig Earls | 2012-02-10 | 1 | -2/+18 | |
| | ||||||
* | added details about buying and selling stock | Craig Earls | 2012-02-10 | 1 | -1/+38 | |
| | ||||||
* | added details about effective dates in postings | Craig Earls | 2012-02-10 | 1 | -3/+70 | |
| | ||||||
* | started command and concept indices | Craig Earls | 2012-02-10 | 1 | -4/+44 | |
| | ||||||
* | started command and concept indices | Craig Earls | 2012-02-10 | 1 | -21/+61 | |
| | ||||||
* | Added brief description of the pivot command | Craig Earls | 2012-02-10 | 1 | -2/+6 | |
| | ||||||
* | Added section to describe major changes from earlier versions to address bug 571 | Craig Earls | 2012-02-10 | 1 | -2/+5 | |
| | ||||||
* | Removed references to 'cache' option | Craig Earls | 2012-02-10 | 1 | -14/+10 | |
| | ||||||
* | Addresses bug 329 Suggestions for improving the documentation | Craig Earls | 2012-02-10 | 1 | -2/+2 | |
| | ||||||
* | corrected --percent option | Craig Earls | 2012-02-10 | 1 | -4/+4 | |
| | ||||||
* | Added org mode tutorial from Eric | Craig Earls | 2012-02-10 | 1 | -1/+307 | |
| | ||||||
* | 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 |