summaryrefslogtreecommitdiff
path: root/src/format.cc
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Optimization in the formatting of string valuesJohn Wiegley2009-11-141-2/+5
* Moving the #include of unistring.h into format.hJohn Wiegley2009-11-101-1/+0
* Fixes to the value expression parser and evaluatorJohn Wiegley2009-11-101-2/+8
* Redesigned the format_t classJohn Wiegley2009-11-091-35/+45
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-3/+2
* Fixed a display issue with the balance reportJohn Wiegley2009-10-271-29/+28
* Fixed overflow bug introduced by the warning fixesJohn Wiegley2009-10-251-2/+3
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-7/+7
* Correctly align amounts formatted as "%12(amount)"John Wiegley2009-06-281-1/+2
* Restored the --truncate option, added baseline testJohn Wiegley2009-06-211-6/+9
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-0/+2
* Cured several harmless compiler warningsJohn Wiegley2009-03-041-1/+2
* Allow special %{} formatting sequenceJohn Wiegley2009-03-031-17/+107
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-1/+1
* Fixed a buffer overrunJohn Wiegley2009-02-271-3/+9
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-1/+1
* The Great Renaming, Part IIJohn Wiegley2009-02-231-9/+9
* Handle reporting widths that are too smallJohn Wiegley2009-02-211-1/+1
* Corrected a column-wise formatting issueJohn Wiegley2009-02-201-2/+2
* Efficiency fix for the formatting codeJohn Wiegley2009-02-191-9/+12
* Removed the %*| special char, for %*(" ")John Wiegley2009-02-171-5/+0
* The format code %C is now equal to %(fmt_C)John Wiegley2009-02-151-7/+3
* Removed an unused functionJohn Wiegley2009-02-151-6/+0
* Removed the %! formatting code, as it does nothingJohn Wiegley2009-02-151-6/+2
* The formatting code no longer justifies valuesJohn Wiegley2009-02-131-3/+2
* Greatly improved output from the "format" commandJohn Wiegley2009-02-131-3/+3
* Moved get_partial_name from format.cc into account_t, where it belongs.John Wiegley2009-02-081-23/+1
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-13/+11
* Simplified error context handling.John Wiegley2009-02-021-1/+2
* Added a missing throw() in the formatter.John Wiegley2009-02-011-0/+1
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-3/+3
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-2/+1
* Added support for Unicode text in Ledger files, thanks to 'utfcpp', which canJohn Wiegley2009-01-231-42/+39
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Don't use single code format characters anymore. Access to object detailsJohn Wiegley2008-09-181-1/+1
* Fixes to the way that EXPR_PARSE_SINGLE behaves.John Wiegley2008-09-151-8/+16
* Added value expression parsing flag EXPR_PARSE_SINGLE, which means to readJohn Wiegley2008-09-141-1/+1
* format_t now handles escaped characters in input strings.John Wiegley2008-09-141-0/+2
* The register report is now mostly displaying multi-line balances correctly.John Wiegley2008-08-101-9/+17
* Ledger now builds without any significant warnings, except for one file. SomeJohn Wiegley2008-08-101-2/+2
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+391