summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added support for building with gcc trunk (pre 4.7)John Wiegley2011-11-302-23/+36
|
* Changed line-endings in sha1.h/cpp to UNIXJohn Wiegley2011-11-302-678/+678
|
* Default to using Boost 1.48, without _GLIBCXX_DEBUGJohn Wiegley2011-11-152-11/+11
|
* More report query fixesJohn Wiegley2011-11-102-19/+21
|
* Corrections to the query language parserJohn Wiegley2011-11-103-9/+16
| | | | Fixes #552
* Report an error in the case of '(1' (missing rparen)John Wiegley2011-11-106-18/+115
| | | | Fixes #557
* Use GMP_* macros instead of MPFR_*John Wiegley2011-11-051-9/+9
|
* Merge pull request #43 from enderw88/nextJohn Wiegley2011-10-271-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 Earls2011-10-261-220/+402
| | | | | | | | from the source code and restururing of the chapter on commands
| * corrected Ledger_ to LEDGER_ for environemnt variables, added commands and ↵Craig Earls2011-10-221-10/+208
| | | | | | | | formatting variable from source code
* | Merge remote-tracking branch 'kljohann/vim' into nextJohn Wiegley2011-10-241-22/+63
|\ \
| * | vim. fix handling of automated/recurring xactsJohann Klähn2011-07-311-7/+12
| | |
| * | vim. improve completion and cache invalidationJohann Klähn2011-07-311-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 postingsJohann Klähn2011-07-311-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 functionsJohn Wiegley2011-10-242-0/+16
| | |
* | | Added dependency rules for Ubuntu OenericJohn Wiegley2011-10-241-1/+34
| | |
* | | Whitespace fixJohn Wiegley2011-10-241-1/+2
| | |
* | | Merge pull request #41 from enderw88/nextJohn Wiegley2011-10-246-97/+3874
|\ \ \ | | |/ | |/| New draft of documentation
| * | fixed bug 555, stats now properly reports postings per dayCraig Earls2011-10-222-7/+9
| | |
| * | Added sections describing the payees and accounts commandsCraig Earls2011-10-191-1/+11
| | |
| * | Added section detailing --balance-formatCraig Earls2011-10-191-22/+30
| | |
| * | Added section about forcing balance checkingCraig Earls2011-10-191-1/+44
| | |
| * | Corrected typo on pricedb commandCraig Earls2011-10-121-3/+3
| | |
| * | added --anon option to documentationCraig Earls2011-10-091-0/+1
| | |
| * | Merge remote branch 'upstream/next' into nextCraig Earls2011-10-0659-463/+675
| |\ \
| * | | added auto timestamp to draft versionCraig Earls2011-10-051-1/+1
| | | |
| * | | Updated draft version on manualCraig Earls2011-10-051-1/+1
| | | |
| * | | Started principles of accounting chapterCraig Earls2011-10-051-1/+831
| | | |
| * | | Added grouping option sectionCraig Earls2011-10-051-2/+17
| | | |
| * | | Initial cut atBudgeting and Forecasting chapterCraig Earls2011-10-051-0/+93
| | | |
| * | | changing LEDGER to Ledger per JW requestCraig Earls2011-10-042-57/+57
| | | |
| * | | changing Ledger3.texi to ledger3.texi step 2Craig Earls2011-10-041-0/+0
| | | |
| * | | changing Ledger3.texi to ledger3.texi step 1Craig Earls2011-10-041-0/+0
| | | |
| * | | added version information to manualCraig Earls2011-10-031-11/+13
| | | |
| * | | correct payee regex flag is @ or 'payee'Craig Earls2011-10-031-2/+18
| | | |
| * | | Ready for first publicationCraig Earls2011-10-023-486/+816
| | | |
| * | | updated to work with V3Craig Earls2011-09-292-4/+72
| | | |
| * | | corrected drewr.dat for V3 automatic transaction syntaxCraig Earls2011-09-281-1/+1
| | | |
| * | | added description of periodic transactions and moved budgeting to a separate ↵Craig Earls2011-09-281-6/+11
| | | | | | | | | | | | | | | | chapter
| * | | General document structuring and transfer from older docsCraig Earls2011-09-282-174/+729
| | | |
| * | | Add virtual, automatic and multiple account transactionsCraig Earls2011-09-282-113/+320
| | | |
| * | | reverted to single file for ease of use with emacs texinfo modeCraig Earls2011-09-2812-1923/+1914
| | | |
| * | | Established info node consistencyCraig Earls2011-09-289-438/+484
| | | |
| * | | Corrected bracket quotation problemCraig Earls2011-09-281-5/+5
| | | |
| * | | added chapter files for Queries, Reporting, Format Strings, Python ↵Craig Earls2011-09-286-23/+20
| | | | | | | | | | | | | | | | Extensions, and Value Expressions
| * | | added chapter files for Queries, Reporting, Format Strings, Python ↵Craig Earls2011-09-285-0/+15
| | | | | | | | | | | | | | | | Extensions, and Value Expressions
| * | | Initial commit of new documentation structureCraig Earls2011-09-286-87/+1630
| | | |
* | | | Merge branch 'next' of github.com:jwiegley/ledger into nextJohn Wiegley2011-10-112-4/+5
|\ \ \ \
| * \ \ \ Merge pull request #38 from dgilman/nextJohn Wiegley2011-10-041-2/+3
| |\ \ \ \ | | | | | | | | | | | | Add warning to docs about whitespace in ledger format.
| | * | | | Add warning to docs about whitespace in ledger format.David Gilman2011-09-011-2/+3
| | | |/ / | | |/| |