]> granicus.if.org Git - onig/log
onig
7 years agorename and change type from scanenv->mem_nodes to mem_env
K.Kosako [Tue, 6 Jun 2017 05:57:33 +0000 (14:57 +0900)]
rename and change type from scanenv->mem_nodes to mem_env

7 years agofix invalid using of macro
K.Kosako [Tue, 6 Jun 2017 04:26:51 +0000 (13:26 +0900)]
fix invalid using of macro

7 years agodefine SET_ENCLOSE_RECURSION()
K.Kosako [Tue, 6 Jun 2017 04:23:07 +0000 (13:23 +0900)]
define SET_ENCLOSE_RECURSION()

7 years agostate check needed in quantifiers_memory_node_info()
K.Kosako [Mon, 5 Jun 2017 08:50:37 +0000 (17:50 +0900)]
state check needed in quantifiers_memory_node_info()

7 years agoaddd output of stack size in ONIG_DEBUG_MATCH
K.Kosako [Fri, 2 Jun 2017 06:00:14 +0000 (15:00 +0900)]
addd output of stack size in ONIG_DEBUG_MATCH

7 years agoadd output of bt_mem_start and bt_mem_end in ONIG_DEBUG_COMPILE
K.Kosako [Fri, 2 Jun 2017 04:43:10 +0000 (13:43 +0900)]
add output of bt_mem_start and bt_mem_end in ONIG_DEBUG_COMPILE

7 years agoadd output of bytecode execution counter
K.Kosako [Fri, 2 Jun 2017 01:57:10 +0000 (10:57 +0900)]
add output of bytecode execution counter

7 years agooutput bytecode adress in ONIG_DEBUG_MATCH
K.Kosako [Thu, 1 Jun 2017 08:31:26 +0000 (17:31 +0900)]
output bytecode adress in ONIG_DEBUG_MATCH

7 years agoescape warnings for ONIG_DEBUG_MATCH
K.Kosako [Thu, 1 Jun 2017 08:25:26 +0000 (17:25 +0900)]
escape warnings for ONIG_DEBUG_MATCH

7 years agochange output format of address in bytecode
K.Kosako [Thu, 1 Jun 2017 05:00:06 +0000 (14:00 +0900)]
change output format of address in bytecode

7 years agominor changes of bytecode output format
K.Kosako [Thu, 1 Jun 2017 04:38:27 +0000 (13:38 +0900)]
minor changes of bytecode output format

7 years agooutput address in print_compiled_byte_code_list()
K.Kosako [Thu, 1 Jun 2017 04:26:00 +0000 (13:26 +0900)]
output address in print_compiled_byte_code_list()

7 years agoescape warning for ONIG_DEBUG_COMPILE
K.Kosako [Thu, 1 Jun 2017 04:16:09 +0000 (13:16 +0900)]
escape warning for ONIG_DEBUG_COMPILE

7 years agoInvalidate PR #43 partially for Issue #61
K.Kosako [Wed, 31 May 2017 09:01:53 +0000 (18:01 +0900)]
Invalidate PR #43 partially for Issue #61

7 years agoupdate README.md
K.Kosako [Fri, 26 May 2017 06:03:04 +0000 (15:03 +0900)]
update README.md

7 years agosetup 6.3.0
K.Kosako [Fri, 26 May 2017 05:59:18 +0000 (14:59 +0900)]
setup 6.3.0

7 years agoupdate HISTORY
K.Kosako [Fri, 26 May 2017 05:51:20 +0000 (14:51 +0900)]
update HISTORY

7 years agorefactoring
K.Kosako [Wed, 24 May 2017 05:19:43 +0000 (14:19 +0900)]
refactoring

7 years agofix indent
K.Kosako [Wed, 24 May 2017 04:53:15 +0000 (13:53 +0900)]
fix indent

7 years agofix #60 : invalid state(CCS_VALUE) in parse_char_class()
K.Kosako [Wed, 24 May 2017 04:43:25 +0000 (13:43 +0900)]
fix #60 : invalid state(CCS_VALUE) in parse_char_class()

