wmusic: fix overflow when calculating remaing track time
[dockapps.git] / wmcube / THANKS
blob142c992d915825384296697c22f7f220fb8d8850
2 I would like to thank to Douglas Torrance for his contribution to
3 wmcube including:
5 * a set of patches:
7   - remove_inline_keywords.patch -- removes inline keywords; allows
8       builds using gcc5.
9   - manpage_escape_hyphens.patch -- avoids hyphen-used-as-minus-sign
10       Lintian warning.
11   - 30_bts-386850_fix_smp.patch -- fixes smp support, reading
12       all the fields in /proc/stat;
13   - 40_bts-357072_long_uptime_fix.patch -- fixes execution on
14       machine with long uptime;
15   - fix_-Wunused-result_v2.patch -- fixes -Wunused-result
16       compiler warnings;
17   - fix_cppcheck_warnings.patch -- fixes warnings found by
18       cppcheck;
19   - fix_grammar.patch -- fixes grammar in error message;
20   - freebsd_sysctl.patch -- uses sysctl instead of kvm to get
21       cpu stats on kfreebsd;
23 * a few updates in Makefile (Makefile.LINUX) file;
25 * three new objects:
27   - X-lines.wmc,
28   - X-planes.wmc,
29   - beryllium.wmc;
31 * wmcube.1 manual page.