Skip to content

Onigmo 6.1.0

Compare
Choose a tag to compare
@k-takata k-takata released this 16 Jan 14:38
· 156 commits to master since this release

Changes from Onigmo 6.0.0 are listed below.

New features

  • Support absent operator (?~subexp) (Issue #82)
    This is a new operator which matches any string which doesn't contain any string which maches subexp. See the document for detail.

Bug fixes

  • mac: Fix loading library (PR #84)
  • Fix out-of-bounds read in set_bm_skip() (Issue #81)
  • Ignore /sample/scan (PR #80)
  • suppress warning: sign compare (PR #79)
  • CRuby enc/*.c needs other way to detect (PR #78)
  • Fix backward search with .* (Issue #69)