Skip to content
Snippets Groups Projects
  1. May 25, 2013
  2. May 24, 2013
  3. May 23, 2013
  4. May 22, 2013
  5. May 21, 2013
  6. May 20, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.981 · 09ea9fcf
      Bram Moolenaar authored
      Problem:    In the old regexp engine \i, \I, \f and \F don't work on
                  multi-byte characters.
      Solution:   Dereference pointer properly.
      v7.3.981
      09ea9fcf
    • Bram Moolenaar's avatar
      updated for version 7.3.980 · 745fc029
      Bram Moolenaar authored
      Problem:    Regexp logs may contain garbage. Character classes don't work
                  correctly for multi-byte characters.
      Solution:   Check for end of post list.  Only use "is" functions for
                  characters up to 255. (Ken Takata)
      v7.3.980
      745fc029
    • Bram Moolenaar's avatar
      updated for version 7.3.979 · e3c7b86a
      Bram Moolenaar authored
      Problem:    Complex NFA regexp doesn't work.
      Solution:   Set actual state stack end instead of using an arbitrary number.
                  (Yasuhiro Matsumoto)
      v7.3.979
      e3c7b86a
    • Bram Moolenaar's avatar
      updated for version 7.3.978 · 7fcff1f7
      Bram Moolenaar authored
      Problem:    Regexp debug logs don't have a good name.
      Solution:   Use clear names and make it possible to write logs for the old and
                  new engines separately. (Taro Muraoka)
      v7.3.978
      7fcff1f7
    • Bram Moolenaar's avatar
      updated for version 7.3.977 · ca12d7c0
      Bram Moolenaar authored
      Problem:    Compiler warnings on 64 bit Windows.
      Solution:   Add type casts. (Mike Williams)  Also fix some white space and
                  uncomment what was commented-out for testing.
      v7.3.977
      ca12d7c0
Loading