sbase/util
FRIGN ec8246bbc6 Un-boolify sbase
It actually makes the binaries smaller, the code easier to read
(gems like "val == true", "val == false" are gone) and actually
predictable in the sense of that we actually know what we're
working with (one bitwise operator was quite adventurous and
should now be fixed).

This is also more consistent with the other suckless projects
around which don't use boolean types.
2014-11-14 10:54:20 +00:00
..
agetcwd.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
agetline.c add agetline, separate estrtod to util 2014-06-01 18:01:45 +01:00
apathmax.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
concat.c Implement concat() using read(2) and write(2) 2014-11-13 14:56:06 +00:00
cp.c Un-boolify sbase 2014-11-14 10:54:20 +00:00
crypt.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
enmasse.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
eprintf.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
estrtod.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
estrtol.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
fnck.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
getlines.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
human.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
md5.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
mode.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
putword.c Un-boolify sbase 2014-11-14 10:54:20 +00:00
recurse.c Add some error checking to util/recurse.c 2014-06-30 16:05:51 +01:00
rm.c Un-boolify sbase 2014-11-14 10:54:20 +00:00
sha1.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
sha256.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
sha512.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
strlcat.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00
strlcpy.c Sort includes and more cleanup and fixes in util/ 2014-11-14 10:54:10 +00:00