Subject: CVS commit: src/lib/libc/citrus/modules
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/29/2003 18:05:01
Module Name:	src
Committed By:	yamt
Date:		Mon Dec 29 18:05:01 UTC 2003

Modified Files:
	src/lib/libc/citrus/modules: citrus_iconv_std.c

Log Message:
_citrus_iconv_std_iconv_convert:
- allow 0 byte input.  PR/23889 (Valeriy E. Ushakov)
- remove redundant E2BIG check, which should be done by
  each encoding modules anyway.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libc/citrus/modules/citrus_iconv_std.c

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