summaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.lib
AgeCommit message (Expand)Author
2008-01-12new function: lstRequeue, to be used by the job handlerMarc Espie
2007-09-16remove dead code: #define RECHECK is always onMarc Espie
2007-07-30everywhere except in Var_Parse, we always add/append variables to theMarc Espie
2007-07-29reindent, no code changeMarc Espie
2007-01-04having a function that iterates through node's datum so that we retrieveMarc Espie
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2001-08-19byebye. Not used. Just keeps getting out of synch.Marc Espie
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-06-23Trivial consequences of the previous list changes:Marc Espie
2000-06-17Needed to allow complete dynamic list removal.Marc Espie
2000-06-17This removes the few instances of Lst_New left.Marc Espie
2000-06-17This patch introduces a distinction betweenMarc Espie
2000-06-17This patch moves the definition of lists and list nodes to lst.h.Marc Espie
2000-06-10Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.Marc Espie
2000-06-10no longer neededMarc Espie
2000-06-10Thus, Lst_ForEach no longer needs returning a status.Marc Espie
2000-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
1999-12-19Rearrange Lst_Find interface to conform better with other functions.Marc Espie
1999-12-18Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront,Marc Espie
1999-12-18NIL, NILGNODE, etc, are only glorified NULL.Marc Espie
1999-12-18make does not use circular lists, get rid of the extra weight.Marc Espie
1998-12-05Modifications from netbsd:Marc Espie
1998-02-22some ansiMichael Shalayeff
1997-03-03changed to CFLAGS+=, closes PR user/116.flipk
1996-11-30Sync with NetBSD:Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-12-14from christos@netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt