index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
compat
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-22
When allocating use the variable instead of the type in sizeof()
Guillem Jover
1
-3
/
+3
2018-08-30
libcompat: Add new strchrnul() compat function
Guillem Jover
3
-0
/
+48
2018-08-30
Fix some typos
Guillem Jover
1
-1
/
+1
2018-03-25
libcompat: Convert md5 module to use C99 int types
Guillem Jover
2
-16
/
+18
2018-03-25
libcompat: Add md5 module to the libcompat-test library
Guillem Jover
1
-0
/
+1
2017-05-06
doc: Spelling fixes
Josh Soref
2
-2
/
+2
2017-02-26
libcompat: Do not redeclare sys_siglist when the system does so
Thomas Klausner
1
-1
/
+0
2016-10-30
libcompat: Disable gettext support in getopt module
Guillem Jover
1
-8
/
+3
2016-10-30
libcompat: Include getopt module when we need getopt_long
Guillem Jover
1
-0
/
+4
2016-10-30
libcompat: Add missing <errno.h> include
Guillem Jover
1
-0
/
+1
2016-07-03
build: Uniformize library build options
Guillem Jover
1
-2
/
+2
2015-10-18
Update Ian Jackson's email address
Guillem Jover
8
-8
/
+8
2015-07-30
libcompat: Use string_to_security_class() instead of literal SECCLASS values
Guillem Jover
1
-2
/
+6
2015-07-30
libcompat: Try to use NSIG when sys_siglist is defined
Guillem Jover
1
-1
/
+6
2015-05-30
build: Use system libmd if available
Guillem Jover
1
-1
/
+2
2015-04-01
libcompat: Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefined
Guillem Jover
1
-1
/
+1
2015-01-28
libcompat: Remove dangling blank line
Guillem Jover
1
-1
/
+0
2014-08-19
libcompat: Only test the strerror() if sys_errlist and sys_nerr are present
Guillem Jover
2
-2
/
+7
2014-08-15
libcompat: Only build the compatibility selinux code if requested
Guillem Jover
1
-1
/
+6
2014-08-09
libcompat: Add a setexecfilecon() function out from dpkg code
Guillem Jover
3
-0
/
+90
2014-08-09
libcompat: Do not run qsort over the scandir list if it is NULL
Guillem Jover
1
-1
/
+1
2014-08-09
libcompat: Mark compat functions with attribute printf and vprintf
Guillem Jover
1
-4
/
+16
2014-08-09
libdpkg: Move __func__ and nullptr definitions to libcompat
Guillem Jover
1
-0
/
+21
2014-08-09
libcompat: Make the library testable
Guillem Jover
12
-22
/
+86
2014-05-17
build: Switch to use libtool for the static libraries
Guillem Jover
1
-15
/
+15
2014-04-30
libcompat: Make sure P_tmpdir is always defined
Guillem Jover
1
-0
/
+4
2014-04-27
libcompat: Fix comparison between signed and unsigned in strsignal()
Guillem Jover
1
-1
/
+1
2014-04-27
libcompat: Declare strnlen() prototype in compat.h
Guillem Jover
4
-36
/
+6
2014-01-15
libcompat: Add new makedev(3) fallback function
Guillem Jover
1
-0
/
+4
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
11
-11
/
+11
2013-10-27
libcompat: Do not NULL-terminate the list in scandir()
Guillem Jover
1
-1
/
+0
2013-07-18
libcompat: Take over md5 module from libdpkg
Guillem Jover
3
-0
/
+289
2013-04-04
Fix spelling errors
Guillem Jover
1
-1
/
+1
2012-06-30
libcompat: Add a dummy symbol to the empty module
Guillem Jover
1
-0
/
+1
2012-06-06
libcompat: Add compat symbol for O_NOFOLLOW
Guillem Jover
1
-0
/
+4
2012-05-23
libcompat: Remove compat definition for strtoul()
Guillem Jover
1
-4
/
+0
2012-01-16
Fix typos (children)
Guillem Jover
1
-1
/
+1
2012-01-11
libcompat: Use a different temporary file per process on vsnprintf()
Guillem Jover
1
-1
/
+11
2011-12-13
libcompat: Add missing ‘*’ in asprintf() and vasprintf() declarations
Guillem Jover
1
-2
/
+2
2011-12-13
libcompat: Do not ifdef out compatibility code definitions
Guillem Jover
10
-20
/
+0
2011-11-12
libcompat: Add new strndup()
Guillem Jover
3
-0
/
+56
2011-09-29
libcompat: Only include libintl.h on --disable-nls if using glibc >= 2
Guillem Jover
1
-1
/
+1
2011-09-26
libcompat: Update obstack module from gnulib
Guillem Jover
2
-518
/
+255
2011-02-06
libcompat: Add missing semicolon to vsnprintf() declaration
Robert Millan
1
-1
/
+1
2011-02-03
libcompat: Define gettext context functions when NLS is disabled
Guillem Jover
1
-0
/
+32
2010-11-19
Cleanup white spaces
Guillem Jover
9
-9
/
+0
2010-07-29
libcompat: On successful realloc assign the newlist to list
Guillem Jover
1
-0
/
+1
2010-06-07
Unify naming of va_list variables to args or args_copy
Guillem Jover
2
-6
/
+6
2010-06-07
libcompat: Add declarations in compat.h for snprintf functions
Guillem Jover
1
-0
/
+8
2010-06-07
libcompat: Add support for asprintf and vasprintf
Guillem Jover
4
-0
/
+108
[next]