summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Expand)AuthorAgeFilesLines
...
* | Use git-describe to determine the current Ledger source version.John Wiegley2008-05-111-0/+3
* | Migrated over both code and build environment from was-v3.0 branch.John Wiegley2008-05-081-43/+104
|/
* option.cc: Include unistd.h, to pull in the prototype for access(). This wasJohn Wiegley2008-05-071-10/+25
* Updated the build process in acprep and configure.in to run without issues,John Wiegley2008-05-071-21/+34
* Reverted the master branch back to the state of v2.6.0.90, because I intend toJohn Wiegley2008-05-021-29/+8
* 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
* Changed pathnames for 10.5John Wiegley2008-04-131-2/+12
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-2/+2
* *** empty log message ***John Wiegley2008-04-131-5/+11
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Began support for improved commodity handling.John Wiegley2008-04-131-1/+1
* (read_binary_journal): Fixed a tiny memory leak when reading from aJohn Wiegley2008-04-131-2/+3
* *** empty log message ***John Wiegley2008-04-131-2/+2
* *** empty log message ***John Wiegley2008-04-131-2/+2
* Use libtoolize if glibtoolize can't be found.John Wiegley2008-04-131-1/+5
* Removed Python integration support.John Wiegley2008-04-131-7/+3
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-0/+1
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-2/+2
* *** empty log message ***John Wiegley2008-04-131-6/+6
* Separate out the arguments, to be more compatible.John Wiegley2008-04-131-2/+2
* Added preliminary support for OFX, using libofx. Needs muchJohn Wiegley2008-04-131-0/+1
* *** empty log message ***John Wiegley2008-04-131-2/+2
* Updated to python2.4John Wiegley2008-04-131-2/+2
* updated to 2.02John Wiegley2008-04-131-1/+1
* updated to version 2.0John Wiegley2008-04-131-0/+38
* changesJohn Wiegley2008-04-131-37/+0
* fixed a serious problem that prevented environment settings from being readJohn Wiegley2004-09-271-1/+1
* fixed several segfaults (using new option-scrambler test harness)John Wiegley2004-09-271-0/+4
* touch the ChangeLogJohn Wiegley2004-09-231-1/+1
* shored up error checking of value expressionsJohn Wiegley2004-09-231-2/+2
* added all-clean target to Makefile.am; wipes out just about everything!John Wiegley2004-09-231-2/+2
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-201-1/+1
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-0/+3
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-1/+1
* main.py (via ledger.so) and main.cc can now use the same shared libraryJohn Wiegley2004-09-141-6/+5
* main.py does everything except balance reports nowJohn Wiegley2004-09-141-2/+3
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-1/+1
* switch from using deque back to list; affects speed by up to 30%!John Wiegley2004-09-061-2/+1
* small fixesJohn Wiegley2004-08-301-1/+1
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-1/+1
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-1/+1
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-12/+7
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-7/+15
* use libtool, for making shared librariesJohn Wiegley2004-08-261-2/+3
* added check for --enable-standalone, as mentioned in the READMEJohn Wiegley2004-08-261-7/+11
* remove -mdynamic-no-pic from opt flags; that is implied by -fastJohn Wiegley2004-08-261-1/+1
* added "acprep --perf", for doing performance analysisJohn Wiegley2004-08-261-0/+3
* misc maintenance changesJohn Wiegley2004-08-241-0/+20