summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #262 from merriam/masterCraig Earls2014-03-272-65/+12
|\| | | | | A pair of small documentation changes...
| * Small typos..Charles Merriam2014-03-271-5/+6
| |
| * Remove doc/READMECharles Merriam2014-03-271-72/+0
| | | | | | | | | | Remove obsolete and incorrect README file. Correct information in README.md, one directory up.
| * Update README.md; more introduction and documentation linkCharles Merriam2014-03-271-0/+9
| | | | | | Updated the introduction with the little information that was unique to doc/README. Also added a link to the documentation page.
| * Update README.md; add google group link.Charles Merriam2014-03-261-1/+2
| | | | | | Mention that ./acprep is a Python script for installing dependencies.
| * Update README to reference README.mdCharles Merriam2014-03-261-10/+18
| | | | | | This older doc/README file is pure text and provides incomplete information compared to the root's README.md markdown file. I copied over some introductory verbiage and added cross references to that file.
* | Merge pull request #263 from afh/pull/301-versionJohn Wiegley2014-03-271-2/+2
|\ \ | | | | | | Bump ledger version components in cmake
| * | Bump ledger version components in cmakeAlexis Hildebrandt2014-03-271-2/+2
|/ /
* | Merge pull request #258 from kain88-de/fix-readmeJohn Wiegley2014-03-252-21/+14
|\ \ | | | | | | remove version name for boost in aptitude command
| * | remove version name for boost in aptitude commandMax Linke2014-03-252-21/+14
| | | | | | | | | | | | | | | Always point to the most current boost libraries available for debian and it's derivatives
* | | Merge pull request #260 from jamielinux/manpageCraig Earls2014-03-231-1/+1
|\ \ \ | | | | | | | | Fix man page typo
| * | | Fix man page typoJamie Nguyen2014-03-231-1/+1
| | | |
* | | | Merge pull request #261 from jamielinux/fsf-addressCraig Earls2014-03-2318-36/+36
|\ \ \ \ | |/ / / |/| | | Update old FSF address
| * | | Update old FSF addressJamie Nguyen2014-03-2318-36/+36
|/ / /
* | | Merge pull request #259 from vincentbernat/fix/dark-backgroundCraig Earls2014-03-231-2/+4
|\ \ \ | |/ / |/| | | | | | | | lisp: use more legible colors on dark backgrounds Merged. I will forward any complaints your direction.
| * | lisp: use more legible colors on dark backgroundsVincent Bernat2014-03-231-2/+4
|/ / | | | | | | | | | | On dark backgrounds, the color for the current transaction makes the text quite unreadable. Let's use a darker color in this case. Maybe some other colors could be adjusted.
* | Merge pull request #257 from ecraven/update-docsSteve Purcell2014-03-141-58/+57
|\ \ | | | | | | finished first proof-reading of ledger manual
| * | finished first proof-reading of ledger manualPeter Feigl2014-03-141-58/+57
| | |
* | | Merge pull request #256 from ecraven/update-docsSteve Purcell2014-03-141-120/+123
|\| | | | | | | | proof-reading the manual
| * | Merge remote-tracking branch 'upstream/master' into update-docsPeter Feigl2014-03-142-3/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #255 from ecraven/update-docsCraig Earls2014-03-101-107/+112
|\ \ \ | | | | | | | | fixing typos and smaller errors in the ledger manual. Thanks for finding these. I will look at the TODOS later, but don't see a reason to delay merging the corrections.
* \ \ \ Merge pull request #254 from afh/pull/utfcppJohn Wiegley2014-03-102-3/+1
|\ \ \ \ | | | | | | | | | | CMake: Remove installation of third party code
| * | | | CMake: Remove installation of third party codeAlexis Hildebrandt2014-03-102-3/+1
|/ / / /
| | * / proof-reading the manualPeter Feigl2014-03-141-120/+123
| |/ /
| * / fixing typos and smaller errors in the ledger manualPeter Feigl2014-03-101-107/+112
|/ /
* | Merge pull request #253 from ecraven/update-docsSteve Purcell2014-03-051-34/+35
|\ \ | | | | | | Fixing typos in documentation
| * | Fixing typos in documentationPeter Feigl2014-03-051-34/+35
|/ /
* | Merge pull request #252 from ecraven/update-docsCraig Earls2014-03-042-203/+266
|\ \ | | | | | | Added support for validation tests to DocTest.py (input:validate and command:validate)
| * \ Merge commit '4966c7f' into update-docsPeter Feigl2014-03-041-29/+29
| |\ \
| | * | Fixing typos, adding @c input:validate to code examplesPeter Feigl2014-03-041-29/+29
| | | |
| * | | removing two new test cases that fail on travis. cannot reproduce failurePeter Feigl2014-03-041-6/+6
| |/ /
| * / Added support for validation tests to DocTest.py (input:validate andPeter Feigl2014-03-042-177/+240
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | command:validate) It is now possible to use @smallexample @c input:validate (and command:validate) to specify that an example should just be read by ledger (and checked for errors) or that a ledger command should be executed (with default input -f sample.dat, if none is specified). These annotations have been added into ledger3.texi where appropriate. Running the ledger3.texi test now takes a second or two, but a lot of the @smallexamples are now automatically tested.
* | Merge pull request #251 from ecraven/update-docsCraig Earls2014-03-031-27/+88
|\ \ | | | | | | | | | | | | first changes in adding more testable examples to ledger3.texi These look good. Could you put a brief explanation somewhere (not necessarily in ledger3.texi) on how to generate new tests? I should probably know where the command and input id numbers come from, but I don't.
| * | first changes in adding more testable examples to ledger3.texiPeter Feigl2014-03-031-27/+88
| | |
* | | Merge pull request #250 from ecraven/update-manpageCraig Earls2014-02-272-55/+446
|\ \ \ | |/ / |/| | Adding documentation of options to man-page from manual.
| * | Adding documentation of options to man-page from manual. Fixing a few minor ↵Peter Feigl2014-02-272-55/+446
|/ / | | | | | | typos and mistakes.
* | Merge pull request #249 from ecraven/opt-no-aliasesJohn Wiegley2014-02-266-0/+18
|\ \ | | | | | | Adding option --no-aliases to completely disable alias expansion
| * | Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-266-0/+18
|/ /
* | Merge pull request #248 from ecraven/fix-warningsJohn Wiegley2014-02-262-3/+6
|\ \ | | | | | | Fixing two GCC warnings
| * | Fixing two GCC warningsPeter Feigl2014-02-262-3/+6
| | |
* | | Merge pull request #247 from ecraven/masterJohn Wiegley2014-02-2610-20/+132
|\ \ \ | |/ / |/| | Adding support for recursive aliases.
| * | Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-268-30/+43
| | |
| * | Adding tests for recursive aliasesPeter Feigl2014-02-262-0/+43
| | |
| * | fixing problem with previous commit if no aliases are registeredPeter Feigl2014-02-261-0/+2
| | |
| * | Adding support for recursive aliases.Peter Feigl2014-02-254-20/+74
|/ / | | | | | | | | | | | | | | | | | | | | Alias expansion is now a loop. If you define alias A=B:A alias B=C:B then A will expand to C:B:A. Also added a short section to the manual about this.
* | Merge pull request #246 from lawilliams/masterCraig Earls2014-02-221-1/+1
|\ \ | | | | | | | | | | | | Fixing typo: test sweet -> test suite But I thought the new testing capability was so sweet I left it this way! Thanks!
| * | Fixing typo: test sweet -> test suiteLuke Williams2014-02-231-1/+1
|/ /
* | Added to ignore fileJohn Wiegley2014-02-211-0/+7
| |
* | Attempt to convert balances to amounts before failing comparisonsJohn Wiegley2014-02-211-0/+12
| |
* | Merge pull request #245 from afh/pull/DocTestsCraig Earls2014-02-192-49/+131
|\ \ | | | | | | Make more examples from documentation testable