Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a few bugs related to apply directives | John Wiegley | 2012-03-12 | 1 | -33/+56 |
| | |||||
* | Allow payee names to contain multiple spaces | John Wiegley | 2012-03-12 | 1 | -1/+24 |
| | |||||
* | Ignore all trailing whitespace in Ledger journals | John Wiegley | 2012-03-12 | 1 | -13/+12 |
| | |||||
* | Added the notion of "virtual costs" | John Wiegley | 2012-03-09 | 1 | -2/+9 |
| | |||||
* | Added some missing DEBUG #if's | John Wiegley | 2012-03-07 | 1 | -0/+2 |
| | |||||
* | Added parsing support for the many value directives | John Wiegley | 2012-03-07 | 1 | -0/+22 |
| | |||||
* | Fixed parsing of "deferred notes" in auto xacts | John Wiegley | 2012-03-07 | 1 | -6/+1 |
| | |||||
* | Whitespace fixes | John Wiegley | 2012-03-07 | 1 | -9/+9 |
| | |||||
* | Corrected several compile and link problems | John Wiegley | 2012-03-06 | 1 | -3/+7 |
| | |||||
* | Added "value" sub-directive for commodity directive | John Wiegley | 2012-03-06 | 1 | -0/+8 |
| | |||||
* | Simplified Python import in a journal file | John Wiegley | 2012-03-05 | 1 | -7/+28 |
| | |||||
* | Rewrote the way annotated commodities are managed | John Wiegley | 2012-03-05 | 1 | -9/+2 |
| | | | | | The new scheme should be much more efficient, and allows for future growth of what annotations may appear on a commodity. | ||||
* | Use unique_ptr instead of std::auto_ptr | John Wiegley | 2012-03-05 | 1 | -5/+5 |
| | |||||
* | This now works: ledger --import os eval 'os.path.isdir("/tmp")' | John Wiegley | 2012-03-02 | 1 | -2/+2 |
| | |||||
* | Allow --options to be added by the user in Python | John Wiegley | 2012-03-01 | 1 | -2/+3 |
| | |||||
* | Propagate out parsing context counts | John Wiegley | 2012-03-01 | 1 | -3/+15 |
| | |||||
* | Fixed a typo | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Was missing an assignment of context.scope | John Wiegley | 2012-03-01 | 1 | -0/+2 |
| | |||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 1 | -0/+62 |
| | |||||
* | Fixed a bug that was causing includes to crash | John Wiegley | 2012-03-01 | 1 | -0/+1 |
| | | | | Fixes #661 | ||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -245/+203 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Removed incorrect session.h include in textual.cc | John Wiegley | 2012-02-29 | 1 | -1/+0 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Allow xact notes on periodic transactions | John Wiegley | 2012-02-28 | 1 | -3/+6 |
| | | | | Fixes #448 | ||||
* | Fixed display problem in an error message | John Wiegley | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | 'end apply' doesn't need a qualifier | John Wiegley | 2012-02-27 | 1 | -4/+4 |
| | |||||
* | Added a TODO comment | John Wiegley | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | Added 'note' sub-directive to 'commodity' | John Wiegley | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | Added a TODO comment | John Wiegley | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | Implement the "tag" metadata directive | John Wiegley | 2012-02-27 | 1 | -13/+45 |
| | |||||
* | Implemented account and commodity directives | John Wiegley | 2012-02-27 | 1 | -95/+174 |
| | |||||
* | Output some line numbers with warnings | John Wiegley | 2012-02-27 | 1 | -2/+4 |
| | |||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 1 | -179/+200 |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | ||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -4/+6 |
| | |||||
* | Keep notes on their own line if parsed that way | John Wiegley | 2012-02-26 | 1 | -0/+2 |
| | |||||
* | Fixed many Clang type conversion warnings with static_cast | John Wiegley | 2012-02-17 | 1 | -11/+12 |
| | |||||
* | Added a missing call to context.close() in the parser | John Wiegley | 2012-02-17 | 1 | -0/+1 |
| | |||||
* | Fixes for variable shadowing (25/28) | John Wiegley | 2012-02-17 | 1 | -3/+4 |
| | |||||
* | Do not evaluate strings as booleans | John Wiegley | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -5/+5 |
| | |||||
* | Removed unused variables | John Wiegley | 2011-08-18 | 1 | -4/+2 |
| | |||||
* | Rely on a default argument in textual.cc | John Wiegley | 2011-07-17 | 1 | -1/+1 |
| | |||||
* | Fix for Boost 1.46 and the new Filesystem library | John Wiegley | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | Corrections to the regression tests | John Wiegley | 2011-03-03 | 1 | -2/+2 |
| | |||||
* | Support Boost 1.46 and Boost.Filesystem v3 | John Wiegley | 2011-02-28 | 1 | -1/+15 |
| | |||||
* | Added "comment" and "test" directives | John Wiegley | 2011-02-12 | 1 | -1/+20 |
| | |||||
* | Fixes for compilation as C++0x code | John Wiegley | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | Scopes can now provide a description of themselves | John Wiegley | 2010-06-24 | 1 | -0/+4 |
| | | | | | | This isn't being used yet, but it likely will to improve the information presented to users if their value expressions fail to compile or evaluate. |