diff lib/ChangeLog @ 4537:940fdf291f5b

Ignore trailing white space and empty lines in files containing patterns to exclude.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 13 Aug 2003 23:15:00 +0000
parents 3358eb550c86
children e4ed0647ee42
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,11 @@
 2003-08-13  Paul Eggert  <eggert@twinsun.com>
 
+	* exclude.c: Include <ctype.h>
+	(IN_CTYPE_DOMAIN): New macro.
+	(is_space): New fn.
+	(add_exclude_file): If LINE_END is a space, ignore trailing spaces
+	and empty lines.
+
 	* argp-help.c, argp-parse.c, config.charset, getopt.h:
 	Undo previous (whitespace-only) change.