Commit Briefs


7d45c7f1ef Stefan Sperling

error.c: use <limits.h> instead of <sys/param.h>


df056ada35 Stefan Sperling

introduce got_error_path()


638f902404 Stefan Sperling

rename got_error_prefix_errno() to got_error_from_errno()


2af4a04192 joshua stein

got_error_set_errno: take a char arg to pass to got_error_prefix_errno

$> got rm a got: : No such file or directory becomes $> got rm a got: /path/to/a: No such file or directory


230a42bdc6 joshua stein

got_error_from_errno -> got_error_prefix_errno

also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)



10689f3a4e joshua stein

error: fix definition of got_error_from_errno


095892882c Stefan Sperling

add got_error_uuid()


2aa0475caa Stefan Sperling

add got_error_not_ref()


8fa9fd14da Stefan Sperling

remove unnecessary cast




b4691ea5e0 Stefan Sperling

simplify got_error_from_errno()



8251fdbcd7 Stefan Sperling

introduce got_ferror() and use it


72bcf0f9f3 Stefan Sperling

bump copyright


6c6d65896b Stefan Sperling

use strerror_r()



2b4402a2eb Stefan Sperling

only define nitems() if it is not already defined


7b19e0f11a Stefan Sperling

add copyright