NetBSD/lib/libc
lukem 46a687b139 * sl_init(); if malloc() fails return NULL instead of calling err(1,...)
* sl_add(); if realloc() fails return -1 instead of calling err(1,...).
  otherwise, return 0.

NOTE: this change resulted in sl_add() changing from returning void to int.
this shouldn't be a problem because a) it returns 0 if ok (aka `void', b)
all invokers of sl_add() in the tree have been changed (mainly code i've
written).
1999-11-28 03:44:09 +00:00
..
arch make this work again with -mrtd. 1999-11-16 18:16:53 +00:00
compat-43 remove the list of signals and xref signal(7) instead 1999-10-06 17:10:08 +00:00
db Only squeeze a short key/value pair onto a page with other complete key/value 1999-07-29 08:58:46 +00:00
gen * sl_init(); if malloc() fails return NULL instead of calling err(1,...) 1999-11-28 03:44:09 +00:00
gmon Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
hash back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
include Added #defines for svis, strsvis, strsvisx 1999-11-25 16:54:15 +00:00
locale XSH5/C99: in the C/POSIX locale, change the day of month format used in d_t_fmt 1999-11-10 09:15:11 +00:00
md back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
net Properly check for overflows. Fixes PR8314 as annotated by mjl. 1999-11-13 04:52:50 +00:00
nls Add czech language message catalog 1999-09-26 20:27:59 +00:00
quad Revert previous change: the assertion 1999-09-17 09:18:15 +00:00
regex back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
rpc check __sh3__ 1999-11-26 07:39:45 +00:00
stdio missing ; 1999-11-14 18:19:57 +00:00
stdlib check __sh3__ 1999-11-26 07:39:45 +00:00
string xref strlcpy & strlcat 1999-09-28 02:15:07 +00:00
sys use .Fn appropriately 1999-11-07 01:26:02 +00:00
termios back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
thread-stub add stub thread functions. These are not (yet) used, and always return 1999-11-14 18:34:15 +00:00
time Merge tzcode1999i. 1999-11-16 22:41:02 +00:00
yp back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
Makefile Add czech language message catalog 1999-09-26 20:27:59 +00:00
shlib_version Bump minor 1999-11-25 22:09:37 +00:00