]> granicus.if.org Git - onig/log
onig
5 years agorefactoring
K.Kosako [Fri, 4 Oct 2019 02:17:59 +0000 (11:17 +0900)]
refactoring

5 years agorwfactoring
K.Kosako [Fri, 4 Oct 2019 02:15:36 +0000 (11:15 +0900)]
rwfactoring

5 years agorefactoring
K.Kosako [Fri, 4 Oct 2019 02:11:24 +0000 (11:11 +0900)]
refactoring

5 years agorefactoring
K.Kosako [Fri, 4 Oct 2019 02:08:57 +0000 (11:08 +0900)]
refactoring

5 years agoadd minlen argument into scan_octal_number()
K.Kosako [Wed, 2 Oct 2019 23:52:19 +0000 (08:52 +0900)]
add minlen argument into scan_octal_number()

5 years agorefactoring
K.Kosako [Wed, 2 Oct 2019 01:50:50 +0000 (10:50 +0900)]
refactoring

5 years agofix type of PToken member
K.Kosako [Wed, 2 Oct 2019 01:09:18 +0000 (10:09 +0900)]
fix type of PToken member

5 years agorefactoring
K.Kosako [Tue, 1 Oct 2019 07:38:42 +0000 (16:38 +0900)]
refactoring

5 years agorefactoring
K.Kosako [Tue, 1 Oct 2019 07:34:24 +0000 (16:34 +0900)]
refactoring

5 years agoupdate descriptions about sample programs
K.Kosako [Tue, 1 Oct 2019 05:32:55 +0000 (14:32 +0900)]
update descriptions about sample programs

5 years agorefactoring
K.Kosako [Tue, 1 Oct 2019 01:25:53 +0000 (10:25 +0900)]
refactoring

5 years agorefactoring
K.Kosako [Tue, 1 Oct 2019 01:12:36 +0000 (10:12 +0900)]
refactoring

5 years agofix loose malloc() size
K.Kosako [Tue, 1 Oct 2019 00:06:27 +0000 (09:06 +0900)]
fix loose malloc() size

5 years agoadd onig_regset_replace()
K.Kosako [Mon, 30 Sep 2019 03:46:41 +0000 (12:46 +0900)]
add onig_regset_replace()

5 years agofree regexes if onig_regset_new() fails
K.Kosako [Mon, 30 Sep 2019 03:27:50 +0000 (12:27 +0900)]
free regexes if onig_regset_new() fails

5 years agore-implement onig_regset_new() by using onig_regset_add()
K.Kosako [Mon, 30 Sep 2019 03:27:03 +0000 (12:27 +0900)]
re-implement onig_regset_new() by using onig_regset_add()

5 years agoadd descriptions about OnigRegSet values
K.Kosako [Mon, 30 Sep 2019 02:27:22 +0000 (11:27 +0900)]
add descriptions about OnigRegSet values

5 years agosmall refactoring for ONIG_REGSET_PRIORITY_TO_REGEX_ORDER
K.Kosako [Mon, 30 Sep 2019 02:07:49 +0000 (11:07 +0900)]
small refactoring for ONIG_REGSET_PRIORITY_TO_REGEX_ORDER

5 years agoadd ONIG_REGSET_PRIORITY_TO_REGEX_ORDER into OnigRegSetLead
K.Kosako [Mon, 30 Sep 2019 02:07:04 +0000 (11:07 +0900)]
add ONIG_REGSET_PRIORITY_TO_REGEX_ORDER into OnigRegSetLead

5 years agomove regset functions position in source file
K.Kosako [Mon, 30 Sep 2019 00:46:13 +0000 (09:46 +0900)]
move regset functions position in source file

5 years agoadd onig_regset_replace()
K.Kosako [Mon, 30 Sep 2019 00:40:47 +0000 (09:40 +0900)]
add onig_regset_replace()

5 years agofix invalid argument
K.Kosako [Sun, 29 Sep 2019 23:49:40 +0000 (08:49 +0900)]
fix invalid argument

5 years agochange Unicode VERSION value format
K.Kosako [Sun, 29 Sep 2019 23:46:07 +0000 (08:46 +0900)]
change Unicode VERSION value format

5 years agoMerge pull request #155 from nikic/ubsan-fixes
K.Kosako [Sat, 28 Sep 2019 01:41:47 +0000 (10:41 +0900)]
Merge pull request #155 from nikic/ubsan-fixes

Fix two ubsan warnings

