1. 03 4月, 2013 2 次提交
  2. 02 4月, 2013 1 次提交
    • Y
      Consolidate bool type · 472d5460
      York Sun 提交于
      'bool' is defined in random places. This patch consolidates them into a
      single header file include/linux/types.h, using stdbool.h introduced in C99.
      
      All other #define, typedef and enum are removed. They are all consistent with
      true = 1, false = 0.
      
      Replace FALSE, False with false. Replace TRUE, True with true.
      Skip *.py, *.php, lib/* files.
      Signed-off-by: NYork Sun <yorksun@freescale.com>
      472d5460
  3. 31 3月, 2013 1 次提交
  4. 29 3月, 2013 7 次提交
  5. 28 3月, 2013 11 次提交
  6. 26 3月, 2013 18 次提交