Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/26/2001 16:18:43
Module Name:	basesrc
Committed By:	kleink
Date:		Sat May 26 13:18:42 UTC 2001

Modified Files:
	basesrc/lib/libc/locale: multibyte.c

Log Message:
C89/AMD1: mbsrtowcs() and wcsrtombs() are not to return the terminating
null; also correct the corresponding conversion loop exit in mbsrtowcs().
From YAMAMOTO Takashi in PR lib/13016.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/locale/multibyte.c

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