1. 06 Aug, 2016 2 commits
    • Benno Schulenberg's avatar
      chars: remove superfluous afterchecks · 85844ee6
      Benno Schulenberg authored
      Now that mbstrncasecmp() does the right thing, there is no need any
      more to verify that only a valid multibyte sequence was matched.
      
      (See https://savannah.gnu.org/bugs/?45579 for a test case.)
      
      Also, this will make it possible to search for invalid sequences.
      
      (Currently it isn't possible to enter a search string with invalid
      characters, but... a user might edit the search history file.  And
      if pasting at the prompt is implemented, it will be trivial to enter
      invalid sequences if you have a file that contains them.)
      85844ee6
    • Benno Schulenberg's avatar
      chars: don't persist when only one of the compared sequences is invalid · e38e2c63
      Benno Schulenberg authored
      Persisting might lead to count 'n' reaching zero, which would mean that
      the needle has matched, which is wrong when one of the strings contains
      an invalid or incomplete multibyte sequence.
      e38e2c63
  2. 05 Aug, 2016 1 commit
  3. 04 Aug, 2016 2 commits
  4. 03 Aug, 2016 2 commits
  5. 02 Aug, 2016 2 commits
  6. 01 Aug, 2016 10 commits
  7. 31 Jul, 2016 9 commits
  8. 30 Jul, 2016 8 commits
  9. 29 Jul, 2016 4 commits