OpenBSD CVS

src/usr.bin/make/lst.lib/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / make / lst.lib

Current tag: OPENBSD_7_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.2   6 months  espie   current code no longer uses Lst_Replace not Lst_Requeue so don't bother compilin...
[TXT] lst.h  1.3   8 months  jsg   unifdef HAS_INLINES inline is part of gnu89 and c99 ok kn@ espie@
[TXT] lstAddNew.c  1.8   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstAppend.c  1.21   9 years  espie   zap really odd code that's not actually in-use. okay millert@
[TXT] lstConcat.c  1.20   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstConcatDestroy.c  1.12   17 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[TXT] lstDeQueue.c  1.19   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstDestroy.c  1.20   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstDupl.c  1.22   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstFindFrom.c  1.19   8 years  espie   make sure we use stdbool.h Mostly diff by Daniel Dickman, who told me to commit ...
[TXT] lstForEachFrom.c  1.20   8 years  espie   gc lst_ForEachNodeWhile, which isn't actually in use anywhere
[TXT] lstInit.c  1.19   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstInsert.c  1.20   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstInt.h  1.16   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] lstMember.c  1.17   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstRemove.c  1.19   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstReplace.c  1.18   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lstRequeue.c  1.1   16 years  espie   new function: lstRequeue, to be used by the job handler
[TXT] lstSucc.c  1.17   13 years  espie   Correct $OpenBSD$ stuff
[TXT] lst_t.h  1.1   10 years  espie   adjust to ohash being in libutil now, and to the interface changes. fix potentia...