| Age | Commit message (Expand) | Author |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-09-05 | fixed comment U -> u | christos |
| 2000-09-05 | :u modifier a'la uniq(1) [from der Mouse] | christos |
| 2000-08-13 | don't attempt to free varNoError too. | christos |
| 2000-08-03 | PR/10714: SUNAGAWA Keiki: Add newer hpux support, but without removing the | christos |
| 2000-06-11 | Use a lower threshold for rebuilding hash tables. | mycroft |
| 2000-06-11 | Readd optimization last night. Problems earlier were partially due to the | mycroft |
| 2000-06-10 | Back out last night's optimization for now. | mycroft |
| 2000-06-10 | Don't use OP_MARK when attaching suffix transformations. | mycroft |
| 2000-06-10 | Introduce an OP_MARK bit, and use it to suppress duplicates during .ALLSRC | mycroft |
| 2000-06-10 | Nuke an `optimization' that made source list creation O(n^2). This may cause | mycroft |
| 2000-06-10 | no need for v->name-- on JUNK vars anymore | sjg |
| 2000-06-10 | For VAR_JUNK variables, defer freeing of the name string until the bottom of | mycroft |
| 2000-06-10 | Don't free v until after the last use. | sjg |
| 2000-06-06 | Do some evil with VAR_KEEP to make it happier. This seems... wrong. | mycroft |
| 2000-06-06 | Allow further patterns after a :D or :U, as in ODE make. (Copied some code | mycroft |
| 2000-06-06 | Roll back my for-expansion changes. Doing this right is just too hard to be | mycroft |
| 2000-06-06 | Check_Cwd_av: Ensure that word after a '(', '{' etc is considered a command, | sjg |
| 2000-06-01 | Make ::= work again with the VAR_FOR context changes. | sjg |
| 2000-06-01 | Create a `for' context, and substitute iteration variable from it using the | mycroft |
| 2000-06-01 | Rats! ${FOO:=bar} is a common usage of the SysV = modifier. | sjg |
| 2000-05-30 | Implemented a set of assignment modifiers. These solve obscure | sjg |
| 2000-05-14 | Expand variables that appear in a [No]Match pattern. Allows | sjg |
| 2000-05-11 | allow .POSIX to define %POSIX as in FreeBSD | sjg |
| 2000-05-11 | Expand variables in variable name passed to Var_Set and Var_Append. | sjg |
| 2000-05-11 | Pass ctxt along to VarLoopExpand so that local variables such as .TARGET | sjg |
| 2000-05-10 | Revert to the original behaviour wrt sysIncPath, ie if sysIncPath | sjg |
| 2000-05-04 | support OSF/1 | drochner |
| 2000-05-04 | conditionalize prototypes for REMOTE support | drochner |
| 2000-05-04 | make cleaner C for more picky compilers | drochner |
| 2000-04-29 | Added the :U :D :L :P :! and :@ modifiers as used by ODE make. | 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-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 |