NetBSD/lib/libc
jtc 3924aee202 Added comment explaining why we are using a different algorithm than
what was adopted in tzcode95c to solve the problem of the first char
detzcode() extracts requiring sign extention (this is needed for
machines with 64 bit longs).

Our implementation is a bit more efficent, but requires a new macro,
SIGN_EXTEND_CHAR(), and a conditional to set it appropriately).

One minor enhancement for machines without ANSI compilers that have 32
bit longs would be to define SIGN_EXTEND_CHAR() to be the identity
macro.
1995-03-16 19:14:16 +00:00
..
arch Simplify. 1995-03-11 20:28:59 +00:00
compat-43 Clean up deleted files. 1995-03-01 00:00:00 +00:00
db Clean up deleted files. 1995-03-01 00:00:00 +00:00
gen Speed up getgrnam() and getgrpid() by using yp_match(). 1995-03-16 11:48:01 +00:00
gmon clean up Ids 1995-02-27 12:54:33 +00:00
include clean up Id 1995-02-27 13:02:12 +00:00
locale specify man pages the new way. 1994-12-22 09:57:51 +00:00
net include proper links to ethers.3 1995-03-02 09:09:07 +00:00
nls catclose returns int 1995-03-01 08:00:12 +00:00
quad clean up Ids; no substantive changes. 1995-02-27 17:29:31 +00:00
regex Clean up deleted files. 1995-03-01 00:00:00 +00:00
rpc save my sanity; stop using Id. 1995-02-25 03:01:33 +00:00
stdio flush so that the offset will be correct on streams opened in 1995-03-05 06:56:09 +00:00
stdlib Changed the multibyte character functions so they work with the native 1995-03-05 07:41:15 +00:00
string list the files needed on the alpha. 1995-02-10 17:46:48 +00:00
sys Clean up deleted files. 1995-03-01 00:00:00 +00:00
time Added comment explaining why we are using a different algorithm than 1995-03-16 19:14:16 +00:00
yp clean up Ids 1995-02-27 12:54:33 +00:00
Makefile .include ${.CURDIR}/time/Makefile.inc 1995-03-13 05:26:07 +00:00
shlib_version Bump minor number. The new time code has added a few more functions to 1995-03-13 05:27:51 +00:00