]> granicus.if.org Git - onig/log
onig
6 years agofix meaning of term argument of parse_code_callout()
K.Kosako [Fri, 2 Feb 2018 02:18:08 +0000 (11:18 +0900)]
fix meaning of term argument of parse_code_callout()

6 years agoimplement codes for ONIGERR_INVALID_CALLOUT_PATTERN
K.Kosako [Fri, 2 Feb 2018 02:03:55 +0000 (11:03 +0900)]
implement codes for ONIGERR_INVALID_CALLOUT_PATTERN

6 years agoforgot to update version number in CMakeLists.txt
K.Kosako [Fri, 2 Feb 2018 01:43:01 +0000 (10:43 +0900)]
forgot to update version number in CMakeLists.txt

6 years agoimplement callout-code compiling
K.Kosako [Thu, 1 Feb 2018 09:13:20 +0000 (18:13 +0900)]
implement callout-code compiling

6 years agodeclare onig_get_regex_ext()
K.Kosako [Thu, 1 Feb 2018 09:12:39 +0000 (18:12 +0900)]
declare onig_get_regex_ext()

6 years agoadd ONIG_SYN_OP2_QMARK_BRACE_CALLOUT into Perl syntax
K.Kosako [Thu, 1 Feb 2018 07:39:16 +0000 (16:39 +0900)]
add ONIG_SYN_OP2_QMARK_BRACE_CALLOUT into Perl syntax

6 years agoset to ONIGERR_INVALID_ARGUMENT if callout return value is positive
K.Kosako [Thu, 1 Feb 2018 07:11:08 +0000 (16:11 +0900)]
set to ONIGERR_INVALID_ARGUMENT if callout return value is positive

6 years agouse CalloutArgs in OP_CALLOUT_CODE part
K.Kosako [Thu, 1 Feb 2018 06:59:01 +0000 (15:59 +0900)]
use CalloutArgs in OP_CALLOUT_CODE part

6 years agodefine CalloutArgs
K.Kosako [Thu, 1 Feb 2018 06:53:37 +0000 (15:53 +0900)]
define CalloutArgs

6 years agofix setting args.right_range value
K.Kosako [Thu, 1 Feb 2018 06:29:51 +0000 (15:29 +0900)]
fix setting args.right_range value

6 years agorename callout return value
K.Kosako [Thu, 1 Feb 2018 05:19:06 +0000 (14:19 +0900)]
rename callout return value

6 years agomate ONIG_CALLOUT_RETURN_ABORT value with ONIG_ABORT value
K.Kosako [Thu, 1 Feb 2018 05:16:34 +0000 (14:16 +0900)]
mate ONIG_CALLOUT_RETURN_ABORT value with ONIG_ABORT value

6 years agoimplement codes for ONIG_ABORT error
K.Kosako [Thu, 1 Feb 2018 05:06:08 +0000 (14:06 +0900)]
implement codes for ONIG_ABORT error

6 years agoimplement OP_CALLOUT_CODE
K.Kosako [Wed, 31 Jan 2018 09:06:31 +0000 (18:06 +0900)]
implement OP_CALLOUT_CODE

6 years agodefine ONIG_ABORT (as return value of match_at())
K.Kosako [Wed, 31 Jan 2018 09:05:53 +0000 (18:05 +0900)]
define ONIG_ABORT (as return value of match_at())

6 years agoadd callout return values
K.Kosako [Wed, 31 Jan 2018 09:03:07 +0000 (18:03 +0900)]
add callout return values

6 years agosmall update README.md
K.Kosako [Wed, 31 Jan 2018 08:45:19 +0000 (17:45 +0900)]
small update README.md

6 years agoparse callout
K.Kosako [Wed, 31 Jan 2018 08:09:57 +0000 (17:09 +0900)]
parse callout

6 years agoadd callout type
K.Kosako [Wed, 31 Jan 2018 07:22:22 +0000 (16:22 +0900)]
add callout type

