index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
The code is compiling again, but it's far from being able to run yet.
John Wiegley
2008-05-08
1
-53
/
+21
*
Made separate modules for the csv command, since the prior method was
John Wiegley
2008-04-13
1
-1
/
+0
*
Reworked the way date/times are handled.
John Wiegley
2008-04-13
1
-0
/
+4
*
Several fixes to lot price handling.
John Wiegley
2008-04-13
1
-104
/
+30
*
Further refinement of commodity lot information.
John Wiegley
2008-04-13
1
-1
/
+2
*
*** empty log message ***
John Wiegley
2008-04-13
1
-1
/
+3
*
Tons of corrections and fixes to value expressions and lot figures.
John Wiegley
2008-04-13
1
-1
/
+1
*
*** empty log message ***
John Wiegley
2008-04-13
1
-1
/
+1
*
*** empty log message ***
John Wiegley
2008-04-13
1
-0
/
+2
*
*** empty log message ***
John Wiegley
2008-04-13
1
-1
/
+1
*
Added --ansi and --ansi-invert options.
John Wiegley
2008-04-13
1
-1
/
+1
*
Added new --descend option.
John Wiegley
2008-04-13
1
-1
/
+2
*
Added a DATETIME value type.
John Wiegley
2008-04-13
1
-1
/
+28
*
*** empty log message ***
John Wiegley
2008-04-13
1
-0
/
+3
*
Began support for improved commodity handling.
John Wiegley
2008-04-13
1
-1
/
+1
*
Checked in all major updates.
John Wiegley
2008-04-13
1
-16
/
+6
*
Added support for outputting to CSV format.
John Wiegley
2008-04-13
1
-0
/
+1
*
Restructed the code that it can build and be used as a shared library.
John Wiegley
2008-04-13
1
-15
/
+27
*
Added support for "--pager PROGRAM". A likely way to define it in
John Wiegley
2008-04-13
1
-0
/
+1
*
Added new --head and --tail options, which control how many *entries*
John Wiegley
2008-04-13
1
-0
/
+2
*
Added new options --reconcile, --reconcilable and --reconcile-date.
John Wiegley
2008-04-13
1
-0
/
+2
*
*** empty log message ***
John Wiegley
2008-04-13
1
-0
/
+1
*
Added write_hdr_format and write_xact_format, which are used by the
John Wiegley
2008-04-13
1
-0
/
+2
*
updated to version 2.0
John Wiegley
2008-04-13
1
-0
/
+103
*
changes
John Wiegley
2008-04-13
1
-94
/
+0
*
added pysample.dat, which provides a more realistic example of using Python
John Wiegley
2004-09-25
1
-1
/
+1
*
improved error checking in parser, in case parts of an amount are missing
John Wiegley
2004-09-24
1
-7
/
+1
*
changed ledger.h to journal.h; moved adding of autoxact hook
John Wiegley
2004-09-23
1
-1
/
+1
*
passing --enable-python to configure is now required for python support
John Wiegley
2004-09-20
1
-1
/
+1
*
some changes in the way formatting strings are handled; for simplicity
John Wiegley
2004-09-18
1
-5
/
+6
*
changed the management of "xdata" in walk.h
John Wiegley
2004-09-17
1
-9
/
+1
*
using main.py is now only 50% slower than using main.cc
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
/
+6
*
make config_t visible to Python; almost possible to implement main.cc in main.py
John Wiegley
2004-09-14
1
-4
/
+16
*
interval_t objects now play nicely with python. see the bottom of main.py
John Wiegley
2004-09-10
1
-1
/
+0
*
a bit of a reorg; still much more to go
John Wiegley
2004-08-29
1
-1
/
+39
*
fixed bad #define
John Wiegley
2004-08-23
1
-2
/
+2
*
escape codes in format strings; can now redefine individual report formats
John Wiegley
2004-08-22
1
-6
/
+6
*
added support for parsing QIF files
John Wiegley
2004-08-19
1
-1
/
+2
*
added --help docs, and fixed some problems with balance reproting
John Wiegley
2004-08-18
1
-2
/
+2
*
don't allocate config_t within config.cc
John Wiegley
2004-08-17
1
-10
/
+10
*
further restructuring
John Wiegley
2004-08-15
1
-0
/
+54