Package: libnih / 1.0.3-4.3

Metadata

Package Version Patches format
libnih 1.0.3-4.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fallback to lstat if dirent.d_type is not available .patch | (download)

nih/file.c | 12 11 + 1 - 0 !
nih/tests/test_file.c | 61 61 + 0 - 0 !
2 files changed, 72 insertions(+), 1 deletion(-)

 fallback to lstat if dirent.d_-ype is not available (fixes non-ext filesystems)
0001 Update dbus code generator to allow for empty lists .patch | (download)

nih-dbus-tool/marshal.c | 40 36 + 4 - 0 !
nih-dbus-tool/tests/expected/test_method_object_function_no_input.c | 20 11 + 9 - 0 !
nih-dbus-tool/tests/expected/test_method_object_function_standard.c | 20 11 + 9 - 0 !
nih-dbus-tool/tests/expected/test_method_reply_function_deprecated.c | 23 12 + 11 - 0 !
nih-dbus-tool/tests/expected/test_method_reply_function_standard.c | 23 12 + 11 - 0 !
nih-dbus-tool/tests/test_com.netsplit.Nih.Test_object.c | 51 51 + 0 - 0 !
nih-dbus-tool/tests/test_marshal.c | 244 129 + 115 - 0 !
nih-dbus-tool/type.c | 2 1 + 1 - 0 !
8 files changed, 263 insertions(+), 160 deletions(-)

 update dbus code generator to allow for empty lists for type 'as'
 This drops the != NULL check for NULL terminated arrays and moves the
 iteration loop inside an 'if' statement.