Commit graph

7 commits

Author SHA1 Message Date
John Wiegley
1741c80fe4 rewrote the way registers are computed -- again 2004-08-04 03:12:26 -04:00
John Wiegley
94e76ae87e two major changes
Complete changed the way format strings are handled.  They are now
compiled first, which is far more efficient than what was being done
before.

Also, there is now a global ledger::commodity_t::commodities map,
which saves me from having to pass the current journal around to a
zillion different functions, for the sole purpose of making sure that
all commodity symbols that are parsed refer to the same commodity
object.
2004-07-30 21:57:02 -04:00
John Wiegley
5087a60dee added error checking to value expression parsing 2004-07-30 20:06:56 -04:00
John Wiegley
a2f805ef73 Exit if parsing errors are encountered 2004-07-29 01:56:53 -04:00
John Wiegley
c598550d50 call c_str() 2004-07-29 01:50:40 -04:00
John Wiegley
6215627935 n 2004-07-29 01:50:07 -04:00
John Wiegley
e2432a4000 added error.h 2004-07-29 01:49:31 -04:00