summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix possible stack overflow in option parsing routineMartin Michlmayr2019-01-261-0/+5
* Fix possible stack overflow in date parsing routineMichael Budde2019-01-261-1/+3
* 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 #1745 from mbudde/ignore-null-deferred-postingsJohn Wiegley2019-01-251-3/+5
|\ \ \ \
| * | | | Ignore null deferred postingsMichael Budde2019-01-231-3/+5
* | | | | 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
|/ / / /
* / / / Remove unused development code related to USE_BOOST_FACETSTim Landscheidt2019-01-172-82/+2
|/ / /
* / / Fix some boost format stringsTommi Komulainen2019-01-172-4/+4
|/ /
* | Fix parsing issue involving effective datesMartin Michlmayr2019-01-151-1/+1
* | Merge branch 'next' into move-have-editJohn Wiegley2019-01-147-22/+9
|\ \
| * \ 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
| | | |/ / | | |/| |
| * / | | Remove unused macros HAVE_ACCESS and HAVE_REALPATHTim Landscheidt2019-01-122-8/+2
| |/ / /
* / / / Use HAVE_EDIT only in main.ccTim Landscheidt2019-01-122-14/+10
|/ / /
* | | Don't attempt to invert a value if it's already zero (#1703)John Wiegley2019-01-111-1/+3
* | | Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2018-07-194-4/+11
|\ \ \
| * | | Ensure that parse errors produce useful RuntimeErrors for Python code.Manuel Amador (Rudd-O)2016-02-064-4/+11
* | | | fix regression of test 1147_aPascal Fleury2018-07-171-17/+18
* | | | amount_t -> balance_t.Pascal Fleury2018-07-171-13/+30
* | | | Unbreak with boost 1.68Jan Beich2018-07-091-0/+4
* | | | Revert "Use an std::set instead of an std::list to store the the journal file...John Wiegley2018-06-182-4/+4
| |_|/ |/| |
* | | Fix garbled dates when using --date-formatTommi Komulainen2018-06-131-1/+3
* | | Remove TOK_A_YEAR tokenChristoph Dittmann2018-06-101-23/+8
* | | Make automated transactions work with assertionsChristoph Dittmann2018-06-091-1/+2
* | | budget_posts: Keep pending items until the last day they applysmr8942018-04-041-8/+17
* | | Fix auto xact posts not getting applied to account total durring journal parseDJ Edmonson2018-03-231-3/+6
| |/ |/|
* | Add (currently undocumented) function 'clear_commodity'John Wiegley2018-02-162-0/+10
* | Merge pull request #519 from mbudde/accounts-prepend-formatJohn Wiegley2018-01-271-0/+15
|\ \
| * | Add support for --prepend-format in accounts commandMichael Budde2018-01-251-0/+15
* | | Merge pull request #521 from mbudde/fix-trimAlexis Hildebrandt2018-01-271-7/+4
|\ \ \
| * | | Fix handling of edge cases in trim functionMichael Budde2018-01-251-7/+4
| |/ /
* / / [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-27126-127/+127
|/ /
* | journal: Expose register_account to PythonKyle Fuller2018-01-231-0/+9
* | Transfer null_post flags to generated postingsAaron Lindsay2018-01-091-1/+1
* | Fix segfault when using --market with --group-byMichael Budde2018-01-041-4/+4