5 years agoFix two ubsan warnings
Nikita Popov [Fri, 27 Sep 2019 22:49:32 +0000 (00:49 +0200)]
Fix two ubsan warnings

5 years agosmall update of README.md
K.Kosako [Fri, 27 Sep 2019 04:19:45 +0000 (13:19 +0900)]
small update of README.md

5 years agomalloc for each pattern
K.Kosako [Fri, 27 Sep 2019 01:14:15 +0000 (10:14 +0900)]
malloc for each pattern

5 years agodon't output pat[] string
K.Kosako [Fri, 27 Sep 2019 00:36:33 +0000 (09:36 +0900)]
don't output pat[] string

5 years agorefactoring
K.Kosako [Fri, 27 Sep 2019 00:33:52 +0000 (09:33 +0900)]
refactoring

5 years agoupdate README.md
K.Kosako [Thu, 26 Sep 2019 08:08:18 +0000 (17:08 +0900)]
update README.md

5 years agoadd output of match_pos
K.Kosako [Thu, 26 Sep 2019 05:00:39 +0000 (14:00 +0900)]
add output of match_pos

5 years agobreak regex-loop if match position == 0
K.Kosako [Thu, 26 Sep 2019 05:00:10 +0000 (14:00 +0900)]
break regex-loop if match position == 0

5 years agofix sch_start position
K.Kosako [Thu, 26 Sep 2019 04:50:20 +0000 (13:50 +0900)]
fix sch_start position

5 years agodivide regexes for onig_regset_new()
K.Kosako [Thu, 26 Sep 2019 03:17:29 +0000 (12:17 +0900)]
divide regexes for onig_regset_new()

5 years agochange target encoding from ISO-8859-1 to UTF-8
K.Kosako [Wed, 25 Sep 2019 08:15:36 +0000 (17:15 +0900)]
change target encoding from ISO-8859-1 to UTF-8

5 years agoadd sample/regset.c
K.Kosako [Wed, 25 Sep 2019 07:32:29 +0000 (16:32 +0900)]
add sample/regset.c

5 years agodisable to call check_each_regex_search_time()
K.Kosako [Wed, 25 Sep 2019 06:25:37 +0000 (15:25 +0900)]
disable to call check_each_regex_search_time()

5 years agofix invalid address setting for patterns
K.Kosako [Wed, 25 Sep 2019 06:12:04 +0000 (15:12 +0900)]
fix invalid address setting for patterns

5 years agoadd onig_regset_number_of_regex()
K.Kosako [Wed, 25 Sep 2019 06:10:45 +0000 (15:10 +0900)]
add onig_regset_number_of_regex()

5 years agoadd onig_regset_number_of_regex()
K.Kosako [Wed, 25 Sep 2019 06:10:14 +0000 (15:10 +0900)]
add onig_regset_number_of_regex()

5 years agoadd onig_regset_get_regex()
K.Kosako [Wed, 25 Sep 2019 04:53:37 +0000 (13:53 +0900)]
add onig_regset_get_regex()

5 years agoadd onig_regset_get_regex()
K.Kosako [Wed, 25 Sep 2019 04:53:10 +0000 (13:53 +0900)]
add onig_regset_get_regex()

5 years agofix setting condition of data_range value
K.Kosako [Wed, 25 Sep 2019 02:23:11 +0000 (11:23 +0900)]
fix setting condition of data_range value

5 years agoadd some descriptions
K.Kosako [Wed, 25 Sep 2019 01:24:31 +0000 (10:24 +0900)]
add some descriptions

5 years agochange retry limit value from 3500 to 500
K.Kosako [Wed, 25 Sep 2019 00:29:11 +0000 (09:29 +0900)]
change retry limit value from 3500 to 500

5 years agochange LEAD value to be variable
K.Kosako [Tue, 24 Sep 2019 23:37:46 +0000 (08:37 +0900)]
change LEAD value to be variable

5 years agoadd output of MaxRegNum
K.Kosako [Tue, 24 Sep 2019 09:12:31 +0000 (18:12 +0900)]
add output of MaxRegNum

5 years agofix invalid encoding is used
K.Kosako [Tue, 24 Sep 2019 09:00:30 +0000 (18:00 +0900)]
fix invalid encoding is used

5 years agoadd descriptions about regset API
K.Kosako [Tue, 24 Sep 2019 08:43:59 +0000 (17:43 +0900)]
add descriptions about regset API

5 years agoremove unnecessary code
K.Kosako [Tue, 24 Sep 2019 07:20:16 +0000 (16:20 +0900)]
remove unnecessary code

