]>
granicus.if.org Git - onig/log
K.Kosako [Wed, 20 Mar 2019 06:50:54 +0000 (15:50 +0900)]
update README.md for plan 6.9.2
K.Kosako [Wed, 20 Mar 2019 06:41:39 +0000 (15:41 +0900)]
update Unicode version to 12.0.0
K.Kosako [Wed, 20 Mar 2019 06:34:53 +0000 (15:34 +0900)]
update by make_property.sh
K.Kosako [Wed, 20 Mar 2019 06:31:01 +0000 (15:31 +0900)]
change gperf location
K.Kosako [Wed, 20 Mar 2019 04:56:23 +0000 (13:56 +0900)]
Merge branch 'develop'
K.Kosako [Wed, 20 Mar 2019 04:24:14 +0000 (13:24 +0900)]
refactoring (USE_THREADED_CODE)
K.Kosako [Wed, 20 Mar 2019 03:43:13 +0000 (12:43 +0900)]
add calling of regfree()
K.Kosako [Wed, 20 Mar 2019 03:42:31 +0000 (12:42 +0900)]
clear onig value in regcomp() (POSIX API)
K.Kosako [Wed, 20 Mar 2019 03:35:02 +0000 (12:35 +0900)]
clear value in regfree() (POSIX API)
K.Kosako [Wed, 20 Mar 2019 02:28:01 +0000 (11:28 +0900)]
refactoring
K.Kosako [Mon, 18 Mar 2019 00:24:38 +0000 (09:24 +0900)]
Merge pull request #136 from seanofw/master
Fix syntax documentation for escaped metacharacters
Sean Werkema [Sun, 17 Mar 2019 18:32:08 +0000 (14:32 -0400)]
Fix SYNTAX documentation for escaped parentheses.
Sean Werkema [Sun, 17 Mar 2019 18:30:43 +0000 (14:30 -0400)]
Fix SYNTAX documentation for escaped metacharacters.
K.Kosako [Sun, 17 Mar 2019 11:17:30 +0000 (20:17 +0900)]
Merge pull request #135 from seanofw/master
Add syntax documentation
Sean Werkema [Sun, 17 Mar 2019 05:25:28 +0000 (01:25 -0400)]
Rename SYNTAX.md to match Oni's naming conventions.
Sean Werkema [Sun, 17 Mar 2019 05:23:59 +0000 (01:23 -0400)]
Update introduction to documentation.
Sean Werkema [Sun, 17 Mar 2019 05:15:41 +0000 (01:15 -0400)]
Add documentation on Oniguruma's many syntax flags.
K.Kosako [Fri, 15 Mar 2019 00:43:12 +0000 (09:43 +0900)]
Merge pull request #134 from petk/patch-as-help-string
Add AS_HELP_STRING
Peter Kokot [Thu, 14 Mar 2019 23:59:21 +0000 (00:59 +0100)]
Add AS_HELP_STRING
The Autoconf's default AS_HELP_STRING macro can properly format help
strings [1] so watching out if columns are aligned manually won't be
needed anymore.
These strings are visible in the configure --help output.
1: https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings
K.Kosako [Fri, 15 Mar 2019 00:29:21 +0000 (09:29 +0900)]
Merge pull request #133 from petk/patch-ac-check-sizeof
Sync AC_CHECK_SIZEOF
Peter Kokot [Thu, 14 Mar 2019 23:40:23 +0000 (00:40 +0100)]
Sync AC_CHECK_SIZEOF
- SIZEOF_SHORT removed since it is not used
- second argument in the AC_CHECK_SIZEOF is not used anymore and can be
removed.
K.Kosako [Fri, 15 Mar 2019 00:43:12 +0000 (09:43 +0900)]
Merge pull request #134 from petk/patch-as-help-string
Add AS_HELP_STRING
K.Kosako [Fri, 15 Mar 2019 00:29:21 +0000 (09:29 +0900)]
Merge pull request #133 from petk/patch-ac-check-sizeof
Sync AC_CHECK_SIZEOF
Peter Kokot [Thu, 14 Mar 2019 23:59:21 +0000 (00:59 +0100)]
Add AS_HELP_STRING
The Autoconf's default AS_HELP_STRING macro can properly format help
strings [1] so watching out if columns are aligned manually won't be
needed anymore.
These strings are visible in the configure --help output.
1: https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings
Peter Kokot [Thu, 14 Mar 2019 23:40:23 +0000 (00:40 +0100)]
Sync AC_CHECK_SIZEOF
- SIZEOF_SHORT removed since it is not used
- second argument in the AC_CHECK_SIZEOF is not used anymore and can be
removed.
K.Kosako [Wed, 13 Mar 2019 08:01:38 +0000 (17:01 +0900)]
{n,m}+ and {n,m}? are possessive and reluctant range operator in Perl syntax
K.Kosako [Wed, 13 Mar 2019 07:27:29 +0000 (16:27 +0900)]
refactoring
K.Kosako [Wed, 13 Mar 2019 07:15:12 +0000 (16:15 +0900)]
refactoring
K.Kosako [Mon, 4 Mar 2019 05:32:12 +0000 (14:32 +0900)]
fix #132: don't execute testp if ENABLE_POSIX_API == no
K.Kosako [Mon, 4 Mar 2019 05:06:18 +0000 (14:06 +0900)]
refactoring
K.Kosako [Mon, 4 Mar 2019 04:51:46 +0000 (13:51 +0900)]
remove tabs
K.Kosako [Mon, 4 Mar 2019 04:37:18 +0000 (13:37 +0900)]
refactoring
K.Kosako [Fri, 1 Mar 2019 08:27:15 +0000 (17:27 +0900)]
add string_pool for byte code
K.Kosako [Tue, 26 Feb 2019 04:54:06 +0000 (13:54 +0900)]
embed string into Operation structure
K.Kosako [Tue, 26 Feb 2019 02:23:10 +0000 (11:23 +0900)]
refactoring
K.Kosako [Tue, 26 Feb 2019 02:19:22 +0000 (11:19 +0900)]
add ocs member into regex_t
K.Kosako [Mon, 25 Feb 2019 01:58:16 +0000 (10:58 +0900)]
refactoring
K.Kosako [Sat, 23 Feb 2019 08:46:09 +0000 (17:46 +0900)]
add dummy statement for escape warning in MacOSX
K.Kosako [Fri, 22 Feb 2019 07:59:44 +0000 (16:59 +0900)]
support USE_RFC3629_RANGE disabled case
K.Kosako [Fri, 22 Feb 2019 07:52:33 +0000 (16:52 +0900)]
update year
K.Kosako [Fri, 22 Feb 2019 07:50:12 +0000 (16:50 +0900)]
fix maximum byte length to be 4 for utf-8
K.Kosako [Fri, 22 Feb 2019 05:28:31 +0000 (14:28 +0900)]
add cov-clean target
K.Kosako [Fri, 22 Feb 2019 05:11:55 +0000 (14:11 +0900)]
add test cases for improve coverage
K.Kosako [Fri, 22 Feb 2019 04:07:54 +0000 (13:07 +0900)]
remove onig_transfer()
K.Kosako [Thu, 21 Feb 2019 05:16:28 +0000 (14:16 +0900)]
add test cases for improve coverage
K.Kosako [Thu, 21 Feb 2019 02:12:43 +0000 (11:12 +0900)]
allow if-then-else in look-behind and look-behind-not
K.Kosako [Wed, 20 Feb 2019 05:03:07 +0000 (14:03 +0900)]
add test cases for improve coverage
K.Kosako [Wed, 20 Feb 2019 05:02:07 +0000 (14:02 +0900)]
remove GIMMICK_KEEP from GimmickType
K.Kosako [Wed, 20 Feb 2019 04:38:54 +0000 (13:38 +0900)]
remove unused code
K.Kosako [Tue, 19 Feb 2019 08:40:28 +0000 (17:40 +0900)]
move member position for reduce Operation size
K.Kosako [Tue, 19 Feb 2019 08:19:54 +0000 (17:19 +0900)]
reduce Operation size
K.Kosako [Tue, 19 Feb 2019 07:58:07 +0000 (16:58 +0900)]
opcode of Operation is needed to free member value
K.Kosako [Tue, 19 Feb 2019 07:29:49 +0000 (16:29 +0900)]
change coverage test from test_utf8 to all test
K.Kosako [Tue, 19 Feb 2019 07:07:29 +0000 (16:07 +0900)]
add test cases for improve coverage
K.Kosako [Tue, 19 Feb 2019 05:56:37 +0000 (14:56 +0900)]
enable USE_OP_PUSH_OR_JUMP_EXACT
K.Kosako [Tue, 19 Feb 2019 04:37:24 +0000 (13:37 +0900)]
disable OP_PUSH_OR_JUMP_EXACT1
K.Kosako [Tue, 19 Feb 2019 02:26:31 +0000 (11:26 +0900)]
fix invalid condition for setting of head_exact value
K.Kosako [Mon, 18 Feb 2019 08:12:44 +0000 (17:12 +0900)]
add test cases for improve coverage
K.Kosako [Mon, 18 Feb 2019 07:41:34 +0000 (16:41 +0900)]
removee tab
K.Kosako [Mon, 18 Feb 2019 05:34:45 +0000 (14:34 +0900)]
add lcov targets
K.Kosako [Sun, 17 Feb 2019 14:08:57 +0000 (23:08 +0900)]
add gcov files into .gitignore
K.Kosako [Sun, 17 Feb 2019 14:07:35 +0000 (23:07 +0900)]
add target cov into Makefile.am
K.Kosako [Fri, 15 Feb 2019 12:56:54 +0000 (21:56 +0900)]
rename onig_bbuf_init() to bbuf_init()
K.Kosako [Fri, 15 Feb 2019 12:43:43 +0000 (21:43 +0900)]
remove USE_OP_CCLASS_NODE
K.Kosako [Fri, 15 Feb 2019 12:36:16 +0000 (21:36 +0900)]
remove unused codes
K.Kosako [Fri, 15 Feb 2019 05:15:17 +0000 (14:15 +0900)]
update year in comment to 2019
K.Kosako [Fri, 15 Feb 2019 05:13:31 +0000 (14:13 +0900)]
remove unused variable
K.Kosako [Fri, 15 Feb 2019 05:11:47 +0000 (14:11 +0900)]
remove arg_type member from OptInfoType
K.Kosako [Fri, 15 Feb 2019 04:53:23 +0000 (13:53 +0900)]
rename USE_THREADED_CODE to USE_GOTO_LABELS_AS_VALUES
K.Kosako [Fri, 15 Feb 2019 00:56:14 +0000 (09:56 +0900)]
escape compile errors and warnings in Windows
K.Kosako [Thu, 14 Feb 2019 08:49:47 +0000 (17:49 +0900)]
fix compile error when USE_THREADED_CODE is disabled
K.Kosako [Mon, 11 Feb 2019 06:26:29 +0000 (15:26 +0900)]
remove options member from backref_general structure
K.Kosako [Mon, 11 Feb 2019 05:18:29 +0000 (14:18 +0900)]
add OP_BACKREF_WITH_LEVEL_IC opcode
K.Kosako [Mon, 11 Feb 2019 05:01:10 +0000 (14:01 +0900)]
fix initialization of FinishCode[] values
K.Kosako [Thu, 7 Feb 2019 05:07:39 +0000 (14:07 +0900)]
fix some compile conditions
K.Kosako [Thu, 7 Feb 2019 04:45:45 +0000 (13:45 +0900)]
opcode member to be coexists with opaddr member if ONIG_DEBUG is enabled.
K.Kosako [Thu, 7 Feb 2019 04:20:12 +0000 (13:20 +0900)]
check next opcode after empty check if ONIG_DEBUG is enabled.
K.Kosako [Wed, 6 Feb 2019 07:40:44 +0000 (16:40 +0900)]
use direct threaded code for GNU C
K.Kosako [Wed, 30 Jan 2019 05:08:54 +0000 (14:08 +0900)]
update year in comment to 2019
K.Kosako [Wed, 30 Jan 2019 05:06:23 +0000 (14:06 +0900)]
disable ONIG_DEBUG_PARSE and ONIG_DEBUG_COMPILE
K.Kosako [Wed, 30 Jan 2019 05:05:33 +0000 (14:05 +0900)]
fix missing INC_OP in OP_REPEAT_INC process
K.Kosako [Wed, 30 Jan 2019 04:59:07 +0000 (13:59 +0900)]
change address output format for OP_REPEAT
K.Kosako [Wed, 30 Jan 2019 04:53:42 +0000 (13:53 +0900)]
add pattern output for error case
K.Kosako [Wed, 30 Jan 2019 01:47:09 +0000 (10:47 +0900)]
re-implement bytecode by using Operation struct
K.Kosako [Wed, 9 Jan 2019 07:51:45 +0000 (16:51 +0900)]
refactoring
K.Kosako [Thu, 28 Feb 2019 05:27:09 +0000 (14:27 +0900)]
remove tabs
K.Kosako [Thu, 28 Feb 2019 02:23:45 +0000 (11:23 +0900)]
refactoring
K.Kosako [Thu, 28 Feb 2019 00:09:37 +0000 (09:09 +0900)]
Merge pull request #131 from petk/patch-have-vsnprintf
Remove unused HAVE_VSNPRINTF
Peter Kokot [Wed, 27 Feb 2019 19:43:07 +0000 (20:43 +0100)]
Remove unused HAVE_VSNPRINTF
The symbol HAVE_VSNPRINTF was once used for checks if vsnprintf can be
used. Today this symbol is not used in oniguruma library anymore.
K.Kosako [Tue, 26 Feb 2019 13:45:24 +0000 (22:45 +0900)]
fix #130: Build error on UWP with VS2017
K.Kosako [Sun, 3 Feb 2019 07:30:01 +0000 (16:30 +0900)]
Merge pull request #128 from pallas/fix-to-ascii-null-crash
regerror/toascii: do not attempt to serialize NULL pointer
Derrick Pallas [Sun, 3 Feb 2019 02:38:05 +0000 (18:38 -0800)]
regerror/toascii: do not attempt to serialize NULL pointer
This has been seen in the wild, e.g. [1], and while I have not investigated
how a NULL made it in here, this should prevent similar future bugs causing
a SEGFAULT.
[1] https://github.com/stedolan/jq/issues/1803
K.Kosako [Wed, 30 Jan 2019 01:55:24 +0000 (10:55 +0900)]
fix #73: Build breaks without autoreconf
K.Kosako [Mon, 7 Jan 2019 08:56:21 +0000 (17:56 +0900)]
refactoring
K.Kosako [Wed, 2 Jan 2019 12:30:33 +0000 (21:30 +0900)]
fix #127: Windows VS 2008 build errors
K.Kosako [Wed, 19 Dec 2018 00:56:56 +0000 (09:56 +0900)]
fix #126: Unable to compile when USE_CALLOUT is not defined
K.Kosako [Thu, 6 Dec 2018 08:30:04 +0000 (17:30 +0900)]
setup 6.9.1
K.Kosako [Thu, 6 Dec 2018 08:23:04 +0000 (17:23 +0900)]
update HISTORY
K.Kosako [Thu, 6 Dec 2018 07:59:32 +0000 (16:59 +0900)]
rename USE_DIRECT_THREADED_CODE to USE_THREADED_CODE
K.Kosako [Sun, 2 Dec 2018 02:40:28 +0000 (11:40 +0900)]
define BREAK_OUT for removing a LGTM warning