summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix possible stack overflow in date parsing routineMichael Budde2019-01-263-1/+15
* Merge pull request #1657 from nagakiran/timelog-checkin-multiple-accounts-at-...John Wiegley2019-01-251-1/+1
|\
| * Timelog: Not able to check-in to multiple accounts at a timeNaga Kiran2018-06-251-1/+1
* | Merge pull request #1726 from scfc/compile-strptime-only-on-windowsJohn Wiegley2019-01-252-5/+12
|\ \
| * | Compile strptime.cc only on WindowsTim Landscheidt2019-01-162-5/+12
* | | Merge pull request #1736 from scfc/drop-conditionals-for-boost-earlier-than-1-49John Wiegley2019-01-257-62/+4
|\ \ \
| * | | Drop conditionals for Boost earlier than 1.49Tim Landscheidt2019-01-177-64/+6
* | | | Merge pull request #1742 from scfc/rephrase-boost-build-matrixJohn Wiegley2019-01-253-96/+29
|\ \ \ \
| * | | | Use build matrix to specify Boost versions for Travis CITim Landscheidt2019-01-223-45/+29
| * | | | Remove broken and disabled Travis CI configurationsTim Landscheidt2019-01-223-51/+0
* | | | | Merge pull request #1743 from scfc/move-garbage-dat-to-test-using-itJohn Wiegley2019-01-253-32/+32
|\ \ \ \ \
| * | | | | Move garbage-input.dat to test case using itTim Landscheidt2019-01-223-32/+32
| |/ / / /
* | | | | Merge pull request #1744 from scfc/do-not-set-dependencies-for-target-checkJohn Wiegley2019-01-252-7/+0
|\ \ \ \ \
| * | | | | Do not set dependencies for target checkTim Landscheidt2019-01-222-7/+0
| |/ / / /
* | | | | Merge pull request #1745 from mbudde/ignore-null-deferred-postingsJohn Wiegley2019-01-253-3/+13
|\ \ \ \ \
| * | | | | Ignore null deferred postingsMichael Budde2019-01-233-3/+13
| |/ / / /
* | | | | Expose post_t::given_cost over pythonChristoph Dittmann2019-01-251-0/+5
* | | | | Drop support for gcc 2 and earlierTim Landscheidt2019-01-2514-97/+65
* | | | | Remove workaround for isspace() on FreeBSD 4 and earlierTim Landscheidt2019-01-251-5/+0
* | | | | Add tzdata to build dependencies for UbuntuTim Landscheidt2019-01-253-4/+6
* | | | | Quick nitpick styling change/enhancementGonzalo Rizzo2019-01-251-6/+6
|/ / / /
* | | | Use standard GCC in Travis CITim Landscheidt2019-01-191-7/+0
* | | | Merge pull request #1735 from scfc/remove-code-related-to-boost-facetsJohn Wiegley2019-01-172-82/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused development code related to USE_BOOST_FACETSTim Landscheidt2019-01-172-82/+2
|/ / /
* | | Merge pull request #1733 from pascalfleury/ubuntu_deps_updateJohn Wiegley2019-01-172-49/+44
|\ \ \
| * | | Update README info.Pascal Fleury2019-01-171-9/+1
| * | | update deps.Pascal Fleury2019-01-171-39/+42
| * | | Make acprep work with Python3.Pascal Fleury2019-01-171-1/+1
| |/ /
* | | Merge pull request #1734 from tko/boost-fmtJohn Wiegley2019-01-172-4/+4
|\ \ \ | |/ / |/| |
| * | Fix some boost format stringsTommi Komulainen2019-01-172-4/+4
|/ /
* | Fix parsing issue involving effective datesMartin Michlmayr2019-01-153-1/+16
* | Merge pull request #1705 from scfc/move-have-editJohn Wiegley2019-01-142-13/+9
|\ \
| * \ Merge branch 'next' into move-have-editJohn Wiegley2019-01-1411-47/+56
| |\ \ | |/ / |/| |
* | | Merge pull request #1707 from scfc/remove-sys-stat-hJohn Wiegley2019-01-141-1/+0
|\ \ \
| * | | Remove unnecessary include for sys/stat.hTim Landscheidt2019-01-121-2/+1
* | | | Merge pull request #1713 from scfc/remove-unicodeobject-hJohn Wiegley2019-01-141-1/+0
|\ \ \ \
| * | | | Remove unnecessary include for unicodeobject.hTim Landscheidt2019-01-131-1/+0
| |/ / /
* | | | Merge pull request #1714 from scfc/remove-py-dump-relaxedJohn Wiegley2019-01-141-7/+1
|\ \ \ \
| * | | | Remove unused function py_dump_relaxed()Tim Landscheidt2019-01-131-7/+1
* | | | | Merge pull request #540 from scfc/fix-warnings-for-implicit-fallthroughJohn Wiegley2019-01-143-3/+3
|\ \ \ \ \
| * | | | | Fix warnings for -Wimplicit-fallthroughTim Landscheidt2018-02-193-3/+3
* | | | | | Merge pull request #1718 from scfc/fix-prepend-width-warningJohn Wiegley2019-01-141-3/+4
|\ \ \ \ \ \
| * | | | | | Fix warning about uninitialized variable prepend_widthTim Landscheidt2019-01-141-3/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1719 from scfc/prefer-system-utf8-hJohn Wiegley2019-01-141-1/+2
|\ \ \ \ \ \
| * | | | | | Prefer system utf8cpp if availableTim Landscheidt2019-01-141-1/+2
| |/ / / / /
* | | | | | Merge pull request #1704 from scfc/remove-unused-macrosJohn Wiegley2019-01-143-10/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove unused macros HAVE_ACCESS and HAVE_REALPATHTim Landscheidt2019-01-123-10/+2
| | |/ / / | |/| | |
* | | | | Update NEWS for 3.1.2Martin Michlmayr2019-01-121-9/+42
* | | | | Add release dates to doc/NEWSMartin Michlmayr2019-01-121-3/+3
* | | | | Remove build information for ledger 2.6Martin Michlmayr2019-01-121-10/+0
|/ / / /