Module Name:    src
Committed By:   christos
Date:           Mon Jan 30 19:51:33 UTC 2023

Modified Files:
        src/distrib/sets/lists/debug: mi
        src/distrib/sets/lists/tests: mi

Log Message:
add t_strchrnul


To generate a diff of this commit:
cvs rdiff -u -r1.395 -r1.396 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1249 -r1.1250 src/distrib/sets/lists/tests/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/debug/mi
diff -u src/distrib/sets/lists/debug/mi:1.395 src/distrib/sets/lists/debug/mi:1.396
--- src/distrib/sets/lists/debug/mi:1.395	Mon Dec 26 11:42:50 2022
+++ src/distrib/sets/lists/debug/mi	Mon Jan 30 14:51:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.395 2022/12/26 16:42:50 christos Exp $
+# $NetBSD: mi,v 1.396 2023/01/30 19:51:33 christos Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib					comp-sys-usr		compatdir
 ./usr/lib/i18n/libBIG5_g.a			comp-c-debuglib		debuglib,compatfile
@@ -2152,6 +2152,7 @@
 ./usr/libdata/debug/usr/tests/lib/libc/string/t_popcount.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/string/t_strcat.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/string/t_strchr.debug		tests-lib-debug		debug,atf,compattestfile
+./usr/libdata/debug/usr/tests/lib/libc/string/t_strchrnul.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/string/t_strcmp.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/string/t_strcoll.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/string/t_strcpy.debug		tests-lib-debug		debug,atf,compattestfile

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.1249 src/distrib/sets/lists/tests/mi:1.1250
--- src/distrib/sets/lists/tests/mi:1.1249	Sun Jan 29 12:02:09 2023
+++ src/distrib/sets/lists/tests/mi	Mon Jan 30 14:51:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1249 2023/01/29 17:02:09 rillig Exp $
+# $NetBSD: mi,v 1.1250 2023/01/30 19:51:33 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3146,6 +3146,7 @@
 ./usr/tests/lib/libc/string/t_popcount			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/string/t_strcat			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/string/t_strchr			tests-lib-tests		compattestfile,atf
+./usr/tests/lib/libc/string/t_strchrnul			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/string/t_strcmp			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/string/t_strcoll			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/string/t_strcpy			tests-lib-tests		compattestfile,atf

Reply via email to