index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
global.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a "reload" command, for use at the REPL
John Wiegley
2009-02-13
1
-19
/
+1
*
Re-enabled some code, and removed a bunch of deadwood.
John Wiegley
2009-02-12
1
-4
/
+0
*
Fixed the use of --effective and --date-format (-y).
John Wiegley
2009-02-09
1
-0
/
+8
*
pyinterp.cc shares global session; accept full paths passed to --import.
John Wiegley
2009-02-08
1
-1
/
+12
*
If a ledger file is specified in .ledgerrc, ignore the environment.
John Wiegley
2009-02-08
1
-2
/
+3
*
If LEDGER_FILE was seen, ignore LEDGER.
John Wiegley
2009-02-08
1
-6
/
+12
*
Inverted the default display mode for balance reports. Use -n to collapse
John Wiegley
2009-02-08
1
-2
/
+0
*
Threw away the "multiple parser" infrastructure.
John Wiegley
2009-02-07
1
-5
/
+4
*
Allow value expressions to gain access to option settings.
John Wiegley
2009-02-07
1
-19
/
+27
*
More revision to the way options are handled; reworked CSV command.
John Wiegley
2009-02-07
1
-5
/
+7
*
When in the REPL, consider each new command a new "command-line".
John Wiegley
2009-02-06
1
-1
/
+3
*
Don't push and pop reports unless at a REPL.
John Wiegley
2009-02-06
1
-3
/
+3
*
Restored all the option handlers from 2.6.2, but not the options themselves.
John Wiegley
2009-02-06
1
-82
/
+110
*
Moved --pager handler back into report_t.
John Wiegley
2009-02-05
1
-2
/
+5
*
Greatly simplified the way option and command handlers are defined.
John Wiegley
2009-02-05
1
-45
/
+38
*
Moved work.cc and global_scope_t into a new global.cc file.
John Wiegley
2009-02-05
1
-0
/
+410