summaryrefslogtreecommitdiffstats
path: root/include/c.h
Commit message (Expand)AuthorAgeFilesLines
...
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-1/+1
* Merge branch 'sys-utils' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-09-271-2/+2
|\
| * build-sys: fixes to USAGE_* macrosSami Kerola2011-09-171-2/+2
* | include,c.h: include fcntl.h before check for O_CLOEXEC [smatch scan]Karel Zak2011-09-121-0/+1
|/
* arch: start using arch as a usage() exampleSami Kerola2011-08-281-0/+13
* include: [c.h] Include stdlib.h unconditionalymaximilian attems2011-08-021-1/+1
* include: [c.h] move up declaration of program_invocation_short_name before usagemaximilian attems2011-08-021-35/+35
* include: [c.h] add definition wrappers for old libc versionsDavidlohr Bueso2011-03-291-1/+11
* include: [c.h]: remove strings.h include dublicateSami Kerola2011-03-081-1/+0Star
* include: [c.h]: typeof to __typeof__ fixSami Kerola2011-03-081-6/+6
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-0/+47
* include: [c.h]: add fallback for old libs without O_CLOEXECKarel Zak2011-02-111-0/+4
* include: [c.h]: add unused attribute to ignore_result()Karel Zak2011-02-091-1/+3
* include: [c.h]: fix __alloc_size__ testKarel Zak2011-02-081-2/+2
* include: [c.h] add fallback for alloc_size attributesKarel Zak2011-02-071-0/+27
* include: [c.h] move ignore_result() to gcc-only blockKarel Zak2011-02-071-1/+3
* provide a workaround if program_invocation_short_name is missingFabian Groffen2011-01-311-0/+36
* include: emulate dirfd when necessaryFabian Groffen2011-01-231-0/+9
* build-sys: check for loff_t, it may not existFabian Groffen2011-01-201-0/+4
* lib: [c] add ignore_result()Karel Zak2011-01-041-0/+2
* libblkid: fix MBR detection on iPod and cleanup vfat codeKarel Zak2010-10-151-0/+6
* lib: add #ifndef around min() max() macrosKarel Zak2010-03-161-3/+6
* include: add min/max macrosKarel Zak2010-02-121-0/+13
* include: add c.h with fundamental C definitionsKarel Zak2009-10-161-0/+49