| Age | Commit message (Expand) | Author |
| 2000-06-06 | Check_Cwd_av: Ensure that word after a '(', '{' etc is considered a command, | sjg |
| 2000-05-10 | Revert to the original behaviour wrt sysIncPath, ie if sysIncPath | sjg |
| 2000-04-29 | Allow MAKESYSPATH in the environment to override the default syspath. | sjg |
| 2000-04-20 | Changes to make MAKEOBJDIRPREFIX useful. | sjg |
| 2000-04-16 | prefix errors with the program name. | christos |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-02-08 | Make chdir_verify_path() do variable expansion on path in case | sjg |
| 1999-09-15 | Rework how :: dependencies are handled. | mycroft |
| 1999-09-15 | More cleanup code bites it. | mycroft |
| 1999-09-04 | PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1 | christos |
| 1999-08-02 | Save the walls, use fly swatters instead of machine guns! | hubertf |
| 1999-08-02 | Detect invalid arguments to -j and -L by using sscanf() instead of atoi(). | hubertf |
| 1998-11-01 | Reduced memory leaks. | itohy |
| 1998-11-01 | Avoid reading outside of allocated memory | itohy |
| 1998-10-13 | Use __ARCHITECTURE__, if defined, as MACHINE_ARCH | wsanchez |
| 1998-04-02 | Need <time.h> for time() prototype. | kleink |
| 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 |
| 1997-11-08 | getopt returns -1 not EOF, use memmove instead of bcopy | lukem |
| 1997-09-28 | wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP | lukem |
| 1997-07-01 | Add WARNS=1 | christos |
| 1997-05-08 | Add the new .NOPATH feature which can be used to disable .PATH search | gwr |
| 1997-05-08 | If the -m option is used, make will check for the existence of the | cjs |
| 1997-03-24 | Do not compile-in ${MACHINE} (as per PR#3386, OK'ed by christos) | gwr |
| 1997-01-28 | make $MACHINE_ARCH settable from the environment. | christos |
| 1996-12-31 | - include <stdlib.h> to get getenv() prototype on SVR4 | christos |
| 1996-11-06 | - Merge in FreeBSD and Lite2 changes. | christos |
| 1996-08-13 | Add estrdup(), a checked version of strdup and use it. | christos |
| 1996-05-28 | - Move -D flags from Makefile to config.h and explain what they do. Add | christos |
| 1996-03-31 | make emalloc and erealloc return void *; closes PR/2276 | christos |
| 1996-03-29 | Added erealloc() function that calls enomem() if the allocation fails | jtc |
| 1996-03-11 | Jonathan Stone's fixes: | christos |
| 1996-03-06 | Fix PR/2118; apply sysincludes patch. | christos |
| 1996-02-04 | fix pr/1421 and pr/1997 | christos |
| 1995-11-22 | Updates for POSIX/SVR4 compiling: | christos |
| 1995-11-08 | - Turn compat mode on by default. It gets turned off when the -j without | christos |
| 1995-11-02 | Minor: | christos |
| 1995-09-27 | include <signal.h> instead of <sys/signal.h> | jtc |
| 1995-06-14 | - $NetBSD$ rcsids | christos |
| 1995-01-06 | Fixes from Paul Borman (prb@bsdi.com) | christos |
| 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-16 | Christos' fix for quoting variable extraction properly. | jtc |
| 1994-06-06 | Fixes from Christos Zoulas, who used purify, objectcenter and testcenter | jtc |
| 1994-03-05 | fixes/improvements from Christos Zoulas <christos@deshaw.com>. | cgd |
| 1994-01-13 | Include appropriate header files to bring prototypes into scope. | jtc |
| 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 |
| 1993-12-15 | Fix bug (PR #42) with -j flag. Doesn't seem to do anything, but at | jtc |
| 1993-12-04 | add MACHINE_ARCH | cgd |