summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-08-14 02:50:14 +0000
committerPaul Smith <psmith@gnu.org>2010-08-14 02:50:14 +0000
commit5acda13ace0ae4443ed04c4f8a62512b00a2b656 (patch)
treee12848b880e685ed54e2f86856c3d153517c6a5f /ChangeLog
parent036760a9fdb11849b6a43feec7ce294e7f77db2a (diff)
downloadgunmake-5acda13ace0ae4443ed04c4f8a62512b00a2b656.tar.gz
- Fix the NEWS file to be accurate
- Add oneshell to $(.FEATURES) (forgot that!) - Fix Savannah bug #30612: handling of archive references with >1 object
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fc69777..92468c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-08-13 Paul Smith <psmith@gnu.org>
+
+ * NEWS: Accidentally forgot to back out the sorted wildcard
+ enhancement in 3.82, so update NEWS.
+ Also add NEWS about the error check for explicit and pattern
+ targets in the same rule, added to 3.82.
+
+ * main.c (main): Add "oneshell" to $(.FEATURES) (forgot to add
+ this in 3.82!)
+
+ * read.c (parse_file_seq): Fix various errors parsing archives
+ with multiple objects in the parenthesis, as well as wildcards.
+ Fixes Savannah bug #30612.
+
2010-08-10 Paul Smith <psmith@gnu.org>
* main.c (main): Expand MAKEFLAGS before adding it to the
@@ -10,8 +24,8 @@
* function.c (func_shell) [WINDOWS32]: Reset just_print_flag
around the call to construct_command_argv, so that a temporary
- batch file _is_ created when needed for $(shell). Fixes Savannah
- bug #16362.
+ batch file _is_ created when needed for $(shell).
+ Fixes Savannah bug #16362.
2010-08-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>