]> granicus.if.org Git - onig/log
onig
7 years agofix regex pattern for version info
K.Kosako [Fri, 18 Aug 2017 05:35:49 +0000 (14:35 +0900)]
fix regex pattern for version info

7 years agosmall changes to README.md
K.Kosako [Fri, 18 Aug 2017 05:31:09 +0000 (14:31 +0900)]
small changes to README.md

7 years agoupdate new feature descriptions
K.Kosako [Thu, 17 Aug 2017 02:16:48 +0000 (11:16 +0900)]
update new feature descriptions

7 years agochange numbers from index to ctype number in doc/UNICODE_PROPERTIES
K.Kosako [Thu, 17 Aug 2017 02:08:38 +0000 (11:08 +0900)]
change numbers from index to ctype number in doc/UNICODE_PROPERTIES

7 years agofix sort position of Unicode property names
K.Kosako [Thu, 17 Aug 2017 01:58:46 +0000 (10:58 +0900)]
fix sort position of Unicode property names

7 years agoadd test cases for Grapheme_Cluster_Break_XXX and Block
K.Kosako [Thu, 17 Aug 2017 01:45:25 +0000 (10:45 +0900)]
add test cases for Grapheme_Cluster_Break_XXX and Block

7 years agofix invalid index(ctype) value assigned to Unicode Block properties
K.Kosako [Thu, 17 Aug 2017 01:44:30 +0000 (10:44 +0900)]
fix invalid index(ctype) value assigned to Unicode Block properties

7 years agoadd properties of GraphemeBreakProperty.txt
K.Kosako [Thu, 17 Aug 2017 00:59:25 +0000 (09:59 +0900)]
add properties of GraphemeBreakProperty.txt

7 years agochange indent size from 4 to 2
K.Kosako [Wed, 16 Aug 2017 07:31:45 +0000 (16:31 +0900)]
change indent size from 4 to 2

