diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-07-15 Paul D. Smith <psmith@gnu.org> + * read.c (read_makefile): Fix some potential memory stomps parsing + `define' directives where no variable name is given. + * function.c (func_apply): Various code cleanup and tightening. (function_table): Add "apply" as a valid builtin function. @@ -7,6 +10,11 @@ * NEWS: Announce it. +1999-07-09 Eli Zaretskii <eliz@is.elta.co.il> + + * variable.c (try_variable_definition) [__MSDOS__, WINDOWS32]: + Treat "override SHELL=" the same as just "SHELL=". + 1999-07-09 Paul D. Smith <psmith@gnu.org> * job.c (start_waiting_job): Don't get a second job token if we |