CVSROOT: /sources/grep Module name: grep Changes by: Tony Abou-Assaleh <taa> 09/01/25 02:07:37
Index: ChangeLog =================================================================== RCS file: /sources/grep/grep/ChangeLog,v retrieving revision 1.317 retrieving revision 1.318 diff -u -b -r1.317 -r1.318 --- ChangeLog 21 Jan 2009 03:40:04 -0000 1.317 +++ ChangeLog 25 Jan 2009 02:07:36 -0000 1.318 @@ -1,3 +1,16 @@ +2009-01-24 Bruno Haible <[email protected]> + + * lib/savedir.c (isdir): New declaration. + + * src/dfa.c (update_mb_len_index): Change argument type to + 'char const *'. + (match_mb_charset): Cast argument to strncpy. + (dfaexec): Add pointer cast. + + * src/grep.c (parse_grep_colors): Add braces for disambiguation. + + * src/kwset.c: Include xalloc.h instead of declaring xmalloc manually. + 2009-01-20 Tony Abou-Assaleh <[email protected]> * tests/foad1.sh: disable tests that fail under cs_CZ.UTF-8.
