summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 14 insertions, 20 deletions
diff --git a/README.md b/README.md
index 34a17ba..cf62b33 100644
--- a/README.md
+++ b/README.md
@@ -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++) |