bd681a4d7e
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. |
||
---|---|---|
.. | ||
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 | ||
lstInit.c | ||
lstInsert.c | ||
lstInt.h | ||
lstIsAtEnd.c | ||
lstIsEmpty.c | ||
lstLast.c | ||
lstMember.c | ||
lstNext.c | ||
lstOpen.c | ||
lstPrev.c | ||
lstRemove.c | ||
lstReplace.c | ||
lstSucc.c | ||
Makefile |