6 years agoadd ONIGERR_INVALID_CALLOUT_PATTERN
K.Kosako [Wed, 31 Jan 2018 06:29:14 +0000 (15:29 +0900)]
add ONIGERR_INVALID_CALLOUT_PATTERN

6 years agoadd ONIG_SYN_OP2_QMARK_BRACE_CALLOUT
K.Kosako [Wed, 31 Jan 2018 05:41:59 +0000 (14:41 +0900)]
add ONIG_SYN_OP2_QMARK_BRACE_CALLOUT

6 years agoadd encoding argument into str_dup()
K.Kosako [Wed, 31 Jan 2018 04:50:43 +0000 (13:50 +0900)]
add encoding argument into str_dup()

6 years agoadd const modifiers
K.Kosako [Wed, 31 Jan 2018 04:45:29 +0000 (13:45 +0900)]
add const modifiers

6 years agoadd onig_ext_set_pattern()
K.Kosako [Wed, 31 Jan 2018 04:43:31 +0000 (13:43 +0900)]
add onig_ext_set_pattern()

6 years agochange RegexExt type
K.Kosako [Wed, 31 Jan 2018 02:25:00 +0000 (11:25 +0900)]
change RegexExt type

6 years agorefactoring
K.Kosako [Wed, 31 Jan 2018 02:07:37 +0000 (11:07 +0900)]
refactoring

6 years agorename RegExt RegexExt
K.Kosako [Wed, 31 Jan 2018 02:06:13 +0000 (11:06 +0900)]
rename RegExt RegexExt

6 years agofix definition of OnigCalloutArgs
K.Kosako [Tue, 30 Jan 2018 08:57:18 +0000 (17:57 +0900)]
fix definition of OnigCalloutArgs

6 years agoadd description of onig_initialize_match_params()
K.Kosako [Tue, 30 Jan 2018 05:11:43 +0000 (14:11 +0900)]
add description of onig_initialize_match_params()

6 years agodefine ONIGURUMA_VERSION_INT
K.Kosako [Tue, 30 Jan 2018 05:03:08 +0000 (14:03 +0900)]
define ONIGURUMA_VERSION_INT

6 years agoadd onig_initialize_match_params()
K.Kosako [Tue, 30 Jan 2018 04:57:23 +0000 (13:57 +0900)]
add onig_initialize_match_params()

6 years agosmall fix of README.md
K.Kosako [Tue, 30 Jan 2018 02:05:15 +0000 (11:05 +0900)]
small fix of README.md

6 years agoupdate README.md for 6.7.2
K.Kosako [Mon, 29 Jan 2018 06:33:06 +0000 (15:33 +0900)]
update README.md for 6.7.2

6 years agoreduce CHECK_TRY_IN_MATCH_LIMIT points
K.Kosako [Mon, 29 Jan 2018 05:52:44 +0000 (14:52 +0900)]
reduce CHECK_TRY_IN_MATCH_LIMIT points

6 years agoupdate doc/API for onig_search_with_params() and onig_match_with_params()
K.Kosako [Mon, 29 Jan 2018 05:46:50 +0000 (14:46 +0900)]
update doc/API for onig_search_with_params() and onig_match_with_params()

6 years agoEnable USE_TRY_IN_MATCH_LIMI
K.Kosako [Mon, 29 Jan 2018 05:46:16 +0000 (14:46 +0900)]
Enable USE_TRY_IN_MATCH_LIMI

6 years agorefactoring
K.Kosako [Mon, 29 Jan 2018 04:28:52 +0000 (13:28 +0900)]
refactoring

6 years agoadd onig_search_with_params() and onig_match_with_params()
K.Kosako [Mon, 29 Jan 2018 04:27:01 +0000 (13:27 +0900)]
add onig_search_with_params() and onig_match_with_params()

6 years agoremove duplicated including of config.h
K.Kosako [Fri, 26 Jan 2018 08:46:11 +0000 (17:46 +0900)]
remove duplicated including of config.h

