| Age | Commit message (Expand) | Author |
| 2003-12-07 | Only emit each filename once in a single .OPTIONAL line when -o is given. | dsl |
| 2003-11-11 | Don't rely on mmap giving a NUL terminated buffer. | dsl |
| 2003-11-10 | Fix continuation line handling. | dsl |
| 2003-11-10 | Add the following options with a view to using 'cc -MD' to automatically | dsl |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-11 | Remove old, unused and unsafe shell scripts as suggested by Jeremy C. Reed | tron |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-03-28 | catch SIGPIPE, too. | msaitoh |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-19 | Backing this out until it works. | elric |
| 2003-01-18 | When an unknown option is found, ignore it, as it may be cc related (i.e., | jmmv |
| 2003-01-18 | Use getopt(3) instead of specific code to parse options. | jmmv |
| 2003-01-16 | catch SIGINT, SIGHUP, SIGQUIT and SIGTERM to clear a temporary file. | msaitoh |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-06-14 | Split out the findcc() function that tries to determine the path to | simonb |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-21 | Add hooks for cross-hosting on non-NetBSD platforms. | tv |
| 2001-12-01 | Sort sections. | wiz |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-08-14 | Add hooks to allow toolchain bits to be reachover-built at the top level. | tv |
| 2001-03-22 | a couple of tiny whitespace cleanups | cgd |
| 2001-03-22 | get closer to KNF. | cgd |
| 2001-03-22 | convert uses of hard-coded string "mkdep" to use getprogname(). | cgd |
| 2001-02-21 | call setprogname(argv[0]) at start of main() | cgd |
| 1999-07-21 | Rather than hardcoding _PATH_TMP (and relying on const string concatenation), | kleink |
| 1999-03-31 | * Make usage string reflect reality, | kleink |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-18 | Do something sane if we have CC='cc -pipe' set | sommerfe |
| 1999-01-28 | Because neither the original shell script nor the new C program can | tron |
| 1999-01-28 | Fix usage messages in case we are going to revive one of these. | tron |
| 1999-01-25 | Build and install "mkdep.c". | tron |
| 1999-01-25 | New C program to replace old "mkdep" script. Speeds up "make depend" | tron |
| 1998-04-09 | per PR#4304 no need to set PATH (especially after testing it!) | fair |
| 1998-03-31 | remove /usr/ucb from PATHs, per Jim Bernard (pr 5236) | perry |
| 1997-10-19 | fix up .Nm usage | lukem |
| 1997-07-22 | quote ${CC} so that multi-word values work right (for some defn of "right") | cgd |
| 1997-07-21 | fix a couple of bogons in the changes to the sed regexps in my previous | cgd |
| 1997-07-20 | find the compiler more correctly: if user has set 'CC' use it but expand | cgd |
| 1997-03-27 | Set SCRIPTSNAME correctly. | mycroft |
| 1997-03-24 | - Makefile cleanups | christos |
| 1996-10-18 | Use ${INSTALL}. | thorpej |
| 1994-12-23 | Merged with 4.4lite. | jtc |
| 1994-12-23 | imported from 44lite | jtc |
| 1994-12-22 | specify man pages the new way. | cgd |
| 1994-09-19 | Use `gcc', not `cpp', for depending. | mycroft |
| 1994-02-21 | Everyone uses GCC now. | mycroft |
| 1994-02-21 | Same .o fix as mkdep.gcc.sh; not currently relevant as we use GCC. | mycroft |
| 1994-02-15 | Sparc uses gcc too... | pk |
| 1993-08-16 | Call `cpp', not `gcc'. | mycroft |