]> granicus.if.org Git - onig/log
onig
6 years agoescape warning for Mac OSX
K.Kosako [Mon, 26 Feb 2018 13:02:09 +0000 (22:02 +0900)]
escape warning for Mac OSX

6 years agoadd init() of utf16le for builtin callout function entries
K.Kosako [Mon, 26 Feb 2018 07:46:54 +0000 (16:46 +0900)]
add init() of utf16le for builtin callout function entries

6 years agoadd string terminator zero sequence in init() of utf16be
K.Kosako [Mon, 26 Feb 2018 07:44:46 +0000 (16:44 +0900)]
add string terminator zero sequence in init() of utf16be

6 years agofix to clear new item in callout_func_list_add()
K.Kosako [Mon, 26 Feb 2018 07:43:36 +0000 (16:43 +0900)]
fix to clear new item in callout_func_list_add()

6 years agoremove len argument from builtin callout definition macros
K.Kosako [Mon, 26 Feb 2018 07:10:54 +0000 (16:10 +0900)]
remove len argument from builtin callout definition macros

6 years agoadd utf16be case into sample/count.c
K.Kosako [Mon, 26 Feb 2018 07:01:23 +0000 (16:01 +0900)]
add utf16be case into sample/count.c

6 years agoadd builtin callout initialization for utf16be
K.Kosako [Mon, 26 Feb 2018 06:40:49 +0000 (15:40 +0900)]
add builtin callout initialization for utf16be

6 years agofix builtin definition macro for utf16 encoding
K.Kosako [Mon, 26 Feb 2018 06:40:00 +0000 (15:40 +0900)]
fix builtin definition macro for utf16 encoding

6 years agofix is_allowed_callout_name() for all encodings
K.Kosako [Mon, 26 Feb 2018 06:38:53 +0000 (15:38 +0900)]
fix is_allowed_callout_name() for all encodings

6 years agoadd name length argument into builtin callout definition macros
K.Kosako [Mon, 26 Feb 2018 05:53:28 +0000 (14:53 +0900)]
add name length argument into builtin callout definition macros

6 years agoremove onig_initialize_builtin_callouts()
K.Kosako [Mon, 26 Feb 2018 05:15:17 +0000 (14:15 +0900)]
remove onig_initialize_builtin_callouts()

6 years agoimplement init() function for ASCII encoding
K.Kosako [Mon, 26 Feb 2018 05:11:08 +0000 (14:11 +0900)]
implement init() function for ASCII encoding

6 years agomove builtin callout function definition macros into regenc.h
K.Kosako [Mon, 26 Feb 2018 04:35:57 +0000 (13:35 +0900)]
move builtin callout function definition macros into regenc.h

6 years agoadd declarations of builtin callout functions
K.Kosako [Mon, 26 Feb 2018 02:14:02 +0000 (11:14 +0900)]
add declarations of builtin callout functions

6 years agoadd (*FAIL_COUNT)
K.Kosako [Mon, 26 Feb 2018 02:04:07 +0000 (11:04 +0900)]
add (*FAIL_COUNT)

6 years agotypo
K.Kosako [Mon, 26 Feb 2018 01:55:32 +0000 (10:55 +0900)]
typo

6 years agoupdate README.md
K.Kosako [Mon, 26 Feb 2018 01:52:50 +0000 (10:52 +0900)]
update README.md

6 years agominor changes in count.c
K.Kosako [Mon, 26 Feb 2018 01:37:49 +0000 (10:37 +0900)]
minor changes in count.c

6 years agofix output from stderr to stdout in count.c
K.Kosako [Mon, 26 Feb 2018 01:33:04 +0000 (10:33 +0900)]
fix output from stderr to stdout in count.c

6 years agoadd sample/count.c
K.Kosako [Mon, 26 Feb 2018 01:31:09 +0000 (10:31 +0900)]
add sample/count.c

6 years agouse long type instead of int in onig_builtin_count()
K.Kosako [Mon, 26 Feb 2018 01:22:59 +0000 (10:22 +0900)]
use long type instead of int in onig_builtin_count()

6 years agofix to initialize callout_data area in onig_initialize_match_param()
K.Kosako [Mon, 26 Feb 2018 01:19:48 +0000 (10:19 +0900)]
fix to initialize callout_data area in onig_initialize_match_param()

6 years agofix type of CalloutTagVal to intptr_t
K.Kosako [Mon, 26 Feb 2018 01:09:34 +0000 (10:09 +0900)]
fix type of CalloutTagVal to intptr_t

6 years agoadd builtin (*COUNT)
K.Kosako [Mon, 26 Feb 2018 01:09:06 +0000 (10:09 +0900)]
add builtin (*COUNT)

