summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/stringlist.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync with NetBSD -- sl_add() now returns an int.obrien2003-01-191-3/+6
|
* #include "namespace.h" to get a prototype for _err().tjr2003-01-071-0/+2
|
* Fix SCM ID's.obrien2002-02-011-5/+0
|
* Fixed namespace pollution related to `err' in libc in the same way as forbde2001-11-111-3/+8
| | | | | | | | `warn'. Now a whole 2 members of the err() family don't cause pollution. This fixes world breakage in awk for NOSHARED worlds. contrib/awk/msg.c has had its own version of err() for a long time, but this somehow didn't cause problems until the update to awk-3.1.0.
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-1/+1
| | | | | | | | | | | In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but...
* _err() -> err().jkh1997-06-291-3/+3
|
* Add stringlist functions from NetBSD. (required for the new ftp(1)msmith1997-06-251-0/+120
Obtained from: NetBSD
OpenPOWER on IntegriCloud