1. 19 Nov, 2009 1 commit
    • Christophe Fergeau's avatar
      add missing break; in switch statement · d503698b
      Christophe Fergeau authored
      The 2nd missing break was harmless since it fell through the default: case
      which has a break, but it makes things more robust if we were ever to add
      new cases to this switch. The 1st missing break; was causing warnings in
      valgrind since we ended up calling strdup on a memory zone not containing
      a \0 character.
      d503698b
  2. 11 Nov, 2009 2 commits
  3. 10 Nov, 2009 7 commits
  4. 04 Nov, 2009 1 commit
  5. 29 Oct, 2009 2 commits
  6. 28 Oct, 2009 5 commits
  7. 26 Oct, 2009 3 commits
  8. 25 Oct, 2009 1 commit
  9. 19 Oct, 2009 2 commits
  10. 18 Oct, 2009 9 commits
  11. 17 Oct, 2009 4 commits
  12. 16 Oct, 2009 3 commits