NetBSD/usr.bin/make/lst.lib
joerg bd681a4d7e Don't use emalloc and friends directly, but call them consistently
bmake_malloc and friends. Implement them via macros for the native case
and provide fallback implementations otherwise. Avoid polluting the
namespace by not defining enomem globally. Don't bother to provide
strdup and strndup, they were only used for the estrdup and estrndup
comapt code.

This addresses the presence of emalloc in system libraries on A/UX and
resulted strange issues as reported by Timothy E. Larson.
2008-10-06 22:09:21 +00:00
..
lstAppend.c
lstAtEnd.c
lstAtFront.c
lstClose.c
lstConcat.c
lstDatum.c
lstDeQueue.c
lstDestroy.c
lstDupl.c
lstEnQueue.c
lstFind.c
lstFindFrom.c
lstFirst.c
lstForEach.c
lstForEachFrom.c back all changes out until I fix it properly. 2008-02-15 21:29:50 +00:00
lstInit.c
lstInsert.c
lstInt.h Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
lstIsAtEnd.c back all changes out until I fix it properly. 2008-02-15 21:29:50 +00:00
lstIsEmpty.c
lstLast.c
lstMember.c
lstNext.c
lstOpen.c
lstPrev.c
lstRemove.c
lstReplace.c
lstSucc.c
Makefile