index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added support for "--pager PROGRAM". A likely way to define it in
John Wiegley
2008-04-13
1
-0
/
+1
|
|
|
|
your login file would be: "export LEDGER_PAGER=$PAGER".
*
Added new --head and --tail options, which control how many *entries*
John Wiegley
2008-04-13
1
-0
/
+2
|
|
|
|
|
|
are displayed in a register report or print report. The UNIX commands "head" and "tail" can be used to control how many transactions are displayed.
*
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
|
|
|
|
"output" command.
*
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