Go to file
Michael Stapelberg 4ddd115af8 Use (void) instead of () for functions without args (Thanks fernandotcl)
See also:
http://article.gmane.org/gmane.linux.kernel/1268792

The C compiler will handle (void) as "no arguments" and () as "variadic
function" (equivalent to (...)) which might lead to subtle errors.
2012-05-07 08:28:04 +02:00
debian debian: recommend libcap2-bin only on linux, recommend/enhance i3-wm (i3bar) 2012-03-25 22:12:30 +02:00
include Implement basic fetching of cpu temperature on OpenBSD. 2012-04-30 13:00:46 +02:00
man Update wrt. recent OpenBSD changes. 2012-05-04 16:07:43 +02:00
src Use (void) instead of () for functions without args (Thanks fernandotcl) 2012-05-07 08:28:04 +02:00
yajl-fallback/yajl add yajl compat code 2012-04-08 14:05:47 +02:00
.gitignore Breaks configfiles! Major refactoring of i3status, see below 2009-10-11 22:14:29 +02:00
CHANGELOG add CHANGELOG file 2012-05-02 17:40:55 +02:00
i3status.c Use (void) instead of () for functions without args (Thanks fernandotcl) 2012-05-07 08:28:04 +02:00
i3status.conf Fix indentation in i3status.conf 2012-03-11 15:37:13 +01:00
LICENSE Separate license into file LICENSE 2009-10-15 20:44:24 +02:00
Makefile add CHANGELOG to release tarball 2012-05-04 16:05:50 +02:00