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: Sat, 1 Jun 1996 17:30:03 -0400 (EDT)
jtc
Sat Jun 1 17:21:55 EDT 1996
Update of /a/cvsroot/src/lib/libc/quad
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv11339
Modified Files:
ashldi3.c ashrdi3.c lshldi3.c lshrdi3.c
Log Message:
Don't special case shift counts > QUAD_BITS or == 0. The former is
undefined behavior (so we can do whatever we want) while the latter
doesn't happen much in actual practice.
These changes make these functions considerably smaller and faster.
jtc
Sat Jun 1 17:23:26 EDT 1996
Update of /a/cvsroot/src/lib/libc/string
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv11393
Modified Files:
strftime.c
Log Message:
Fix computation of ISO 8601 Week Of Year
Home |
Main Index |
Thread Index |
Old Index