Module Name: src Committed By: kre Date: Wed Jul 24 09:26:06 UTC 2024
Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Add some test cases to tests/lib/libc/stdlib/t_strtoi PR lib/58461 PR lib/58453 Apologies for the previous commit message - I managed to forget to include the message filename after commit -F and so used the file being committed (the only changed file in the directory) as the log message. (Fortunately that meant that the log didn't get appended to the PR). For the PR, the command to check what actually changed is cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdlib/t_strtoi.c rather than what will be reported below. This commit message really belongs to the previous commit, (1.5) there are no changes at all in this one. No pullups required. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdlib/t_strtoi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libc/stdlib/t_strtoi.c diff -u src/tests/lib/libc/stdlib/t_strtoi.c:1.4 src/tests/lib/libc/stdlib/t_strtoi.c:1.5 --- src/tests/lib/libc/stdlib/t_strtoi.c:1.4 Wed Jul 24 08:59:11 2024 +++ src/tests/lib/libc/stdlib/t_strtoi.c Wed Jul 24 09:26:06 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: t_strtoi.c,v 1.4 2024/07/24 08:59:11 kre Exp $ */ +/* $NetBSD: t_strtoi.c,v 1.5 2024/07/24 09:26:06 kre Exp $ */ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_strtoi.c,v 1.4 2024/07/24 08:59:11 kre Exp $"); +__RCSID("$NetBSD: t_strtoi.c,v 1.5 2024/07/24 09:26:06 kre Exp $"); #include <atf-c.h> #include <errno.h>