Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Fix using day-of-week names for `xact` command | Alan Bram | 2021-04-10 | 1 | -13/+13 |
| | | | | Also fix end-of-command boundary checks for keywords "at", "to", etc. | ||||
* | Fix some boost format strings | Tommi Komulainen | 2019-01-17 | 1 | -1/+1 |
| | | | | | | Fixes: Error: boost::bad_format_string: format-string is ill-formed | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -3/+3 |
| | |||||
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -3/+3 |
| | |||||
* | Resolve some issues with proof builds | John Wiegley | 2012-04-15 | 1 | -7/+7 |
| | |||||
* | Change some #if guards to test for gcc 4.7 | John Wiegley | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Corrected several compile and link problems | John Wiegley | 2012-03-06 | 1 | -0/+7 |
| | |||||
* | Use unique_ptr instead of std::auto_ptr | John Wiegley | 2012-03-05 | 1 | -2/+2 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Added STR() utility function | John Wiegley | 2012-02-29 | 1 | -3/+1 |
| | |||||
* | Fixes for variable shadowing (11/28) | John Wiegley | 2012-02-17 | 1 | -2/+2 |
| | |||||
* | Fixes for variable shadowing (10/28) | John Wiegley | 2012-02-17 | 1 | -3/+2 |
| | |||||
* | Removed unused variables | John Wiegley | 2011-08-18 | 1 | -10/+0 |
| | |||||
* | Lookup probable accounts in reverse historical order | John Wiegley | 2011-07-19 | 1 | -4/+4 |
| | | | | Fixes #510 | ||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -222/+222 |
| | |||||
* | Corrected behavior of "draft" argument parser | John Wiegley | 2010-06-10 | 1 | -37/+36 |
| | |||||
* | Ommitting args to the entry command print nothing | John Wiegley | 2010-05-22 | 1 | -1/+5 |
| | |||||
* | When deriving, don't carry over the code or not | John Wiegley | 2010-03-10 | 1 | -6/+6 |
| | |||||
* | Corrected a debug string | John Wiegley | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Added experimental account lookup logic | John Wiegley | 2010-03-08 | 1 | -9/+17 |
| | | | | | This is used by the "xact" command, and the CSV importer. It is very slow O(xacts*records). | ||||
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -5/+2 |
| | | | | | There ended up being too many corner cases for the generalized formatter to handle. | ||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Cost of a post with neg. amount should be negative | John Wiegley | 2009-12-07 | 1 | -0/+3 |
| | |||||
* | Added some missing calls to add_post | John Wiegley | 2009-11-11 | 1 | -0/+2 |
| | |||||
* | Redesigned the draft_t class | John Wiegley | 2009-11-09 | 1 | -0/+525 |