1. 20 Mar, 2015 1 commit
  2. 18 Mar, 2015 2 commits
  3. 17 Mar, 2015 1 commit
  4. 16 Mar, 2015 5 commits
  5. 15 Mar, 2015 3 commits
  6. 14 Nov, 2014 4 commits
  7. 11 Nov, 2014 5 commits
  8. 10 Nov, 2014 2 commits
  9. 07 Nov, 2014 1 commit
  10. 30 Oct, 2014 15 commits
  11. 27 Oct, 2014 1 commit
    • David Gibson's avatar
      mem: Implement memrchr() · 40b45c4c
      David Gibson authored
      The memrchr() function, which works like memchr(), but searches from the
      back of the region to the front is implemented in the GNU C library, but
      isn't standard.
      
      This patch adds an implementation of the function to the mem module, when
      it's not available in the system C library.
      Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
      40b45c4c