sbase/libutil
FRIGN 5595af5742 Convert humansize() to accept a size_t instead of a double
General convention is to use size_t to store sizes of all kinds.
Internally, the function uses double anyway, but at least this
doesn't clobber up the API any more and there's a chance in the
future to make this function a bit cleaner and not use this dirty
static buffer hack any more.
2015-04-25 11:43:14 +01:00
..
concat.c Add *fshut() functions to properly flush file streams 2015-04-05 09:13:56 +01:00
cp.c
crypt.c
ealloc.c
enmasse.c
eprintf.c Remove DEBUG-define for eprintf.c 2015-04-05 09:13:56 +01:00
eregcomp.c
estrtod.c
fnck.c
fshut.c Add LICENSE header to fshut.c 2015-04-20 18:04:08 +01:00
getlines.c libutil/getlines: style fix 2015-03-29 21:55:34 +02:00
human.c Convert humansize() to accept a size_t instead of a double 2015-04-25 11:43:14 +01:00
md5.c
mkdirp.c Move mkdirp() to libutil 2015-04-20 18:04:08 +01:00
mode.c
putword.c Actually print <space> to stream in putword() too 2015-04-21 18:00:47 +01:00
reallocarray.c
recurse.c Add SILENT flag to recurse() 2015-04-20 11:12:40 +01:00
rm.c Add SILENT flag to recurse() 2015-04-20 11:12:40 +01:00
sha1.c
sha256.c
sha512.c
strcasestr.c
strlcat.c
strlcpy.c
strsep.c
strtonum.c
unescape.c