1. 29 Jul, 2005 37 commits
  2. 28 Jul, 2005 3 commits
    • Linus Torvalds's avatar
      Linux 2.6.13-rc4 · 63953523
      Linus Torvalds authored
      63953523
    • Joachim Nilsson's avatar
      [PATCH] fix gconfig crash · bafd2df5
      Joachim Nilsson authored
      I ran glade-2 on the glade file, fixed two missing stock icons and
      cleaned up the C code that inserts the single/split/full modes. The
      rest of the patch is minor cleanups only. I refrained from using all
      the included xpm icons in images.c (like qconf.cc does) in favour of
      using the stock Gtk+ icons instead. Oh, yes there was a "back" bug
      in split mode that I also removed, oh well...
      
      It has been tested with success by several people, including
      Jesper Juhl, Randy Dunlap and myself.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      bafd2df5
    • Linus Torvalds's avatar
      Revert broken "statement with no effect" warning fix · 2ac6608c
      Linus Torvalds authored
      It may shut up gcc, but it also incorrectly changes the semantics of the
      smp_call_function() helpers.
      
      You can fix the warning other ways if you are interested (create another
      inline function that takes no arguments and returns zero), but
      preferably gcc just shouldn't complain about unused return values from
      statement expressions in the first place.
      2ac6608c