[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/17] syntax-check: enable m4-quote-check
From: |
Jim Meyering |
Subject: |
Re: [PATCH 08/17] syntax-check: enable m4-quote-check |
Date: |
Fri, 12 Mar 2010 19:13:07 +0100 |
Paolo Bonzini wrote:
> * cfg.mk (local-checks-to-skip): Enable m4-quote-check.
> * configure.ac: Fix occurrence.
...
> -AC_DEFINE(GREP, 1, [We are building grep])
> +AC_DEFINE([GREP], 1, [We are building grep])
Another easy one.
ACK
- Re: [PATCH 04/17] dfa: remove CRANGE dead code, (continued)
- [PATCH 05/17] dfa, grep: cleanup if-before-free and cast-of-argument-to-free, Paolo Bonzini, 2010/03/12
- [PATCH 07/17] syntax-check: enable makefile-TAB-only-indentation, Paolo Bonzini, 2010/03/12
- [PATCH 06/17] grep: fix error-message-uppercase, Paolo Bonzini, 2010/03/12
- [PATCH 09/17] syntax-check: enable space-tab, Paolo Bonzini, 2010/03/12
- [PATCH 08/17] syntax-check: enable m4-quote-check, Paolo Bonzini, 2010/03/12
- Re: [PATCH 08/17] syntax-check: enable m4-quote-check,
Jim Meyering <=
- [PATCH 10/17] tests: add more UTF-8 test cases, Paolo Bonzini, 2010/03/12
- [PATCH 13/17] dfa: optimize simple character sets under UTF-8 charsets, Paolo Bonzini, 2010/03/12
- [PATCH 12/17] dfa: speed up handling of brackets, Paolo Bonzini, 2010/03/12
- [PATCH 11/17] dfa: rewrite handling of multibyte case folding, Paolo Bonzini, 2010/03/12
- [PATCH 14/17] dfa: cache MB_CUR_MAX for dfaexec, Paolo Bonzini, 2010/03/12
- [PATCH 15/17] dfa: run simple UTF-8 regexps as a single-byte character set, Paolo Bonzini, 2010/03/12
- [PATCH 16/17] grep: remove check_multibyte_string, fix non-UTF8 missed match, Paolo Bonzini, 2010/03/12