diff options
author | Paul Smith <psmith@gnu.org> | 2005-04-08 12:51:20 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-04-08 12:51:20 +0000 |
commit | 3daf8df6ee835b9edcc068af33ae97910bb8d934 (patch) | |
tree | a90131bc43bd817abd1850df4ade8d58339d3334 /ChangeLog | |
parent | 4923580e3a5b3d9e7ff29ef1e5a5339cc7619a4b (diff) | |
download | gunmake-3daf8df6ee835b9edcc068af33ae97910bb8d934.tar.gz |
Fix some Savannah bugs.
Updates to docs (still need more work here) and NEWS file.
New language.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 29 insertions, 2 deletions
@@ -1,3 +1,16 @@ +2005-04-07 Paul D. Smith <psmith@gnu.org> + + * main.c (main) [WINDOWS32]: Export PATH to sub-shells, not Path. + * variable.c (sync_Path_environment): Ditto. + Patch by Alessandro Vesely. Fixes Savannah bug #12209. + + * main.c (main): Define the .FEATURES variable. + * NEWS: Announce .FEATURES. + * doc/make.texi (Special Variables): Document .FEATURES. + + * remake.c (check_dep): If a file is .PHONY, update it even if + it's marked intermediate. Fixes Savannah bug #12331. + 2005-03-15 Boris Kolpackov <boris@kolpackov.net> * file.c (expand_deps): Factor out the second expansion and @@ -7,20 +20,34 @@ prerequisites of the .SUFFIXES special target first. Fixes Savannah bug #12320. +2005-03-13 Paul D. Smith <psmith@gnu.org> + + * main.c (main) [MSDOS]: Export SHELL in MSDOS. Requested by Eli + Zaretskii. + +2005-03-11 Paul D. Smith <psmith@gnu.org> + + * signame.c (strsignal): HAVE_DECL_SYS_SIGLIST is 0 when not + available, not undefined (from Earnie Boyd). + 2005-03-10 Boris Kolpackov <boris@kolpackov.net> * implicit.c (pattern_search): Mark an intermediate target as precious if it happened to be a prerequisite of some (other) target. Fixes Savannah bug #12267. +2005-03-09 Paul D. Smith <psmith@gnu.org> + + * read.c (eval_makefile): Add alloca(0). + (eval_buffer): Ditto. + 2005-03-09 Boris Kolpackov <boris@kolpackov.net> * main.c (main): Use o_file instead of o_default when defining the .DEFAULT_TARGET special variable. - * read.c (eval): Use define_variable_global() instead of define_variable() when setting new value for the .DEFAULT_TARGET - special variable. Fixes Savannah bug #12266. + special variable. Fixes Savannah bug #12266. 2005-03-04 Boris Kolpackov <boris@kolpackov.net> |