]> granicus.if.org Git - onig/log
onig
8 years agoimplement is_valid_mbc_string() in euc_tw
K.Kosako [Sun, 18 Sep 2016 09:38:21 +0000 (18:38 +0900)]
implement is_valid_mbc_string() in euc_tw

8 years agoimplement is_valid_mbc_string() in euc_kr
K.Kosako [Sun, 18 Sep 2016 09:25:54 +0000 (18:25 +0900)]
implement is_valid_mbc_string() in euc_kr

8 years agoimplement is_valid_mbc_string() in Shift_jis
K.Kosako [Sun, 18 Sep 2016 09:04:21 +0000 (18:04 +0900)]
implement is_valid_mbc_string() in Shift_jis

8 years agoshould be OnigUChar instead of UChar
K.Kosako [Sat, 17 Sep 2016 13:29:52 +0000 (22:29 +0900)]
should be OnigUChar instead of UChar

8 years agoimplement is_valid_mbc_string() in euc_jp
K.Kosako [Sun, 11 Sep 2016 03:06:58 +0000 (12:06 +0900)]
implement is_valid_mbc_string() in euc_jp

8 years agoupdate HISTORY v6.1.1
K.Kosako [Wed, 31 Aug 2016 14:50:14 +0000 (23:50 +0900)]
update HISTORY

8 years agosetup 6.1.1
K.Kosako [Wed, 31 Aug 2016 14:47:03 +0000 (23:47 +0900)]
setup 6.1.1

8 years agofix segmentation fault /W.?{888}{888}{888}\x00/ (found by libfuzzer)
K.Kosako [Wed, 31 Aug 2016 14:24:57 +0000 (23:24 +0900)]
fix segmentation fault /W.?{888}{888}{888}\x00/ (found by libfuzzer)

8 years agofix error unmatched close parenthesis for %{(.*?)} #23
kosako [Wed, 31 Aug 2016 09:43:27 +0000 (18:43 +0900)]
fix error unmatched close parenthesis for %{(.*?)} #23

8 years agoupdate HISTORY v6.1.0
K.Kosako [Sun, 28 Aug 2016 11:05:31 +0000 (20:05 +0900)]
update HISTORY

8 years agoadd distribution file
K.Kosako [Sun, 28 Aug 2016 11:03:42 +0000 (20:03 +0900)]
add distribution file

8 years agomove etc/ to contributed
K.Kosako [Sun, 28 Aug 2016 10:50:42 +0000 (19:50 +0900)]
move etc/ to contributed

8 years agoadd etc/libfuzzer-onig.cpp
K.Kosako [Sun, 28 Aug 2016 10:19:02 +0000 (19:19 +0900)]
add etc/libfuzzer-onig.cpp

8 years agoupdate LTVERSION 4:0:0
K.Kosako [Sun, 28 Aug 2016 10:16:36 +0000 (19:16 +0900)]
update LTVERSION 4:0:0

8 years agoremove onigenc_mbc_enc_len_end()
K.Kosako [Sun, 28 Aug 2016 09:50:26 +0000 (18:50 +0900)]
remove onigenc_mbc_enc_len_end()

8 years agoreimplement mbc_to_code() in utf-8
K.Kosako [Sun, 28 Aug 2016 09:33:52 +0000 (18:33 +0900)]
reimplement mbc_to_code() in utf-8

8 years agoNEW API: onigenc_is_valid_mbc_string()
K.Kosako [Sun, 28 Aug 2016 07:51:35 +0000 (16:51 +0900)]
NEW API: onigenc_is_valid_mbc_string()

8 years agofix is_valid_mbc_string() in utf-16le
K.Kosako [Sun, 28 Aug 2016 06:06:24 +0000 (15:06 +0900)]
fix is_valid_mbc_string() in utf-16le

8 years agoremove redundant code
K.Kosako [Sun, 28 Aug 2016 00:58:43 +0000 (09:58 +0900)]
remove redundant code

8 years agofix out of memory 0x27 0x2f 0x67 0x5c 0xff 0xff 0xff 0xff 0x26 0x29 0x29
K.Kosako [Sat, 27 Aug 2016 12:11:44 +0000 (21:11 +0900)]
fix out of memory 0x27 0x2f 0x67 0x5c 0xff 0xff 0xff 0xff 0x26 0x29 0x29

8 years agoadd is_valid_mbc_string() member into OnigEncodingType
K.Kosako [Sat, 27 Aug 2016 08:52:30 +0000 (17:52 +0900)]
add is_valid_mbc_string() member into OnigEncodingType

8 years agofix out of bounds read -\xc1\xfb{22}
K.Kosako [Sat, 27 Aug 2016 05:59:23 +0000 (14:59 +0900)]
fix out of bounds read -\xc1\xfb{22}

