]> granicus.if.org Git - onig/history - src
refactoring
[onig] / src /
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakodefine STK_MASK_POP_HANDLED_TIL
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakodefine STK_MASK_POP_HANDLED
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakoadd direction member into OnigCalloutArgs
2018-02-05 K.Kosakoimplement retraction callout
2018-02-05 K.Kosakoadd STK_CALLOUT_CODE
2018-02-05 K.Kosakoadd id into OnigCalloutArgs
2018-02-05 K.Kosakoadd onig_get_used_stack_size_in_callout()
2018-02-04 K.Kosakorefactoring
2018-02-02 K.Kosakoadd onig_get_capture_range_in_callout()
2018-02-02 K.Kosakoallow any length of brace sequence for callout code...
2018-02-02 K.Kosakorename members in CalloutArgs
2018-02-02 K.Kosakofix meaning of term argument of parse_code_callout()
2018-02-02 K.Kosakoimplement codes for ONIGERR_INVALID_CALLOUT_PATTERN
2018-02-01 K.Kosakoimplement callout-code compiling
2018-02-01 K.Kosakodeclare onig_get_regex_ext()
2018-02-01 K.Kosakoadd ONIG_SYN_OP2_QMARK_BRACE_CALLOUT into Perl syntax
2018-02-01 K.Kosakoset to ONIGERR_INVALID_ARGUMENT if callout return value...
2018-02-01 K.Kosakouse CalloutArgs in OP_CALLOUT_CODE part
2018-02-01 K.Kosakodefine CalloutArgs
2018-02-01 K.Kosakofix setting args.right_range value
2018-02-01 K.Kosakorename callout return value
2018-02-01 K.Kosakomate ONIG_CALLOUT_RETURN_ABORT value with ONIG_ABORT...
2018-02-01 K.Kosakoimplement codes for ONIG_ABORT error
2018-01-31 K.Kosakoimplement OP_CALLOUT_CODE
2018-01-31 K.Kosakodefine ONIG_ABORT (as return value of match_at())
2018-01-31 K.Kosakoadd callout return values
2018-01-31 K.Kosakoparse callout
2018-01-31 K.Kosakoadd callout type
2018-01-31 K.Kosakoadd ONIGERR_INVALID_CALLOUT_PATTERN
2018-01-31 K.Kosakoadd ONIG_SYN_OP2_QMARK_BRACE_CALLOUT
2018-01-31 K.Kosakoadd encoding argument into str_dup()
2018-01-31 K.Kosakoadd const modifiers
2018-01-31 K.Kosakoadd onig_ext_set_pattern()
2018-01-31 K.Kosakochange RegexExt type
2018-01-31 K.Kosakorefactoring
2018-01-31 K.Kosakorename RegExt RegexExt
2018-01-30 K.Kosakofix definition of OnigCalloutArgs
2018-01-30 K.Kosakodefine ONIGURUMA_VERSION_INT
2018-01-30 K.Kosakoadd onig_initialize_match_params()
2018-01-29 K.Kosakoreduce CHECK_TRY_IN_MATCH_LIMIT points
2018-01-29 K.KosakoEnable USE_TRY_IN_MATCH_LIMI
2018-01-29 K.Kosakorefactoring
2018-01-29 K.Kosakoadd onig_search_with_params() and onig_match_with_params()
2018-01-26 K.Kosakoremove duplicated including of config.h
2018-01-26 K.Kosakofix by definition of ONIGURUMA_EXPORT in regposerr...
2018-01-26 K.Kosakoremove include windows.h from oniguruma.h
2018-01-26 K.Kosakorefactoring
2018-01-26 K.Kosakomove definition of ONIGURUMA_EXPORT by moving to regenc.h
2018-01-26 K.Kosakofix invalid use of ONIG_EXTERN
2018-01-26 K.Kosakorefactoring
2018-01-26 K.Kosakoremove disabled codes
2018-01-26 K.Kosakoremove unused macro
2018-01-25 K.Kosakomerge from develop to master v6.7.1
2018-01-25 K.Kosakosetup 6.7.1
2018-01-25 K.KosakoEnable USE_TRY_IN_MATCH_LIMIT if USE_COMBINATION_EXPLOS...
2018-01-25 K.Kosakodisable USE_TRY_IN_MATCH_LIMIT
2018-01-25 K.Kosakodefine ONIGURUMA_EXPORT if EXPORT is defined in regint.h
2018-01-25 K.Kosakorefactoring
2018-01-25 K.Kosakoupdate output of year
2018-01-25 K.Kosakoremove STATE_CHECK_MARK
2018-01-25 K.Kosakoimplement onig_set/get_try_in_match_limit() in disabled...
2018-01-25 K.Kosakorefactoring
2018-01-24 K.Kosakorefactoring
2018-01-24 K.Kosakoadd try in match limit
2018-01-24 K.Kosakorename EXPORT to ONIGURUMA_EXPORT (#76)
2018-01-15 K.Kosakofix path delimiter in Makefile.windows
2018-01-15 K.KosakoMerge pull request #75 from rust-onig/out-of-tree-windo...
2018-01-15 K.KosakoMerge pull request #75 from rust-onig/out-of-tree-windo...
2018-01-14 Will SpeakAdd Out-of-tree Build Support for Windows
2018-01-12 K.Kosakosmall fix for FinishCode position
2018-01-12 K.Kosakomove MatchArg from regint.h to regexec.c
2018-01-12 K.Kosakofix set s to uninitialized value by pop in ONIG_DEBUG_MATCH
2018-01-12 K.Kosakoadd p_string() into regcomp.c for ONIG_DEBUG_PARSE
2018-01-12 K.Kosakomove OpInfoType from regint.h to regexec.c
2018-01-12 K.Kosakomove onig_print_compiled_byte_code_list() from regcomp...
2018-01-12 K.Kosakofix missing OnigOpInfo values for OP_EXTENDED_GRAPHEME_...
2018-01-12 K.Kosakorefactoring
2018-01-11 K.Kosakorefactoring
2018-01-10 K.Kosakorefactoring
2017-12-25 K.Kosakoremove unused OP_STATE_CHECK_XXX opcodes
2017-12-25 K.Kosakoremove USE_COMBINATION_EXPLOSION_CHECK codes
2017-12-13 K.Kosakorefactoring
2017-12-13 K.Kosakorefactoring
2017-12-13 K.Kosakocheck return value of concat_opt_exact()
2017-12-13 K.Kosakorefactoring
2017-12-12 K.Kosakoadd HAVE_LIMITS_H check for cmake
2017-12-11 K.Kosakorefactoring
2017-12-11 K.Kosakorefactoring
2017-12-11 K.Kosakorefactoring
2017-12-11 K.Kosakorefactoring
2017-12-11 K.Kosakorefactoring
2017-12-08 K.Kosakosetup 6.7.0 v6.7.0
2017-12-08 K.Kosakodisable \N and \O on ONIG_SYNTAX_RUBY
2017-12-08 K.Kosakoadd ONIG_SYNTAX_ONIGURUMA
next