NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57205 CVS commit: src/tests/lib/libc/string



The following reply was made to PR lib/57205; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57205 CVS commit: src/tests/lib/libc/string
Date: Mon, 30 Jan 2023 14:49:50 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Mon Jan 30 19:49:50 UTC 2023
 
 Modified Files:
 	src/tests/lib/libc/string: Makefile t_strchr.c
 Added Files:
 	src/tests/lib/libc/string: t_strchrnul.c
 
 Log Message:
 PR/57205: Dag-Erling Smørgrav: Add tests strchrnul(3), fix strchr pasto
 from strlen.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libc/string/Makefile
 cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/string/t_strchr.c
 cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/string/t_strchrnul.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index