summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/WHATSNEW
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-04-28 20:44:55 +0000
committermillert <millert@openbsd.org>1997-04-28 20:44:55 +0000
commit442a6afd2aa35676c3e5e1eb30f8d6b41db981ab (patch)
treeea2d2cb3c05319abe61a7d935cd240301677dbdf /lib/libc/regex/WHATSNEW
parentDeal with $TERM not being set (like in single user mode). (diff)
downloadwireguard-openbsd-442a6afd2aa35676c3e5e1eb30f8d6b41db981ab.tar.xz
wireguard-openbsd-442a6afd2aa35676c3e5e1eb30f8d6b41db981ab.zip
- cast usages of *printf() to void since we don't check return val
- move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
Diffstat (limited to 'lib/libc/regex/WHATSNEW')
-rw-r--r--lib/libc/regex/WHATSNEW3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/regex/WHATSNEW b/lib/libc/regex/WHATSNEW
index a6641e9799c..95a80ed757d 100644
--- a/lib/libc/regex/WHATSNEW
+++ b/lib/libc/regex/WHATSNEW
@@ -1,4 +1,5 @@
-# $OpenBSD: WHATSNEW,v 1.2 1996/08/19 08:31:03 tholo Exp $
+# $OpenBSD: WHATSNEW,v 1.3 1997/04/28 20:44:56 millert Exp $
+# @(#)WHATSNEW 8.3 (Berkeley) 3/18/94
New in alpha3.4: The complex bug alluded to below has been fixed (in a
slightly kludgey temporary way that may hurt efficiency a bit; this is