summaryrefslogtreecommitdiff
path: root/lib/compat
AgeCommit message (Expand)AuthorFilesLines
2010-11-19Cleanup white spacesGuillem Jover9-9/+0
2010-07-29libcompat: On successful realloc assign the newlist to listGuillem Jover1-0/+1
2010-06-07Unify naming of va_list variables to args or args_copyGuillem Jover2-6/+6
2010-06-07libcompat: Add declarations in compat.h for snprintf functionsGuillem Jover1-0/+8
2010-06-07libcompat: Add support for asprintf and vasprintfGuillem Jover4-0/+108
2010-06-01build: Do not fallback to use chown instead of lchown if not availableGuillem Jover1-4/+0
2010-02-25libcompat: Update gettext.h from gettext 0.17Guillem Jover1-10/+16
2009-12-31libcompat: Define lchown as chown if the former is not availableGuillem Jover1-0/+4
2009-11-09libcompat: Do not preallocate list before the loop in scandirGuillem Jover1-7/+6
2009-11-09libcompat: Fix resource leaks on error conditions in scandirGuillem Jover1-15/+39
2009-11-08Unify text in license headersGuillem Jover8-40/+40
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover8-24/+16
2009-10-26Sort order of header includesGuillem Jover4-4/+5
2009-10-26libcompat: Always add an empty file to the libcompat static libraryGuillem Jover2-0/+2
2009-10-14libcompat: Handle 0 size case for C99 vsnprintf semanticsGuillem Jover1-1/+4
2009-10-14libcompat: Add top_builddir to the include pathMikhail Gusarov1-1/+2
2009-10-04libcompat: Define offsetof only if the system does not have itGuillem Jover1-2/+2
2009-09-30build: Check for C99 snprintf family of functionsGuillem Jover1-6/+2
2009-09-30build: Use memcpy instead of assignment to copy va_listGuillem Jover1-1/+2
2009-09-24libcompat: Define WCOREDUMP only if the system does not have itGuillem Jover1-1/+1
2009-08-15Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am filesGuillem Jover1-1/+1
2009-07-15Move libraries to subdirectories under lib/Guillem Jover17-0/+3442