]> granicus.if.org Git - onig/log
onig
7 years agorefactoring
K.Kosako [Mon, 5 Feb 2018 06:15:56 +0000 (15:15 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Mon, 5 Feb 2018 06:13:50 +0000 (15:13 +0900)]
refactoring

7 years agodefine STK_MASK_POP_HANDLED
K.Kosako [Mon, 5 Feb 2018 06:03:20 +0000 (15:03 +0900)]
define STK_MASK_POP_HANDLED

7 years agorefactoring
K.Kosako [Mon, 5 Feb 2018 05:56:54 +0000 (14:56 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Mon, 5 Feb 2018 05:54:13 +0000 (14:54 +0900)]
refactoring

7 years agouse direction member of OnigCalloutArgs
K.Kosako [Mon, 5 Feb 2018 05:48:06 +0000 (14:48 +0900)]
use direction member of OnigCalloutArgs

7 years agoadd direction member into OnigCalloutArgs
K.Kosako [Mon, 5 Feb 2018 05:47:33 +0000 (14:47 +0900)]
add direction member into OnigCalloutArgs

7 years agouse retraction callout
K.Kosako [Mon, 5 Feb 2018 05:14:58 +0000 (14:14 +0900)]
use retraction callout

7 years agoimplement retraction callout
K.Kosako [Mon, 5 Feb 2018 05:13:25 +0000 (14:13 +0900)]
implement retraction callout

7 years agoadd STK_CALLOUT_CODE
K.Kosako [Mon, 5 Feb 2018 04:39:45 +0000 (13:39 +0900)]
add STK_CALLOUT_CODE

7 years agouse OnigCalloutArgs#id in sample
K.Kosako [Mon, 5 Feb 2018 02:04:56 +0000 (11:04 +0900)]
use OnigCalloutArgs#id in sample

7 years agoadd id into OnigCalloutArgs
K.Kosako [Mon, 5 Feb 2018 02:04:21 +0000 (11:04 +0900)]
add id into OnigCalloutArgs

7 years agoremove IGNORE_EUC_JP by using -Wno-invalid-source-encoding for Clang
K.Kosako [Mon, 5 Feb 2018 01:12:19 +0000 (10:12 +0900)]
remove IGNORE_EUC_JP by using -Wno-invalid-source-encoding for Clang

7 years agouse onig_get_used_stack_size_in_callout()
K.Kosako [Mon, 5 Feb 2018 01:03:05 +0000 (10:03 +0900)]
use onig_get_used_stack_size_in_callout()

7 years agoadd onig_get_used_stack_size_in_callout()
K.Kosako [Mon, 5 Feb 2018 01:02:38 +0000 (10:02 +0900)]
add onig_get_used_stack_size_in_callout()

7 years agorefactoring
K.Kosako [Sun, 4 Feb 2018 05:19:49 +0000 (14:19 +0900)]
refactoring

7 years agoescape compile-time warnings for MacOS X
K.Kosako [Sat, 3 Feb 2018 10:15:52 +0000 (19:15 +0900)]
escape compile-time warnings for MacOS X

7 years agoescape compile time warnings for MacOS X
K.Kosako [Sat, 3 Feb 2018 08:28:05 +0000 (17:28 +0900)]
escape compile time warnings for MacOS X

7 years agoadd type cast
K.Kosako [Sat, 3 Feb 2018 06:10:23 +0000 (15:10 +0900)]
add type cast

7 years agodon't use num_mem for number of captures
K.Kosako [Sat, 3 Feb 2018 06:07:59 +0000 (15:07 +0900)]
don't use num_mem for number of captures

7 years agodon't use malloc.h for MacOS X
K.Kosako [Fri, 2 Feb 2018 12:50:36 +0000 (21:50 +0900)]
don't use malloc.h for MacOS X

7 years agouse onig_get_capture_range_in_callout() in sample/callout.c
K.Kosako [Fri, 2 Feb 2018 08:16:47 +0000 (17:16 +0900)]
use onig_get_capture_range_in_callout() in sample/callout.c

7 years agoadd onig_get_capture_range_in_callout()
K.Kosako [Fri, 2 Feb 2018 08:16:09 +0000 (17:16 +0900)]
add onig_get_capture_range_in_callout()

7 years agominor fix to sample/callout.c
K.Kosako [Fri, 2 Feb 2018 07:38:45 +0000 (16:38 +0900)]
minor fix to sample/callout.c

7 years agorefactoring
K.Kosako [Fri, 2 Feb 2018 07:08:47 +0000 (16:08 +0900)]
refactoring

7 years agoallow any length of brace sequence for callout code syntax
K.Kosako [Fri, 2 Feb 2018 07:08:09 +0000 (16:08 +0900)]
allow any length of brace sequence for callout code syntax

7 years agoadd sample/callout.c
K.Kosako [Fri, 2 Feb 2018 05:25:37 +0000 (14:25 +0900)]
add sample/callout.c

7 years agorename members in CalloutArgs
K.Kosako [Fri, 2 Feb 2018 05:25:11 +0000 (14:25 +0900)]
rename members in CalloutArgs

7 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()

7 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

7 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

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

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

7 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

7 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

7 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

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

7 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

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

7 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

7 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

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

7 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())

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

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

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

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

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

7 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

7 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()

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

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

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

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

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

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

7 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()

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

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

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

7 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

7 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

7 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()

7 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

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

7 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()

7 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

7 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

7 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

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

7 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()

7 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

7 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

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

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

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

7 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

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

7 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

7 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

7 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

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

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

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

7 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

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

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

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

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

7 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)

7 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

7 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)

7 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

7 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

7 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

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

7 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/`.

7 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

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

7 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