1. 07 11月, 2016 3 次提交
    • A
      update man page · 8c869cbd
      Andrew Gallant 提交于
      8c869cbd
    • A
      Note -e/--regexp's additional usefulness. · 598b162f
      Andrew Gallant 提交于
      Specifically, it can be used when searching for patterns that start
      with a dash.
      
      Fixes #215
      598b162f
    • A
      Fixes a bug with --smart-case. · 0222e024
      Andrew Gallant 提交于
      This was a subtle bug, but the big picture was that the smart case
      information wasn't being carried through to the literal extraction in
      some cases. When this happened, it was possible to get back an incomplete
      set of literals, which would therefore miss some valid matches.
      
      The fix to this is to actually parse the regex and determine whether
      smart case applies before doing anything else. It's a little extra work,
      but parsing is pretty fast.
      
      Fixes #199
      0222e024
  2. 06 11月, 2016 5 次提交
  3. 05 11月, 2016 1 次提交
  4. 04 11月, 2016 6 次提交
  5. 02 11月, 2016 12 次提交
  6. 01 11月, 2016 11 次提交
  7. 31 10月, 2016 1 次提交
  8. 30 10月, 2016 1 次提交