comparison lib/ChangeLog @ 4678:27f3f6c02580

unsigned char -> char in strchrnul
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 10 Sep 2003 07:27:34 +0000
parents b95345dafad0
children f07e06abfead
comparison
equal deleted inserted replaced
4677:b95345dafad0 4678:27f3f6c02580
189 189
190 * stat.c: Include <stdlib.h>, <string.h> unconditionally. 190 * stat.c: Include <stdlib.h>, <string.h> unconditionally.
191 (free): Remove decl. 191 (free): Remove decl.
192 192
193 * strchrnul.c (strchrnul): Define with a prototype. 193 * strchrnul.c (strchrnul): Define with a prototype.
194 Fix bug: c_in was not converted to unsigned char before searching. 194 Fix bug: c_in was not converted to char before searching.
195 195
196 The following changes are not K&R related: 196 The following changes are not K&R related:
197 197
198 * group-member.h: Include <sys/types.h>, so that this file is 198 * group-member.h: Include <sys/types.h>, so that this file is
199 self-contained. 199 self-contained.