ledger/src
2009-02-07 04:55:42 -04:00
..
account.cc Refer to empty expression operators as simply NULL. 2009-02-07 04:27:04 -04:00
account.h Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
amount.cc Only initialize the amount_t module if it hasn't been already. 2009-02-06 03:30:45 -04:00
amount.h Only initialize the amount_t module if it hasn't been already. 2009-02-06 03:30:45 -04:00
balance.cc Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
balance.h Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
balpair.cc Removed the binary caching code, and the XML, QIF and Gnucash parsers. 2009-02-03 12:22:10 -04:00
balpair.h Corrected a mispelled #define. 2009-02-06 14:12:10 -04:00
chain.cc Removed --reconcile and --reconcile-date. 2009-02-07 00:03:58 -04:00
chain.h Greatly simplified the way option and command handlers are defined. 2009-02-05 21:20:09 -04:00
commodity.cc Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
commodity.h Whitespace fix. 2009-02-06 03:30:53 -04:00
compare.cc Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
compare.h Added documentation stubs for all include files and classes. 2009-01-31 15:28:23 -04:00
derive.cc Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
derive.h Added documentation stubs for all include files and classes. 2009-01-31 15:28:23 -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 Greatly simplified the way option and command handlers are defined. 2009-02-05 21:20:09 -04:00
entry.cc Removed all references to the old binary cache. 2009-02-04 20:57:14 -04:00
entry.h Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -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 Implemented expr_context. 2009-02-07 04:27:28 -04:00
expr.h Implemented expr_context. 2009-02-07 04:27:28 -04:00
filters.cc Removed the nearly unknown --descend and --descend-if options. 2009-02-06 23:36:32 -04:00
filters.h Removed the nearly unknown --descend and --descend-if options. 2009-02-06 23:36:32 -04:00
flags.h Added documentation stubs for all include files and classes. 2009-01-31 15:28:23 -04:00
format.cc Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
format.h Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
global.cc More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
global.h Added some stub options, for --help and friends. 2009-02-06 23:38:37 -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 Added documentation stubs for all include files and classes. 2009-01-31 15:28:23 -04:00
item.cc Refer to empty expression operators as simply NULL. 2009-02-07 04:27:04 -04:00
item.h Greatly simplified the way option and command handlers are defined. 2009-02-05 21:20:09 -04:00
iterators.cc Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
iterators.h Added documentation stubs for all include files and classes. 2009-01-31 15:28:23 -04:00
journal.cc Removed all references to the old binary cache. 2009-02-04 20:57:14 -04:00
journal.h Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
ledger.h More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
main.cc Restored all the option handlers from 2.6.2, but not the options themselves. 2009-02-06 03:31:41 -04:00
mask.cc Removed the binary caching code, and the XML, QIF and Gnucash parsers. 2009-02-03 12:22:10 -04:00
mask.h Removed the binary caching code, and the XML, QIF and Gnucash parsers. 2009-02-03 12:22:10 -04:00
op.cc Implemented expr_context. 2009-02-07 04:27:28 -04:00
op.h Implemented expr_context. 2009-02-07 04:27:28 -04:00
option.cc Restored all the option handlers from 2.6.2, but not the options themselves. 2009-02-06 03:31:41 -04:00
option.h Fixed a problem that was causing -l EXPR to trigger on assertion. 2009-02-07 04:55:42 -04:00
output.cc Greatly simplified the way option and command handlers are defined. 2009-02-05 21:20:09 -04:00
output.h Restored all the option handlers from 2.6.2, but not the options themselves. 2009-02-06 03:31:41 -04:00
parser.cc Added support for metadata and tagging, and made regexs a first-class type. 2009-02-01 22:10:32 -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 Correction to debug output. 2009-02-07 00:08: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 Corrected parsing of ) in command arg predicate expressions. 2009-02-07 00:04:33 -04:00
predicate.h Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -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 More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
report.h More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
scope.cc Increased copyright range to include 2009. 2009-01-20 01:53:31 -04:00
scope.h Refer to empty expression operators as simply NULL. 2009-02-07 04:27:04 -04:00
session.cc More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
session.h More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
stream.cc Greatly simplified the way option and command handlers are defined. 2009-02-05 21:20:09 -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 Added code to quit more gracefully. Ctrl-C still needs work. 2009-02-04 20:11:27 -04:00
textual.cc More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
textual.h Greatly simplified the way option and command handlers are defined. 2009-02-05 21:20:09 -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 Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
times.h Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
token.cc Use seekg, in place of multiple ungets. 2009-02-07 04:27:14 -04:00
token.h Added support for metadata and tagging, and made regexs a first-class type. 2009-02-01 22:10:32 -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 More revision to the way options are handled; reworked CSV command. 2009-02-07 04:26:30 -04:00
value.cc Allow regular expressions to be "printed". 2009-02-07 00:04:43 -04:00
value.h Largely removed all of Ledger's use of global variables, for the REPL's sake. 2009-02-04 19:55:27 -04:00
xact.cc Added two comments, to remind myself to check something. 2009-02-06 23:37:25 -04:00
xact.h Removed the nearly unknown --descend and --descend-if options. 2009-02-06 23:36:32 -04:00