summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2011-05-02 00:18:06 +0000
committerPaul Smith <psmith@gnu.org>2011-05-02 00:18:06 +0000
commita81ee5209b97564ce9c2d87f8842c3473fd72490 (patch)
tree2364c14a679fb272e66dbf381c81c8a138389d83 /ChangeLog
parent15a79d723de278d76737b5cbb8d7a1afbe72de7b (diff)
downloadgunmake-a81ee5209b97564ce9c2d87f8842c3473fd72490.tar.gz
Avoid invoking glob() unless the filename has potential globbing
characters in it, for performance improvements.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e365f6b..06f7fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-01 Paul Smith <psmith@gnu.org>
+
+ * read.c (parse_file_seq): Don't try to invoke glob() unless there
+ are potential wildcard characters in the filename. Performance
+ enhancement suggested by Michael Meeks <michael.meeks@novell.com>
+
2011-04-29 Boris Kolpackov <boris@codesynthesis.com>
* read.c (eval_makefile): Delay caching of the file name until after