]>
granicus.if.org Git - onig/log
K.Kosako [Thu, 22 Feb 2018 04:26:47 +0000 (13:26 +0900)]
refactoring
K.Kosako [Thu, 22 Feb 2018 04:09:29 +0000 (13:09 +0900)]
add a test case
K.Kosako [Thu, 22 Feb 2018 03:58:16 +0000 (12:58 +0900)]
add sign_on argument into parse_int()
K.Kosako [Thu, 22 Feb 2018 02:19:11 +0000 (11:19 +0900)]
fix parse_int() and parse_callout_args()
K.Kosako [Thu, 22 Feb 2018 01:56:48 +0000 (10:56 +0900)]
small changes for callouts syntax changes
K.Kosako [Thu, 22 Feb 2018 01:02:32 +0000 (10:02 +0900)]
fix break position in parse_callout_args()
K.Kosako [Thu, 22 Feb 2018 00:53:57 +0000 (09:53 +0900)]
fix: don't free default arg values in onig_free_reg_callout_list()
K.Kosako [Thu, 22 Feb 2018 00:51:39 +0000 (09:51 +0900)]
refactoring
K.Kosako [Wed, 21 Feb 2018 09:27:46 +0000 (18:27 +0900)]
remove content and content_end member from OnigCalloutArgsStruct
K.Kosako [Wed, 21 Feb 2018 08:49:39 +0000 (17:49 +0900)]
change start/end of CalloutListEntry type from int to UChar*
K.Kosako [Wed, 21 Feb 2018 08:36:04 +0000 (17:36 +0900)]
add name_id member into CalloutListEntry
K.Kosako [Wed, 21 Feb 2018 07:52:12 +0000 (16:52 +0900)]
reimplement parse_callout_of_name()
K.Kosako [Wed, 21 Feb 2018 06:40:48 +0000 (15:40 +0900)]
clear REG_EXTPL value in onig_free_body()
K.Kosako [Wed, 21 Feb 2018 04:01:23 +0000 (13:01 +0900)]
rename s to start in OnigValue
K.Kosako [Wed, 21 Feb 2018 02:32:48 +0000 (11:32 +0900)]
update parse_callout_of_code()
K.Kosako [Wed, 21 Feb 2018 01:58:01 +0000 (10:58 +0900)]
remove callout_num member from ScanEnv
K.Kosako [Wed, 21 Feb 2018 01:49:44 +0000 (10:49 +0900)]
implent reg_callout_list_entry()
K.Kosako [Tue, 20 Feb 2018 07:53:32 +0000 (16:53 +0900)]
refactoring
K.Kosako [Tue, 20 Feb 2018 07:49:36 +0000 (16:49 +0900)]
refactoring
K.Kosako [Tue, 20 Feb 2018 07:07:06 +0000 (16:07 +0900)]
change tag_list to callout_list in RegexExt
K.Kosako [Tue, 20 Feb 2018 06:33:03 +0000 (15:33 +0900)]
refactoring
K.Kosako [Tue, 20 Feb 2018 06:29:30 +0000 (15:29 +0900)]
refactoring
K.Kosako [Tue, 20 Feb 2018 05:55:00 +0000 (14:55 +0900)]
add type member into CalloutFuncListEntry
K.Kosako [Tue, 20 Feb 2018 05:46:45 +0000 (14:46 +0900)]
refactoring
K.Kosako [Tue, 20 Feb 2018 05:41:21 +0000 (14:41 +0900)]
add onig_get_callout_end_func_from_name_id() etc..
K.Kosako [Tue, 20 Feb 2018 05:29:08 +0000 (14:29 +0900)]
check argument values in set_callout_of_name_with_enc()
K.Kosako [Tue, 20 Feb 2018 05:13:24 +0000 (14:13 +0900)]
add ONIGERR_INVALID_CALLOUT_ARG
K.Kosako [Tue, 20 Feb 2018 04:45:18 +0000 (13:45 +0900)]
add members into CalloutFuncListEntry
K.Kosako [Tue, 20 Feb 2018 04:12:12 +0000 (13:12 +0900)]
remove callout member from CalloutNameEntry
K.Kosako [Tue, 20 Feb 2018 03:36:42 +0000 (12:36 +0900)]
use typedef for some enum types
K.Kosako [Tue, 20 Feb 2018 03:30:26 +0000 (12:30 +0900)]
change onig_set_callout_of_name() interface
K.Kosako [Tue, 20 Feb 2018 01:35:05 +0000 (10:35 +0900)]
define ONIG_CALLOUT_MAX_ARG_NUM
K.Kosako [Mon, 19 Feb 2018 04:34:35 +0000 (13:34 +0900)]
remove enum CalloutDirectionFlagType
K.Kosako [Mon, 19 Feb 2018 01:57:55 +0000 (10:57 +0900)]
remove retraction_callout for callouts of name
K.Kosako [Mon, 19 Feb 2018 01:42:08 +0000 (10:42 +0900)]
add OnigType and OingValue
K.Kosako [Wed, 21 Feb 2018 04:14:05 +0000 (13:14 +0900)]
remove USE_COMBINATION_EXPLOSION_CHECK from CMakeLists.txt
K.Kosako [Wed, 21 Feb 2018 04:10:54 +0000 (13:10 +0900)]
remove USE_COMBINATION_EXPLOSION_CHECK from regint.h
K.Kosako [Wed, 21 Feb 2018 04:06:57 +0000 (13:06 +0900)]
add comment to num_comb_exp_check member of struct re_pattern_buffer
K.Kosako [Thu, 15 Feb 2018 07:53:05 +0000 (16:53 +0900)]
don't use regex_t in oniguruma.h
K.Kosako [Thu, 15 Feb 2018 07:49:41 +0000 (16:49 +0900)]
add declaration of onig_callout_tag_is_exist_at_num()
K.Kosako [Thu, 15 Feb 2018 07:45:45 +0000 (16:45 +0900)]
fix USE_CALLOUT position
K.Kosako [Thu, 15 Feb 2018 07:40:18 +0000 (16:40 +0900)]
fix USE_CALLOUT position
K.Kosako [Thu, 15 Feb 2018 07:34:51 +0000 (16:34 +0900)]
add max_tag_num and tag_list member into RegexExt
K.Kosako [Thu, 15 Feb 2018 05:44:38 +0000 (14:44 +0900)]
add max_tag_num into ScanEnv
K.Kosako [Thu, 15 Feb 2018 03:05:26 +0000 (12:05 +0900)]
move definition of HAVE_STDARG_PROTOTYPES from oniguruma.h to regint.h
K.Kosako [Thu, 15 Feb 2018 03:01:48 +0000 (12:01 +0900)]
remove definition of HAVE_PROTOTYPES from oniguruma.h
K.Kosako [Thu, 15 Feb 2018 02:55:42 +0000 (11:55 +0900)]
fix #78: bad definition of PV_()
K.Kosako [Thu, 15 Feb 2018 02:27:05 +0000 (11:27 +0900)]
add callout tag table
K.Kosako [Wed, 14 Feb 2018 07:37:32 +0000 (16:37 +0900)]
follow callout of name syntax change
K.Kosako [Wed, 14 Feb 2018 07:36:39 +0000 (16:36 +0900)]
parse callout tag part
K.Kosako [Wed, 14 Feb 2018 07:34:00 +0000 (16:34 +0900)]
add ONIGERR_INVALID_CALLOUT_TAG_NAME
K.Kosako [Wed, 14 Feb 2018 06:26:02 +0000 (15:26 +0900)]
refactoring
K.Kosako [Wed, 14 Feb 2018 03:56:46 +0000 (12:56 +0900)]
small fix for README.md
K.Kosako [Wed, 14 Feb 2018 00:57:27 +0000 (09:57 +0900)]
remove a deprecated option from configure.ac
K.Kosako [Wed, 14 Feb 2018 00:53:44 +0000 (09:53 +0900)]
add configure option --enable-posix-api (#77)
K.Kosako [Wed, 14 Feb 2018 00:11:02 +0000 (09:11 +0900)]
small fix to escape Markdown symbol in README.md
K.Kosako [Tue, 13 Feb 2018 06:47:46 +0000 (15:47 +0900)]
update doc/API for onig_free_match_param()
K.Kosako [Tue, 13 Feb 2018 06:44:36 +0000 (15:44 +0900)]
add onig_free_match_param()
K.Kosako [Tue, 13 Feb 2018 06:36:06 +0000 (15:36 +0900)]
update doc/API for onig_new_match_param()
K.Kosako [Tue, 13 Feb 2018 06:32:09 +0000 (15:32 +0900)]
add onig_new_match_param()
K.Kosako [Tue, 13 Feb 2018 06:24:08 +0000 (15:24 +0900)]
remove CalloutArgs
K.Kosako [Tue, 13 Feb 2018 06:14:57 +0000 (15:14 +0900)]
add onig_get_retry_counter_of_callout_args()
K.Kosako [Tue, 13 Feb 2018 06:11:57 +0000 (15:11 +0900)]
add onig_get_right_range_of_callout_args()
K.Kosako [Tue, 13 Feb 2018 05:30:48 +0000 (14:30 +0900)]
small fix of README.md
K.Kosako [Tue, 13 Feb 2018 05:02:35 +0000 (14:02 +0900)]
update doc/API for OnigMatchParam
K.Kosako [Tue, 13 Feb 2018 04:46:08 +0000 (13:46 +0900)]
rename functions from xxx_match_params() to match_param()
K.Kosako [Tue, 13 Feb 2018 04:41:04 +0000 (13:41 +0900)]
add OnigmatchParam access functions
K.Kosako [Tue, 13 Feb 2018 04:26:46 +0000 (13:26 +0900)]
remove OnigMatchParams and define OnigMatchParam to hide members
K.Kosako [Tue, 13 Feb 2018 01:21:01 +0000 (10:21 +0900)]
use OnigCalloutArgs access functions
K.Kosako [Tue, 13 Feb 2018 01:20:36 +0000 (10:20 +0900)]
add some OnigCalloutArgs access functions
K.Kosako [Tue, 13 Feb 2018 01:01:19 +0000 (10:01 +0900)]
add some OnigCalloutArgs access functions
K.Kosako [Tue, 13 Feb 2018 00:45:10 +0000 (09:45 +0900)]
hide members of OnigCalloutArgs
K.Kosako [Tue, 13 Feb 2018 00:41:49 +0000 (09:41 +0900)]
don't use OnigCalloutArgs
K.Kosako [Tue, 13 Feb 2018 00:32:03 +0000 (09:32 +0900)]
add error code check in onig_builtin_error()
K.Kosako [Tue, 13 Feb 2018 00:31:15 +0000 (09:31 +0900)]
add ONIGERR_INVALID_CALLOUT_BODY
K.Kosako [Tue, 13 Feb 2018 00:22:17 +0000 (09:22 +0900)]
small fix description of Range-clear operator
K.Kosako [Sun, 11 Feb 2018 09:58:50 +0000 (18:58 +0900)]
add builtin callout (*ERROR:n)
K.Kosako [Fri, 9 Feb 2018 12:06:39 +0000 (21:06 +0900)]
onig_set_callout_of_name() returns id value
K.Kosako [Fri, 9 Feb 2018 11:57:27 +0000 (20:57 +0900)]
fix a warning for MacOS X
K.Kosako [Fri, 9 Feb 2018 07:44:39 +0000 (16:44 +0900)]
rename try-in-match-limit to retry-limit-in-match
K.Kosako [Fri, 9 Feb 2018 06:12:48 +0000 (15:12 +0900)]
add first argument for nmake command
K.Kosako [Fri, 9 Feb 2018 05:54:53 +0000 (14:54 +0900)]
use ONIG_NO_NAME_ID
K.Kosako [Fri, 9 Feb 2018 05:47:33 +0000 (14:47 +0900)]
remove duplicated definition of ARG_UNUSED
K.Kosako [Fri, 9 Feb 2018 05:47:03 +0000 (14:47 +0900)]
refactoring
K.Kosako [Fri, 9 Feb 2018 05:36:11 +0000 (14:36 +0900)]
remove warnings for Windows
K.Kosako [Fri, 9 Feb 2018 05:28:24 +0000 (14:28 +0900)]
refactoring
K.Kosako [Fri, 9 Feb 2018 04:59:06 +0000 (13:59 +0900)]
refactoring
K.Kosako [Fri, 9 Feb 2018 04:55:02 +0000 (13:55 +0900)]
add descriptions of 6.8.0
K.Kosako [Fri, 9 Feb 2018 04:28:39 +0000 (13:28 +0900)]
rename from id to name_id in OnigCalloutArgs
K.Kosako [Fri, 9 Feb 2018 02:05:18 +0000 (11:05 +0900)]
add config switch USE_CALLOUT
K.Kosako [Fri, 9 Feb 2018 01:24:01 +0000 (10:24 +0900)]
fix unused variable
K.Kosako [Fri, 9 Feb 2018 01:23:34 +0000 (10:23 +0900)]
fix to use invalid name
K.Kosako [Fri, 9 Feb 2018 01:14:50 +0000 (10:14 +0900)]
add return value check in callout.c
K.Kosako [Fri, 9 Feb 2018 01:09:39 +0000 (10:09 +0900)]
small changes to callout.c
K.Kosako [Fri, 9 Feb 2018 00:44:44 +0000 (09:44 +0900)]
use (*SUCCESS) in callout.c
K.Kosako [Fri, 9 Feb 2018 00:44:15 +0000 (09:44 +0900)]
add builtin callout (*SUCCESS)
K.Kosako [Fri, 9 Feb 2018 00:37:40 +0000 (09:37 +0900)]
use onig_get_callout_name_from_id()
K.Kosako [Fri, 9 Feb 2018 00:37:18 +0000 (09:37 +0900)]
add onig_get_callout_name_from_id()
K.Kosako [Fri, 9 Feb 2018 00:26:50 +0000 (09:26 +0900)]
add name member into CalloutFuncListEntry
K.Kosako [Thu, 8 Feb 2018 08:57:03 +0000 (17:57 +0900)]
remove enum CalloutOf