1. 05 6月, 2014 3 次提交
  2. 04 6月, 2014 5 次提交
  3. 03 6月, 2014 6 次提交
  4. 02 6月, 2014 3 次提交
  5. 01 6月, 2014 1 次提交
  6. 30 5月, 2014 4 次提交
    • Anthony Minessale's avatar
      make device state code more accurate · 495db48f
      Anthony Minessale 提交于
      495db48f
    • Travis Cross's avatar
      Revert addition of PERL_GCC_PEDANTIC to CFLAGS · 79a888de
      Travis Cross 提交于
      Brian and I decided to handle this by just stripping -ansi -pedantic
      from the mod_perl build instead.
      
      Revert "Since we can't tell if the system perl was built with
      pedantic, we have a problem because we default debug enabled which
      uses AX_CFLAGS_WARN_ALL_ANSI, For the GNU CC compiler it will be
      -Wall (and -ansi -pedantic) The result is added to the shellvar being
      CFLAGS by default.  Which then gets included for building mod_perl,
      Either way I think this is the correct corse of action to overcome
      these new builds of mod_perl."
      
      This reverts commit cb94340e.
      79a888de
    • Travis Cross's avatar
      Build mod_perl without pedantic flags even when debugging · 750e2bae
      Travis Cross 提交于
      This means we don't have to set PERL_GCC_PEDANTIC which removes
      assertions that are helpful for debugging.
      750e2bae
    • Brian West's avatar
      Since we can't tell if the system perl was built with pedantic, we have a… · cb94340e
      Brian West 提交于
      Since we can't tell if the system perl was built with pedantic, we have a problem because we default debug enabled which uses AX_CFLAGS_WARN_ALL_ANSI, For the GNU CC compiler it will be -Wall (and -ansi -pedantic) The result is added to the shellvar being CFLAGS by default.  Which then gets included for building mod_perl, Either way I think this is the correct corse of action to overcome these new builds of mod_perl.
      cb94340e
  7. 29 5月, 2014 10 次提交
  8. 28 5月, 2014 8 次提交