1. 18 Aug, 2005 1 commit
    • Ryan C. Gordon's avatar
      Date: Wed, 17 Aug 2005 11:23:40 -0400 · 46591960
      Ryan C. Gordon authored
      From: Matt L <prometheus.uw@gmail.com>
      To: "Ryan C. Gordon" <icculus@clutteredmind.org>
      Subject: SDL Patch
      
      Hio,
      
      I saw your last call on the mailing list. Here's a patch which I
      submitted about two weeks ago which hasn't made it in.
      
      In the current sdl.m4, there's a bug where if your configure.ac, you
      have AC_LANG(C++) specified, it won't properly compile and link the SDL
      test program when you run the configure script. This is because only the
      default CFLAGS is overriden in sdl.m4, and in the patch below, I've
      fixed it so it overrides CXXFLAGS as well, allowing it to work with g++.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401119
      46591960
  2. 17 Aug, 2005 1 commit
    • Ryan C. Gordon's avatar
      From: Jim Paris <jim_jtan_com> · 17254837
      Ryan C. Gordon authored
      To: sdl@libsdl.org
      Date: Sat, 9 Jul 2005 13:59:33 -0400
      Subject: [PATCH] fix locking in src/timer/SYS_timer.c
      
      SDL_SetTimer has a typo in CVS.  This code was added since 1.2.8.  The
      result is that the SDL_timer_mutex is locked twice and never unlocked,
      breaking systems that use a threaded timer implementation.
      
      -jim
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401118
      17254837
  3. 16 Aug, 2005 1 commit
  4. 11 Aug, 2005 3 commits
  5. 10 Aug, 2005 2 commits
  6. 09 Aug, 2005 1 commit
  7. 08 Aug, 2005 2 commits
  8. 07 Aug, 2005 1 commit
  9. 29 Jul, 2005 2 commits
  10. 27 Jul, 2005 3 commits
  11. 21 Jul, 2005 3 commits
  12. 20 Jul, 2005 4 commits
  13. 18 Jul, 2005 1 commit
  14. 17 Jul, 2005 1 commit
  15. 07 Jul, 2005 5 commits
  16. 01 Jul, 2005 1 commit
  17. 30 Jun, 2005 3 commits
  18. 29 Jun, 2005 4 commits
  19. 25 Jun, 2005 1 commit