6 years agofix by definition of ONIGURUMA_EXPORT in regposerr.c for Windows
K.Kosako [Fri, 26 Jan 2018 08:34:23 +0000 (17:34 +0900)]
fix by definition of ONIGURUMA_EXPORT in regposerr.c for Windows

6 years agoremove include windows.h from oniguruma.h
K.Kosako [Fri, 26 Jan 2018 07:50:21 +0000 (16:50 +0900)]
remove include windows.h from oniguruma.h

6 years agorefactoring
K.Kosako [Fri, 26 Jan 2018 07:37:17 +0000 (16:37 +0900)]
refactoring

6 years agoadd descriptions of onig_set/get_try_in_match_limit()
K.Kosako [Fri, 26 Jan 2018 06:30:23 +0000 (15:30 +0900)]
add descriptions of onig_set/get_try_in_match_limit()

6 years agomove definition of ONIGURUMA_EXPORT by moving to regenc.h
K.Kosako [Fri, 26 Jan 2018 05:52:20 +0000 (14:52 +0900)]
move definition of ONIGURUMA_EXPORT by moving to regenc.h

6 years agofix invalid use of ONIG_EXTERN
K.Kosako [Fri, 26 Jan 2018 05:28:32 +0000 (14:28 +0900)]
fix invalid use of ONIG_EXTERN

6 years agorefactoring
K.Kosako [Fri, 26 Jan 2018 05:00:49 +0000 (14:00 +0900)]
refactoring

6 years agoremove disabled codes
K.Kosako [Fri, 26 Jan 2018 04:50:56 +0000 (13:50 +0900)]
remove disabled codes

6 years agoremove unused macro
K.Kosako [Fri, 26 Jan 2018 00:48:24 +0000 (09:48 +0900)]
remove unused macro

6 years agomerge from develop to master v6.7.1
K.Kosako [Thu, 25 Jan 2018 09:04:24 +0000 (18:04 +0900)]
merge from develop to master

6 years agosetup 6.7.1
K.Kosako [Thu, 25 Jan 2018 06:48:39 +0000 (15:48 +0900)]
setup 6.7.1

6 years agoEnable USE_TRY_IN_MATCH_LIMIT if USE_COMBINATION_EXPLOSION_CHECK is defined
K.Kosako [Thu, 25 Jan 2018 05:47:54 +0000 (14:47 +0900)]
Enable USE_TRY_IN_MATCH_LIMIT if USE_COMBINATION_EXPLOSION_CHECK is defined

6 years agodisable USE_TRY_IN_MATCH_LIMIT
K.Kosako [Thu, 25 Jan 2018 05:36:50 +0000 (14:36 +0900)]
disable USE_TRY_IN_MATCH_LIMIT

6 years agodefine ONIGURUMA_EXPORT if EXPORT is defined in regint.h
K.Kosako [Thu, 25 Jan 2018 04:49:45 +0000 (13:49 +0900)]
define ONIGURUMA_EXPORT if EXPORT is defined in regint.h

6 years agorefactoring
K.Kosako [Thu, 25 Jan 2018 04:36:18 +0000 (13:36 +0900)]
refactoring

6 years agoupdate output of year
K.Kosako [Thu, 25 Jan 2018 04:16:17 +0000 (13:16 +0900)]
update output of year

6 years agoremove STATE_CHECK_MARK
K.Kosako [Thu, 25 Jan 2018 04:11:06 +0000 (13:11 +0900)]
remove STATE_CHECK_MARK

6 years agoimplement onig_set/get_try_in_match_limit() in disabled USE_TRY_IN_MATCH_LIMIT case
K.Kosako [Thu, 25 Jan 2018 02:29:55 +0000 (11:29 +0900)]
implement onig_set/get_try_in_match_limit() in disabled USE_TRY_IN_MATCH_LIMIT case

