Commit Graph

11 Commits

Author SHA1 Message Date
Ivan Tham
c2b5ba6b3c 0.5 release 2020-06-15 00:43:17 +08:00
Daniel M. Capella
b98188e381 Respect CPPFLAGS environment variable 2018-11-18 09:07:54 +08:00
Ivan Tham
4b71980933 Major release with tons of improvements
- Minor fix, sigemptyset(&emptymask)
    - Mostly consists of major code changes.

Great thanks to Simon Lieb (pips-) for his help.
2016-11-01 00:24:54 +08:00
Ivan Tham
161f63ae60 Fix version in config.mk & remove authors in spt.1 2016-11-01 00:21:19 +08:00
Simon Lieb
44395654d8 Fix signal bursts blocking the counter
As sleep() would only detect a minimum of 1 second of sleeping, using
nanosleep() solves this problem. But we now required to define
POSIX_C_SOURCE >= 199309
2016-11-01 00:21:19 +08:00
Simon Lieb
22f35d5af4 Prefer sigsuspend(2) over pause(2)
As OpenBSD manual for pause(3) stated, this function is made obsolete by
sigsuspend(2).

We may think it will be removed in future for this *nix.

On linux, this require defining _POSIX_C_SOURCE to 1.
2016-11-01 00:21:19 +08:00
Ivan Tham
c89ef49965 Prevent macro hell 2016-07-11 19:39:13 +08:00
Ivan Tham
f1fe73aff8 Just comment config.mk to remove libnotify 2016-07-11 17:32:47 +08:00
Ivan Tham
2502641ce2 Fix spt on OSX (no libnotify)
- Thanks for the person who reviewed my code & gave suggestion
    - Fork notify_send() directly
    - What's next? Parallel timer
2016-05-13 23:13:23 +08:00
Ivan Tham
8c0cb46576 Bump version to 0.1 2016-02-01 08:24:44 +08:00
Ivan Tham
8f2d5e294f Initial commit 2015-11-28 21:15:26 +08:00