| .. |
|
account.cc
|
If an account's "total" is empty, return 0
|
2009-02-15 22:34:10 -04:00 |
|
account.h
|
Sorting expr now uses "-" to indicate descending
|
2009-02-12 20:45:33 -04:00 |
|
amount.cc
|
Properly handle UTF-8 characters in commodity strings.
|
2009-02-12 02:34:39 -04:00 |
|
amount.h
|
Made (un)reduce rvalue methods more consistent
|
2009-02-12 20:44:46 -04:00 |
|
balance.cc
|
Properly handle UTF-8 characters in commodity strings.
|
2009-02-12 02:34:39 -04:00 |
|
balance.h
|
Made (un)reduce rvalue methods more consistent
|
2009-02-12 20:44:46 -04:00 |
|
chain.cc
|
Don't apply all filters for account-wise reports
|
2009-02-15 22:57:23 -04:00 |
|
chain.h
|
Don't apply all filters for account-wise reports
|
2009-02-15 22:57:23 -04:00 |
|
commodity.cc
|
Properly handle UTF-8 characters in commodity strings.
|
2009-02-12 02:34:39 -04:00 |
|
commodity.h
|
Restored the "prices" command.
|
2009-02-12 04:57:19 -04:00 |
|
compare.cc
|
Renamed a function to sort_value_is_less_than
|
2009-02-12 22:47:27 -04:00 |
|
compare.h
|
Renamed a function to sort_value_is_less_than
|
2009-02-12 22:47:27 -04:00 |
|
derive.cc
|
Allow the use of days of the week to "entry", e.g: "thu kfc 11".
|
2009-02-11 20:36:33 -04:00 |
|
emacs.cc
|
Largely removed all of Ledger's use of global variables, for the REPL's sake.
|
2009-02-04 19:55:27 -04:00 |
|
emacs.h
|
emacs.h belongs in the "report" documentation group.
|
2009-02-07 19:48:12 -04:00 |
|
entry.cc
|
Re-enabled some code, and removed a bunch of deadwood.
|
2009-02-12 03:30:41 -04:00 |
|
entry.h
|
item_predicate now operates on scope_t
|
2009-02-15 20:56:48 -04:00 |
|
error.cc
|
Simplified the textual parser, and improved metadata support.
|
2009-02-04 03:34:37 -04:00 |
|
error.h
|
Simplified the textual parser, and improved metadata support.
|
2009-02-04 03:34:37 -04:00 |
|
expr.cc
|
Recompile the amount_expr before summing account totals.
|
2009-02-09 14:51:45 -04:00 |
|
expr.h
|
Parse '/' in an operator context as "div"
|
2009-02-15 16:34:34 -04:00 |
|
filters.cc
|
Improved handling of --empty option
|
2009-02-15 20:59:13 -04:00 |
|
filters.h
|
Improved handling of --empty option
|
2009-02-15 20:59:13 -04:00 |
|
flags.h
|
Fixed some #include ordering issues.
|
2009-02-07 19:36:51 -04:00 |
|
format.cc
|
The format code %C is now equal to %(fmt_C)
|
2009-02-15 19:53:38 -04:00 |
|
format.h
|
The format code %C is now equal to %(fmt_C)
|
2009-02-15 19:53:38 -04:00 |
|
global.cc
|
Normalized handling of several report options
|
2009-02-15 21:14:54 -04:00 |
|
global.h
|
Added a "reload" command, for use at the REPL
|
2009-02-13 05:24:28 -04:00 |
|
help.cc
|
Removed all references to the old binary cache.
|
2009-02-04 20:57:14 -04:00 |
|
help.h
|
Added documentation stubs for all include files and classes.
|
2009-01-31 15:28:23 -04:00 |
|
hooks.h
|
Fixed some #include ordering issues.
|
2009-02-07 19:36:51 -04:00 |
|
item.cc
|
xact metadata searches get passed up to the entry
|
2009-02-14 05:37:53 -04:00 |
|
item.h
|
xact metadata searches get passed up to the entry
|
2009-02-14 05:37:53 -04:00 |
|
iterators.cc
|
Removed an #if 0'd function from iterators.cc
|
2009-02-14 04:58:44 -04:00 |
|
iterators.h
|
Restored the "prices" command.
|
2009-02-12 04:57:19 -04:00 |
|
journal.cc
|
Added a now-missing #include of "account.h".
|
2009-02-09 00:42:35 -04:00 |
|
journal.h
|
Break libledger_data's dependency on session_t.
|
2009-02-09 18:46:01 -04:00 |
|
ledger.h
|
Wired up the "entry" command from 2.x, though it still needs to be ported.
|
2009-02-10 22:37:05 -04:00 |
|
main.cc
|
Added a "reload" command, for use at the REPL
|
2009-02-13 05:24:28 -04:00 |
|
mask.cc
|
Added validation code for mask_t objects.
|
2009-02-12 03:06:15 -04:00 |
|
mask.h
|
Added validation code for mask_t objects.
|
2009-02-12 03:06:15 -04:00 |
|
op.cc
|
Parse '/' in an operator context as "div"
|
2009-02-15 16:34:34 -04:00 |
|
op.h
|
Perhaps expr_t objects to remember their scope "context".
|
2009-02-08 21:15:22 -04:00 |
|
option.cc
|
If a LEDGER_ envvar has no value, ignore it
|
2009-02-13 01:53:33 -04:00 |
|
option.h
|
Normalized handling of several report options
|
2009-02-15 21:14:54 -04:00 |
|
output.cc
|
Re-enabled some code, and removed a bunch of deadwood.
|
2009-02-12 03:30:41 -04:00 |
|
output.h
|
The "xact" variable now returns null for accounts
|
2009-02-15 21:05:59 -04:00 |
|
parser.cc
|
Parse '/' in an operator context as "div"
|
2009-02-15 16:34:34 -04:00 |
|
parser.h
|
Added support for metadata and tagging, and made regexs a first-class type.
|
2009-02-01 22:10:32 -04:00 |
|
precmd.cc
|
Strip annotations from the "parse" result
|
2009-02-15 17:54:08 -04:00 |
|
precmd.h
|
Moved the pre-commands to their own file, and created new "args" command.
|
2009-02-01 18:36:28 -04:00 |
|
predicate.cc
|
Surround command-line queries with implicit parens
|
2009-02-14 05:33:29 -04:00 |
|
predicate.h
|
item_predicate now operates on scope_t
|
2009-02-15 20:56:48 -04:00 |
|
pstream.h
|
Moved ptristream into its own file.
|
2009-02-04 03:54:29 -04:00 |
|
quotes.cc
|
Removed all references to the old binary cache.
|
2009-02-04 20:57:14 -04:00 |
|
quotes.h
|
Removed all references to the old binary cache.
|
2009-02-04 20:57:14 -04:00 |
|
report.cc
|
Don't apply all filters for account-wise reports
|
2009-02-15 22:57:23 -04:00 |
|
report.h
|
Normalized handling of several report options
|
2009-02-15 21:14:54 -04:00 |
|
scope.cc
|
Added support for value expression definitions.
|
2009-02-08 04:30:05 -04:00 |
|
scope.h
|
Wired up the "entry" command from 2.x, though it still needs to be ported.
|
2009-02-10 22:37:05 -04:00 |
|
session.cc
|
Split up session_t::reread_journal_files()
|
2009-02-15 19:32:15 -04:00 |
|
session.h
|
Split up session_t::reread_journal_files()
|
2009-02-15 19:32:15 -04:00 |
|
stream.cc
|
Conditionalized some boost::filesystem calls that were too new.
|
2009-02-09 00:00:57 -04:00 |
|
stream.h
|
Restored all the option handlers from 2.6.2, but not the options themselves.
|
2009-02-06 03:31:41 -04:00 |
|
system.hh
|
Restored the "prices" command.
|
2009-02-12 04:57:19 -04:00 |
|
textual.cc
|
item_predicate now operates on scope_t
|
2009-02-15 20:56:48 -04:00 |
|
timelog.cc
|
Largely removed all of Ledger's use of global variables, for the REPL's sake.
|
2009-02-04 19:55:27 -04:00 |
|
timelog.h
|
Added documentation stubs for all include files and classes.
|
2009-01-31 15:28:23 -04:00 |
|
times.cc
|
Fixed the way interval_t objects are initialized
|
2009-02-14 04:27:15 -04:00 |
|
times.h
|
Fixed the way interval_t objects are initialized
|
2009-02-14 04:27:15 -04:00 |
|
token.cc
|
Parse '/' in an operator context as "div"
|
2009-02-15 16:34:34 -04:00 |
|
token.h
|
Parse '/' in an operator context as "div"
|
2009-02-15 16:34:34 -04:00 |
|
unistring.h
|
Re-enabled some code, and removed a bunch of deadwood.
|
2009-02-12 03:30:41 -04:00 |
|
utils.cc
|
Added proper handling of SIGINT (C-c) and SIGPIPE (pager quits).
|
2009-02-04 20:46:08 -04:00 |
|
utils.h
|
Properly handle UTF-8 characters in commodity strings.
|
2009-02-12 02:34:39 -04:00 |
|
value.cc
|
If a boolean value is to an amount, use 1 or 0
|
2009-02-15 19:25:43 -04:00 |
|
value.h
|
Removed "total_cost" valexpr, and value_t::cost
|
2009-02-15 16:26:26 -04:00 |
|
xact.cc
|
Provide a "depth" variable for xacts
|
2009-02-15 22:36:12 -04:00 |
|
xact.h
|
Added xact_t::count member
|
2009-02-15 15:41:24 -04:00 |