Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Wed, 10 Jul 1996 21:50:02 -0400 (EDT)
jtc
Wed Jul 10 21:47:43 EDT 1996
Update of /a/cvsroot/src/lib/libc/stdlib
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26603
Revision/Branch: netbsd-1-2
Modified Files:
strtoul.c strtouq.c strtol.c strtoq.c
Log Message:
The argument to isfoo() must be representable as an unsigned char, so
type of "c" has been changed to unsigned. This change allows these
functions will work with strings with their 8th bit set.
Home |
Main Index |
Thread Index |
Old Index