5 years agore-implement onig_search() by using search_in_range()
K.Kosako [Tue, 24 Sep 2019 06:55:09 +0000 (15:55 +0900)]
re-implement onig_search() by using search_in_range()

5 years agore-define onig_search_with_param() by using search_in_range()
K.Kosako [Tue, 24 Sep 2019 06:49:10 +0000 (15:49 +0900)]
re-define onig_search_with_param() by using search_in_range()

5 years agoadd comment
K.Kosako [Tue, 24 Sep 2019 06:26:40 +0000 (15:26 +0900)]
add comment

5 years agoadd an output if reg_num and pattern_size
K.Kosako [Fri, 20 Sep 2019 08:35:53 +0000 (17:35 +0900)]
add an output if reg_num and pattern_size

5 years agoaddd regset-harness.c
K.Kosako [Fri, 20 Sep 2019 07:30:17 +0000 (16:30 +0900)]
addd regset-harness.c

5 years agofix: all match-arg should be initialized before matching
K.Kosako [Fri, 20 Sep 2019 07:17:14 +0000 (16:17 +0900)]
fix: all match-arg should be initialized before matching

5 years agorename OnigRegsetLead to OnigRegSetLead
K.Kosako [Fri, 20 Sep 2019 06:51:09 +0000 (15:51 +0900)]
rename OnigRegsetLead to OnigRegSetLead

5 years agoremove ununsed codes
K.Kosako [Fri, 20 Sep 2019 06:43:11 +0000 (15:43 +0900)]
remove ununsed codes

5 years agoadd some test cases
K.Kosako [Fri, 20 Sep 2019 04:45:42 +0000 (13:45 +0900)]
add some test cases

5 years agoadd two test cases
K.Kosako [Fri, 20 Sep 2019 04:39:10 +0000 (13:39 +0900)]
add two test cases

5 years agorefactoring
K.Kosako [Fri, 20 Sep 2019 04:27:59 +0000 (13:27 +0900)]
refactoring

5 years agouse OnigRegsetLead argument
K.Kosako [Fri, 20 Sep 2019 03:53:49 +0000 (12:53 +0900)]
use OnigRegsetLead argument

5 years agoadd OnigRegsetLead argument
K.Kosako [Fri, 20 Sep 2019 03:53:14 +0000 (12:53 +0900)]
add OnigRegsetLead argument

5 years agorefactoring
K.Kosako [Fri, 20 Sep 2019 01:22:22 +0000 (10:22 +0900)]
refactoring

5 years agoadd test_regset.c
K.Kosako [Fri, 20 Sep 2019 00:54:52 +0000 (09:54 +0900)]
add test_regset.c

5 years agoadd regset functions
K.Kosako [Fri, 20 Sep 2019 00:54:10 +0000 (09:54 +0900)]
add regset functions

5 years agodon't call onig_free() if onig_reg_init() is error
K.Kosako [Fri, 20 Sep 2019 08:11:40 +0000 (17:11 +0900)]
don't call onig_free() if onig_reg_init() is error

5 years agofix: add data ensure check before peek string value in OP_PUSH_IF_PEEK_NEXT
K.Kosako [Fri, 20 Sep 2019 06:02:11 +0000 (15:02 +0900)]
fix: add data ensure check before peek string value in OP_PUSH_IF_PEEK_NEXT

5 years agofix loose code in encode-harness.c
K.Kosako [Fri, 20 Sep 2019 05:56:07 +0000 (14:56 +0900)]
fix loose code in encode-harness.c

5 years agorefactoring
K.Kosako [Fri, 20 Sep 2019 00:27:42 +0000 (09:27 +0900)]
refactoring

5 years agoremove tabs
K.Kosako [Thu, 19 Sep 2019 00:12:37 +0000 (09:12 +0900)]
remove tabs

5 years agofix #154: UBSan warning in callout_name_table_hash
K.Kosako [Wed, 18 Sep 2019 11:13:28 +0000 (20:13 +0900)]
fix #154: UBSan warning in callout_name_table_hash

5 years agochange pattern size to variable
K.Kosako [Tue, 17 Sep 2019 01:09:01 +0000 (10:09 +0900)]
change pattern size to variable

5 years agoadd outputs of count and ratio
K.Kosako [Wed, 11 Sep 2019 06:13:04 +0000 (15:13 +0900)]
add outputs of count and ratio

5 years agorefactoring
K.Kosako [Wed, 11 Sep 2019 04:47:08 +0000 (13:47 +0900)]
refactoring

