]> granicus.if.org Git - onig/blobdiff - README
remove tabs
[onig] / README
diff --git a/README b/README
index 24f813fb4eb8580646cab5e042b12e175ed80066..00fe1625ed29f3034c0c725c0735a54498d43797 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,14 @@
-README  2016/04/18
+README  2017/08/25
 
-Oniguruma  ----   (C) K.Kosako <kkosako0@gmail.com>
+Oniguruma  ----   (C) K.Kosako
 
 https://github.com/kkos/oniguruma
 
+FIXED Security Issues:
+  CVE-2017-9224, CVE-2017-9225, CVE-2017-9226
+  CVE-2017-9227, CVE-2017-9228, CVE-2017-9229
+
+---
 Oniguruma is a regular expressions library.
 The characteristics of this library is that different character encoding
 for every regular expression object can be specified.
@@ -49,7 +54,7 @@ Install
 
 
 
- Case 2: Windows 64/32bit platform (VisualStudio)
+ Case 2: Windows 64/32bit platform (Visual Studio)
 
    execute make_win64 or make_win32
 
@@ -61,6 +66,8 @@ Install
       2. copy ..\windows\testc.c .
       3. nmake -f Makefile.windows ctest
 
+  (I have checked by Visual Studio Community 2015)
+
 
 
 Regular Expressions
@@ -100,6 +107,7 @@ Sample Programs
   sample/posix.c     POSIX API sample.
   sample/sql.c       example of the variable meta characters.
                      (SQL-like pattern matching)
+  sample/user_property.c  example of user defined Unicode property.
 
 Test Programs
   sample/syntax.c    Perl, Java and ASIS syntax test.
@@ -165,22 +173,10 @@ Source Files
   utf16_le.c         UTF-16LE encoding.
   utf32_be.c         UTF-32BE encoding.
   utf32_le.c         UTF-32LE encoding.
-  unicode.c          Unicode information data.
+  unicode.c          common codes of Unicode encoding.
 
   win32/Makefile     Makefile for Win32 (VC++)
   win32/config.h     config.h for Win32
 
 
-
-ToDo
-
-  ? case fold flag: Katakana <-> Hiragana.
-  ? add ONIG_OPTION_NOTBOS/NOTEOS. (\A, \z, \Z)
- ?? \X (== \PM\pM*)
- ?? implement syntax behavior ONIG_SYN_CONTEXT_INDEP_ANCHORS.
- ?? transmission stopper. (return ONIG_STOP from match_at())
-
 and I'm thankful to Akinori MUSHA.
-
-
-Mail Address: K.Kosako <kkosako0@gmail.com>