]> granicus.if.org Git - onig/commitdiff
small fix of README.md
authorK.Kosako <kosako@sofnec.co.jp>
Tue, 13 Feb 2018 05:30:48 +0000 (14:30 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Tue, 13 Feb 2018 05:30:48 +0000 (14:30 +0900)
README.md

index e96dd2ca646cbf83a8b442d8e8613483f6f8b117..c0f4f2bc61429be35d0176ef456d26ac0365f235 100644 (file)
--- a/README.md
+++ b/README.md
@@ -43,10 +43,10 @@ New feature of version 6.8.0
 --------------------------
 
 * Enabled retry-limit-in-match function
-* NEW API: onig_search_with_params(), onig_match_with_params()
+* NEW API: onig_search_with_param(), onig_match_with_param()
 * NEW: Callouts of code (?{....}) (?{{....}})
 * NEW: Callouts of name (*NAME) (*NAME:....)
-* NEW: Builtin callout functions  (*FAIL) (*SUCCESS) (*ABORT)
+* NEW: Builtin callout functions  (*FAIL) (*SUCCESS) (*ABORT) (*ERROR:n)
 
 
 New feature of version 6.7.1
@@ -81,7 +81,7 @@ New feature of version 6.5.0
 * NEW: \O (true anychar)
 * NEW: if-then-else syntax   (?(...)...\|...)
 * NEW: Backreference validity checker (?(xxx)) (*original)
-* NEW: Absent repeater (?~absent)
+* NEW: Absent repeater (?~absent)  [is equal to (?~|absent|\O*)]
 * NEW: Absent expression   (?~|absent|expr)  (*original)
 * NEW: Absent stopper (?~|absent)     (*original)