5 years agoincrement parse depth in parse_branch()
K.Kosako [Wed, 11 Sep 2019 04:40:36 +0000 (13:40 +0900)]
increment parse depth in parse_branch()

5 years agoadd output of max parse depth for ONIG_DEBUG_PARSE
K.Kosako [Wed, 11 Sep 2019 04:24:04 +0000 (13:24 +0900)]
add output of max parse depth for ONIG_DEBUG_PARSE

5 years agoadd CVE-2019-16163 in README.md
K.Kosako [Wed, 11 Sep 2019 03:27:12 +0000 (12:27 +0900)]
add CVE-2019-16163 in README.md

5 years agodon't set parse depth limit
K.Kosako [Wed, 11 Sep 2019 03:26:35 +0000 (12:26 +0900)]
don't set parse depth limit

5 years agorefactoring
K.Kosako [Tue, 10 Sep 2019 07:02:21 +0000 (16:02 +0900)]
refactoring

5 years agorefactoring
K.Kosako [Tue, 10 Sep 2019 06:58:06 +0000 (15:58 +0900)]
refactoring

5 years agofix invalid applying to code range
K.Kosako [Tue, 10 Sep 2019 06:40:24 +0000 (15:40 +0900)]
fix invalid applying to code range

5 years agoremove outputs of error
K.Kosako [Tue, 10 Sep 2019 06:37:42 +0000 (15:37 +0900)]
remove outputs of error

5 years agofix immature implementation of onigenc_get_right_adjust_char_head_with_prev()
K.Kosako [Wed, 4 Sep 2019 00:25:41 +0000 (09:25 +0900)]
fix immature implementation of onigenc_get_right_adjust_char_head_with_prev()

5 years agorefactoring
K.Kosako [Wed, 4 Sep 2019 00:20:10 +0000 (09:20 +0900)]
refactoring

5 years agoadd internal error code check
K.Kosako [Fri, 30 Aug 2019 00:25:14 +0000 (09:25 +0900)]
add internal error code check

5 years agocheck number of arguments in parse_callout_args()
K.Kosako [Fri, 30 Aug 2019 00:23:00 +0000 (09:23 +0900)]
check number of arguments in parse_callout_args()

5 years agofix invalid return value
K.Kosako [Thu, 29 Aug 2019 06:54:55 +0000 (15:54 +0900)]
fix invalid return value

5 years agoupdate ascii_compatible.dict
K.Kosako [Wed, 28 Aug 2019 05:32:46 +0000 (14:32 +0900)]
update ascii_compatible.dict

5 years agofix data string length for utf-16
K.Kosako [Wed, 28 Aug 2019 04:01:03 +0000 (13:01 +0900)]
fix data string length for utf-16

5 years agorefactoring
K.Kosako [Wed, 28 Aug 2019 00:22:15 +0000 (09:22 +0900)]
refactoring

5 years agorefactoring
K.Kosako [Wed, 28 Aug 2019 00:13:41 +0000 (09:13 +0900)]
refactoring

5 years agoremove st_mem_start/end members from ScanEnv
K.Kosako [Wed, 28 Aug 2019 00:08:47 +0000 (09:08 +0900)]
remove st_mem_start/end members from ScanEnv

5 years agochange bt_mem_start/end setting conditions
K.Kosako [Tue, 27 Aug 2019 06:42:36 +0000 (15:42 +0900)]
change bt_mem_start/end setting conditions

5 years agoadd MEM_STATUS_IS_ALL_ON()
K.Kosako [Tue, 27 Aug 2019 06:16:54 +0000 (15:16 +0900)]
add MEM_STATUS_IS_ALL_ON()

5 years agorefactoring
K.Kosako [Tue, 27 Aug 2019 04:58:12 +0000 (13:58 +0900)]
refactoring

5 years agorefactoring
K.Kosako [Tue, 27 Aug 2019 04:45:34 +0000 (13:45 +0900)]
refactoring

5 years agorefactoring
K.Kosako [Tue, 27 Aug 2019 04:31:52 +0000 (13:31 +0900)]
refactoring

5 years agoadd backtrack_mem member into ScanEnv
K.Kosako [Tue, 27 Aug 2019 04:20:16 +0000 (13:20 +0900)]
add backtrack_mem member into ScanEnv

5 years agoMerge pull request #152 from villfa/patch-1
K.Kosako [Wed, 28 Aug 2019 10:43:33 +0000 (19:43 +0900)]
Merge pull request #152 from villfa/patch-1

Fix small typo in API doc