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 |
| | |||||
* | [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 |
| | |||||
* | Fix problems with <Adjustment> postings | John Wiegley | 2012-03-20 | 1 | -2/+6 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -5/+5 |
| | |||||
* | Added new required item_handler_t::clear() method | John Wiegley | 2010-05-30 | 1 | -20/+25 |
| | |||||
* | Temporary accounts were referenced after deletion | John Wiegley | 2010-05-22 | 1 | -3/+3 |
| | | | | Fixes D53C98E5-506D-4CE5-91A3-7666FD33B65B | ||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed NULL pointer bug if --account=EXPR is invalid | John Wiegley | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | Corrected an incorrect call to remove_account | John Wiegley | 2009-11-02 | 1 | -2/+2 |
| | |||||
* | Don't delete acct_temps if it was never set | John Wiegley | 2009-11-02 | 1 | -0/+2 |
| | |||||
* | Improved the way account temporaries are managed | John Wiegley | 2009-11-01 | 1 | -0/+8 |
| | |||||
* | Further improvements to handling temporaries | John Wiegley | 2009-10-28 | 1 | -0/+3 |
| | |||||
* | Redid the way temporaries are handled in filtering | John Wiegley | 2009-10-27 | 1 | -0/+124 |