summaryrefslogtreecommitdiff
path: root/src/compare.h
Commit message (Collapse)AuthorAgeFilesLines
* The Great Renaming, Part IIJohn Wiegley2009-02-231-2/+2
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Renamed a function to sort_value_is_less_thanJohn Wiegley2009-02-121-2/+2
| | | | | The purpose was to provided a clearer relationship between the function name and its expected arguments.
* Sorting expr now uses "-" to indicate descendingJohn Wiegley2009-02-121-4/+7
| | | | | For example: -S payee,-date sorts 1) ascending by payee, then 2) descending by date.
* The --sort flag now accepts multiple terms (-S payee,date).John Wiegley2009-02-121-0/+2
| | | | However, there is no way yet to reverse the meaning of a given term.
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+77
is in doc/, etc.