='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.lib/lstInt.h
AgeCommit message (Expand)Author
2020-07-26make(1): condense the list library into a single filerillig
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
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-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-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-10-27Rename 'struct Lst' to 'struct List' and 'struct LstNode' to 'struct 'ListNode'dsl
2006-10-25Replace 'a == b ? FALSE : TRUE' with 'a != b'dsl
2005-02-16PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes]christos
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