freebsd-nq/lib/libc
Bruce Evans 1c33c5a76b Merged with the 1996/11/12 NetBSD version:
- use a slightly less bogus copyright.  This file was never contributed
  to Berkeley.  It still claims to be copright by the Regents.
- use <machine/asm.h> instead of "DEFS.h".
- use RCSID($Id$) instead of explicit assembly code and messy ifdefs.
  The rcsid won't be put into the object file until we make RCSID()
  non-null.  NetBSD uses a LIBC_SCCS ifdef here.  We used a LIBC_RCS
  instead, but I want RCSID() to be controlled directly by LIBC_RCS
  (actually by LIB_RCS).  This is the only difference with the NetBSD
  version.
- added ifdefs to support generation of memcpy() and memmove().  The
  other changes are "while I'm here" to get this.
- improved style of the copy backwards case.
1997-04-20 12:09:18 +00:00
..
amd64 Fixed long lines. 1997-04-19 17:05:30 +00:00
compat-43 Fixed wrong/incomplete #includes in synopsis. 1997-04-13 13:02:07 +00:00
db Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
gen Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
gmon Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:16:20 +00:00
i386 Merged with the 1996/11/12 NetBSD version: 1997-04-20 12:09:18 +00:00
locale Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
net Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:26:42 +00:00
nls Restricting $LANG was a really bad idea 1997-03-25 05:36:37 +00:00
quad Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
regex Speedup in case locale not used 1997-04-04 19:40:49 +00:00
rpc Fixed wrong #include in synopsis. 1997-04-13 13:29:06 +00:00
stdio Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:35:33 +00:00
stdlib Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
stdtime Fixed wording of previous change. 1997-03-31 05:18:27 +00:00
string Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
sys Fixed missing const. Include <unistd.h> so that the function type gets 1997-04-14 15:14:58 +00:00
xdr Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
yp Don't even think about processing bogus domain names here. 1997-04-10 20:26:04 +00:00
Makefile Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00