index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
work.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved work.cc and global_scope_t into a new global.cc file.
John Wiegley
2009-02-05
1
-56
/
+0
|
*
Moved much of the main.cc code into a new global_scope_t class.
John Wiegley
2009-02-05
1
-1
/
+0
|
*
Support using Ledger as a script interpretor.
John Wiegley
2009-02-05
1
-8
/
+3
|
|
|
|
|
The file must begin with '#!/usr/bin/env ledger --script'. You can add a -f option to the options, but it must come before --script.
*
Reworked how the REPL is handled.
John Wiegley
2009-02-05
1
-1
/
+1
|
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-1
/
+0
|
*
Added structural support in main() for using a REPL.
John Wiegley
2009-02-04
1
-2
/
+1
|
*
Removed the global references to session->report.
John Wiegley
2009-02-03
1
-1
/
+1
|
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-1
/
+0
|
*
Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.
John Wiegley
2009-01-31
1
-0
/
+65