summaryrefslogtreecommitdiff
path: root/lib/compat
AgeCommit message (Expand)AuthorFilesLines
2013-10-27libcompat: Do not NULL-terminate the list in scandir()Guillem Jover1-1/+0
2013-07-18libcompat: Take over md5 module from libdpkgGuillem Jover3-0/+289
2013-04-04Fix spelling errorsGuillem Jover1-1/+1
2012-06-30libcompat: Add a dummy symbol to the empty moduleGuillem Jover1-0/+1
2012-06-06libcompat: Add compat symbol for O_NOFOLLOWGuillem Jover1-0/+4
2012-05-23libcompat: Remove compat definition for strtoul()Guillem Jover1-4/+0
2012-01-16Fix typos (children)Guillem Jover1-1/+1
2012-01-11libcompat: Use a different temporary file per process on vsnprintf()Guillem Jover1-1/+11
2011-12-13libcompat: Add missing ‘*’ in asprintf() and vasprintf() declarationsGuillem Jover1-2/+2
2011-12-13libcompat: Do not ifdef out compatibility code definitionsGuillem Jover10-20/+0
2011-11-12libcompat: Add new strndup()Guillem Jover3-0/+56
2011-09-29libcompat: Only include libintl.h on --disable-nls if using glibc >= 2Guillem Jover1-1/+1
2011-09-26libcompat: Update obstack module from gnulibGuillem Jover2-518/+255
2011-02-06libcompat: Add missing semicolon to vsnprintf() declarationRobert Millan1-1/+1
2011-02-03libcompat: Define gettext context functions when NLS is disabledGuillem Jover1-0/+32
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