index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filters.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed an unnecessary boolean test.
John Wiegley
2009-02-07
1
-1
/
+1
*
Threw away the "multiple parser" infrastructure.
John Wiegley
2009-02-07
1
-1
/
+0
*
Removed the nearly unknown --descend and --descend-if options.
John Wiegley
2009-02-06
1
-32
/
+3
*
Whitespace fix.
John Wiegley
2009-02-04
1
-0
/
+1
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-80
/
+88
*
Removed unneeded member variables.
John Wiegley
2009-02-04
1
-5
/
+1
*
Simplified error context handling.
John Wiegley
2009-02-02
1
-4
/
+2
*
Rationals based math is now passing the unit tests.
John Wiegley
2009-01-31
1
-10
/
+2
*
Changed to using rational numbers instead of integer approximations.
John Wiegley
2009-01-30
1
-0
/
+8
*
Stopped using the generic "unsigned int" in favor of more specific types.
John Wiegley
2009-01-29
1
-4
/
+4
*
Moved sha1 and gdtoa inclusions into system.hh.
John Wiegley
2009-01-24
1
-1
/
+0
*
Added missing zeroes in the sha1 to text generation.
John Wiegley
2009-01-20
1
-2
/
+4
*
Added support for "anonymizing" any report with --anon.
John Wiegley
2009-01-20
1
-0
/
+56
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Got changed_value_xacts working again.
John Wiegley
2009-01-19
1
-18
/
+5
*
Renamed XACT_BALANCE flag to XACT_MUST_BALANCE.
John Wiegley
2008-09-19
1
-2
/
+2
*
Factored common parts of entry_t and xact_t into new item_t
John Wiegley
2008-09-19
1
-14
/
+14
*
Fixed the way that nested caught exceptions are rethrown, and how value
John Wiegley
2008-09-15
1
-1
/
+1
*
Changed interval_t::start to interval_t::set_start, to be more clear about how
John Wiegley
2008-08-14
1
-3
/
+3
*
Enabled the --tail and --head options.
John Wiegley
2008-08-13
1
-0
/
+4
*
The balance report is working again.
John Wiegley
2008-08-10
1
-4
/
+6
*
Basic balance reports are working again!
John Wiegley
2008-08-10
1
-4
/
+1
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+755