summaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.lib
AgeCommit message (Expand)Author
2014-09-07Revert all make changes except the unit tests to the state of threejoerg
2014-08-23PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086)christos
2013-11-14Don't SEGV when passed NULL for list.sjg
2009-01-24Fixes to includes of make_malloc.h to that it actually builds whendsl
2009-01-24Move the bmake_malloc() functions into their own .c and .h files.dsl
2009-01-23Sprinkle some const.dsl
2009-01-23Change 'ClientData' to 'void *' so that relevant parameters candsl
2008-12-13Use NULL instead of -1 cast to the relavant type (usually via NIL).dsl
2008-10-06Don't use emalloc and friends directly, but call them consistentlyjoerg
2008-02-15back all changes out until I fix it properly.christos
2008-02-14- use pid_t/size_t as appropriate instead of int.christos
2008-02-05Be pedantic and use unsigned int here as uwe@ suggested.joerg
2008-02-05Merge from pkgsrc's bmake: don't use signed short for bitfields.joerg
2006-11-11Return the non-zero value that caused the Lst_ForEach[From] call todsl
2006-10-27Rename 'struct Lst' to 'struct List' and 'struct LstNode' to 'struct 'ListNode'dsl
2006-10-25Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore()dsl
2006-10-25Fix previous - need to add a lstPrev()dsl
2006-10-25Replace 'a == b ? FALSE : TRUE' with 'a != b'dsl
2005-08-09Add typedefs for DuplicateProc and FreeProc from Max Okumoto.christos
2005-08-08From Max Okumoto:christos
2005-08-05More KNF cleanups from Max Okumotochristos
2005-02-16PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes]christos
2004-05-07Simplify build, no functional changes.ross
2004-05-06Instead of including from the wrong directory and then fixing it (-I)ross
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-28success, not sucess. Noted by mjl.wiz
2002-06-15Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.wiz
2002-02-17Prevent a premature end of the iteration if the first element in the listpk
2001-01-16comment or delete text after CPP directives.cgd
2000-03-13Fix doubled 'the's.soren
1997-10-24use CPPFLAGS instead of CFLAGSlukem
1997-09-28wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAPlukem
1997-07-01Add WARNS=1christos
1996-11-06- Merge in FreeBSD and Lite2 changes.christos
1995-11-10pull in make.h. (PAlloc() now uses emalloc(), which is prototyped incgd
1995-11-08- Turn compat mode on by default. It gets turned off when the -j withoutchristos
1995-06-14- $NetBSD$ rcsidschristos
1994-06-06Fixes from Christos Zoulas, who used purify, objectcenter and testcenterjtc
1994-05-09bootstrap improvementsglass
1994-03-05Clean up deleted files.mycroft
1994-03-05fixes/improvements from Christos Zoulas <christos@deshaw.com>.cgd
1993-08-02Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft
1993-08-01Add RCS identifiers.mycroft
1993-05-27some compatibility fixes to ease bootstrapping:glass
1993-03-21initial import of 386bsd-0.1 sourcescgd