summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Patch from Nathan Jones so that trailing whitespace after account names in aJohn Wiegley2008-07-161-1/+2
| | | | | | | | transaction with no amount is not parsed as a special name. Fixes #3.
| * Added COPYING and TAGS to the ignore list.John Wiegley2008-07-131-0/+2
| |
| * Added #include lines for building on Debian lenny.John Wiegley2008-07-132-1/+1
| |
| * Fix compile errors with gcc 4.3Nathan Jones2008-05-232-0/+2
| |
| * Fix compile errors with gcc 4.3Nathan Jones2008-05-203-0/+3
| |
* | Commented out code that's not being used yet.John Wiegley2008-07-193-4/+4
| |
* | Don't remove pre-existing build directories when running acprepJohn Wiegley2008-07-191-1/+0
| |
* | Added TAGS file to the ignore listJohn Wiegley2008-05-201-0/+1
| |
* | Most things are building, but not the Python codeJohn Wiegley2008-05-124-77/+51
| |
* | Changed PYTHON_HOME path in acprepJohn Wiegley2008-05-111-1/+1
| |
* | Use git-describe to determine the current Ledger source version.John Wiegley2008-05-111-0/+3
| |
* | Renamed configure.in to configure.tmpl.John Wiegley2008-05-112-1/+2
| | | | | | | | Added configure.in file to the ignore list.
* | Got the unit tests compiling again (though not running yet).John Wiegley2008-05-099-25/+28
| |
* | The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-0852-1225/+2745
| |
* | Added full copyright notice.John Wiegley2008-05-081-1/+32
| |
* | Migrated over both code and build environment from was-v3.0 branch.John Wiegley2008-05-0848-7502/+10098
| |
* | Exchanged old test files for the new testing code in was-v3.0.John Wiegley2008-05-0858-1638/+3591
|/
* Changed from using .cvsignore to .gitignore.John Wiegley2008-05-082-10/+63
|
* option.cc: Include unistd.h, to pull in the prototype for access(). This wasJohn Wiegley2008-05-072-10/+26
| | | | | | preventing OpenBSD 4 from building. acprep (CXXFLAGS): Don't use the compile flag -Wno-long-double except on OS X.
* Updated ChangeLog.John Wiegley2008-05-070-0/+0
|
* datetime.h (class date_t, operator-): [#34] Changed two methods to allowJohn Wiegley2008-05-071-2/+2
| | | | compiling under FreeBSD 8. Functionality was not changed.
* Updated the build process in acprep and configure.in to run without issues,John Wiegley2008-05-072-50/+63
| | | | and to work with the Buildbot.
* [#31] Escaped some @-symbols in the Texi file which were not properly escaped.John Wiegley2008-05-071-3/+3
|
* Restored a missing history note re: v2.4.1.John Wiegley2008-05-071-0/+4
|
* Updated the ChangeLog to reflect the repository's entire history.John Wiegley2008-05-020-0/+0
|
* Reverted the master branch back to the state of v2.6.0.90, because I intend toJohn Wiegley2008-05-024-39/+14
| | | | | | be much more thorough about what gets commited to the master and why. This will still be the branch where new work will be checked in, but only after thorough review in a development branch.
* Support the --local option to acprep, which says not to use ~/Products.John Wiegley2008-04-241-5/+9
|
* Fixed acprep so that it builds Ledger again. Somehow it got completelyJohn Wiegley2008-04-201-6/+13
| | | | broken at some point.
* Restored a missing history note re: v2.4.1.John Wiegley2008-04-131-0/+4
|
* Added a class operator hack to allow building on FreeBSD 8.John Wiegley2008-04-131-2/+2
|
* Fixed #36: -e wasn't parsing the passed in date correctly.John Wiegley2008-04-131-3/+3
|
* Fixed issue #31.John Wiegley2008-04-131-3/+3
|
* Added a fix to allowing building on the latest version of BSD.John Wiegley2008-04-131-2/+2
|
* Added INSTALL fileJohn Wiegley2008-04-130-0/+0
|
* Changed pathnames for 10.5John Wiegley2008-04-131-2/+12
|
* Increased version to 2.6.0.90 and added documentation for this release.John Wiegley2008-04-134-4/+70
|
* Added missing casts to amount_t.John Wiegley2008-04-131-2/+2
|
* Improvements to the position calculation logic during parsing.John Wiegley2008-04-131-5/+8
|
* Corrected help documentation for --budget flag.John Wiegley2008-04-131-2/+2
|
* Added a note field to entry_t objects.John Wiegley2008-04-131-0/+1
|
* When building an auto-entry, copy over details so that the resultingJohn Wiegley2008-04-131-0/+12
| | | | transaction is a mirror of the automated entry's one.
* Cast time_t object to long, for the sake of FreeBSD.John Wiegley2008-04-131-1/+1
|
* Increment month days, not months, when calculating a date.John Wiegley2008-04-131-1/+1
|
* Fixes to the commodity comparison logic.John Wiegley2008-04-131-6/+8
|
* (handle_value): The transaction xdata.dflags were being set too late; theJohn Wiegley2008-04-131-2/+3
| | | | TRANSACTION_COMPOUND setting was being thrown away as a result.
* Added debug.h include for clean compilation on Debian systems.John Wiegley2008-04-131-0/+1
|
* Made several fixes to commodity parsing, which were preventing Gnucash filesJohn Wiegley2008-04-131-38/+17
| | | | from being parsed altogether.
* changesJohn Wiegley2008-04-133-4/+4
|
* *** empty log message ***John Wiegley2008-04-133-10/+12
|
* *** empty log message ***John Wiegley2008-04-132-12/+10
|