8 years agofix out of bounds read /(\k'k-0/
K.Kosako [Sat, 27 Aug 2016 01:25:25 +0000 (10:25 +0900)]
fix out of bounds read /(\k'k-0/

8 years agofix out of bounds read by /\k'-/
K.Kosako [Fri, 26 Aug 2016 15:35:42 +0000 (00:35 +0900)]
fix out of bounds read by /\k'-/

8 years agofix out of bounds read /[\p{/ (found by libfuzzer)
K.Kosako [Fri, 26 Aug 2016 15:24:51 +0000 (00:24 +0900)]
fix out of bounds read /[\p{/ (found by libfuzzer)

8 years agofix out of bounds read by /(?</ (found by libfuzzer)
K.Kosako [Fri, 26 Aug 2016 15:00:35 +0000 (00:00 +0900)]
fix out of bounds read by /(?</ (found by libfuzzer)

8 years agoremove DEBUG_OOB
kosako [Fri, 26 Aug 2016 10:16:00 +0000 (19:16 +0900)]
remove DEBUG_OOB

8 years agofix invalid goto in parse_char_class() #21
kosako [Fri, 26 Aug 2016 10:12:27 +0000 (19:12 +0900)]
fix invalid goto in parse_char_class() #21

8 years agofix out of bounds read in fetch_token() #20
kosako [Fri, 26 Aug 2016 08:54:11 +0000 (17:54 +0900)]
fix out of bounds read in fetch_token() #20

8 years agofix indent
kosako [Thu, 25 Aug 2016 07:33:51 +0000 (16:33 +0900)]
fix indent

8 years agoreduce DEBUG_OOB
kosako [Thu, 25 Aug 2016 07:23:22 +0000 (16:23 +0900)]
reduce DEBUG_OOB

8 years agodon't use enclen_end() by check in onig_parse_make_tree()
kosako [Thu, 25 Aug 2016 00:57:41 +0000 (09:57 +0900)]
don't use enclen_end() by check in onig_parse_make_tree()

8 years agodisable USE_INVALID_CODE_SCHEME for fix #18
kosako [Thu, 25 Aug 2016 00:33:55 +0000 (09:33 +0900)]
disable USE_INVALID_CODE_SCHEME for fix #18

8 years agofix out of bounds heap read in add_bytes #19
K.Kosako [Wed, 24 Aug 2016 14:40:22 +0000 (23:40 +0900)]
fix out of bounds heap read in add_bytes #19

8 years agoregression of using enclen_end()
K.Kosako [Wed, 24 Aug 2016 14:11:47 +0000 (23:11 +0900)]
regression of using enclen_end()

8 years agore-fix out of bounds read in mbc_to_code() #16
kosako [Wed, 24 Aug 2016 05:33:52 +0000 (14:33 +0900)]
re-fix out of bounds read in mbc_to_code() #16

8 years agouse enclen_end() in regparse.c
kosako [Wed, 24 Aug 2016 02:16:05 +0000 (11:16 +0900)]
use enclen_end() in regparse.c

8 years agoadd DEBUG_OOB
kosako [Wed, 24 Aug 2016 01:02:38 +0000 (10:02 +0900)]
add DEBUG_OOB

8 years agoadd description of 6.1
kosako [Tue, 23 Aug 2016 01:59:27 +0000 (10:59 +0900)]
add description of 6.1

8 years agoupdate HISTORY
kosako [Tue, 23 Aug 2016 01:58:57 +0000 (10:58 +0900)]
update HISTORY

8 years agodoc/RE: clarify the definition of \G
esdoppio [Mon, 22 Aug 2016 23:29:56 +0000 (07:29 +0800)]
doc/RE: clarify the definition of \G

8 years agodoc/RE: refine section Subexp calls
esdoppio [Mon, 22 Aug 2016 16:38:32 +0000 (00:38 +0800)]
doc/RE: refine section Subexp calls

8 years agodoc/RE: clarify section Backreferences
esdoppio [Mon, 22 Aug 2016 11:49:12 +0000 (19:49 +0800)]
doc/RE: clarify section Backreferences

8 years agosetup 6.1.0
kosako [Mon, 22 Aug 2016 08:01:35 +0000 (17:01 +0900)]
setup 6.1.0

8 years agoadd description of files into README.md
kosako [Mon, 22 Aug 2016 08:00:50 +0000 (17:00 +0900)]
add description of files into README.md

8 years agoupdate HISTORY
kosako [Mon, 22 Aug 2016 07:27:58 +0000 (16:27 +0900)]
update HISTORY

8 years agoupdate date for doc/RE
kosako [Mon, 22 Aug 2016 07:27:36 +0000 (16:27 +0900)]
update date for doc/RE

8 years agoadd onig_scan() into doc/API
kosako [Mon, 22 Aug 2016 07:22:08 +0000 (16:22 +0900)]
add onig_scan() into doc/API

8 years agofix indent
kosako [Mon, 22 Aug 2016 07:13:56 +0000 (16:13 +0900)]
fix indent

8 years agofix bug: Out of bounds read in onig_strcpy() #17
kosako [Mon, 22 Aug 2016 06:52:57 +0000 (15:52 +0900)]
fix bug: Out of bounds read in onig_strcpy() #17

8 years agoupdate HISTORY
K.Kosako [Sun, 21 Aug 2016 15:07:02 +0000 (00:07 +0900)]
update HISTORY

8 years agofix invalid pattern in sample/bug_fix.c
K.Kosako [Sun, 21 Aug 2016 13:53:12 +0000 (22:53 +0900)]
fix invalid pattern in sample/bug_fix.c

8 years agofix bug: infinite loop of backreference and group
K.Kosako [Sun, 21 Aug 2016 13:52:34 +0000 (22:52 +0900)]
fix bug: infinite loop of backreference and group

8 years agofix out of bounds read in mbc_to_code() #16
K.Kosako [Sun, 21 Aug 2016 08:42:18 +0000 (17:42 +0900)]
fix out of bounds read in mbc_to_code() #16

8 years agodoc/RE: refinements
esdoppio [Thu, 18 Aug 2016 15:55:18 +0000 (23:55 +0800)]
doc/RE: refinements

8 years agodoc/RE: remove trailing spaces and fix typos
esdoppio [Thu, 18 Aug 2016 11:44:56 +0000 (19:44 +0800)]
doc/RE: remove trailing spaces and fix typos

8 years agoadd sample/scan.c
K.Kosako [Wed, 17 Aug 2016 20:24:12 +0000 (05:24 +0900)]
add sample/scan.c

8 years agoadd onig_scan() (NEW API)
K.Kosako [Wed, 17 Aug 2016 20:23:35 +0000 (05:23 +0900)]
add onig_scan() (NEW API)

8 years agoadd a test case (find longest option)
K.Kosako [Tue, 16 Aug 2016 06:07:14 +0000 (15:07 +0900)]
add a test case (find longest option)

8 years agoreimplement match stack allocation for case too many repeat and too many captures...
K.Kosako [Tue, 16 Aug 2016 06:05:42 +0000 (15:05 +0900)]
reimplement match stack allocation for case too many repeat and too many captures in regexp

8 years agoadd test /(\2)(\1)/ into bug_fix.c
K.Kosako [Tue, 16 Aug 2016 05:58:06 +0000 (14:58 +0900)]
add test /(\2)(\1)/ into bug_fix.c

8 years agonumber of captures <= 32767 for bytecode representation
K.Kosako [Mon, 15 Aug 2016 07:34:42 +0000 (16:34 +0900)]
number of captures <= 32767 for bytecode representation

8 years agooutput warning if onig_initialize() is not called explicitly
K.Kosako [Sat, 13 Aug 2016 14:28:01 +0000 (23:28 +0900)]
output warning if onig_initialize() is not called explicitly

8 years agoadd onig_warning()
K.Kosako [Sat, 13 Aug 2016 14:26:37 +0000 (23:26 +0900)]
add onig_warning()

8 years agofix indent
kosako [Fri, 5 Aug 2016 06:02:28 +0000 (15:02 +0900)]
fix indent

8 years agoadd sample/bug_fix.c
kosako [Thu, 28 Jul 2016 09:22:46 +0000 (18:22 +0900)]
add sample/bug_fix.c

8 years agodon't use int_map_backward for thread-safe
K.Kosako [Sun, 17 Jul 2016 07:59:48 +0000 (16:59 +0900)]
don't use int_map_backward for thread-safe

8 years agofix case of enclosed option in look-behind
kosako [Mon, 4 Jul 2016 09:07:46 +0000 (18:07 +0900)]
fix case of enclosed option in look-behind

8 years agofix address output format
kosako [Mon, 4 Jul 2016 08:54:04 +0000 (17:54 +0900)]
fix address output format

8 years agofix ignore case in look-behind
kosako [Mon, 4 Jul 2016 08:39:42 +0000 (17:39 +0900)]
fix ignore case in look-behind

8 years agooutput elements of look-behind node in print_indent_tree()
kosako [Mon, 4 Jul 2016 08:30:55 +0000 (17:30 +0900)]
output elements of look-behind node in print_indent_tree()

8 years agoadd description of ranges argument
kosako [Mon, 23 May 2016 05:54:16 +0000 (14:54 +0900)]
add description of ranges argument

8 years agofix memory leak in onig_unicode_define_user_property()
kosako [Mon, 23 May 2016 05:52:03 +0000 (14:52 +0900)]
fix memory leak in onig_unicode_define_user_property()

8 years agoMerge pull request #10 from nmaya/declare_top
K.Kosako [Fri, 20 May 2016 15:22:04 +0000 (00:22 +0900)]
Merge pull request #10 from nmaya/declare_top

declare variables at the top of scope

8 years agodeclare variables at the top of scope
maya [Fri, 20 May 2016 03:31:32 +0000 (12:31 +0900)]
declare variables at the top of scope

8 years agoversion 6.0.0 (merge from develop) v6.0.0
kosako [Mon, 9 May 2016 00:30:51 +0000 (09:30 +0900)]
version 6.0.0 (merge from develop)

8 years agosmall change
kosako [Fri, 6 May 2016 08:06:55 +0000 (17:06 +0900)]
small change

8 years agoupdate for release 6.0.0
kosako [Fri, 6 May 2016 07:52:59 +0000 (16:52 +0900)]
update for release 6.0.0

8 years agoadd onig_unicode_define_property() into doc/API
kosako [Fri, 6 May 2016 07:20:56 +0000 (16:20 +0900)]
add onig_unicode_define_property() into doc/API

8 years agominior changes
kosako [Fri, 6 May 2016 06:00:09 +0000 (15:00 +0900)]
minior changes

8 years agocheck character range in onig_unicode_define_user_property()
kosako [Fri, 6 May 2016 05:59:44 +0000 (14:59 +0900)]
check character range in onig_unicode_define_user_property()

8 years agoadd *.obj into .gitignore
kosako [Fri, 6 May 2016 05:28:38 +0000 (14:28 +0900)]
add *.obj into .gitignore

8 years agofix destinations of install_doc()
kosako [Fri, 6 May 2016 05:22:55 +0000 (14:22 +0900)]
fix destinations of install_doc()

8 years agoset up 6.0.0
kosako [Fri, 6 May 2016 02:00:19 +0000 (11:00 +0900)]
set up 6.0.0

8 years agochange OnigCodePoint type to unsigned int for Windows
kosako [Fri, 6 May 2016 01:20:59 +0000 (10:20 +0900)]
change OnigCodePoint type to unsigned int for Windows

8 years agoremove declarations of onig_recompile
K.Kosako [Thu, 5 May 2016 12:13:51 +0000 (21:13 +0900)]
remove declarations of onig_recompile

8 years agofix bug of code range process
K.Kosako [Thu, 5 May 2016 10:52:50 +0000 (19:52 +0900)]
fix bug of code range process

8 years agoadd user_property.c
K.Kosako [Thu, 5 May 2016 10:35:30 +0000 (19:35 +0900)]
add user_property.c

8 years agoadd NEW API: onig_unicode_define_user_property()
K.Kosako [Thu, 5 May 2016 10:33:55 +0000 (19:33 +0900)]
add NEW API: onig_unicode_define_user_property()

8 years agofix bug of code range process
K.Kosako [Thu, 5 May 2016 10:32:23 +0000 (19:32 +0900)]
fix bug of code range process

8 years agoupdate doc/UNICODE_PROPERTIES
K.Kosako [Wed, 4 May 2016 13:18:43 +0000 (22:18 +0900)]
update doc/UNICODE_PROPERTIES

8 years agoremove unicode_prop.c
K.Kosako [Wed, 4 May 2016 13:11:20 +0000 (22:11 +0900)]
remove unicode_prop.c

8 years agoupdate Unicode data to 8.0.0
K.Kosako [Wed, 4 May 2016 13:04:37 +0000 (22:04 +0900)]
update Unicode data to 8.0.0

8 years agochange Unicode case folding data to 7.0.0
K.Kosako [Tue, 3 May 2016 15:15:33 +0000 (00:15 +0900)]
change Unicode case folding data to 7.0.0

8 years agoadd output of CASEFOLD_VERSION
K.Kosako [Tue, 3 May 2016 15:11:41 +0000 (00:11 +0900)]
add output of CASEFOLD_VERSION

8 years agoremove unicode_prop.c from CMakeLists.txt
K.Kosako [Mon, 2 May 2016 13:53:02 +0000 (22:53 +0900)]
remove unicode_prop.c from CMakeLists.txt

8 years agoadd distribution files
K.Kosako [Mon, 2 May 2016 13:52:02 +0000 (22:52 +0900)]
add distribution files

8 years agochange OnigCodePoint type to unsigned int
K.Kosako [Mon, 2 May 2016 13:50:37 +0000 (22:50 +0900)]
change OnigCodePoint type to unsigned int

8 years agoadd doc/UNICODE_PROPERTIES
kosako [Mon, 2 May 2016 08:57:58 +0000 (17:57 +0900)]
add doc/UNICODE_PROPERTIES

8 years agoadd comment in unicode_property_dtaa.c
kosako [Mon, 2 May 2016 08:31:14 +0000 (17:31 +0900)]
add comment in unicode_property_dtaa.c