diff options
author | Paul Smith <psmith@gnu.org> | 2009-08-01 22:09:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-08-01 22:09:40 +0000 |
commit | e2f16fdf45ec0506c68f32e9fc6a7b31ae17fdc6 (patch) | |
tree | 65af39bacf361af1a13c0a44780a9927175886a2 /ChangeLog | |
parent | 139c28ae6966b84e4c30898829a2202c6f3e0a3e (diff) | |
download | gunmake-e2f16fdf45ec0506c68f32e9fc6a7b31ae17fdc6.tar.gz |
Changes from Ralf Wildenhues.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2009-07-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * job.c (construct_command_argv_internal): Add "ulimit" and + "unset" to the sh_cmds for Unixy shells. + +2009-07-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * configure.in: Move side-effects outside AC_CACHE_VAL arguments + that set make_cv_sys_gnu_glob, so they are also correctly set + when the cache has been populated before. + 2009-07-04 Eli Zaretskii <eliz@gnu.org> * function.c (func_realpath) [!HAVE_REALPATH]: Require the file to @@ -216,6 +227,11 @@ * function.c (func_shell): Don't close pipedes[1] if it is -1. Fixes Savannah bug #20495. +2009-02-28 Ralf Wildenhues <address@hidden> + + * doc/make.texi (Instead of Execution): Document interaction of + -t with phony targets. + 2009-02-23 Ramon Garcia <ramon.garcia.f@gmail.com> Introduce a new keyword "private" which applies to target-specific |