diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-16 02:25:03 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-16 02:25:03 +0000 |
commit | a3cf773e296968870eaa76d45323690d14d9b44e (patch) | |
tree | 81bdb5281ca81831c7dc268d903b4a28406df3d9 /ChangeLog | |
parent | 9d89ad56bf74b22471617ed99f9e6e6272efba22 (diff) | |
download | gunmake-a3cf773e296968870eaa76d45323690d14d9b44e.tar.gz |
* Various bug fixes.
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 |