summaryrefslogtreecommitdiff
path: root/src/textual.cc
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle metadata tags on auto-postingsJohn Wiegley2012-11-121-1/+1
|
* Corrected a typoJohn Wiegley2012-10-311-2/+2
|
* fix bucket directive (bug 765)Johann Klähn2012-10-231-4/+4
| | | | | | | | This was caused by both 'A' and 'bucket' using default_account_directive. This function was still stripping the 'A' directive, so the first character of the account name used with 'bucket' was cut off. Maybe the code for the other directives should be changed accordingly for consistency (put line + 1 in call instead of function).
* Always store absolute paths internallyJohn Wiegley2012-08-021-3/+2
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-13/+4
|
* Switch to using Boost.FormatJohn Wiegley2012-05-141-16/+16
|
* Added "last_checkout_cleared" valexpr variableJohn Wiegley2012-05-071-4/+4
|
* Whitespace fixJohn Wiegley2012-04-041-5/+4
|
* Fixed #711: Parsing of alias directiveJohn Wiegley2012-03-171-8/+4
|
* Added option --day-breakJohn Wiegley2012-03-171-2/+1
|
* Improved error reports about leading whitespaceJohn Wiegley2012-03-161-4/+13
|
* Unexpected initial whitespace is an error (again)John Wiegley2012-03-161-3/+2
| | | | Fixes #565
* Fixed a few bugs related to apply directivesJohn Wiegley2012-03-121-33/+56
|
* Allow payee names to contain multiple spacesJohn Wiegley2012-03-121-1/+24
|
* Ignore all trailing whitespace in Ledger journalsJohn Wiegley2012-03-121-13/+12
|
* Added the notion of "virtual costs"John Wiegley2012-03-091-2/+9
|
* Added some missing DEBUG #if'sJohn Wiegley2012-03-071-0/+2
|
* Added parsing support for the many value directivesJohn Wiegley2012-03-071-0/+22
|
* Fixed parsing of "deferred notes" in auto xactsJohn Wiegley2012-03-071-6/+1
|
* Whitespace fixesJohn Wiegley2012-03-071-9/+9
|
* Corrected several compile and link problemsJohn Wiegley2012-03-061-3/+7
|
* Added "value" sub-directive for commodity directiveJohn Wiegley2012-03-061-0/+8
|
* Simplified Python import in a journal fileJohn Wiegley2012-03-051-7/+28
|
* Rewrote the way annotated commodities are managedJohn Wiegley2012-03-051-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_ptrJohn Wiegley2012-03-051-5/+5
|
* This now works: ledger --import os eval 'os.path.isdir("/tmp")'John Wiegley2012-03-021-2/+2
|
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-011-2/+3
|
* Propagate out parsing context countsJohn Wiegley2012-03-011-3/+15
|
* Fixed a typoJohn Wiegley2012-03-011-1/+1
|
* Was missing an assignment of context.scopeJohn Wiegley2012-03-011-0/+2
|
* Added a new 'python' directiveJohn Wiegley2012-03-011-0/+62
|
* Fixed a bug that was causing includes to crashJohn Wiegley2012-03-011-0/+1
| | | | Fixes #661
* Started writing Python unit testsJohn Wiegley2012-03-011-1/+1
|
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-245/+203
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Removed incorrect session.h include in textual.ccJohn Wiegley2012-02-291-1/+0
|
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-1/+1
|
* Allow xact notes on periodic transactionsJohn Wiegley2012-02-281-3/+6
| | | | Fixes #448
* Fixed display problem in an error messageJohn Wiegley2012-02-281-2/+2
|
* 'end apply' doesn't need a qualifierJohn Wiegley2012-02-271-4/+4
|
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
|
* Added 'note' sub-directive to 'commodity'John Wiegley2012-02-271-0/+2
|
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
|
* Implement the "tag" metadata directiveJohn Wiegley2012-02-271-13/+45
|
* Implemented account and commodity directivesJohn Wiegley2012-02-271-95/+174
|
* Output some line numbers with warningsJohn Wiegley2012-02-271-2/+4
|
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-179/+200
| | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict.
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-4/+6
|
* Keep notes on their own line if parsed that wayJohn Wiegley2012-02-261-0/+2
|
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-11/+12
|