6 years agoadd msa member into OnigCalloutArgs
K.Kosako [Mon, 26 Feb 2018 00:24:01 +0000 (09:24 +0900)]
add msa member into OnigCalloutArgs

6 years agorename onig_callout_tag_exist_at_num() to onig_callout_tag_exist_at_callout_num()
K.Kosako [Mon, 26 Feb 2018 00:06:10 +0000 (09:06 +0900)]
rename onig_callout_tag_exist_at_num() to onig_callout_tag_exist_at_callout_num()

6 years agoadd onig_get/set_callout_data_by_callout_num()
K.Kosako [Mon, 26 Feb 2018 00:03:16 +0000 (09:03 +0900)]
add onig_get/set_callout_data_by_callout_num()

6 years agorename function _from_xxx to _by_xxx
K.Kosako [Sun, 25 Feb 2018 23:53:26 +0000 (08:53 +0900)]
rename function _from_xxx to _by_xxx

6 years agoadd onig_get/set_callout_data_from_tag()
K.Kosako [Sun, 25 Feb 2018 09:05:57 +0000 (18:05 +0900)]
add onig_get/set_callout_data_from_tag()

6 years agofix return value of onig_get_callout_num_from_tag()
K.Kosako [Sun, 25 Feb 2018 09:00:51 +0000 (18:00 +0900)]
fix return value of onig_get_callout_num_from_tag()

6 years agorefactoring
K.Kosako [Sun, 25 Feb 2018 08:49:03 +0000 (17:49 +0900)]
refactoring

6 years agoadd onig_get_callout_num_from_tag_name()
K.Kosako [Sun, 25 Feb 2018 08:46:39 +0000 (17:46 +0900)]
add onig_get_callout_num_from_tag_name()

6 years agorename free_match_param_content() to onig_free_match_param_content()
K.Kosako [Sun, 25 Feb 2018 08:27:04 +0000 (17:27 +0900)]
rename free_match_param_content() to onig_free_match_param_content()

6 years agoadd callout_data member into OnigMatchParam
K.Kosako [Sun, 25 Feb 2018 07:57:00 +0000 (16:57 +0900)]
add callout_data member into OnigMatchParam

6 years agoallow escape char previous to a normal char in callout arguments
K.Kosako [Fri, 23 Feb 2018 14:40:48 +0000 (23:40 +0900)]
allow escape char previous to a normal char in callout arguments

6 years agoremove warnings in Mac OSX
K.Kosako [Fri, 23 Feb 2018 11:47:24 +0000 (20:47 +0900)]
remove warnings in Mac OSX

6 years agofix assignment position of e->name_len
K.Kosako [Fri, 23 Feb 2018 08:56:01 +0000 (17:56 +0900)]
fix assignment position of e->name_len

6 years agodon't use strdup_with_null1()
K.Kosako [Fri, 23 Feb 2018 08:54:20 +0000 (17:54 +0900)]
don't use strdup_with_null1()

6 years agodon't dup string st_insert_callout_name_table()
K.Kosako [Fri, 23 Feb 2018 08:48:44 +0000 (17:48 +0900)]
don't dup string st_insert_callout_name_table()

6 years agodon't dup string st_insert_callout_name_table()
K.Kosako [Fri, 23 Feb 2018 08:38:24 +0000 (17:38 +0900)]
don't dup string st_insert_callout_name_table()

6 years agoduplicate key string in onig_st_insert_callout_name_table()
K.Kosako [Fri, 23 Feb 2018 08:15:13 +0000 (17:15 +0900)]
duplicate key string in onig_st_insert_callout_name_table()

6 years agoescape warning in Windows
K.Kosako [Fri, 23 Feb 2018 07:52:50 +0000 (16:52 +0900)]
escape warning in Windows

6 years agoadd escape char into README.md
K.Kosako [Fri, 23 Feb 2018 07:40:42 +0000 (16:40 +0900)]
add escape char into README.md

6 years agoadd ONIG_TYPE_LONG case
K.Kosako [Fri, 23 Feb 2018 07:05:34 +0000 (16:05 +0900)]
add ONIG_TYPE_LONG case

6 years agoadd ONIG_TYPE_LONG and ONIG_TYPE_POINTER
K.Kosako [Fri, 23 Feb 2018 07:03:25 +0000 (16:03 +0900)]
add ONIG_TYPE_LONG and ONIG_TYPE_POINTER

6 years agore-parse callout arguments for single check
K.Kosako [Fri, 23 Feb 2018 06:07:26 +0000 (15:07 +0900)]
re-parse callout arguments for single check

6 years agoadd skip_mode argument into parse_callout_args()
K.Kosako [Fri, 23 Feb 2018 05:49:52 +0000 (14:49 +0900)]
add skip_mode argument into parse_callout_args()

