summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* gc lst_ForEachNodeWhile, which isn't actually in use anywhereespie2015-10-142-15/+2
* make sure we use stdbool.hespie2015-10-141-2/+2
* zap really odd code that's not actually in-use.espie2015-01-131-19/+8
* adjust to ohash being in libutil now, and to the interface changes.espie2014-05-123-0/+223
* Correct $OpenBSD$ stuffespie2010-07-1916-32/+16
* new function: lstRequeue, to be used by the job handlerespie2008-01-121-0/+54
* remove dead code: #define RECHECK is always onespie2007-09-1615-15/+15
* everywhere except in Var_Parse, we always add/append variables to theespie2007-07-3015-15/+15
* reindent, no code changeespie2007-07-2915-204/+204
* having a function that iterates through node's datum so that we retrieveespie2007-01-041-1/+10
* ISO function declarations, trim a few comments, rename a few variables toespie2004-04-0715-86/+48
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0315-90/+30
* From Andrushock, s/sucess/success/gmillert2002-12-091-2/+2
* byebye. Not used. Just keeps getting out of synch.espie2001-08-191-11/+0
* Take includes out of lst.h, re-add what's needed to separate files.espie2001-05-2915-146/+33
* Mostly clean-up:espie2001-05-2316-43/+44
* Synch with my current work.espie2001-05-0325-897/+274
* Some systematic clean-up.espie2000-09-1422-187/+204
* Trivial consequences of the previous list changes:espie2000-06-235-229/+6
* Needed to allow complete dynamic list removal.espie2000-06-171-0/+107
* This removes the few instances of Lst_New left.espie2000-06-1717-157/+57
* This patch introduces a distinction betweenespie2000-06-173-33/+38
* This patch moves the definition of lists and list nodes to lst.h.espie2000-06-1721-288/+180
* Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.espie2000-06-1016-56/+56
* no longer neededespie2000-06-101-79/+0
* Thus, Lst_ForEach no longer needs returning a status.espie2000-06-104-63/+30
* Remove idiotic, braindead casts T* -> void*espie2000-03-262-11/+10
* Rearrange Lst_Find interface to conform better with other functions.espie1999-12-193-115/+18
* Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront,espie1999-12-1810-103/+58
* NIL, NILGNODE, etc, are only glorified NULL.espie1999-12-1821-126/+122
* make does not use circular lists, get rid of the extra weight.espie1999-12-186-56/+18
* Modifications from netbsd:espie1998-12-0528-54/+54
* some ansimickey1998-02-221-2/+2
* changed to CFLAGS+=, closes PR user/116.flipk1997-03-031-2/+2
* Sync with NetBSD:millert1996-11-3028-215/+218
* rcsidderaadt1996-06-2628-26/+54
* from christos@netbsd:deraadt1995-12-141-2/+3
* initial import of NetBSD treederaadt1995-10-1828-0/+2578