| Age | Commit message (Expand) | Author |
| 2000-04-20 | Changes to make MAKEOBJDIRPREFIX useful. | sjg |
| 2000-04-18 | Buf_GetAll() takes an int *, not a size_t *. | simonb |
| 2000-04-17 | Don't type && when you mean || (pointed out by David Holland) | christos |
| 2000-04-16 | PR/9898: David Holland: small glitch in var substitution for single letter | christos |
| 2000-04-16 | prefix errors with the program name. | christos |
| 2000-04-16 | Don't core-dump when the current working directory is not readable | christos |
| 2000-04-16 | PR/9899: David A. Holland: multi-variable .for constructs in make | christos |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-02-29 | Fixed the oodate test to include the check of gn->cmtime == 0 without | sjg |
| 2000-02-15 | Non-existent libs are always out of date. | sjg |
| 2000-02-08 | Mention MAKEOBJDIRPREFIX and explain how it or MAKEOBJDIR are used. | sjg |
| 2000-02-08 | Make chdir_verify_path() do variable expansion on path in case | sjg |
| 2000-01-31 | You cannot meaningfully test if a non-existent file has a correct | sjg |
| 2000-01-22 | Don't apply suffix rules for .PHONY targets. (gmake doesn't do this either.) | mycroft |
| 2000-01-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft |
| 2000-01-19 | Create temporary files carefully, to avoid security problems. Idea borrowed | christos |
| 2000-01-06 | Add a few little changes needed to get this to compile on IRIX 6.4. | wrstuden |
| 1999-11-25 | back out rev 1.23 (don't stat PHONY targets). it broken the libcrypto | mrg |
| 1999-11-19 | Typos (from OpenBSD) | kristerw |
| 1999-10-08 | s/ the the / the / | msaitoh |
| 1999-09-16 | Make this compile on Solaris... | kim |
| 1999-09-16 | Some minor cleanup of :: tests. | mycroft |
| 1999-09-16 | Fix a bug in the previous. In the `compat' case, we don't actually use the | mycroft |
| 1999-09-15 | Reuse the Hash_Entry `name' field to store the variable name when we | sommerfeld |
| 1999-09-15 | Rework how :: dependencies are handled. | mycroft |
| 1999-09-15 | More cleanup code bites it. | mycroft |
| 1999-09-15 | Don't bother iterating through all the data structures to free(3) everything | mycroft |
| 1999-09-15 | Fix another case where we stat(2)ed .PHONY targets. | mycroft |
| 1999-09-15 | Nuke Buf_{G,Ung}etByte{,s}(), since they aren't used, and make BufExpand do | mycroft |
| 1999-09-15 | Avoid using Lst_Member() in SuffExpandChildren(), by avoiding Lst_ForEach() and | mycroft |
| 1999-09-15 | Replace the linear variable list in the GNode with a hash table. Gives a | mycroft |
| 1999-09-12 | Add :O var modifier, that sorts the words in a variable. | christos |
| 1999-09-04 | PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1 | christos |
| 1999-08-27 | Don't need strftime() on Ultrix either. | simonb |
| 1999-08-09 | Added .PARSEDIR and .PARSEFILE variables to make(1). | aidan |
| 1999-08-04 | Back out part of previous, only the parse.c mod was intended. | ross |
| 1999-08-04 | Trivial speed hack. | ross |
| 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 |
| 1999-07-29 | sprite.h is private to make, so #include it with "sprite.h", | hubertf |
| 1999-07-16 | Fix extreme brokeness with job control that appeared when we set USE_PGRP. | christos |
| 1999-07-12 | Fix a typo. | thorpej |
| 1999-07-12 | Correct an inverse initialization of a variable, which caused all .PATHs | thorpej |
| 1999-07-11 | Add a mechanism for specifying that ${.CURDIR} will be searched last | thorpej |
| 1999-07-06 | Regular bourne shells don't have the -q option (from Chuck Cranor) | christos |
| 1999-06-29 | apply solaris fixes | christos |
| 1999-06-06 | Revert previous change. I am a bonehead. | christos |
| 1999-06-06 | remove accidentally left debugging code | christos |
| 1999-06-06 | Allow junk variable to work in non dynamic contexts. Allows as to say things | christos |