summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated binary file version. (read_binary_journal): Read in theJohn Wiegley2008-04-131-1/+13
* (derive_new_entry): Simplified some code. (derive_new_entry): If noJohn Wiegley2008-04-131-3/+7
* Added code for setting the default year/month given in the prompt toJohn Wiegley2008-04-131-1/+34
* (parse): Added "D" directive to ledger files, which allows the user toJohn Wiegley2008-04-131-0/+5
* updated cache versionJohn Wiegley2008-04-131-1/+1
* Increased version to 2.06John Wiegley2008-04-132-4/+4
* *** empty log message ***John Wiegley2008-04-130-0/+0
* (read_binary_amount): If the commodity ident is zero,John Wiegley2008-04-131-0/+7
* Fixed a textual parsing bug.John Wiegley2008-04-130-0/+0
* Fixed a textual parsing bug.John Wiegley2008-04-134-5/+9
* Increased version to 2.04John Wiegley2008-04-132-4/+4
* *** empty log message ***John Wiegley2008-04-134-14/+14
* Upped version to 2.03John Wiegley2008-04-132-4/+4
* added a missing #includeJohn Wiegley2008-04-131-0/+2
* updated to 2.02John Wiegley2008-04-1313-25/+52
* updated to version 2.0John Wiegley2008-04-1385-5511/+21019
* changesJohn Wiegley2008-04-132-25/+3
* changesJohn Wiegley2008-04-1373-14911/+5255
* corrected semantics of -j and -JJohn Wiegley2004-09-271-7/+5
* fixed a serious problem that prevented environment settings from being readJohn Wiegley2004-09-272-3/+3
* fixed several segfaults (using new option-scrambler test harness)John Wiegley2004-09-274-7/+16
* fixed assertionJohn Wiegley2004-09-271-1/+1
* made several of the buffers used non-staticJohn Wiegley2004-09-267-20/+21
* added safety to READ_INT macroJohn Wiegley2004-09-261-17/+16
* updated main.py to reflect recent changes to main.ccJohn Wiegley2004-09-261-4/+5
* updated TODO fileJohn Wiegley2004-09-260-0/+0
* finished balance reporting capability in main.pyJohn Wiegley2004-09-262-8/+11
* another fix to interval reporting; end condition was sometimes off by oneJohn Wiegley2004-09-261-1/+1
* corrected the way that transaction handlers are flushedJohn Wiegley2004-09-262-7/+9
* corrected the deviation report (-D) when -V is also being usedJohn Wiegley2004-09-254-16/+10
* doc updatedJohn Wiegley2004-09-251-121/+132
* modified "report" script to expect a full register command, with -j or -JJohn Wiegley2004-09-251-2/+2
* fixed another problem with interval reports and the -s optionJohn Wiegley2004-09-251-6/+5
* fixed a problem with interval strings that use only a beg or end dateJohn Wiegley2004-09-251-30/+34
* sorting optimizationJohn Wiegley2004-09-253-18/+82
* fixed another value_t comparison issueJohn Wiegley2004-09-252-8/+7
* a couple of fixes to collapsed and subtotal reportsJohn Wiegley2004-09-252-24/+20
* corrected a small problem with conversion of numeric types to amount_t'sJohn Wiegley2004-09-251-17/+14
* added TODO itemJohn Wiegley2004-09-250-0/+0
* added documentation for the 'prices' commandJohn Wiegley2004-09-252-17/+52
* added pysample.dat, which provides a more realistic example of using PythonJohn Wiegley2004-09-257-76/+94
* if a commodity price cannot be downloaded, report it as an errorJohn Wiegley2004-09-256-15/+29
* can't reliably use `access' and W_OKJohn Wiegley2004-09-252-8/+3
* fixed support for multiple argument passing to Python functionsJohn Wiegley2004-09-253-18/+53
* accept multiple arguments passed to an interpreted function (more work tbd)John Wiegley2004-09-242-30/+58
* fixed printing of amounts that have a null commodity (was always precision 0)John Wiegley2004-09-242-5/+15
* improved error checking in parser, in case parts of an amount are missingJohn Wiegley2004-09-245-29/+85
* edited TODOJohn Wiegley2004-09-240-0/+0
* added support for "equity" in main.pyJohn Wiegley2004-09-246-17/+89
* added a custom transaction formatter, format_entries, used by "print"John Wiegley2004-09-246-25/+112