ledger/src
2009-02-22 04:51:08 -04:00
..
account.cc Create a new interactive_t helper class 2009-02-21 18:49:43 -04:00
account.h Added a --strict session option 2009-02-19 22:36:08 -04:00
accum.cc Fixed an accumulator bug that was mangling errors 2009-02-21 21:57:55 -04:00
accum.h Use a "format accumulator" for error strings 2009-02-21 20:20:57 -04:00
amount.cc Moved amount_t::right_justify to simply ::justify 2009-02-19 01:22:22 -04:00
amount.h Restored the --budget option 2009-02-20 23:12:23 -04:00
balance.cc Restored the --budget option 2009-02-20 23:12:23 -04:00
balance.h Made (un)reduce rvalue methods more consistent 2009-02-12 20:44:46 -04:00
chain.cc Restored the --invert option 2009-02-22 04:51:08 -04:00
chain.h Don't apply all filters for account-wise reports 2009-02-15 22:57:23 -04:00
commodity.cc Fixed several unused value and param warnings 2009-02-16 16:55:18 -04:00
commodity.h Added a --strict session option 2009-02-19 22:36:08 -04:00
compare.cc Simplify account total values before comparison 2009-02-19 21:57:17 -04:00
compare.h Renamed a function to sort_value_is_less_than 2009-02-12 22:47:27 -04:00
derive.cc Greatly improved the way "weeks" are iterated 2009-02-21 02:10:02 -04:00
derive.h Moved around some functions for clarity 2009-02-16 04:10:22 -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 Restored the --budget option 2009-02-20 23:12:23 -04:00
entry.h item_predicate now operates on scope_t 2009-02-15 20:56:48 -04:00
error.cc Use a "format accumulator" for error strings 2009-02-21 20:20:57 -04:00
error.h Use a "format accumulator" for error strings 2009-02-21 20:20:57 -04:00
expr.cc Changed a debug category to be more accurate 2009-02-17 04:50:46 -04:00
expr.h Parse '/' in an operator context as "div" 2009-02-15 16:34:34 -04:00
filters.cc Restored the --invert option 2009-02-22 04:51:08 -04:00
filters.h Restored the --invert option 2009-02-22 04:51:08 -04:00
flags.h Fixed some #include ordering issues. 2009-02-07 19:36:51 -04:00
format.cc Handle reporting widths that are too small 2009-02-21 02:17:03 -04:00
format.h Removed an unnecessary friend declaration 2009-02-19 01:27:18 -04:00
global.cc The --help (-h, -H) options now visit the man page 2009-02-21 16:24:10 -04:00
global.h The --help (-h, -H) options now visit the man page 2009-02-21 16:24:10 -04:00
hooks.h Fixed some #include ordering issues. 2009-02-07 19:36:51 -04:00
interactive.cc Fixed a bug with interactive_t's arg validation 2009-02-21 21:58:53 -04:00
interactive.h Create a new interactive_t helper class 2009-02-21 18:49:43 -04:00
item.cc Added a new --raw option, for use with print 2009-02-21 19:45:13 -04:00
item.h Added a new --raw option, for use with print 2009-02-21 19:45:13 -04:00
iterators.cc Simplify account total values before comparison 2009-02-19 21:57:17 -04:00
iterators.h Allow for sorting of the balance report 2009-02-19 16:53:25 -04:00
journal.cc Added a now-missing #include of "account.h". 2009-02-09 00:42:35 -04:00
journal.h Added a --strict session option 2009-02-19 22:36:08 -04:00
ledger.h The --help (-h, -H) options now visit the man page 2009-02-21 16:24:10 -04:00
main.cc Fix for systems that don't build with gettext 2009-02-22 01:40:45 -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 Restored the --budget option 2009-02-20 23:12:23 -04:00
op.h Perhaps expr_t objects to remember their scope "context". 2009-02-08 21:15:22 -04:00
option.cc Fixed the spelling of some option exceptions 2009-02-21 02:23:06 -04:00
option.h The sequence -M -p 2004 now equals -p 2004 -M 2009-02-19 14:26:08 -04:00
output.cc Added a new --raw option, for use with print 2009-02-21 19:45:13 -04:00
output.h Added a new --raw option, for use with print 2009-02-21 19:45:13 -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 Create a new interactive_t helper class 2009-02-21 18:49:43 -04:00
precmd.h Create a new interactive_t helper class 2009-02-21 18:49:43 -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 Fixed several unused value and param warnings 2009-02-16 16:55:18 -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 Removed unused --totals option 2009-02-22 01:29:34 -04:00
report.h Restored the --invert option 2009-02-22 04:51:08 -04:00
scope.cc Create a new interactive_t helper class 2009-02-21 18:49:43 -04:00
scope.h Create a new interactive_t helper class 2009-02-21 18:49:43 -04:00
session.cc Enabled --current option 2009-02-20 19:10:34 -04:00
session.h Enabled --current option 2009-02-20 19:10:34 -04:00
stream.cc The --help (-h, -H) options now visit the man page 2009-02-21 16:24:10 -04:00
stream.h Fixed several unused value and param warnings 2009-02-16 16:55:18 -04:00
system.hh Fix for systems that don't build with gettext 2009-02-22 01:40:45 -04:00
textual.cc Greatly improved the way "weeks" are iterated 2009-02-21 02:10:02 -04:00
timelog.cc When clocking out, call total_seconds() 2009-02-20 13:18:37 -04:00
timelog.h Added documentation stubs for all include files and classes. 2009-01-31 15:28:23 -04:00
times.cc Greatly improved the way "weeks" are iterated 2009-02-21 02:10:02 -04:00
times.h Greatly improved the way "weeks" are iterated 2009-02-21 02:10:02 -04:00
token.cc Don't allow '-' as part of an identifier token 2009-02-21 00:45:04 -04:00
token.h Parse '/' in an operator context as "div" 2009-02-15 16:34:34 -04:00
unistring.h Moved amount_t::right_justify to simply ::justify 2009-02-19 01:22:22 -04:00
utils.cc Fixed another memory bug in by_payee_xacts 2009-02-21 04:12:10 -04:00
utils.h Compilation verification code only with debugging 2009-02-16 17:15:52 -04:00
value.cc Allow balance values to be compared < or > 0 2009-02-21 22:00:00 -04:00
value.h Fixed a memory leak in value_t::storage_t 2009-02-21 03:48:02 -04:00
xact.cc Create a new interactive_t helper class 2009-02-21 18:49:43 -04:00
xact.h Added xact_t::count member 2009-02-15 15:41:24 -04:00