summaryrefslogtreecommitdiff
path: root/python.cc
Commit message (Collapse)AuthorAgeFilesLines
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
|
* moved entry hooking mechanism to journal_t; further improvements to "entry"John Wiegley2004-09-231-0/+2
|
* main.py (via ledger.so) and main.cc can now use the same shared libraryJohn Wiegley2004-09-141-23/+27
|
* ledger.so can now call back to functions in the calling interpretor (see ↵John Wiegley2004-09-141-2/+8
| | | | main.py)
* added more math operators for value_t typesJohn Wiegley2004-09-141-10/+1
|
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-141-0/+78
|
* added some more python filesJohn Wiegley2004-08-291-34/+0
|
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-7/+0
|
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-0/+2
|
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-0/+10
|
* added python.ccJohn Wiegley2004-08-271-0/+29