Age | Commit message (Expand) | Author |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie |
2013-04-23 | remove TIMESTAMP abstraction layer, prodded by theo. | Marc Espie |
2012-11-24 | be more strict in recognizing .if keyword() constructs, don't ignore | Marc Espie |
2012-10-18 | numerous error message fixes: | Marc Espie |
2012-10-11 | fix make's cond parser to be able to handle .if 5 < 7 directly. | Marc Espie |
2012-10-09 | steal .if commands() concept from NetBSD. | Marc Espie |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-04-25 | pure whitespace cleanup | Marc Espie |
2009-11-11 | If this is an else-type conditional and previous corresponding one | Federico G. Schwindt |
2008-11-24 | fix a very old bug. Fix discovered in NetBSD by miod@ | Marc Espie |
2007-09-18 | reindent cond.c | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-07-17 | comment snicky usage of strchr | Marc Espie |
2007-07-08 | A set of big related changes. okay millert@, tested further by kettenis@ | Marc Espie |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-01-04 | extend make grammar slightly: | Marc Espie |
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-11 | This is the first step in sanitizing the conditional parser. | Marc Espie |
2002-04-17 | Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18. | Marc Espie |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2001-02-17 | Guard against Var_Value() being applied to an empty string, which it | Marc Espie |
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-07-17 | FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9) | Marc Espie |
2000-06-23 | In various places, VAR_CMD is used to actually mean `no real context', | Marc Espie |
2000-06-17 | This patch introduces a distinction between | Marc Espie |
2000-06-10 | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. | Marc Espie |
2000-04-17 | Annotate CondStack with filenames/line numbers. | Marc Espie |
2000-03-26 | Remove idiotic, braindead casts T* -> void* | Marc Espie |
2000-01-08 | Finish changing all Var_Parse arguments to size_t. Thanks to millert@ | Marc Espie |
1999-12-19 | Rearrange Lst_Find interface to conform better with other functions. | Marc Espie |
1999-12-18 | NIL, NILGNODE, etc, are only glorified NULL. | Marc Espie |
1999-12-16 | Allocate buffers as static data structures. | Marc Espie |
1999-12-16 | Fix those two bugs in cond.c. | Marc Espie |
1999-12-16 | Remove unneeded extraneous zeros at the end of buffers. | Marc Espie |
1999-12-16 | Split Buf_GetAll into Buf_Retrieve/Buf_Size. | Marc Espie |
1999-12-09 | Introduce `common usage' buf patterns and use them. | Marc Espie |
1999-12-06 | Extra parameter no longer needed, ditch. | Marc Espie |
1999-12-06 | Clean up buffers interface somewhat: | Marc Espie |
1998-12-05 | Modifications from netbsd: | Marc Espie |
1996-11-30 | Sync with NetBSD: | Todd C. Miller |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |