Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-20 | Fix invalid handling of glob() errors on Linux | Olivier Gayot | 1 | -1/+1 | |
The manual of glob(3) says that the function returns 0 on successful completion. Any other integer value should be considered an error, not only negative integers. In practice, *BSD systems use negative values but Linux uses positive integers. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||||
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | 1 | -23/+23 | |
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status. | |||||
2014-05-15 | run_watch: check all matching pid files (until first valid one) (Thanks ↵ | Michael Stapelberg | 1 | -4/+20 | |
brotbart) fixes #1245 | |||||
2010-11-28 | Use kill(pid, 0) to check if the process is alive | Michael Stapelberg | 1 | -34/+11 | |
2009-09-01 | Support for (Debian) GNU/kFreeBSD | Axel Beckert | 1 | -1/+1 | |
2009-07-21 | Add modelines and retab! all files | Michael Stapelberg | 1 | -0/+1 | |
2009-07-21 | Use own files for each function, add get_ipv6_addr.c | Michael Stapelberg | 1 | -0/+55 | |