diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-05 22:32:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-05 22:32:59 +0200 |
commit | 6a3c5a588240760f577cf090c5e484b821af1873 (patch) | |
tree | d527e9ced7d531815e9d43bec38e62a6cd53de36 /README.md | |
parent | a38d6e8f8417b777925660269969ce2d353808ef (diff) | |
parent | b0132ba11e2c7609d7b50ffa56532a357efe6e2a (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 14 insertions, 20 deletions
@@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/kkos/oniguruma.svg?branch=master)](https://travis-ci.org/kkos/oniguruma) + Oniguruma ========= @@ -5,21 +7,9 @@ https://github.com/kkos/oniguruma Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations -that traditionally exist in different languages. It comes close to -being a complete superset of all regular expression features found -in other regular expression implementations. - -Its features include: -* Character encoding can be specified per regular expression object. -* Several regular expression types are supported: - * Oniguruma (native) - * POSIX - * Grep - * GNU Regex - * Perl - * Java - * Ruby - * Emacs +that traditionally exist in different languages. + +Character encoding can be specified per regular expression object. Supported character encodings: @@ -34,6 +24,13 @@ Supported character encodings: * CP1251: contributed by Byte +New feature of version 6.9.0 +-------------------------- + +* Update Unicode version 11.0.0 +* NEW: add Emoji properties + + New feature of version 6.8.2 -------------------------- @@ -59,8 +56,6 @@ New feature of version 6.8.0 * NEW: Builtin callouts (*FAIL) (*MISMATCH) (*ERROR{n}) (*COUNT) (*MAX{n}) etc.. * Examples of Callouts program: [callout.c](sample/callout.c), [count.c](sample/count.c), [echo.c](sample/echo.c) -(* Callout function API is experimental level and isn't fixed definitely yet. Undocumented now) - New feature of version 6.7.1 -------------------------- @@ -170,7 +165,7 @@ Install ### Case 2: Windows 64/32bit platform (Visual Studio) - execute make_win64 or make_win32 + Execute make_win.bat onig_s.lib: static link library onig.dll: dynamic link library @@ -299,5 +294,4 @@ Source Files |utf32_le.c |UTF-32LE encoding | |unicode.c |common codes of Unicode encoding | |unicode_fold_data.c|Unicode folding data | -|win32/Makefile |Makefile for Win32 (VC++) | -|win32/config.h |config.h for Win32 | +|windows/testc.c |Test program for Windowns (VC++) | |