7 years agofix #59 : access to invalid address by reg->dmax value
K.Kosako [Wed, 24 May 2017 01:27:04 +0000 (10:27 +0900)]
fix #59 : access to invalid address by reg->dmax value

7 years agofix invalid increment of start position in onig_scan()
K.Kosako [Tue, 23 May 2017 08:07:04 +0000 (17:07 +0900)]
fix invalid increment of start position in onig_scan()

7 years agofix indent
K.Kosako [Tue, 23 May 2017 07:50:00 +0000 (16:50 +0900)]
fix indent

7 years agofix indent
K.Kosako [Tue, 23 May 2017 07:39:02 +0000 (16:39 +0900)]
fix indent

7 years agofix #58 : access to invalid address by reg->dmin value
K.Kosako [Tue, 23 May 2017 07:15:35 +0000 (16:15 +0900)]
fix #58 : access to invalid address by reg->dmin value

7 years agofix #57 : DATA_ENSURE() check must be before data access
K.Kosako [Tue, 23 May 2017 01:28:58 +0000 (10:28 +0900)]
fix #57 : DATA_ENSURE() check must be before data access

7 years agofix #56 : return invalid result for codepoint 0xFFFFFFFF
K.Kosako [Mon, 22 May 2017 09:09:39 +0000 (18:09 +0900)]
fix #56 : return invalid result for codepoint 0xFFFFFFFF

7 years agoupdate gperf to 3.0.4
K.Kosako [Mon, 22 May 2017 08:57:52 +0000 (17:57 +0900)]
update gperf to 3.0.4

7 years agoadd test case for escape-o-brace syntax
K.Kosako [Sun, 21 May 2017 02:41:00 +0000 (11:41 +0900)]
add test case for escape-o-brace syntax

7 years agofix invalid mask value for ONIG_SYN_OP_ESC_O_BRACE_OCTAL
K.Kosako [Fri, 19 May 2017 12:00:53 +0000 (21:00 +0900)]
fix invalid mask value for ONIG_SYN_OP_ESC_O_BRACE_OCTAL

7 years agoadd escape-o-brace syntax description
K.Kosako [Fri, 19 May 2017 09:03:03 +0000 (18:03 +0900)]
add escape-o-brace syntax description

7 years agoadd escape-o-brace syntax for wide char expressed in octal
K.Kosako [Fri, 19 May 2017 09:02:37 +0000 (18:02 +0900)]
add escape-o-brace syntax for wide char expressed in octal

7 years agodefine ONIG_SYN_OP_ESC_O_BRACE_OCTAL
K.Kosako [Fri, 19 May 2017 09:00:53 +0000 (18:00 +0900)]
define ONIG_SYN_OP_ESC_O_BRACE_OCTAL

7 years agofix indent
K.Kosako [Fri, 19 May 2017 08:23:18 +0000 (17:23 +0900)]
fix indent

7 years agofix #55 : Byte value expressed in octal must be smaller than 256
K.Kosako [Fri, 19 May 2017 06:44:47 +0000 (15:44 +0900)]
fix #55 : Byte value expressed in octal must be smaller than 256

7 years agofix #55 : check too big code point value for single byte value in next_state_val()
K.Kosako [Thu, 18 May 2017 08:05:27 +0000 (17:05 +0900)]
fix #55 : check too big code point value for single byte value in next_state_val()

7 years agosetup 6.2.0
K.Kosako [Thu, 6 Apr 2017 08:05:42 +0000 (17:05 +0900)]
setup 6.2.0

7 years agoupdate HISTORY
K.Kosako [Thu, 6 Apr 2017 07:57:55 +0000 (16:57 +0900)]
update HISTORY

7 years agoPR #51 and small fix
K.Kosako [Wed, 15 Mar 2017 04:17:56 +0000 (13:17 +0900)]
PR #51 and small fix

