diff options
author | Paul Smith <psmith@gnu.org> | 2011-05-02 00:18:06 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-05-02 00:18:06 +0000 |
commit | a81ee5209b97564ce9c2d87f8842c3473fd72490 (patch) | |
tree | 2364c14a679fb272e66dbf381c81c8a138389d83 /ChangeLog | |
parent | 15a79d723de278d76737b5cbb8d7a1afbe72de7b (diff) | |
download | gunmake-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |