summaryrefslogtreecommitdiff
path: root/src/gib_hash.c
AgeCommit message (Collapse)AuthorLines
2023-01-22src: Fix build with clang 16orbea-1/+1
These are no longer supported in upcoming clang versions. warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] Reference: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
2022-01-03Fix spellinga1346054-1/+1
2018-01-29Include system headers before local ones to fix type conflict on OpenBSDDaniel Friesel-1/+1
2017-12-07Compile with std=c11 and set appropriate glibc feature test macrosDaniel Friesel-0/+1
might resolve #333 and #348
2014-05-06remove gib_utils, the same functionality is provided by utils alreadyDaniel Friesel-3/+4
2014-05-04strip unneded parts from giblib, part 1Daniel Friesel-0/+3
Not all functions were examined yet. Also TODO: * check strdup / malloc calls (some are apparently unchecked in giblib), maybe use estrdup / emalloc for those * Check includes and update dependency list if needed
2014-05-04import partial giblib source into feh, do not link with giblibDaniel Friesel-0/+144