summaryrefslogtreecommitdiff
path: root/usr.bin/make/cond.c
AgeCommit message (Expand)Author
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-06-11This is the first step in sanitizing the conditional parser.Marc Espie
2002-04-17Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18.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
2001-02-17Guard against Var_Value() being applied to an empty string, which itMarc Espie
2000-09-14Replace the old hash used to hold file names within a directory withMarc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-07-17FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9)Marc Espie
2000-06-23In various places, VAR_CMD is used to actually mean `no real context',Marc Espie
2000-06-17This patch introduces a distinction betweenMarc Espie
2000-06-10Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.Marc Espie
2000-04-17Annotate CondStack with filenames/line numbers.Marc Espie
2000-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
2000-01-08Finish changing all Var_Parse arguments to size_t. Thanks to millert@Marc Espie
1999-12-19Rearrange Lst_Find interface to conform better with other functions.Marc Espie
1999-12-18NIL, NILGNODE, etc, are only glorified NULL.Marc Espie
1999-12-16Allocate buffers as static data structures.Marc Espie
1999-12-16Fix those two bugs in cond.c.Marc Espie
1999-12-16Remove unneeded extraneous zeros at the end of buffers.Marc Espie
1999-12-16Split Buf_GetAll into Buf_Retrieve/Buf_Size.Marc Espie
1999-12-09Introduce `common usage' buf patterns and use them.Marc Espie
1999-12-06Extra parameter no longer needed, ditch.Marc Espie
1999-12-06Clean up buffers interface somewhat:Marc Espie
1998-12-05Modifications from netbsd:Marc Espie
1996-11-30Sync with NetBSD:Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt