-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ticket: None Changelog: None Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libntech
updated
19 files
+1 −0 | .gitignore | |
+1 −0 | configure.ac | |
+2 −1 | libutils/Makefile.am | |
+137 −49 | libutils/file_lib.c | |
+69 −2 | libutils/file_lib.h | |
+691 −0 | libutils/glob_lib.c | |
+102 −0 | libutils/glob_lib.h.in | |
+6 −2 | libutils/path.c | |
+17 −2 | libutils/sequence.c | |
+20 −0 | libutils/sequence.h | |
+14 −12 | libutils/string_lib.c | |
+13 −8 | libutils/string_lib.h | |
+44 −0 | libutils/string_sequence.c | |
+22 −0 | libutils/string_sequence.h | |
+1 −0 | tests/.gitignore | |
+12 −1 | tests/unit/Makefile.am | |
+781 −0 | tests/unit/glob_lib_test.c | |
+20 −36 | tests/unit/string_lib_test.c | |
+136 −0 | tests/unit/string_sequence_test.c |