*** empty log message ***
[gnulib.git] / lib / ChangeLog
index 7124129..5c908d5 100644 (file)
@@ -1,3 +1,22 @@
+2000-08-03  Greg McGary  <greg@mcgary.org>
+
+       * regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
+       ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
+       (EXTEND_BUFFER): Use them.
+
+2000-08-01  Jim Meyering  <meyering@lucent.com>
+
+       * dirname.c (ISSLASH): Define.
+       (BACKSLASH_IS_PATH_SEPARATOR): Define.
+       (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
+       both `\' and `/' may be use as path separators.
+       Based on a patch from Prashant TR.
+
+2000-07-31  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/quotearg.c (quotearg_n_options): Don't make the initial
+       slot vector a constant, since it might get modified.
+
 2000-07-31  Jim Meyering  <meyering@lucent.com>
 
        * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'.