summaryrefslogtreecommitdiff
path: root/src/textual.cc
Commit message (Expand)AuthorAgeFilesLines
* Added support for assert, check and expr directivesJohn Wiegley2010-06-131-18/+134
* Automated xacts may now contain "deferred tags"John Wiegley2010-06-131-3/+3
* Reformatted a commentJohn Wiegley2010-06-131-3/+3
* Fixed a spelling errorJohn Wiegley2010-06-131-3/+1
* Minor whitespace fixJohn Wiegley2010-06-131-3/+3
* Add support for typed metadataJohn Wiegley2010-06-121-6/+8
* Untabified all source filesJohn Wiegley2010-06-111-290/+290
* Allow fixated costs, as well as pricesJohn Wiegley2010-06-101-0/+11
* Allow opt -NDEBUG build to complete without warningsJohn Wiegley2010-06-041-0/+10
* Further improved parsing of query expressionsJohn Wiegley2010-06-011-1/+1
* For Boost 1.35 and earlier, use is_regularJohn Wiegley2010-05-231-1/+6
* Corrected handling of context stack in the parserJohn Wiegley2010-05-221-23/+8
* Guard against NULL value passed to "end" directiveJohn Wiegley2010-05-221-1/+1
* The include directive now supports file globbingJohn Wiegley2010-03-171-5/+33
* Tags were not being set properly on postingsJohn Wiegley2010-03-171-4/+4
* Extended regexp syntax for "payee" and "capture"John Wiegley2010-03-101-4/+32
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-0/+1
* Added new "payee" and "capture" directivesJohn Wiegley2010-03-051-1/+51
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Some minor refactoring of the textual parserJohn Wiegley2010-02-051-176/+129
* Added a "seq" sequence property for all itemsJohn Wiegley2010-02-041-19/+28
* Cost of a post with neg. amount should be negativeJohn Wiegley2009-12-071-0/+3
* Allow relative includes in the current directoryJohn Wiegley2009-12-071-4/+10
* Added support for a "fixed" directiveJohn Wiegley2009-11-251-10/+59
* * and | now comment chars, for the sake of Org-modeJohn Wiegley2009-11-251-2/+4
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-3/+3
* Made the account and tag directives more rationalJohn Wiegley2009-11-151-69/+81
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-12/+1
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-30/+45
* Timeclock events now record their file positionJohn Wiegley2009-11-111-5/+25
* Timeclock entries can now have notesJohn Wiegley2009-11-111-4/+18
* Fixed an erroneous use of operator>> in textual.ccJohn Wiegley2009-11-101-1/+1
* Automated transactions now use report query syntaxJohn Wiegley2009-11-101-2/+3
* Corrected the parsing of data file directivesJohn Wiegley2009-11-101-9/+15
* Added "bucket" directive, as alt for AJohn Wiegley2009-11-101-6/+13
* Support include-ing of relative pathnamesJohn Wiegley2009-11-101-1/+11
* It's now an error to use "end" without "account"John Wiegley2009-11-101-2/+2
* Directives no longer require @ or ! prefix charJohn Wiegley2009-11-101-59/+62
* Throw an exception if an include file doesn't existJohn Wiegley2009-11-101-0/+4
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-19/+15
* Throw an error for unrecognized options in data filesJohn Wiegley2009-11-071-11/+2
* Renamed journal_t::basket to bucketJohn Wiegley2009-11-071-2/+2
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-8/+6
* Fix to xact_t::valid()John Wiegley2009-11-011-0/+3
* Commented out dependency on session_t (for now)John Wiegley2009-10-311-0/+4
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-18/+1
* Add a position_t object for tracking item positionsJohn Wiegley2009-10-301-25/+29
* Setting --date-format in ~/.ledgerrc works againJohn Wiegley2009-10-291-15/+23
* Further improvements to handling temporariesJohn Wiegley2009-10-281-14/+1
* Renamed two methods, for consistency's sakeJohn Wiegley2009-10-271-1/+1