| Age | Commit message (Expand) | Author |
| 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 |
| 1999-06-02 | Fix awful bug where: | christos |
| 1999-05-03 | Define USE_PGRP so that we send signals to our job's process group instead | christos |
| 1999-05-03 | killpg(pgrp, sig) == kill(-pgrp, sig) in the sysv case. | christos |
| 1999-04-03 | Uh... should have been ${MACHINE} not hard coded... Duh! | gwr |
| 1999-04-03 | Define CC=gcc -O and add -DMACHINE=... | gwr |
| 1999-04-03 | Make regex support conditional on NO_REGEX (was MAKE_BOOTSTRAP) | gwr |
| 1999-03-24 | report a sensible error if wait() fails. | sommerfe |
| 1999-03-19 | use emalloc() instead of malloc() | christos |
| 1999-03-10 | Add missing .El line. | erh |
| 1999-03-09 | Missing .El. | ross |
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft |
| 1999-02-04 | When giving the -v option to /bin/sh, also give the new -q option so that | cjs |
| 1998-12-19 | Allow system path to be overriden in the Makefile | christos |
| 1998-11-17 | Fix a bug that apparently prevented, since day 1, the .-include / .sinclude | ross |
| 1998-11-11 | This patch fixes the problem introduced in the previous commit where | christos |
| 1998-11-11 | PR/6426: Jim Bernard: make sometimes does not make directories on top of | christos |
| 1998-11-06 | - full prototypes | christos |
| 1998-11-01 | Reduced memory leaks. | itohy |