-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libglibutil] Pulled in libglibutil 1.0.68
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libglibutil
updated
26 files
+2 −1 | LICENSE | |
+4 −3 | Makefile | |
+78 −0 | debian/changelog | |
+1 −1 | debian/compat | |
+2 −1 | debian/copyright | |
+12 −2 | include/gutil_log.h | |
+30 −2 | include/gutil_misc.h | |
+31 −2 | include/gutil_strv.h | |
+2 −1 | include/gutil_types.h | |
+84 −0 | include/gutil_weakref.h | |
+12 −4 | rpm/libglibutil.spec | |
+42 −16 | src/gutil_log.c | |
+124 −16 | src/gutil_misc.c | |
+107 −9 | src/gutil_strv.c | |
+115 −0 | src/gutil_weakref.c | |
+1 −0 | test/Makefile | |
+5 −5 | test/common/Makefile | |
+5 −4 | test/common/test_common.h | |
+2 −1 | test/coverage/run | |
+7 −6 | test/test_ints/test_ints.c | |
+1 −1 | test/test_log/Makefile | |
+38 −19 | test/test_log/test_log.c | |
+183 −3 | test/test_misc/test_misc.c | |
+62 −3 | test/test_strv/test_strv.c | |
+5 −0 | test/test_weakref/Makefile | |
+105 −0 | test/test_weakref/test_weakref.c |