7 years agoInitialize return value (https://bugs.ruby-lang.org/issues/13234)
K.Kosako [Tue, 21 Feb 2017 01:34:15 +0000 (10:34 +0900)]
Initialize return value (https://bugs.ruby-lang.org/issues/13234)

7 years agoadd onig_set_capture_num_limit()
K.Kosako [Tue, 3 Jan 2017 12:38:35 +0000 (21:38 +0900)]
add onig_set_capture_num_limit()

7 years agochange MemNumType from short int to int
K.Kosako [Tue, 3 Jan 2017 12:25:28 +0000 (21:25 +0900)]
change MemNumType from short int to int

7 years agofix for #34
kosako [Mon, 19 Dec 2016 04:48:40 +0000 (13:48 +0900)]
fix for #34

7 years agoadd test for PR#43
kosako [Mon, 19 Dec 2016 04:40:11 +0000 (13:40 +0900)]
add test for PR#43

7 years agoadd test for PR#42
kosako [Mon, 19 Dec 2016 04:33:38 +0000 (13:33 +0900)]
add test for PR#42

7 years agoadd test for PR#44
kosako [Fri, 16 Dec 2016 08:45:46 +0000 (17:45 +0900)]
add test for PR#44

7 years agoMerge pull request #44 from k-takata/fix-cclass-hyphen
K.Kosako [Thu, 15 Dec 2016 09:11:58 +0000 (18:11 +0900)]
Merge pull request #44 from k-takata/fix-cclass-hyphen

[0-9-a] was not allowed as [0-9\-a]

7 years agoMerge pull request #43 from k-takata/fix-recursive-capture
K.Kosako [Thu, 15 Dec 2016 08:52:28 +0000 (17:52 +0900)]
Merge pull request #43 from k-takata/fix-recursive-capture

Fix illegal capture after recursive call

7 years agoMerge pull request #42 from k-takata/fix-z-optimization
K.Kosako [Wed, 14 Dec 2016 08:37:02 +0000 (17:37 +0900)]
Merge pull request #42 from k-takata/fix-z-optimization

fix problem with optimization of \z

7 years agoMerge pull request #41 from k-takata/fix-anychar-star-optimization
K.Kosako [Wed, 14 Dec 2016 08:27:12 +0000 (17:27 +0900)]
Merge pull request #41 from k-takata/fix-anychar-star-optimization

Fix .* optimization

7 years ago[0-9-a] was not allowed as [0-9\-a]
K.Takata [Tue, 13 Dec 2016 13:26:22 +0000 (22:26 +0900)]
[0-9-a] was not allowed as [0-9\-a]

This was originally fixed by Ruby r37175.

7 years agoFix illegal capture after recursive call
K.Takata [Tue, 13 Dec 2016 13:19:53 +0000 (22:19 +0900)]
Fix illegal capture after recursive call

After matching `/(\(((?:[^(]|\g<1>)*)\))/ =~ "(abc)(abc)"`,
`\2` captures wrong position.
A capture group inside another capture group should be also handled as
if it is called, when the outer group is called.

7 years agoMerge pull request #40 from k-takata/fix-stackoverflow
K.Kosako [Tue, 13 Dec 2016 08:05:17 +0000 (17:05 +0900)]
Merge pull request #40 from k-takata/fix-stackoverflow

Deeply nested capture groups cause stack overflow

7 years agoMerge pull request #39 from k-takata/fix-utf-16
K.Kosako [Tue, 13 Dec 2016 07:31:09 +0000 (16:31 +0900)]
Merge pull request #39 from k-takata/fix-utf-16

Fix UTF-16/32 problems

7 years agofix problem with optimization of \z
K.Takata [Wed, 10 Apr 2013 11:16:34 +0000 (20:16 +0900)]
fix problem with optimization of \z

"こんにちは" =~ /\n?\z/ didn't match.

see:
  http://bugs.ruby-lang.org/issues/8210
  http://stackoverflow.com/a/15885857/925913

7 years agoFix .* optimization
K.Takata [Mon, 12 Dec 2016 15:37:21 +0000 (00:37 +0900)]
Fix .* optimization

Fix following patterns:
* /(?<=a).*b/ =~ 'aab'
* /(?!a).*b/ =~ 'ab'

Ported from Onigmo.

7 years agoSet a limit of parser recursion
K.Takata [Mon, 28 Nov 2016 14:16:12 +0000 (23:16 +0900)]
Set a limit of parser recursion

Our parser uses recursion, so it causes stack overflow when parsing
deeply nested capture groups. E.g.:

  x2("(" * 32767 + "a" + ")" * 32767, "a", 0, 1)

Set a limit for this.
The default value is defined in regint.h:
* DEFAULT_PARSE_DEPTH_LIMIT (Currently 4096)

Also add two APIs to support this:
* onig_get_parse_depth_limit
* onig_set_parse_depth_limit

7 years agoFix that warnings are not shown properly
K.Takata [Tue, 1 Nov 2016 13:45:49 +0000 (22:45 +0900)]
Fix that warnings are not shown properly

When encoding is UTF-16LE/32LE, warning message with '/' or '\\' are not
shown properly.

7 years ago/[a-c#]+\W/ =~ "def#" fails when encoding is UTF-16/32
K.Takata [Tue, 15 Jul 2014 13:52:34 +0000 (22:52 +0900)]
/[a-c#]+\W/ =~ "def#" fails when encoding is UTF-16/32

7 years ago/[\x{0}-X]/i doesn't match properly when UTF-16/32 is used.
K.Takata [Wed, 16 Nov 2011 18:36:22 +0000 (03:36 +0900)]
/[\x{0}-X]/i doesn't match properly when UTF-16/32 is used.

This bug occurs when a code range already includes \x{0} and adding
a new code range to it. We must also care about 0xffffffff.

7 years agosetup 6.1.3 v6.1.3
K.Kosako [Sun, 11 Dec 2016 04:18:17 +0000 (13:18 +0900)]
setup 6.1.3

7 years agoupdate HISTORY
K.Kosako [Sun, 11 Dec 2016 04:12:29 +0000 (13:12 +0900)]
update HISTORY

7 years agofix: Syntax error: redirection unexpected (expecting word) #35
K.Kosako [Sat, 10 Dec 2016 08:00:04 +0000 (17:00 +0900)]
fix: Syntax error: redirection unexpected (expecting word) #35

7 years agocheck return values for alloc() and Calloc()
kosako [Thu, 17 Nov 2016 05:04:11 +0000 (14:04 +0900)]
check return values for alloc() and Calloc()

7 years agoadd an entry into .gitignore
kosako [Tue, 15 Nov 2016 04:34:36 +0000 (13:34 +0900)]
add an entry into .gitignore

7 years agocheck return value for fprintf() and fputs() #34
kosako [Tue, 15 Nov 2016 04:33:46 +0000 (13:33 +0900)]
check return value for fprintf() and fputs() #34

7 years agoguard __USE_ISOC99
kosako [Tue, 15 Nov 2016 04:26:59 +0000 (13:26 +0900)]
guard __USE_ISOC99

7 years agocheck return value for fopen() #34
kosako [Tue, 15 Nov 2016 04:21:40 +0000 (13:21 +0900)]
check return value for fopen() #34

7 years agomerge from develop v6.1.2
kosako [Mon, 7 Nov 2016 01:41:55 +0000 (10:41 +0900)]
merge from develop

7 years agoupdate README.md
kosako [Mon, 7 Nov 2016 01:33:25 +0000 (10:33 +0900)]
update README.md

7 years agosetup 6.1.2
kosako [Thu, 3 Nov 2016 11:59:01 +0000 (20:59 +0900)]
setup 6.1.2

7 years agoupdate HISTORY
kosako [Thu, 3 Nov 2016 11:53:50 +0000 (20:53 +0900)]
update HISTORY

7 years agoallow word bound, word begin and word end in look-behind
kosako [Tue, 25 Oct 2016 06:37:28 +0000 (15:37 +0900)]
allow word bound, word begin and word end in look-behind

7 years agofix typo
kosako [Thu, 20 Oct 2016 04:03:30 +0000 (13:03 +0900)]
fix typo

7 years agoMerge pull request #30 from k-takata/fix-typo
K.Kosako [Wed, 19 Oct 2016 23:50:31 +0000 (08:50 +0900)]
Merge pull request #30 from k-takata/fix-typo

Fix typos

7 years agoFix typos in comments and docs
K.Takata [Fri, 7 Oct 2016 20:11:28 +0000 (05:11 +0900)]
Fix typos in comments and docs

7 years agoadd ONIG_OPTION_CHECK_VALIDITY_OF_STRING
kosako [Wed, 19 Oct 2016 10:01:21 +0000 (19:01 +0900)]
add ONIG_OPTION_CHECK_VALIDITY_OF_STRING

7 years agofix forgotten to call anchor target
K.Kosako [Sun, 16 Oct 2016 09:14:20 +0000 (18:14 +0900)]
fix forgotten to call anchor target

7 years agofix: use after free for regexp /()(?\!(?'a')\1)/ #29
K.Kosako [Sun, 16 Oct 2016 09:08:09 +0000 (18:08 +0900)]
fix: use after free for regexp /()(?\!(?'a')\1)/ #29

7 years agofix bug: Use after free when parsing /(|/ #27
kosako [Tue, 11 Oct 2016 03:47:14 +0000 (12:47 +0900)]
fix bug: Use after free when parsing /(|/ #27

7 years agoMemory leaks after onig_new(), onig_free() when parsing regexp /\((/ #26
K.Kosako [Mon, 10 Oct 2016 02:14:00 +0000 (11:14 +0900)]
Memory leaks after onig_new(), onig_free() when parsing regexp /\((/ #26

7 years agoFix typo in debug log
K.Takata [Fri, 7 Oct 2016 20:10:31 +0000 (05:10 +0900)]
Fix typo in debug log

7 years agoUpdate config.sub to version 2016-09-05
kosako [Mon, 3 Oct 2016 00:55:24 +0000 (09:55 +0900)]
Update config.sub to version 2016-09-05

7 years agoUpdate config.guess to version 2016-09-11
kosako [Mon, 3 Oct 2016 00:55:02 +0000 (09:55 +0900)]
Update config.guess to version 2016-09-11

7 years agoMerge pull request #25 from maxnordlund/patch-1
K.Kosako [Sun, 2 Oct 2016 14:30:34 +0000 (23:30 +0900)]
Merge pull request #25 from maxnordlund/patch-1

Update config.guess and config.sub to latest version

7 years agoUpdate config.sub to version 2016-09-05
Max Nordlund [Sun, 2 Oct 2016 13:08:17 +0000 (15:08 +0200)]
Update config.sub to version 2016-09-05

7 years agoUpdate config.guess to version 2016-09-11
Max Nordlund [Sun, 2 Oct 2016 13:06:55 +0000 (15:06 +0200)]
Update config.guess to version 2016-09-11

7 years agofix anchor conflict by look-behind following anychar-star-multiline (/(?<=a).*/m...
K.Kosako [Thu, 22 Sep 2016 13:04:22 +0000 (22:04 +0900)]
fix anchor conflict by look-behind following anychar-star-multiline (/(?<=a).*/m fail with 'ab')

7 years agoimplement is_valid_mbc_string() in gb18030
K.Kosako [Thu, 22 Sep 2016 00:54:33 +0000 (09:54 +0900)]
implement is_valid_mbc_string() in gb18030

7 years agoimplement is_valid_mbc_string() in big5
K.Kosako [Wed, 21 Sep 2016 23:38:08 +0000 (08:38 +0900)]
implement is_valid_mbc_string() in big5

8 years agoshould be OnigUChar instead of UChar
K.Kosako [Sun, 18 Sep 2016 09:45:30 +0000 (18:45 +0900)]
should be OnigUChar instead of UChar

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