7 years agorefactoring
K.Kosako [Wed, 16 Aug 2017 07:15:33 +0000 (16:15 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Wed, 16 Aug 2017 07:09:01 +0000 (16:09 +0900)]
refactoring

7 years agoupdate unicode_property_data.c by gperf 3.0.4
K.Kosako [Wed, 16 Aug 2017 06:45:56 +0000 (15:45 +0900)]
update unicode_property_data.c by gperf 3.0.4

7 years ago--enable-crnl-as-line-terminator to be deprecated
K.Kosako [Wed, 16 Aug 2017 04:32:56 +0000 (13:32 +0900)]
--enable-crnl-as-line-terminator to be deprecated

7 years agosmall fixes to doc/RE.ja
K.Kosako [Wed, 16 Aug 2017 03:38:05 +0000 (12:38 +0900)]
small fixes to doc/RE.ja

7 years agorename Absent cutter to Absent stopper
K.Kosako [Wed, 16 Aug 2017 03:37:08 +0000 (12:37 +0900)]
rename Absent cutter to Absent stopper

7 years agoupdate README.md for 6.6.0
K.Kosako [Wed, 16 Aug 2017 03:26:51 +0000 (12:26 +0900)]
update README.md for 6.6.0

7 years agomove ONIGENC_IS_MBC_WORD_ASCII_MODE() into regexec.c
K.Kosako [Wed, 16 Aug 2017 00:24:27 +0000 (09:24 +0900)]
move ONIGENC_IS_MBC_WORD_ASCII_MODE() into regexec.c

7 years agoadd description abount ONIG_OPTION_WORD_IS_ASCII etc..
K.Kosako [Tue, 15 Aug 2017 08:01:16 +0000 (17:01 +0900)]
add description abount ONIG_OPTION_WORD_IS_ASCII etc..

7 years agoadd description about ASCII mode options
K.Kosako [Tue, 15 Aug 2017 07:53:27 +0000 (16:53 +0900)]
add description about ASCII mode options

7 years agominor fix in doc/RE.ja
K.Kosako [Tue, 15 Aug 2017 07:47:02 +0000 (16:47 +0900)]
minor fix in doc/RE.ja

7 years agoadd test cases for \b, \B
K.Kosako [Tue, 15 Aug 2017 07:29:22 +0000 (16:29 +0900)]
add test cases for \b, \B

7 years agoimplement ascii_mode into OP_WORD_BOUND, OP_NOT_WORD_BOUND, OP_WORD_BEGIN and OP_WORD_END
K.Kosako [Tue, 15 Aug 2017 07:26:35 +0000 (16:26 +0900)]
implement ascii_mode into OP_WORD_BOUND, OP_NOT_WORD_BOUND, OP_WORD_BEGIN and OP_WORD_END

7 years agoremove unused constants
K.Kosako [Tue, 15 Aug 2017 07:08:04 +0000 (16:08 +0900)]
remove unused constants

7 years agoadd ModeType
K.Kosako [Tue, 15 Aug 2017 07:00:17 +0000 (16:00 +0900)]
add ModeType

7 years agodefine ONIGENC_IS_MBC_WORD_ASCII_MODE()
K.Kosako [Tue, 15 Aug 2017 06:59:46 +0000 (15:59 +0900)]
define ONIGENC_IS_MBC_WORD_ASCII_MODE()

7 years agoadd ascii_mode member into AnchorNode
K.Kosako [Tue, 15 Aug 2017 06:34:28 +0000 (15:34 +0900)]
add ascii_mode member into AnchorNode

7 years agodefine IS_WORD_ANCHOR_TYPE()
K.Kosako [Tue, 15 Aug 2017 06:33:44 +0000 (15:33 +0900)]
define IS_WORD_ANCHOR_TYPE()

7 years agoadd test cases for \w and \W
K.Kosako [Tue, 15 Aug 2017 05:44:46 +0000 (14:44 +0900)]
add test cases for \w and \W

7 years agosupport ascii_mode option for \w and \W
K.Kosako [Tue, 15 Aug 2017 05:44:13 +0000 (14:44 +0900)]
support ascii_mode option for \w and \W

7 years agoadd OP_WORD_ASCII and OP_NOT_WORD_ASCII
K.Kosako [Tue, 15 Aug 2017 04:45:11 +0000 (13:45 +0900)]
add OP_WORD_ASCII and OP_NOT_WORD_ASCII

7 years agodefine ONIGENC_IS_MBC_WORD_ASCII()
K.Kosako [Tue, 15 Aug 2017 04:40:57 +0000 (13:40 +0900)]
define ONIGENC_IS_MBC_WORD_ASCII()

7 years agodefine onigenc_is_mbc_word_ascii()
K.Kosako [Tue, 15 Aug 2017 04:40:28 +0000 (13:40 +0900)]
define onigenc_is_mbc_word_ascii()

7 years agodefine ONIGENC_IS_ASCII_CODE_WORD()
K.Kosako [Tue, 15 Aug 2017 04:33:44 +0000 (13:33 +0900)]
define ONIGENC_IS_ASCII_CODE_WORD()

7 years agoreduce code
K.Kosako [Tue, 15 Aug 2017 03:58:02 +0000 (12:58 +0900)]
reduce code

7 years agoadd test cases for ascii mode options
K.Kosako [Tue, 15 Aug 2017 02:14:40 +0000 (11:14 +0900)]
add test cases for ascii mode options

7 years agoimplement ascii mode check
K.Kosako [Tue, 15 Aug 2017 02:14:10 +0000 (11:14 +0900)]
implement ascii mode check

7 years agoadd ascii_mode member into CtypeNode
K.Kosako [Tue, 15 Aug 2017 02:13:21 +0000 (11:13 +0900)]
add ascii_mode member into CtypeNode

7 years agoadd ascii mode check macro functions
K.Kosako [Tue, 15 Aug 2017 02:12:52 +0000 (11:12 +0900)]
add ascii mode check macro functions

7 years agomove option bit value for search time options
K.Kosako [Tue, 15 Aug 2017 01:12:22 +0000 (10:12 +0900)]
move option bit value for search time options

7 years agoadd parsing options W,D,S,P
K.Kosako [Mon, 14 Aug 2017 08:43:22 +0000 (17:43 +0900)]
add parsing options W,D,S,P

7 years agoadd ONIG_OPTION_XXX_IS_ASCII
K.Kosako [Mon, 14 Aug 2017 08:42:16 +0000 (17:42 +0900)]
add ONIG_OPTION_XXX_IS_ASCII

7 years agoadd test cases
K.Kosako [Mon, 14 Aug 2017 07:16:04 +0000 (16:16 +0900)]
add test cases

7 years agoadd error test function e()
K.Kosako [Mon, 14 Aug 2017 05:54:04 +0000 (14:54 +0900)]
add error test function e()

7 years agoadd test/.gitignore
K.Kosako [Mon, 14 Aug 2017 05:13:41 +0000 (14:13 +0900)]
add test/.gitignore

7 years agoadd test_utf8.c
K.Kosako [Mon, 14 Aug 2017 05:12:26 +0000 (14:12 +0900)]
add test_utf8.c

7 years agoremove redundant codes
K.Kosako [Mon, 14 Aug 2017 01:53:15 +0000 (10:53 +0900)]
remove redundant codes

7 years agosmall fix to pattern
K.Kosako [Mon, 14 Aug 2017 01:52:50 +0000 (10:52 +0900)]
small fix to pattern

7 years agoadd ascii_mode switch into add_ctype_to_cc()
K.Kosako [Sun, 13 Aug 2017 02:47:49 +0000 (11:47 +0900)]
add ascii_mode switch into add_ctype_to_cc()

7 years agodefine add_ctype_to_cc_by_range_limit()
K.Kosako [Fri, 11 Aug 2017 12:37:37 +0000 (21:37 +0900)]
define add_ctype_to_cc_by_range_limit()

7 years agofix codepoint overflow case in add_ctype_to_cc__by_range()
K.Kosako [Fri, 11 Aug 2017 10:44:34 +0000 (19:44 +0900)]
fix codepoint overflow case in add_ctype_to_cc__by_range()

7 years agodefine MAX_CODE_POINT
K.Kosako [Fri, 11 Aug 2017 10:37:23 +0000 (19:37 +0900)]
define MAX_CODE_POINT

7 years agodisable OP_CCLASS_NODE
K.Kosako [Fri, 11 Aug 2017 04:45:48 +0000 (13:45 +0900)]
disable OP_CCLASS_NODE

7 years agoupdate doc/RE for Absent clear
K.Kosako [Fri, 11 Aug 2017 01:45:52 +0000 (10:45 +0900)]
update doc/RE for Absent clear

7 years agoadd test cases for Absent clear
K.Kosako [Fri, 11 Aug 2017 01:44:05 +0000 (10:44 +0900)]
add test cases for Absent clear

7 years agoAbsent clear restore previous range value at backtrack
K.Kosako [Fri, 11 Aug 2017 01:43:31 +0000 (10:43 +0900)]
Absent clear restore previous range value at backtrack

7 years agofix miss use of IS_CODE_WORD_ASCII()
K.Kosako [Thu, 10 Aug 2017 03:32:57 +0000 (12:32 +0900)]
fix miss use of IS_CODE_WORD_ASCII()

7 years agofix miss use of IS_CODE_WORD_ASCII()
K.Kosako [Thu, 10 Aug 2017 03:25:55 +0000 (12:25 +0900)]
fix miss use of IS_CODE_WORD_ASCII()

7 years agorefactoring
K.Kosako [Thu, 10 Aug 2017 02:21:15 +0000 (11:21 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Thu, 10 Aug 2017 02:19:16 +0000 (11:19 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Thu, 10 Aug 2017 02:16:25 +0000 (11:16 +0900)]
refactoring

7 years agorename IS_CODE_SB_WORD() to IS_CODE_WORD_ASCII()
K.Kosako [Thu, 10 Aug 2017 02:12:45 +0000 (11:12 +0900)]
rename IS_CODE_SB_WORD() to IS_CODE_WORD_ASCII()

7 years agominor change
K.Kosako [Thu, 10 Aug 2017 02:04:54 +0000 (11:04 +0900)]
minor change

7 years agodefine ONIGENC_IS_CODE_XDIGIT_ASCII()
K.Kosako [Thu, 10 Aug 2017 02:01:00 +0000 (11:01 +0900)]
define ONIGENC_IS_CODE_XDIGIT_ASCII()

7 years agodefine ONIGENC_IS_CODE_DIGIT_ASCII()
K.Kosako [Thu, 10 Aug 2017 01:56:48 +0000 (10:56 +0900)]
define ONIGENC_IS_CODE_DIGIT_ASCII()

7 years agofix indent
K.Kosako [Thu, 10 Aug 2017 01:45:13 +0000 (10:45 +0900)]
fix indent

7 years agoadd test cases for Unicode
K.Kosako [Wed, 9 Aug 2017 06:41:29 +0000 (15:41 +0900)]
add test cases for Unicode

7 years agofix indent
K.Kosako [Wed, 9 Aug 2017 05:52:21 +0000 (14:52 +0900)]
fix indent

7 years agosmall update doc/RE
K.Kosako [Mon, 7 Aug 2017 06:34:54 +0000 (15:34 +0900)]
small update doc/RE

7 years agorefactoring
K.Kosako [Mon, 7 Aug 2017 04:58:16 +0000 (13:58 +0900)]
refactoring

7 years agosmall update README.md
K.Kosako [Mon, 7 Aug 2017 04:46:11 +0000 (13:46 +0900)]
small update README.md

7 years agoadd a test case
K.Kosako [Mon, 7 Aug 2017 04:37:18 +0000 (13:37 +0900)]
add a test case

7 years agooptimize for simple one char repetition in Absent expression
K.Kosako [Mon, 7 Aug 2017 04:36:58 +0000 (13:36 +0900)]
optimize for simple one char repetition in Absent expression

7 years agofix for reluctant repetition in Absent expression
K.Kosako [Mon, 7 Aug 2017 02:26:07 +0000 (11:26 +0900)]
fix for reluctant repetition in Absent expression

7 years agoadd a test case for absent expression
K.Kosako [Mon, 7 Aug 2017 02:24:44 +0000 (11:24 +0900)]
add a test case for absent expression

7 years agoremove USE_NAMED_GROUP
K.Kosako [Fri, 4 Aug 2017 07:24:55 +0000 (16:24 +0900)]
remove USE_NAMED_GROUP

7 years agorefactoring
K.Kosako [Fri, 4 Aug 2017 06:12:52 +0000 (15:12 +0900)]
refactoring

7 years agoMerge branch 'develop' v6.5.0
K.Kosako [Thu, 3 Aug 2017 05:15:22 +0000 (14:15 +0900)]
Merge branch 'develop'

7 years agosetup 6.5.0
K.Kosako [Thu, 3 Aug 2017 05:11:58 +0000 (14:11 +0900)]
setup 6.5.0

7 years agoupdate HISTORY
K.Kosako [Thu, 3 Aug 2017 05:11:19 +0000 (14:11 +0900)]
update HISTORY

7 years agofix infinite recursive call by zero repetition
K.Kosako [Thu, 3 Aug 2017 03:53:46 +0000 (12:53 +0900)]
fix infinite recursive call by zero repetition

7 years agoadd a test case
K.Kosako [Thu, 3 Aug 2017 02:15:36 +0000 (11:15 +0900)]
add a test case

7 years agofix return invalid result in is_simple_one_char_repeat() (length)
K.Kosako [Thu, 3 Aug 2017 01:30:22 +0000 (10:30 +0900)]
fix return invalid result in is_simple_one_char_repeat() (length)

7 years agofix return invalid result in is_simple_one_char_repeat()
K.Kosako [Thu, 3 Aug 2017 01:19:46 +0000 (10:19 +0900)]
fix return invalid result in is_simple_one_char_repeat()

7 years agofix indent
K.Kosako [Wed, 2 Aug 2017 06:52:14 +0000 (15:52 +0900)]
fix indent

7 years agoremove UPDATE_VAR_RIGHT_RANGE_SPREV
K.Kosako [Wed, 2 Aug 2017 06:49:38 +0000 (15:49 +0900)]
remove UPDATE_VAR_RIGHT_RANGE_SPREV

7 years agoremovee onig_get_tiny_min_len()
K.Kosako [Wed, 2 Aug 2017 06:12:53 +0000 (15:12 +0900)]
removee onig_get_tiny_min_len()

7 years agosmall update README.md
K.Kosako [Wed, 2 Aug 2017 06:06:25 +0000 (15:06 +0900)]
small update README.md

7 years agoreturn INFINITE_LEN for min-len of GIMMICK_FAIL
K.Kosako [Wed, 2 Aug 2017 06:02:09 +0000 (15:02 +0900)]
return INFINITE_LEN for min-len of GIMMICK_FAIL

7 years agofix indent
K.Kosako [Wed, 2 Aug 2017 05:53:12 +0000 (14:53 +0900)]
fix indent

7 years agouse distance_add() in tree_min_len() for INFINITE_DISTANCE value
K.Kosako [Wed, 2 Aug 2017 05:52:41 +0000 (14:52 +0900)]
use distance_add() in tree_min_len() for INFINITE_DISTANCE value

7 years agofix ignored error case in fetch_name()
K.Kosako [Wed, 2 Aug 2017 01:04:19 +0000 (10:04 +0900)]
fix ignored error case in fetch_name()

7 years agofix to add start_code argument in calling of fetch_name()
K.Kosako [Tue, 1 Aug 2017 08:50:57 +0000 (17:50 +0900)]
fix to add start_code argument in calling of fetch_name()

7 years agofix NST_RECURSION set condition
K.Kosako [Tue, 1 Aug 2017 08:49:33 +0000 (17:49 +0900)]
fix NST_RECURSION set condition

7 years agomake optimized absent-tree for simple one char repeat expression
K.Kosako [Tue, 1 Aug 2017 07:03:02 +0000 (16:03 +0900)]
make optimized absent-tree for simple one char repeat expression

7 years agoremove unused codes
K.Kosako [Tue, 1 Aug 2017 05:30:00 +0000 (14:30 +0900)]
remove unused codes

7 years agorefactoring
K.Kosako [Tue, 1 Aug 2017 04:41:53 +0000 (13:41 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Tue, 1 Aug 2017 04:09:10 +0000 (13:09 +0900)]
refactoring

7 years agoupdate doc/RE for Absent clear
K.Kosako [Sun, 30 Jul 2017 08:40:04 +0000 (17:40 +0900)]
update doc/RE for Absent clear

7 years agoadd test cases for absent clear
K.Kosako [Sun, 30 Jul 2017 08:29:56 +0000 (17:29 +0900)]
add test cases for absent clear

7 years agoimplement absent clear
K.Kosako [Sun, 30 Jul 2017 08:29:36 +0000 (17:29 +0900)]
implement absent clear