index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
made several of the buffers used non-static
John Wiegley
2004-09-26
7
-20
/
+21
*
added safety to READ_INT macro
John Wiegley
2004-09-26
1
-17
/
+16
*
updated main.py to reflect recent changes to main.cc
John Wiegley
2004-09-26
1
-4
/
+5
*
updated TODO file
John Wiegley
2004-09-26
0
-0
/
+0
*
finished balance reporting capability in main.py
John Wiegley
2004-09-26
2
-8
/
+11
*
another fix to interval reporting; end condition was sometimes off by one
John Wiegley
2004-09-26
1
-1
/
+1
*
corrected the way that transaction handlers are flushed
John Wiegley
2004-09-26
2
-7
/
+9
*
corrected the deviation report (-D) when -V is also being used
John Wiegley
2004-09-25
4
-16
/
+10
*
doc updated
John Wiegley
2004-09-25
1
-121
/
+132
*
modified "report" script to expect a full register command, with -j or -J
John Wiegley
2004-09-25
1
-2
/
+2
*
fixed another problem with interval reports and the -s option
John Wiegley
2004-09-25
1
-6
/
+5
*
fixed a problem with interval strings that use only a beg or end date
John Wiegley
2004-09-25
1
-30
/
+34
*
sorting optimization
John Wiegley
2004-09-25
3
-18
/
+82
*
fixed another value_t comparison issue
John Wiegley
2004-09-25
2
-8
/
+7
*
a couple of fixes to collapsed and subtotal reports
John Wiegley
2004-09-25
2
-24
/
+20
*
corrected a small problem with conversion of numeric types to amount_t's
John Wiegley
2004-09-25
1
-17
/
+14
*
added TODO item
John Wiegley
2004-09-25
0
-0
/
+0
*
added documentation for the 'prices' command
John Wiegley
2004-09-25
2
-17
/
+52
*
added pysample.dat, which provides a more realistic example of using Python
John Wiegley
2004-09-25
7
-76
/
+94
*
if a commodity price cannot be downloaded, report it as an error
John Wiegley
2004-09-25
6
-15
/
+29
*
can't reliably use `access' and W_OK
John Wiegley
2004-09-25
2
-8
/
+3
*
fixed support for multiple argument passing to Python functions
John Wiegley
2004-09-25
3
-18
/
+53
*
accept multiple arguments passed to an interpreted function (more work tbd)
John Wiegley
2004-09-24
2
-30
/
+58
*
fixed printing of amounts that have a null commodity (was always precision 0)
John Wiegley
2004-09-24
2
-5
/
+15
*
improved error checking in parser, in case parts of an amount are missing
John Wiegley
2004-09-24
5
-29
/
+85
*
edited TODO
John Wiegley
2004-09-24
0
-0
/
+0
*
added support for "equity" in main.py
John Wiegley
2004-09-24
6
-17
/
+89
*
added a custom transaction formatter, format_entries, used by "print"
John Wiegley
2004-09-24
6
-25
/
+112
*
fixed an obscure "print" bug
John Wiegley
2004-09-24
2
-14
/
+18
*
fixed a rather obscure memory bug, which also simplified some code
John Wiegley
2004-09-24
4
-43
/
+13
*
finalizer fixes; removed use of timing.h from main.cc
John Wiegley
2004-09-24
5
-55
/
+19
*
changed entry_finalizer scheme to use objects, not just function pointers
John Wiegley
2004-09-24
6
-64
/
+72
*
conditionalized the reference to xmlparse and xmltok from setup.py
John Wiegley
2004-09-24
2
-1
/
+15
*
fix to entry
John Wiegley
2004-09-24
2
-2
/
+2
*
added rules to install headers and Python module
John Wiegley
2004-09-23
1
-5
/
+47
*
a bit more refactoring
John Wiegley
2004-09-23
9
-121
/
+172
*
added files
John Wiegley
2004-09-23
1
-0
/
+264
*
changed ledger.h to journal.h; moved adding of autoxact hook
John Wiegley
2004-09-23
19
-282
/
+50
*
moved entry hooking mechanism to journal_t; further improvements to "entry"
John Wiegley
2004-09-23
9
-147
/
+191
*
more "entry" fixes
John Wiegley
2004-09-23
2
-2
/
+17
*
greatly improved the flexibility of the "entry" command; no more bogus 1-liners
John Wiegley
2004-09-23
4
-35
/
+91
*
fixed a bug with interval reporting
John Wiegley
2004-09-23
2
-3
/
+5
*
added lots of commenting to main.py
John Wiegley
2004-09-23
1
-9
/
+92
*
always sort the transaction chain, if interval reporting is being used
John Wiegley
2004-09-23
1
-3
/
+7
*
touch the ChangeLog
John Wiegley
2004-09-23
1
-1
/
+1
*
more error checking and robustness mods
John Wiegley
2004-09-23
5
-56
/
+58
*
shored up error checking of value expressions
John Wiegley
2004-09-23
8
-34
/
+63
*
minor edit to NEWS file
John Wiegley
2004-09-23
1
-7
/
+7
*
added some error checking
John Wiegley
2004-09-23
2
-8
/
+26
*
doc updates
John Wiegley
2004-09-23
1
-115
/
+128
[next]