Skip to content
  1. Feb 22, 2007
    • Yang Tse's avatar
      Fix compiler warnings · 9bf9617a
      Yang Tse authored
      "case label value exceeds maximum value for type" and
      "comparison is always false due to limited range of data type"
      
      Both triggered when using a bool variable as the switch variable
      in a switch statement and using enums for the case targets.
      9bf9617a
    • Yang Tse's avatar
      Check for stdbool.h at configuration stage, and include it if available. · 69565afa
      Yang Tse authored
      Check for lowercase 'bool' type at configuration stage. If not available
      provide a suitable replacement with a type definition of 'unsigned char'
      in setup_once.h
      
      Move definitions of TRUE and FALSE to setup_once.h
      69565afa
  2. Feb 21, 2007
  3. Feb 20, 2007
  4. Feb 19, 2007
  5. Feb 18, 2007
  6. Feb 17, 2007