gnucash/libgnucash
Christopher Lam 33a7bb73db Bugzilla 790526 Correct weeknum calculator
This change will fix 'num-of-weeks-since-1/jan/1970' which formerly used quotient to remove
the fractional part of the division. For negative values of num-of-weeks, the number is truncated
in the wrong direction (i.e. towards 0). This change uses floor instead to ensure the num-of-weeks
found is the nearest integer LESS than the fractional number.
2018-01-08 13:01:29 +11:00
..
app-utils Bugzilla 790526 Correct weeknum calculator 2018-01-08 13:01:29 +11:00
backend Transaction members Timespec->time64 2018-01-08 13:01:29 +11:00
core-utils Merge branch 'fix_bayes' of https://github.com/limitedAtonement/gnucash into unstable 2017-12-23 15:10:48 +01:00
doc Remove all references to the now-defunct Yahoo! quote retrieval 2018-01-02 10:43:49 -08:00
engine Adding bill term time64 function 2018-01-08 13:01:29 +11:00
gnc-module Drop guile 1.8 support 2017-12-20 14:55:40 +01:00
quotes Remove all references to the now-defunct Yahoo! quote retrieval 2018-01-02 10:43:49 -08:00
scm Remove all references to the now-defunct Yahoo! quote retrieval 2018-01-02 10:43:49 -08:00
tax Drop guile 1.8 support 2017-12-20 14:55:40 +01:00
CMakeLists.txt Move accounts, checks and pixmaps into a data directory 2017-08-11 22:42:15 +02:00
Makefile.am Move accounts, checks and pixmaps into a data directory 2017-08-11 22:42:15 +02:00