index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
textual.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
(parse): When an entry does not balance, print the entry so the user
John Wiegley
2008-04-13
1
-1
/
+2
|
|
|
|
can see what Ledger saw.
*
Changes to support building with gcc 2.95.
John Wiegley
2008-04-13
1
-5
/
+14
|
*
*** empty log message ***
John Wiegley
2008-04-13
1
-0
/
+1
|
*
*** empty log message ***
John Wiegley
2008-04-13
1
-3
/
+4
|
*
Added support for each entry to remember: the file it came from, and
John Wiegley
2008-04-13
1
-2
/
+103
|
|
|
|
|
|
the beginning and ending character positions of that entry within the file. This makes it possible to reproduce the input exactly, with only the changed entries updated.
*
(parse): Added "D" directive to ledger files, which allows the user to
John Wiegley
2008-04-13
1
-0
/
+5
|
|
|
|
|
specify which commodity is used for the default when none is specified or calculated by the "entry" command.
*
Fixed a textual parsing bug.
John Wiegley
2008-04-13
1
-0
/
+4
|
*
updated to version 2.0
John Wiegley
2008-04-13
1
-0
/
+597
|
*
changes
John Wiegley
2008-04-13
1
-550
/
+0
|
*
improved error checking in parser, in case parts of an amount are missing
John Wiegley
2004-09-24
1
-14
/
+35
|
*
finalizer fixes; removed use of timing.h from main.cc
John Wiegley
2004-09-24
1
-4
/
+3
|
*
changed entry_finalizer scheme to use objects, not just function pointers
John Wiegley
2004-09-24
1
-8
/
+9
|
*
changed ledger.h to journal.h; moved adding of autoxact hook
John Wiegley
2004-09-23
1
-1
/
+6
|
*
moved entry hooking mechanism to journal_t; further improvements to "entry"
John Wiegley
2004-09-23
1
-100
/
+2
|
*
fixed several issues in value_t's core
John Wiegley
2004-09-21
1
-16
/
+12
|
*
the "bal" command mostly works now in main.py; added a finalize_entry hook
John Wiegley
2004-09-20
1
-11
/
+16
|
*
some changes in the way formatting strings are handled; for simplicity
John Wiegley
2004-09-18
1
-3
/
+7
|
*
make config_t visible to Python; almost possible to implement main.cc in main.py
John Wiegley
2004-09-14
1
-1
/
+2
|
*
python integrated both ways (see sample.dat), and initialized on-demand
John Wiegley
2004-09-14
1
-3
/
+15
|
*
improvements to python exposure of commodity_t
John Wiegley
2004-09-11
1
-1
/
+1
|
*
optimize python iterations of entries, transactions; use exceptions more
John Wiegley
2004-09-08
1
-5
/
+2
|
*
small fixes
John Wiegley
2004-08-30
1
-2
/
+9
|
*
redid the way amount_t::commodity is handled; no more direct access
John Wiegley
2004-08-29
1
-7
/
+2
|
*
ledger.so (the python module) now builds based on autoconf discovery
John Wiegley
2004-08-28
1
-6
/
+0
|
*
added (disabled) code for Boost.Python
John Wiegley
2004-08-27
1
-3
/
+22
|
*
escape codes in format strings; can now redefine individual report formats
John Wiegley
2004-08-22
1
-1
/
+6
|
*
use value_t instead of balance_pair_t; gains for 10% binary, 2% textual
John Wiegley
2004-08-21
1
-10
/
+15
|
*
only compute the cost when it differs from the amount
John Wiegley
2004-08-21
1
-15
/
+14
|
*
removed some redundant code
John Wiegley
2004-08-21
1
-1
/
+1
|
*
fixes to how commodities are looked up using quotes.cc
John Wiegley
2004-08-21
1
-4
/
+2
|
*
support arbitrary precision after the decimal point; increase speed 0-10%
John Wiegley
2004-08-21
1
-1
/
+6
|
*
fixes
John Wiegley
2004-08-19
1
-2
/
+2
|
*
several fixes
John Wiegley
2004-08-19
1
-4
/
+8
|
*
added support for parsing QIF files
John Wiegley
2004-08-19
1
-5
/
+4
|
*
use std::auto_ptr wherever a thrown exception might otherwise leak memory
John Wiegley
2004-08-19
1
-12
/
+11
|
*
fix to textual parsing, and a bit of reconstruction in main.cc
John Wiegley
2004-08-19
1
-2
/
+5
|
*
more time interval support: last month, last feb, next year, etc.
John Wiegley
2004-08-18
1
-2
/
+2
|
*
fixes
John Wiegley
2004-08-17
1
-22
/
+6
|
*
several significant speed improvements (removed excessive copying of strings)
John Wiegley
2004-08-17
1
-3
/
+2
|
*
if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done
John Wiegley
2004-08-17
1
-2
/
+2
|
*
further restructuring
John Wiegley
2004-08-15
1
-5
/
+8
|
*
cleaned up binary data writing, and file handling
John Wiegley
2004-08-15
1
-15
/
+13
|
*
added timing debug code
John Wiegley
2004-08-14
1
-0
/
+22
|
*
added timing code
John Wiegley
2004-08-13
1
-6
/
+9
|
*
more options fixes
John Wiegley
2004-08-13
1
-1
/
+2
|
*
long options are now supported
John Wiegley
2004-08-13
1
-0
/
+11
|
*
new debug code; automated transactions now use value expression predicates
John Wiegley
2004-08-10
1
-21
/
+8
|
*
added back sorting support
John Wiegley
2004-08-05
1
-5
/
+4
|
*
rewrote the way registers are computed -- again
John Wiegley
2004-08-04
1
-233
/
+19
|
*
brought back the "print" and "equity" reports; this time much better!
John Wiegley
2004-07-31
1
-122
/
+5
|
[next]