| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The last commit did not contain the majority of changes because of a
slight mishap. This contains the real changeset.
|
|
|
|
|
|
| |
In the old scheme, nested values would simply flatten and concatenate,
so that '((1, 2), 3) = (1, 2, 3)'. Now sublists are preserved, so that
sequences may be passed as arguments to functions.
|
|
|
|
|
|
| |
This way, if two account values are BALANCE types containing only a
single AMOUNT, then it will do the sorting comparison of the amounts --
since otherwise balances are ignored for the purposes of sorting.
|
| |
|
|
|
|
|
| |
The purpose was to provided a clearer relationship between the function
name and its expected arguments.
|
|
|
|
|
| |
For example: -S payee,-date sorts 1) ascending by payee, then 2)
descending by date.
|
|
|
|
| |
However, there is no way yet to reverse the meaning of a given term.
|
| |
|
|
is in doc/, etc.
|