| Age | Commit message (Expand) | Author |
| 1995-11-02 | Minor: | christos |
| 1995-10-30 | Always ensure space for trailing NULL in argv | ws |
| 1995-09-27 | Update lseek() constants: | jtc |
| 1995-09-27 | include <signal.h> instead of <sys/signal.h> | jtc |
| 1995-09-25 | Revert previous suffix fix. If the .a suffix is present and a .c.a rule is | christos |
| 1995-09-22 | Don't apply the default suffix rules for nodes that are not in our | christos |
| 1995-09-10 | Fix PR/1443: | christos |
| 1995-06-14 | - $NetBSD$ rcsids | christos |
| 1995-05-15 | Sort keyword table correctly, so binary search really works | ws |
| 1995-05-03 | None of the functions in util.c are needed by NetBSD, so don't | jtc |
| 1995-04-29 | Fix small typo; from Chris Torek | christos |
| 1995-02-08 | Fixed so that orphan tabs are ignored. Should close PR760. | christos |
| 1995-02-04 | str.c: Don't free NULL; does not work with non posix frees. | christos |
| 1995-01-23 | Fix 4 typos pointed out by Jordan, and 1 by me. | mycroft |
| 1995-01-20 | Fixed to parse correctly SysV variable substitutions ${VAR:P1=P2} when | christos |
| 1995-01-11 | Fixed PR/724, 'make' runs commands when $? is empty | christos |
| 1995-01-09 | Save the name of the environment variables. Remove the comment that | christos |
| 1995-01-06 | Fixes from Paul Borman (prb@bsdi.com) | christos |
| 1994-12-24 | a few casts, for peace and quiet. | cgd |
| 1994-11-25 | Don't remove targets when the -n flag is given and make is interrupted. | christos |
| 1994-10-18 | Deal with lines that contain only spaces, per PR 515, but implemented | mycroft |
| 1994-10-18 | Remove an outdated comment that is very confusing. | mycroft |
| 1994-09-30 | Get the name of this type of MACHINE from utsname | gwr |
| 1994-09-23 | Use getcwd(3), not getwd(3), and remove some old, unused compatibility code. | mycroft |
| 1994-06-30 | deal with new share/doc strategy | cgd |
| 1994-06-28 | Clean up deleted files. | mycroft |
| 1994-06-25 | update for new doc-make/install strategy | cgd |
| 1994-06-19 | from Lite | cgd |
| 1994-06-16 | Christos' fix for quoting variable extraction properly. | jtc |
| 1994-06-16 | Christos' fix for quoting variable extraction properly. | jtc |
| 1994-06-16 | Christos' fix for quoting variable extraction properly. | jtc |
| 1994-06-06 | Fixes from Christos Zoulas, who used purify, objectcenter and testcenter | jtc |
| 1994-05-21 | Fix from Thorsten Lockert: don't ignore \ before # characters | jtc |
| 1994-05-17 | Properly parse null command line arguments in makefile rules. | jtc |
| 1994-05-09 | bootstrap improvements | glass |
| 1994-04-17 | bootstrap changes | glass |
| 1994-04-09 | Need for.o in list of objects when bootstrapping. | briggs |
| 1994-03-23 | Fixes from Christos Zoulas: | jtc |
| 1994-03-18 | Do extended-name archives. | pk |
| 1994-03-07 | kill some warnings, from Christos. | cgd |
| 1994-03-05 | Apply fix that was lost when Christos Zoulas' changes were integrated: | jtc |
| 1994-03-05 | Clean up deleted files. | mycroft |
| 1994-03-05 | fixes/improvements from Christos Zoulas <christos@deshaw.com>. | cgd |
| 1994-03-05 | Clean up deleted files. | mycroft |
| 1994-03-05 | fixes/improvements from Christos Zoulas <christos@deshaw.com>. | cgd |
| 1994-02-10 | Fix typos & spelling errors | jtc |
| 1994-01-13 | Include appropriate header files to bring prototypes into scope. | jtc |
| 1994-01-13 | add missing arg to setenv(). reported by downsj@csos.orst.edu | cgd |
| 1993-12-22 | Introduced ${.OBJDIR}. The variable is similar to .CURDIR but points at | pk |
| 1993-12-17 | POSIX.2 added the -S flag (opposite of -k). It was allready there, | jtc |