index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
session.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scopes can now provide a description of themselves
John Wiegley
2010-06-24
1
-0
/
+4
*
Added initial implementation of lot_*() functions
John Wiegley
2010-06-14
1
-0
/
+3
*
Revised how Ledger handles the "current year"
John Wiegley
2010-06-14
1
-2
/
+1
*
Restored min() and max() virtual functions
John Wiegley
2010-06-13
1
-0
/
+2
*
Completely reworked argument passing in expressions
John Wiegley
2010-06-13
1
-4
/
+3
*
account(NAME) function can lookup account objects
John Wiegley
2010-06-13
1
-0
/
+2
*
Untabified all source files
John Wiegley
2010-06-11
1
-3
/
+3
*
A little bit of code cleanup
John Wiegley
2010-06-04
1
-1
/
+0
*
Changed --european option to --decimal-comma
John Wiegley
2010-06-01
1
-3
/
+3
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
session_t now holds a std::auto_prt<journal_t>
John Wiegley
2009-11-12
1
-3
/
+3
*
Removed a bunch of empty comments
John Wiegley
2009-11-08
1
-9
/
+0
*
Renamed --set-reported-account to just --account
John Wiegley
2009-11-06
1
-2
/
+2
*
Moved journal reading code into journal_t
John Wiegley
2009-11-05
1
-8
/
+0
*
Moved xdata clearing code into each type proper
John Wiegley
2009-11-05
1
-8
/
+0
*
Segregated symbols into 5 separate namespaces
John Wiegley
2009-11-04
1
-1
/
+2
*
Changed protection level of many parts of commodity_t
John Wiegley
2009-11-02
1
-1
/
+1
*
Wire up the --european option
John Wiegley
2009-11-02
1
-1
/
+5
*
Added a --european flag, to use commas for decimals
John Wiegley
2009-11-02
1
-0
/
+2
*
Create a --cache option, for using a binary cache
John Wiegley
2009-10-31
1
-0
/
+2
*
Moved ownership of master account into journal_t
John Wiegley
2009-10-30
1
-6
/
+3
*
Setting --date-format in ~/.ledgerrc works again
John Wiegley
2009-10-29
1
-2
/
+4
*
Rewrote the way date and time I/O is managed
John Wiegley
2009-10-25
1
-3
/
+3
*
Removed reliance on strptime/strftime
John Wiegley
2009-10-11
1
-1
/
+1
*
Restored --download, although not done yet
John Wiegley
2009-06-24
1
-3
/
+3
*
Restored --input-date-format option
John Wiegley
2009-06-18
1
-1
/
+6
*
When --end is used, set a "terminus" date
John Wiegley
2009-06-16
1
-7
/
+0
*
Added new debug option --options
John Wiegley
2009-06-02
1
-3
/
+14
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-3
/
+6
*
The Great Renaming, Part II
John Wiegley
2009-02-23
1
-3
/
+3
*
Added --exchange (-x) option
John Wiegley
2009-02-22
1
-0
/
+3
*
Enabled --current option
John Wiegley
2009-02-20
1
-0
/
+4
*
Added a --strict session option
John Wiegley
2009-02-19
1
-0
/
+1
*
Fixed several unused value and param warnings
John Wiegley
2009-02-16
1
-1
/
+1
*
Split up session_t::reread_journal_files()
John Wiegley
2009-02-15
1
-1
/
+1
*
Added a "reload" command, for use at the REPL
John Wiegley
2009-02-13
1
-0
/
+3
*
If a ledger file is specified in .ledgerrc, ignore the environment.
John Wiegley
2009-02-08
1
-1
/
+1
*
Added support for value expression definitions.
John Wiegley
2009-02-08
1
-1
/
+1
*
Added --leeway option (for quote downloading) into session_t.
John Wiegley
2009-02-07
1
-0
/
+7
*
Threw away the "multiple parser" infrastructure.
John Wiegley
2009-02-07
1
-18
/
+6
*
Allow value expressions to gain access to option settings.
John Wiegley
2009-02-07
1
-0
/
+2
*
More revision to the way options are handled; reworked CSV command.
John Wiegley
2009-02-07
1
-2
/
+1
*
Moved the --abbrev-len option to report_t.
John Wiegley
2009-02-06
1
-1
/
+0
*
Restored all the option handlers from 2.6.2, but not the options themselves.
John Wiegley
2009-02-06
1
-130
/
+34
*
Moved --pager handler back into report_t.
John Wiegley
2009-02-05
1
-6
/
+0
*
Greatly simplified the way option and command handlers are defined.
John Wiegley
2009-02-05
1
-0
/
+1
*
Removed an unnused member.
John Wiegley
2009-02-05
1
-2
/
+0
*
Removed all references to the old binary cache.
John Wiegley
2009-02-04
1
-4
/
+0
*
Moved the --pager option to the session object, rather than the report object.
John Wiegley
2009-02-04
1
-0
/
+6
*
Minor fixes to the REPL when using libedit.
John Wiegley
2009-02-04
1
-1
/
+2
[next]