From: kosako Date: Fri, 6 May 2016 07:52:59 +0000 (+0900) Subject: update for release 6.0.0 X-Git-Tag: v6.0.0^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b05041e57905d567476832f90d2cfc7d6acea52;p=onig update for release 6.0.0 --- diff --git a/HISTORY b/HISTORY index 0b6b586..60f096e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,7 @@ History +2016/05/09: Version 6.0.0 + 2015/07/13: change mail address. 2014/12/12: Version 5.9.6 diff --git a/README b/README index a490b60..a3d3ab4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README 2016/04/19 +README 2016/05/06 Oniguruma ---- (C) K.Kosako @@ -102,6 +102,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. @@ -167,7 +168,7 @@ 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 diff --git a/README.ja b/README.ja index 404cf9f..826a8e7 100644 --- a/README.ja +++ b/README.ja @@ -1,4 +1,4 @@ -README.ja 2016/04/19 +README.ja 2016/05/06 µ´¼Ö ---- (C) K.Kosako @@ -23,7 +23,7 @@ https://github.com/kkos/oniguruma ¥é¥¤¥»¥ó¥¹ - BSD¥é¥¤¥»¥ó¥¹¤Ë½¾¤¦¡£ + BSD¥é¥¤¥»¥ó¥¹ ¥¤¥ó¥¹¥È¡¼¥ë @@ -107,6 +107,8 @@ https://github.com/kkos/oniguruma sample/listcap.c Êá³ÍÍúÎòµ¡Ç½¤Î»ÈÍÑÎã sample/posix.c POSIX API»ÈÍÑÎã sample/sql.c ²ÄÊѥ᥿ʸ»úµ¡Ç½»ÈÍÑÎã (SQL-like ¥Ñ¥¿¡¼¥ó) + sample/user_property.c ¥æ¡¼¥¶ÄêµÁUnicode¥×¥í¥Ñ¥Æ¥£¤Î»ÈÍÑÎã + ¥Æ¥¹¥È¥×¥í¥°¥é¥à sample/syntax.c Perl¡¢Java¡¢ASISʸˡ¤Î¥Æ¥¹¥È @@ -172,7 +174,7 @@ https://github.com/kkos/oniguruma utf16_le.c UTF-16LE ¥¨¥ó¥³¡¼¥Ç¥£¥ó¥° utf32_be.c UTF-32BE ¥¨¥ó¥³¡¼¥Ç¥£¥ó¥° utf32_le.c UTF-32LE ¥¨¥ó¥³¡¼¥Ç¥£¥ó¥° - unicode.c Unicode¾ðÊó + unicode.c Unicode¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤Î¶¦Ä̽èÍý win32/Makefile Win32ÍÑ Makefile (for VC++) win32/config.h Win32ÍÑ config.h diff --git a/README.md b/README.md index b361f61..dfd6723 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ Supported character encodings: * CP1251: contributed by Byte +New feature of version 6.0 +-------------------------- + +* Update Unicode 8.0 Property/Case-folding +* NEW API: onig_unicode_define_user_property() + + License ------- @@ -100,14 +107,15 @@ Usage Sample Programs --------------- -|File |Description | -|:------------------|:----------------------------------------| -|sample/simple.c |example of the minimum (Oniguruma API) | -|sample/names.c |example of the named group callback. | -|sample/encode.c |example of some encodings. | -|sample/listcap.c |example of the capture history. | -|sample/posix.c |POSIX API sample. | -|sample/sql.c |example of the variable meta characters. | +|File |Description | +|:---------------------|:-----------------------------------------| +|sample/simple.c |example of the minimum (Oniguruma API) | +|sample/names.c |example of the named group callback. | +|sample/encode.c |example of some encodings. | +|sample/listcap.c |example of the capture history. | +|sample/posix.c |POSIX API sample. | +|sample/sql.c |example of the variable meta characters. | +|sample/user_property.c|example of user defined Unicode property. | Test Programs @@ -176,6 +184,6 @@ 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 | diff --git a/index.html b/index.html index f4c2cb9..9082a3f 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Oniguruma

(Japanese)

-(c) K.Kosako, updated at: 2014/12/12 +(c) K.Kosako, updated at: 2016/05/06

@@ -16,6 +16,7 @@
What's new
    +
  • 2016/05/09: Version 6.0.0 released.
  • 2014/12/12: Version 5.9.6 released.
diff --git a/index_ja.html b/index_ja.html index dba592d..3b089fc 100644 --- a/index_ja.html +++ b/index_ja.html @@ -8,7 +8,7 @@

鬼車

-(c) K.Kosako, 最終更新: 2014/12/12 +(c) K.Kosako, 最終更新: 2016/05/06

@@ -16,6 +16,7 @@
更新情報
    +
  • 2016/05/09: Version 6.0.0 リリース
  • 2014/12/12: Version 5.9.6 リリース