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
...
*
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
[prev]