| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to prove to myself that it has proper decoupling between prior code areas.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
be located at http://utfcpp.sourceforge.net.
|
| |
|
| |
|
| |
|
|
|
|
| |
python_interpreter_t, so that Python can provide value expression definitions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
stream pointer in order to give more accurate error reporting.
|
|
|
|
| |
context.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reporting in the tokenizer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- to mean special things after the command verb was seen. But now, what used
to be specified as this:
ledger -n reg cash -payable -- shell
Is now specified as this:
ledger reg -n cash not payable @shell
It could also be specified as:
ledger -n reg \(cash and not payable\) and @shell
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
overrides.
1. Global defaults
2. Environment variable settings
3. Initialization file
4. Command-line arguments
Whatever is later in the list overrides what is earlier.
|
| |
|
| |
|
|
|
|
| |
during deconstruction (due to double-free'ing transactions).
|
| |
|
| |
|
| |
|
| |
|
| |
|