diff options
author | Paul Smith <psmith@gnu.org> | 2004-01-07 19:36:39 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-01-07 19:36:39 +0000 |
commit | a35db9027526a8cad59c4e139ab224946245a7f7 (patch) | |
tree | 010e38117617a73053a9ac5fbecf3316b2eff705 /ChangeLog | |
parent | ee3d37a591cf2db3dd1444b2c1e2fcb041f68d33 (diff) | |
download | gunmake-a35db9027526a8cad59c4e139ab224946245a7f7.tar.gz |
Fix order-only prerequisites for pattern rules. (Savannah patch #2349).
Add a regression test for this.
Older libraries don't allow *alloc(0), so make sure we don't ever do that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-07 Paul D. Smith <psmith@gnu.org> + + * implicit.c (pattern_search): When matching an implicit rule, + remember which dependencies have the ignore_mtime flag set. + Original fix provided in Savannah patch #2349, by Benoit + Poulot-Cazajous <Benoit.Poulot-Cazajous@jaluna.com>. + 2003-11-02 Paul D. Smith <psmith@gnu.org> * function.c (func_if): Strip all the trailing whitespace from the @@ -17,6 +24,11 @@ (get-config/config.guess get-config/config.sub): Get these files from the Savannah config project instead of ftp.gnu.org. +2003-08-22 Paul D. Smith <psmith@gnu.org> + + * misc.c (xmalloc, xrealloc): Add one to 0 sizes, to cater to + systems which don't yet implement the C89 standard :-/. + 2003-07-18 Paul D. Smith <psmith@gnu.org> * dir.c (directory_contents_hash_1, directory_contents_hash_1) |