| Age | Commit message (Expand) | Author |
| 1998-09-18 | Fix conditional variable expression parsing (reported by cgd) | christos |
| 1998-09-18 | PR/6162: Greg A. Woods: pmake does not add suffix rules if gnodes have children. | christos |
| 1998-09-18 | PR/6174: ITOH Yasufumi: Purify bug and a compile error in utility code. | christos |
| 1998-08-06 | - Add {.,}[s-]include for silent include file failures | christos |
| 1998-07-04 | Fix access to freed memory; pointed out by Todd Miller. | christos |
| 1998-07-02 | PR/5690: Wolfgang Rupprecht: deleting a suffix that has 0 source references | christos |
| 1998-05-21 | Make a MAKE_BOOTSTRAP case work on NetBSD, too, for cross-compile cases | tv |
| 1998-04-03 | in Var_Parse(), set delim in a couple of other paths into cleanup | cgd |
| 1998-04-02 | Need <time.h> for time() prototype. | kleink |
| 1998-04-01 | Add conditional variable evaluation from Alistair Crooks. | christos |
| 1998-03-28 | PR/5225: Jason Thorpe: make with -j 4 and subdirs core-dumps. | christos |
| 1998-03-26 | PR/5210: Hauke Fath: make core dumps with .SHELL | christos |
| 1998-03-23 | patch from PR#3573 to rename a variable "main" to "mainList" | fair |
| 1998-02-24 | Fix typos from PR 5055 by NAKAJIMA Yoshihiro <nakayosh@kcn.or.jp>. | hubertf |
| 1998-02-04 | Y2K fixes: use strftime(), and add a fake strftime() for systems that do | christos |
| 1997-12-31 | Change an exit() to _exit(), so that it's safe for vfork(). | thorpej |
| 1997-11-08 | getopt returns -1 not EOF, use memmove instead of bcopy | lukem |
| 1997-10-24 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-19 | fix up .Nm usage | lukem |
| 1997-10-19 | don't define WARNS=1 here | lukem |
| 1997-10-12 | add missing .Nm argument | mikel |
| 1997-10-11 | Use bsd.subdir.mk as appropriate. | mycroft |
| 1997-10-03 | If printing a u_long, use the %lu format. | thorpej |
| 1997-10-03 | Make this compile on NetBSD/alpha; use %ld and cast to u_long to print | enami |
| 1997-09-28 | wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP | lukem |
| 1997-09-26 | PR/4140: David A. Holland: use svr4 style archives for ELF environments | christos |
| 1997-09-23 | fix some ints that should be "time_t" per PR#4139 | fair |
| 1997-09-22 | Expand variables within variables correctly; eg. | christos |
| 1997-08-25 | Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, | kleink |
| 1997-07-11 | #if __STDC__ -> #ifdef __STDC__ | christos |
| 1997-07-11 | sprintf -> vsprintf | christos |
| 1997-07-10 | Fix memory corruption that was caused by debugging code leftovers. | christos |
| 1997-07-07 | PR/3825: David A. Holland: global regexp handling gets stuck in infinite loop. | christos |
| 1997-07-01 | Add WARNS=1 | christos |
| 1997-06-07 | Apparently, using _doprnt(_IOREAD) to emulate vsnprintf() on SVR4 *sometimes* | christos |
| 1997-06-07 | Deal with archive.a(member.o) nodes when expanding .USE dependencies or | christos |
| 1997-06-07 | Don't confuse `member' with `target' | christos |
| 1997-05-26 | Erase spurious character. | pk |
| 1997-05-26 | Minor formatting glitch. | pk |
| 1997-05-20 | Check the .PHONY attribute... | mycroft |
| 1997-05-09 | Change the way curdir is handled [this started at the previous version]... | christos |
| 1997-05-09 | Make sure to propagate OP_PHONY to all cohorts that already existed. | mycroft |
| 1997-05-08 | Fix description of .NOPATH. | mycroft |
| 1997-05-08 | Add the new .NOPATH feature which can be used to disable .PATH search | gwr |
| 1997-05-08 | Back out the .PATH.c changes. The .depend problem (and others) | gwr |
| 1997-05-08 | If the -m option is used, make will check for the existence of the | cjs |
| 1997-05-07 | Copy the .PHONY attribute to the cohorts of a double dependency. | mycroft |
| 1997-05-07 | Ignore `-t' when the .MAKE attribute is set. | mycroft |
| 1997-05-06 | Make sure `-n' is actually disabled for targets with the .MAKE attribute. | mycroft |
| 1997-05-06 | Document .PHONY better. | mycroft |