summaryrefslogtreecommitdiff
path: root/textual.h
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***John Wiegley2008-04-131-0/+14
|
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-0/+1
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-0/+2
| | | | | The command-line version is still statically bound in the build process by default (for the sake of speed).
* (test): Added a test for the presence of <?xml... in the input stream;John Wiegley2008-04-131-3/+1
| | | | | if it is there, report an error based on whether XML support was actually compiled in or not.
* Added new "output" command. Likely not to be documented, as these areJohn Wiegley2008-04-131-0/+5
| | | | intended primarily for future GUI development.
* updated to version 2.0John Wiegley2008-04-131-0/+26
|
* changesJohn Wiegley2008-04-131-23/+0
|
* moved entry hooking mechanism to journal_t; further improvements to "entry"John Wiegley2004-09-231-29/+0
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-0/+29
|
* fixesJohn Wiegley2004-08-191-0/+23
|
* added back sorting supportJohn Wiegley2004-08-051-13/+0
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-5/+0
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-6/+0
|
* Exit if parsing errors are encounteredJohn Wiegley2004-07-291-1/+1
|
* initial rev of 2.0John Wiegley2004-07-261-0/+24