index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed printing of amounts that have a null commodity (was always precision 0)
John Wiegley
2004-09-24
1
-1
/
+1
*
improved error checking in parser, in case parts of an amount are missing
John Wiegley
2004-09-24
1
-0
/
+1
*
more error checking and robustness mods
John Wiegley
2004-09-23
1
-3
/
+3
*
shored up error checking of value expressions
John Wiegley
2004-09-23
1
-9
/
+3
*
added some error checking
John Wiegley
2004-09-23
1
-3
/
+10
*
passing --enable-python to configure is now required for python support
John Wiegley
2004-09-20
1
-18
/
+18
*
some changes in the way formatting strings are handled; for simplicity
John Wiegley
2004-09-18
1
-48
/
+22
*
changed the management of "xdata" in walk.h
John Wiegley
2004-09-17
1
-58
/
+5
*
using main.py is now only 50% slower than using main.cc
John Wiegley
2004-09-14
1
-6
/
+0
*
main.py does everything except balance reports now
John Wiegley
2004-09-14
1
-3
/
+0
*
main.py now implements nearly all the functionality of main.cc
John Wiegley
2004-09-14
1
-0
/
+73
*
make config_t visible to Python; almost possible to implement main.cc in main.py
John Wiegley
2004-09-14
1
-7
/
+90
*
python integrated both ways (see sample.dat), and initialized on-demand
John Wiegley
2004-09-14
1
-6
/
+6
*
interval_t objects now play nicely with python. see the bottom of main.py
John Wiegley
2004-09-10
1
-9
/
+5
*
optimize python iterations of entries, transactions; use exceptions more
John Wiegley
2004-09-08
1
-1
/
+1
*
switch from using deque back to list; affects speed by up to 30%!
John Wiegley
2004-09-06
1
-4
/
+4
*
a bit of a reorg; still much more to go
John Wiegley
2004-08-29
1
-81
/
+325
*
ledger.so (the python module) now builds based on autoconf discovery
John Wiegley
2004-08-28
1
-2
/
+2
*
updated help screen
John Wiegley
2004-08-24
1
-8
/
+4
*
cleanup; fully switched to autoconf -- use scripts/acprep
John Wiegley
2004-08-24
1
-2
/
+1
*
a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)
John Wiegley
2004-08-23
1
-4
/
+4
*
escape codes in format strings; can now redefine individual report formats
John Wiegley
2004-08-22
1
-7
/
+34
*
only compute the cost when it differs from the amount
John Wiegley
2004-08-21
1
-2
/
+2
*
minor changes
John Wiegley
2004-08-20
1
-2
/
+3
*
added support for parsing QIF files
John Wiegley
2004-08-19
1
-8
/
+7
*
fix to textual parsing, and a bit of reconstruction in main.cc
John Wiegley
2004-08-19
1
-2
/
+3
*
added --help docs, and fixed some problems with balance reproting
John Wiegley
2004-08-18
1
-53
/
+56
*
added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc.
John Wiegley
2004-08-18
1
-5
/
+5
*
small changes
John Wiegley
2004-08-17
1
-1
/
+1
*
bug fix
John Wiegley
2004-08-17
1
-1
/
+1
*
changes to value expressions, and to how the display predicate is computed
John Wiegley
2004-08-17
1
-6
/
+6
*
several significant speed improvements (removed excessive copying of strings)
John Wiegley
2004-08-17
1
-2
/
+0
*
fixes
John Wiegley
2004-08-17
1
-0
/
+2
*
don't allocate config_t within config.cc
John Wiegley
2004-08-17
1
-1
/
+1
*
slight fixes
John Wiegley
2004-08-17
1
-42
/
+42
*
further restructuring
John Wiegley
2004-08-15
1
-0
/
+348