1. 09 Apr, 2010 6 commits
    • Rusty Russell's avatar
      Use bzr to determine what to upload · 83182e8f
      Rusty Russell authored
      83182e8f
    • Rusty Russell's avatar
      ccanlint: clean up test short descriptions · 357700fd
      Rusty Russell authored
      357700fd
    • Rusty Russell's avatar
    • Rusty Russell's avatar
      From: Joseph Adams <joeyadams3.14159@gmail.com> · f952b88b
      Rusty Russell authored
      The ccanlint patch is rather intrusive.  First, it adds a new field to
      all the ccanlint tests, "key".  key is a shorter, still unique
      description of the test (e.g. "valgrind").  The names I chose as keys
      for all the tests are somewhat arbitrary and often don't reflect the
      name of the .c source file (because some of those names are just too
      darn long).  Second, it adds two new options to ccanlint:
      
         -l: list tests ccanlint performs
         -x: exclude tests (e.g. -x trailing_whitespace,valgrind)
      
      It also adds a consistency check making sure all tests have unique
      keys and names.
      
      The primary goal of the ccanlint patch was so I could exclude the
      valgrind test, which takes a really long time for some modules (I
      think btree takes the longest, at around 2 minutes).  I'm not sure I
      did it 100% correctly, so you'll want to review it first.
      f952b88b
    • Rusty Russell's avatar
      From: Joseph Adams <joeyadams3.14159@gmail.com> · 7b877620
      Rusty Russell authored
      The btree patch gives the btree module an intuitive frontend
      (btree_insert, btree_remove, btree_lookup) and a built-in ordering
      function for strings.  Together, these make it easy to use the btree
      module as a dynamic string map.
      7b877620
    • Rusty Russell's avatar
      From: Joseph Adams <joeyadams3.14159@gmail.com> · 455572f3
      Rusty Russell authored
      The charset patch makes utf8_validate reject the invalid codepoints
      U+FFFE and U+FFFF .  Hopefully it's fully UTF-8 compliant now.
      455572f3
  2. 31 Mar, 2010 2 commits
  3. 24 Feb, 2010 5 commits
  4. 23 Feb, 2010 3 commits
  5. 22 Feb, 2010 21 commits
  6. 11 Feb, 2010 1 commit
  7. 04 Feb, 2010 2 commits