summaryrefslogtreecommitdiff
path: root/python.cc
Commit message (Expand)AuthorAgeFilesLines
* changesJohn Wiegley2008-04-131-81/+0
* changed entry_finalizer scheme to use objects, not just function pointersJohn Wiegley2004-09-241-2/+0
* a bit more refactoringJohn Wiegley2004-09-231-0/+2
* 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 main...John Wiegley2004-09-141-2/+8
* 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