grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/ChangeLog


From: Charles Levert
Subject: Changes to grep/ChangeLog
Date: Mon, 04 Jul 2005 21:17:42 -0400

Index: grep/ChangeLog
diff -u grep/ChangeLog:1.266 grep/ChangeLog:1.267
--- grep/ChangeLog:1.266        Tue Jul  5 01:03:31 2005
+++ grep/ChangeLog      Tue Jul  5 01:17:41 2005
@@ -3,6 +3,12 @@
        * doc/grep.texi: Add missing green color in GREP_COLORS description.
        * doc/grep.1: Fix typo and reorganize GREP_COLORS documentation.
 
+       * src/kwset.c (DEPTH_SIZE): New macro to anticipate
+         architectures/compilers where CHAR_BIT is not 8 (we assume it
+         won't be less than 4, which would be non-standard and unlikely).
+         Checked to hold for CHAR_BIT up to 1023 (and maybe more)!
+       * src/kwset.c (kwsincr): Use DEPTH_SIZE in two array declarations.
+
 2005-07-04  Charles Levert  <address@hidden>
 
        * src/kwset.c: Readability changes.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]