6 years agofix position of get_callout_name_id_from_name() calling
K.Kosako [Fri, 23 Feb 2018 05:38:23 +0000 (14:38 +0900)]
fix position of  get_callout_name_id_from_name() calling

6 years agorefactoring
K.Kosako [Fri, 23 Feb 2018 05:27:13 +0000 (14:27 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Fri, 23 Feb 2018 05:24:40 +0000 (14:24 +0900)]
refactoring

6 years agouse onigenc_strdup()
K.Kosako [Fri, 23 Feb 2018 05:15:39 +0000 (14:15 +0900)]
use onigenc_strdup()

6 years agoadd const modifier to onigenc_strdup()
K.Kosako [Fri, 23 Feb 2018 05:13:54 +0000 (14:13 +0900)]
add const modifier to onigenc_strdup()

6 years agoadd onigenc_strdup()
K.Kosako [Fri, 23 Feb 2018 05:11:04 +0000 (14:11 +0900)]
add onigenc_strdup()

6 years agodon't share and duplicate default value of optional argument of callout
K.Kosako [Fri, 23 Feb 2018 05:03:09 +0000 (14:03 +0900)]
don't share and duplicate default value of optional argument of callout

6 years agorefactoring
K.Kosako [Fri, 23 Feb 2018 04:42:30 +0000 (13:42 +0900)]
refactoring

6 years agofollow API changes
K.Kosako [Fri, 23 Feb 2018 04:24:02 +0000 (13:24 +0900)]
follow API changes

6 years agoadd encoding and callout type into callout name table key
K.Kosako [Fri, 23 Feb 2018 04:23:29 +0000 (13:23 +0900)]
add encoding and callout type into callout name table key

6 years agofix comments
K.Kosako [Fri, 23 Feb 2018 02:15:34 +0000 (11:15 +0900)]
fix comments

6 years agodefine ONIGENC_IS_ASCII_COMPATIBLE_ENCONDIG()
K.Kosako [Fri, 23 Feb 2018 02:10:05 +0000 (11:10 +0900)]
define ONIGENC_IS_ASCII_COMPATIBLE_ENCONDIG()

6 years agoadd hash tablee functions for callout name table
K.Kosako [Fri, 23 Feb 2018 01:35:30 +0000 (10:35 +0900)]
add hash tablee functions for callout name table

6 years agorename ONIG_TYPE_CODE_POINT to ONIG_TYPE_CHAR
K.Kosako [Fri, 23 Feb 2018 00:35:24 +0000 (09:35 +0900)]
rename ONIG_TYPE_CODE_POINT to ONIG_TYPE_CHAR

6 years agoadd optional arguments example
K.Kosako [Thu, 22 Feb 2018 08:47:10 +0000 (17:47 +0900)]
add optional arguments example

6 years agofix references to bad position of opt_defaults[] in set_callout_of_name_with_enc()
K.Kosako [Thu, 22 Feb 2018 08:46:21 +0000 (17:46 +0900)]
fix references to bad position of opt_defaults[] in set_callout_of_name_with_enc()

6 years agorefactoring
K.Kosako [Thu, 22 Feb 2018 08:33:23 +0000 (17:33 +0900)]
refactoring

6 years agouse callout of name arguments
K.Kosako [Thu, 22 Feb 2018 08:24:46 +0000 (17:24 +0900)]
use callout of name arguments

6 years agoadd onig_get_arg_num_of_callout_args()
K.Kosako [Thu, 22 Feb 2018 08:06:23 +0000 (17:06 +0900)]
add onig_get_arg_num_of_callout_args()

6 years agorefactoring
K.Kosako [Thu, 22 Feb 2018 07:56:20 +0000 (16:56 +0900)]
refactoring

6 years agoadd onig_get_arg_of_callout_args()
K.Kosako [Thu, 22 Feb 2018 07:53:48 +0000 (16:53 +0900)]
add onig_get_arg_of_callout_args()

6 years agofix case of no arguments in callout
K.Kosako [Thu, 22 Feb 2018 07:33:06 +0000 (16:33 +0900)]
fix case of no arguments in callout

6 years agorefactoring
K.Kosako [Thu, 22 Feb 2018 07:17:32 +0000 (16:17 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Thu, 22 Feb 2018 07:14:49 +0000 (16:14 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Thu, 22 Feb 2018 07:01:31 +0000 (16:01 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Thu, 22 Feb 2018 05:49:29 +0000 (14:49 +0900)]
refactoring

6 years agorename _content_ to _contents_
K.Kosako [Thu, 22 Feb 2018 05:49:07 +0000 (14:49 +0900)]
rename _content_ to _contents_

6 years agoremove dirs, code_start/end member from GimmickNode
K.Kosako [Thu, 22 Feb 2018 05:38:55 +0000 (14:38 +0900)]
remove dirs, code_start/end member from GimmickNode

6 years agosmall update README.md
K.Kosako [Thu, 22 Feb 2018 05:32:02 +0000 (14:32 +0900)]
small update README.md

6 years agorename from 'callout of code' to 'callout of contents'
K.Kosako [Thu, 22 Feb 2018 05:19:24 +0000 (14:19 +0900)]
rename from 'callout of code' to 'callout of contents'

6 years agoremove dirs code from OP_CALLOUT_CODE/NAME
K.Kosako [Thu, 22 Feb 2018 04:57:46 +0000 (13:57 +0900)]
remove dirs code from OP_CALLOUT_CODE/NAME

6 years agosmall change in onig_reg_callout_list_at()
K.Kosako [Thu, 22 Feb 2018 04:49:02 +0000 (13:49 +0900)]
small change in onig_reg_callout_list_at()

6 years agorefactoring
K.Kosako [Thu, 22 Feb 2018 04:26:47 +0000 (13:26 +0900)]
refactoring

6 years agoadd a test case
K.Kosako [Thu, 22 Feb 2018 04:09:29 +0000 (13:09 +0900)]
add a test case

6 years agoadd sign_on argument into parse_int()
K.Kosako [Thu, 22 Feb 2018 03:58:16 +0000 (12:58 +0900)]
add sign_on argument into parse_int()

6 years agofix parse_int() and parse_callout_args()
K.Kosako [Thu, 22 Feb 2018 02:19:11 +0000 (11:19 +0900)]
fix parse_int() and parse_callout_args()

6 years agosmall changes for callouts syntax changes
K.Kosako [Thu, 22 Feb 2018 01:56:48 +0000 (10:56 +0900)]
small changes for callouts syntax changes

6 years agofix break position in parse_callout_args()
K.Kosako [Thu, 22 Feb 2018 01:02:32 +0000 (10:02 +0900)]
fix break position in parse_callout_args()

6 years agofix: don't free default arg values in onig_free_reg_callout_list()
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()

6 years agorefactoring
K.Kosako [Thu, 22 Feb 2018 00:51:39 +0000 (09:51 +0900)]
refactoring

6 years agoremove content and content_end member from OnigCalloutArgsStruct
K.Kosako [Wed, 21 Feb 2018 09:27:46 +0000 (18:27 +0900)]
remove content and content_end member from OnigCalloutArgsStruct

6 years agochange start/end of CalloutListEntry type from int to UChar*
K.Kosako [Wed, 21 Feb 2018 08:49:39 +0000 (17:49 +0900)]
change start/end of CalloutListEntry type from int to UChar*

6 years agoadd name_id member into CalloutListEntry
K.Kosako [Wed, 21 Feb 2018 08:36:04 +0000 (17:36 +0900)]
add name_id member into CalloutListEntry

6 years agoreimplement parse_callout_of_name()
K.Kosako [Wed, 21 Feb 2018 07:52:12 +0000 (16:52 +0900)]
reimplement parse_callout_of_name()

6 years agoclear REG_EXTPL value in onig_free_body()
K.Kosako [Wed, 21 Feb 2018 06:40:48 +0000 (15:40 +0900)]
clear REG_EXTPL value in onig_free_body()

6 years agorename s to start in OnigValue
K.Kosako [Wed, 21 Feb 2018 04:01:23 +0000 (13:01 +0900)]
rename s to start in OnigValue

6 years agoupdate parse_callout_of_code()
K.Kosako [Wed, 21 Feb 2018 02:32:48 +0000 (11:32 +0900)]
update parse_callout_of_code()

6 years agoremove callout_num member from ScanEnv
K.Kosako [Wed, 21 Feb 2018 01:58:01 +0000 (10:58 +0900)]
remove callout_num member from ScanEnv

6 years agoimplent reg_callout_list_entry()
K.Kosako [Wed, 21 Feb 2018 01:49:44 +0000 (10:49 +0900)]
implent reg_callout_list_entry()

6 years agorefactoring
K.Kosako [Tue, 20 Feb 2018 07:53:32 +0000 (16:53 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Tue, 20 Feb 2018 07:49:36 +0000 (16:49 +0900)]
refactoring

6 years agochange tag_list to callout_list in RegexExt
K.Kosako [Tue, 20 Feb 2018 07:07:06 +0000 (16:07 +0900)]
change tag_list to callout_list in RegexExt

6 years agorefactoring
K.Kosako [Tue, 20 Feb 2018 06:33:03 +0000 (15:33 +0900)]
refactoring