Age | Commit message (Expand) | Author |
2000-07-06 | Insert missing .El directive; todd@ | Aaron Campbell |
2000-07-01 | Slightly nicer wording: begins by -> begins with | Marc Espie |
2000-07-01 | Forgot to import one estrdup from my trunk. | Marc Espie |
2000-06-30 | Recognize `+cmd' as a command that should always be executed, even in | Marc Espie |
2000-06-28 | unsigned -> unsigned int (implicit int is deprecated) | Marc Espie |
2000-06-25 | Cater to people who don't run make depend better. | Marc Espie |
2000-06-23 | This patch replaces str_concat with a slightly unobfuscated version. | Marc Espie |
2000-06-23 | This is complementary to the previous patch. | Marc Espie |
2000-06-23 | This patch is worth a lot, speed-wise. | Marc Espie |
2000-06-23 | This is the speed-up patch, which doubles make speed (almost). | Marc Espie |
2000-06-23 | Open Hashing library, based on Knuth. | Marc Espie |
2000-06-23 | This patch separates local contexts from global contexts for good. | Marc Espie |
2000-06-23 | In various places, VAR_CMD is used to actually mean `no real context', | Marc Espie |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Start of variable fixes and speed-ups. | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-17 | Needed to allow complete dynamic list removal. | Marc Espie |
2000-06-17 | This removes the few instances of Lst_New left. | Marc Espie |
2000-06-17 | A few assorted changes, to remove more dynamic lists. | Marc Espie |
2000-06-17 | This patch introduces a distinction between | Marc Espie |
2000-06-17 | This patch moves the definition of lists and list nodes to lst.h. | Marc Espie |
2000-06-10 | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. | Marc Espie |
2000-06-10 | no longer needed | Marc Espie |
2000-06-10 | Thus, Lst_ForEach no longer needs returning a status. | Marc Espie |
2000-06-10 | Lst_Find and Lst_ForEach do the same thing, except that the comparison | Marc Espie |
2000-06-06 | close pr1260 from danh@nfol.com | Eric Jackson |
2000-04-17 | Initialize lineno and fname, see parse.c. | Marc Espie |
2000-04-17 | Record location in target node as well. | Marc Espie |
2000-04-17 | Annotate CondStack with filenames/line numbers. | Marc Espie |
2000-04-17 | Don't free Makefile filenames when the file is finished reading, but | Marc Espie |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-04-03 | Junk CDPATH from the environment. | Marc Espie |
2000-03-26 | Remove idiotic, braindead casts T* -> void* | Marc Espie |
2000-03-26 | Passing an (int) instead of an (int*) won't work. | Marc Espie |
2000-03-26 | Remove refCount for suffixes. | Marc Espie |
2000-03-14 | Disable suffix removal for now, as it's buggy. | Marc Espie |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-02-02 | Bug-fix: make should behave sensibly when presented with negative times... | Marc Espie |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt |
2000-01-25 | Kludge to fix timestamp bug. | Marc Espie |
2000-01-20 | Fix problem pointed out by FreeBSD, regen temp file name each time, to | Marc Espie |
2000-01-19 | .MAIN is nothing special. | Marc Espie |
2000-01-08 | Silence gcc -Wall on alpha in enomem() printf via cast to u_long. | Todd C. Miller |
2000-01-08 | Finish changing all Var_Parse arguments to size_t. Thanks to millert@ | Marc Espie |
2000-01-02 | More bugs... fixes for most pending. | Marc Espie |
1999-12-26 | For loops are no longer that bad. | Marc Espie |
1999-12-19 | Rearrange Lst_Find interface to conform better with other functions. | Marc Espie |
1999-12-18 | Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront, | Marc Espie |
1999-12-18 | Lst_DeQueue already checks for empty lists. | Marc Espie |