diff options
author | Paul Smith <psmith@gnu.org> | 2009-09-28 23:08:49 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-09-28 23:08:49 +0000 |
commit | f907a4d90c895f04ee7497a5f1b58ad1fd3cddb5 (patch) | |
tree | af19406bf81da1ad0fa78609d1195c959e31af0a /ChangeLog | |
parent | f5891a26d8d3ed87b059856650b2bdb0c7ea355e (diff) | |
download | gunmake-f907a4d90c895f04ee7497a5f1b58ad1fd3cddb5.tar.gz |
- Update manual description for pattern rule search algorithm
- Add new "-all" flag to the test suite to run tests that don't pass yet
- Add some non-passing tests
- Fix from Andreas Buening for OS/2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2009-09-28 Paul Smith <psmith@gnu.org> + + * doc/make.texi (Pattern Intro): Move the match algorithm + discussion into the "Pattern Match" node. + (Pattern Match): Expand on the pattern rule matching algorithm. + +2009-09-28 Andreas Buening <andreas.buening@nexgo.de> + + * job.c (construct_command_argv_internal) [OS2]: Don't eat too + much of the command line on a single pass. + 2009-09-28 Boris Kolpackov <boris@codesynthesis.com> * varible.c (create_pattern_var): Insert variables into the @@ -18,6 +29,11 @@ * NEWS: Add a note about the new behavior. +2009-09-27 Paul Smith <psmith@gnu.org> + + * doc/make.texi (Double-Colon): Mention that pattern rules with + double-colons have a different meaning. Savannah bug #27497. + 2009-09-27 Juan Manuel Guerrero <juan.guerrero@gmx.de> * configh.dos.template: Remove unconditional definition of |