6 years agorefactoring
K.Kosako [Thu, 25 Jan 2018 02:24:01 +0000 (11:24 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Wed, 24 Jan 2018 09:22:59 +0000 (18:22 +0900)]
refactoring

6 years agoadd try in match limit
K.Kosako [Wed, 24 Jan 2018 09:17:35 +0000 (18:17 +0900)]
add try in match limit

6 years agoadd autogen.sh
K.Kosako [Wed, 24 Jan 2018 07:34:27 +0000 (16:34 +0900)]
add autogen.sh

6 years agorename EXPORT to ONIGURUMA_EXPORT (#76)
K.Kosako [Wed, 24 Jan 2018 04:08:03 +0000 (13:08 +0900)]
rename EXPORT to ONIGURUMA_EXPORT (#76)

6 years agofix compile error with onig.lib (dynamic link) case
K.Kosako [Wed, 24 Jan 2018 04:05:43 +0000 (13:05 +0900)]
fix compile error with onig.lib (dynamic link) case

6 years agoupdate for automake 1.15.1 (Issue #73)
K.Kosako [Mon, 15 Jan 2018 06:03:56 +0000 (15:03 +0900)]
update for automake 1.15.1 (Issue #73)

6 years agofix path delimiter in Makefile.windows
K.Kosako [Mon, 15 Jan 2018 02:24:37 +0000 (11:24 +0900)]
fix path delimiter in Makefile.windows

6 years agoMerge pull request #75 from rust-onig/out-of-tree-windows-builds
K.Kosako [Mon, 15 Jan 2018 01:40:52 +0000 (10:40 +0900)]
Merge pull request #75 from rust-onig/out-of-tree-windows-builds

Out of tree windows builds

6 years agoMerge pull request #75 from rust-onig/out-of-tree-windows-builds
K.Kosako [Mon, 15 Jan 2018 01:40:52 +0000 (10:40 +0900)]
Merge pull request #75 from rust-onig/out-of-tree-windows-builds

Out of tree windows builds

6 years agoFixup Makefile Path
Will Speak [Sun, 14 Jan 2018 13:34:45 +0000 (13:34 +0000)]
Fixup Makefile Path

6 years agoAdd Out-of-tree Build Support for Windows
Will Speak [Sun, 14 Jan 2018 12:30:15 +0000 (12:30 +0000)]
Add Out-of-tree Build Support for Windows

Copies the `make_*.bat` and `Makefile.windows` changes from
`rust-onig` into Oniguruma. This adds the ability to have the windows
build artifacts produced in a directory other than `src/`.

6 years ago#74: update description of README
K.Kosako [Sun, 14 Jan 2018 10:26:26 +0000 (19:26 +0900)]
#74: update description of README

6 years agosmall fix for FinishCode position
K.Kosako [Fri, 12 Jan 2018 06:54:13 +0000 (15:54 +0900)]
small fix for FinishCode position

6 years agomove MatchArg from regint.h to regexec.c
K.Kosako [Fri, 12 Jan 2018 06:44:08 +0000 (15:44 +0900)]
move MatchArg from regint.h to regexec.c

6 years agofix set s to uninitialized value by pop in ONIG_DEBUG_MATCH
K.Kosako [Fri, 12 Jan 2018 06:39:49 +0000 (15:39 +0900)]
fix set s to uninitialized value by pop in ONIG_DEBUG_MATCH

6 years agoadd p_string() into regcomp.c for ONIG_DEBUG_PARSE
K.Kosako [Fri, 12 Jan 2018 05:25:00 +0000 (14:25 +0900)]
add p_string() into regcomp.c for ONIG_DEBUG_PARSE

6 years agomove OpInfoType from regint.h to regexec.c
K.Kosako [Fri, 12 Jan 2018 05:22:14 +0000 (14:22 +0900)]
move OpInfoType from regint.h to regexec.c

6 years agomove onig_print_compiled_byte_code_list() from regcomp.c to regexec.c
K.Kosako [Fri, 12 Jan 2018 05:11:55 +0000 (14:11 +0900)]
move onig_print_compiled_byte_code_list() from regcomp.c to regexec.c

6 years agofix missing OnigOpInfo values for OP_EXTENDED_GRAPHEME_CLUSTER_BOUNDARY
K.Kosako [Fri, 12 Jan 2018 04:52:44 +0000 (13:52 +0900)]
fix missing OnigOpInfo values for OP_EXTENDED_GRAPHEME_CLUSTER_BOUNDARY

6 years agorefactoring
K.Kosako [Fri, 12 Jan 2018 04:25:44 +0000 (13:25 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Thu, 11 Jan 2018 07:04:31 +0000 (16:04 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Wed, 10 Jan 2018 09:11:44 +0000 (18:11 +0900)]
refactoring

6 years agoMerge pull request #72 from davegregg/patch-2
K.Kosako [Tue, 9 Jan 2018 23:36:55 +0000 (08:36 +0900)]
Merge pull request #72 from davegregg/patch-2

Correct spelling and grammar in FAQ (English)

6 years agoCorrect spelling and grammar in FAQ (English)
David Michael Gregg [Tue, 9 Jan 2018 19:08:42 +0000 (14:08 -0500)]
Correct spelling and grammar in FAQ (English)

- Correct "lognest" => "longest"
- Add the article "the" to "execute longest match"
- Change "mailing list about Oniguruma" to "mailing list for Oniguruma" in the interest of more natural English

6 years agoremove unused OP_STATE_CHECK_XXX opcodes
K.Kosako [Mon, 25 Dec 2017 07:08:06 +0000 (16:08 +0900)]
remove unused OP_STATE_CHECK_XXX opcodes

6 years agoremove USE_COMBINATION_EXPLOSION_CHECK codes
K.Kosako [Mon, 25 Dec 2017 06:59:11 +0000 (15:59 +0900)]
remove USE_COMBINATION_EXPLOSION_CHECK codes

6 years agorefactoring
K.Kosako [Wed, 13 Dec 2017 08:15:15 +0000 (17:15 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Wed, 13 Dec 2017 08:11:08 +0000 (17:11 +0900)]
refactoring

6 years agocheck return value of concat_opt_exact()
K.Kosako [Wed, 13 Dec 2017 07:06:57 +0000 (16:06 +0900)]
check return value of concat_opt_exact()

6 years agorefactoring
K.Kosako [Wed, 13 Dec 2017 05:04:10 +0000 (14:04 +0900)]
refactoring

6 years agoadd HAVE_LIMITS_H check for cmake
K.Kosako [Tue, 12 Dec 2017 00:55:18 +0000 (09:55 +0900)]
add HAVE_LIMITS_H check for cmake

6 years agorefactoring
K.Kosako [Mon, 11 Dec 2017 09:01:03 +0000 (18:01 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Mon, 11 Dec 2017 08:59:10 +0000 (17:59 +0900)]
refactoring

6 years agoadd limits.h check into src/config.h.in
K.Kosako [Mon, 11 Dec 2017 08:55:57 +0000 (17:55 +0900)]
add limits.h check into src/config.h.in

6 years agorefactoring
K.Kosako [Mon, 11 Dec 2017 06:11:25 +0000 (15:11 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Mon, 11 Dec 2017 06:00:37 +0000 (15:00 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Mon, 11 Dec 2017 00:43:30 +0000 (09:43 +0900)]
refactoring

6 years agoupdate HISTORY
K.Kosako [Mon, 11 Dec 2017 00:39:03 +0000 (09:39 +0900)]
update HISTORY

6 years agosetup 6.7.0 v6.7.0
K.Kosako [Fri, 8 Dec 2017 05:45:14 +0000 (14:45 +0900)]
setup 6.7.0

6 years agoupdate README.md for 6.7.0
K.Kosako [Fri, 8 Dec 2017 05:00:13 +0000 (14:00 +0900)]
update README.md for 6.7.0

6 years agoupdate HISTORY
K.Kosako [Fri, 8 Dec 2017 04:57:46 +0000 (13:57 +0900)]
update HISTORY

6 years agoupdate documents for ONIG_SYNTAX_ONIGURUMA
K.Kosako [Fri, 8 Dec 2017 04:55:05 +0000 (13:55 +0900)]
update documents for ONIG_SYNTAX_ONIGURUMA