summaryrefslogtreecommitdiff
path: root/src/print.cc
Commit message (Collapse)AuthorAgeFilesLines
* print honors --columns, --account,amount-widthJohn Wiegley2010-05-221-22/+59
|
* The print command now honors use of --date-formatJohn Wiegley2010-05-221-3/+10
|
* print command correctly prints amount expressionsJohn Wiegley2010-05-071-3/+9
|
* Improved the new implementation of "print"John Wiegley2010-03-171-4/+4
|
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-0/+208
There ended up being too many corner cases for the generalized formatter to handle.