1. Jun 04, 2015
    • Anders Kaseorg's avatar
      Remove trailing commas from enums · ebecb9bd
      Anders Kaseorg authored
      
      
      I do sympathize with the motivation for these trailing commas, but
      they cause silly build failures with --enable-compile-warnings=error
      (which is used at least by the Debian/Ubuntu package).
      
        CXX      parseraction.o
      In file included from terminal.h:42:0,
                       from parseraction.cc:37:
      terminalframebuffer.h:200:39: error: comma at end of enumerator list [-Werror=pedantic]
             MOUSE_REPORTING_ANY_EVENT = 1003,
                                             ^
      terminalframebuffer.h:210:34: error: comma at end of enumerator list [-Werror=pedantic]
             MOUSE_ENCODING_URXVT = 1015,
                                        ^
      cc1plus: all warnings being treated as errors
      Makefile:354: recipe for target 'parseraction.o' failed
      
      Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
      ebecb9bd
  2. Jun 01, 2015
  3. May 29, 2015
  4. May 25, 2015
  5. May 21, 2015
  6. Feb 03, 2015
  7. Dec 16, 2014
  8. Dec 09, 2014
  9. Apr 27, 2014
  10. Jan 09, 2014
  11. Jan 04, 2014
  12. Aug 17, 2013