Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for variable shadowing (3/28) | John Wiegley | 2012-02-17 | 1 | -4/+4 |
| | |||||
* | Fixes for variable shadowing (2/28) | John Wiegley | 2012-02-17 | 1 | -24/+24 |
| | |||||
* | Fixes for variable shadowing (1/28) | John Wiegley | 2012-02-17 | 1 | -6/+6 |
| | |||||
* | acprep changes for building with --clang | John Wiegley | 2012-02-11 | 1 | -3/+22 |
| | |||||
* | Do not evaluate strings as booleans | John Wiegley | 2012-02-11 | 4 | -5/+5 |
| | |||||
* | Remove unneeded guard macros from system.hh.in | John Wiegley | 2012-02-11 | 1 | -5/+0 |
| | |||||
* | Changed a run-time test into compile-time | John Wiegley | 2012-02-11 | 1 | -5/+4 |
| | |||||
* | Rip out GLIBCXX_DEBUG references | John Wiegley | 2012-02-10 | 1 | -16/+0 |
| | |||||
* | Work around a bug in Clang 3.0 (already fixed in pre-3.1) | John Wiegley | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | Split a string in ledger.el | John Wiegley | 2012-02-10 | 1 | -2/+4 |
| | |||||
* | Moved some files into their right locations | John Wiegley | 2012-02-10 | 5 | -0/+0 |
| | |||||
* | Added cleanup script for documentation | Craig Earls | 2012-02-10 | 1 | -0/+5 |
| | |||||
* | Spellcheck file and details on command directives. | Craig Earls | 2012-02-10 | 1 | -0/+3 |
| | |||||
* | Fixed minor bug where ledger-add-entry would insert a space before the next ↵ | Craig Earls | 2012-02-10 | 1 | -1/+1 |
| | | | | | | | transaction. Extra space on line 229 after the newline sometimes showed up before the date in the next transaction. | ||||
* | Added detailed documentation of most command directives. Added command ↵ | Craig Earls | 2012-02-10 | 1 | -2/+18 |
| | | | | directives to test/input/drewr3.dat to demonstrate @tag @account @bucket. | ||||
* | contains a transaction that cause a divide by zero error | Craig Earls | 2012-02-10 | 1 | -0/+11 |
| | |||||
* | Doxygen file to generate maximum amount of info to help sort through the ↵ | Craig Earls | 2012-02-10 | 1 | -3/+3 |
| | | | | source code | ||||
* | resolved bug 584, trailing whitespace not ignored in payee | Craig Earls | 2012-02-10 | 1 | -0/+55 |
| | |||||
* | modified to allow local Doxygen build. Changed buuld directory | Craig Earls | 2012-02-10 | 1 | -7/+7 |
| | |||||
* | Added more stubs, using the doxygen documentation | Craig Earls | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Fixed font-lock REGEX to allow account names with spaces | Craig Earls | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | Wrote Asset Allocation section | Craig Earls | 2012-02-10 | 1 | -2/+1 |
| | |||||
* | Started detailed emacs ledger mode section | Craig Earls | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Addresses bug 329 Suggestions for improving the documentation | Craig Earls | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Continued working on command options | Craig Earls | 2012-02-10 | 1 | -68/+94 |
| | |||||
* | Added several option descriptions and wrote a subsection on date and Time ↵ | Craig Earls | 2012-02-10 | 1 | -89/+252 |
| | | | | Format Codes. | ||||
* | General cleanup, expanded the commenting section, addex index entries | Craig Earls | 2012-02-10 | 1 | -308/+345 |
| | |||||
* | Added details on convert, cleaned up debug options. | Craig Earls | 2012-02-10 | 1 | -123/+229 |
| | |||||
* | Spellcheck file and details on command directives. | Craig Earls | 2012-02-10 | 1 | -165/+200 |
| | |||||
* | Really added the description of --start-of-week this time. | Craig Earls | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | Added description of --start-of-week | Craig Earls | 2012-02-10 | 1 | -58/+58 |
| | |||||
* | Correct entry on grouping tags. Docs still had the old tag/pop syntax. Now ↵ | Craig Earls | 2012-02-10 | 1 | -8/+8 |
| | | | | they refer to the @tag .. @end tag | ||||
* | Dramatically improved the online help system. | Craig Earls | 2012-02-10 | 1 | -3/+18 |
| | | | | | | | | | | | | | Modify global.h and global.cc to bring up the info page for Ledger rather than the outdated man page. Also introduced new options to search the info page index. Help options are now: `--help' Brings up the info page `--help-info' Brings up the info help page `--help-comm' concept Searches the info index for `concept' `--help-disp' Brings up the Format String chapter of the manual `--help-calc' Brings up the Value Expression Chapter. | ||||
* | 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 |
| |