Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-01-22 | src: Fix build with clang 16 | orbea | -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-03 | Fix spelling | a1346054 | -1/+1 | |
2018-01-29 | Include system headers before local ones to fix type conflict on OpenBSD | Daniel Friesel | -1/+1 | |
2017-12-07 | Compile with std=c11 and set appropriate glibc feature test macros | Daniel Friesel | -0/+1 | |
might resolve #333 and #348 | ||||
2014-05-06 | remove gib_utils, the same functionality is provided by utils already | Daniel Friesel | -3/+4 | |
2014-05-04 | strip unneded parts from giblib, part 1 | Daniel 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-04 | import partial giblib source into feh, do not link with giblib | Daniel Friesel | -0/+144 | |