Skip to content

Onigmo 6.1.2

Compare
Choose a tag to compare
@k-takata k-takata released this 15 May 14:00
· 133 commits to master since this release

Changes from Onigmo 6.1.1 are listed below.

Security fixes

Improvement

  • Improve document about absence operator (Issue #87)
    The name of the operator was changed from "absent" to "absence".
  • Import the latest enc-unicode.rb from Ruby r58070. (Ruby r58065, r58066, r58069 and r58070.)

Bug fixes

  • Fix macro expansion bug. (Ruby r58468)
  • Fix UTF-32 valid_encoding?. (Ruby r57816)
  • Fix missing const on onig_new_without_alloc. (Issue #85)