From a81ee5209b97564ce9c2d87f8842c3473fd72490 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 2 May 2011 00:18:06 +0000 Subject: Avoid invoking glob() unless the filename has potential globbing characters in it, for performance improvements. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e365f6b..06f7fde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-01 Paul Smith + + * 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 + 2011-04-29 Boris Kolpackov * read.c (eval_makefile): Delay caching of the file name until after -- cgit v1.2.3