]> granicus.if.org Git - onig/shortlog
onig
2018-02-08 K.Kosakodon't call onig_initialize_callout() in onig_initialize()
2018-02-08 K.Kosakofix to clear CalloutNameFuncList for onig_end()
2018-02-08 K.Kosakoadd onig_initialize_callout()
2018-02-08 K.Kosakoadd test for callout of name
2018-02-08 K.Kosakodeclare onig_set_callout_of_name()
2018-02-08 K.Kosakoreturn ONIGERR_UNDEFINED_CALLOUT_NAME if entry is not...
2018-02-08 K.Kosakoadd ONIGERR_UNDEFINED_CALLOUT_NAME
2018-02-08 K.Kosakofix infinite loop in str_reduce_to_single_byte_code()
2018-02-08 K.Kosakoadd ONIG_SYN_OP2_ASTERISK_CALLOUT_NAME into syntax...
2018-02-08 K.Kosakorefactoring
2018-02-08 K.Kosakoimplement parsing and compiling of callout of name
2018-02-08 K.Kosakorefactoring
2018-02-07 K.Kosakorefactoring
2018-02-07 K.Kosakodefine ONIG_SYN_OP2_ASTERISK_CALLOUT_NAME
2018-02-07 K.Kosakorefactoring
2018-02-07 K.Kosakoadd OP_CALLOUT_NAME
2018-02-07 K.Kosakoadd retraction_callout into callout of name
2018-02-07 K.Kosakoimplement callout name tables
2018-02-07 K.Kosakodivide id of OnigCalloutArgs to id and num members
2018-02-07 K.Kosakorefactoring
2018-02-07 K.Kosakorefactoring
2018-02-07 K.Kosakorefactoring
2018-02-07 K.Kosakorename CALLOUT_DIRECTION_XXX to CALLOUT_IN_XXX
2018-02-07 K.Kosakorename callout_by_xxx to callout_of_xxx
2018-02-06 K.Kosakorefactoring
2018-02-06 K.Kosakouse callout direction syntax
2018-02-06 K.Kosakoimplement callout direction syntax[+-]
2018-02-06 K.Kosakoadd by member into OnigCalloutArgs
2018-02-06 K.Kosakoadd callout_name_add()
2018-02-06 K.Kosakoadd ONIGERR_INVALID_CALLOUT_NAME
2018-02-06 K.Kosakorefactoring
2018-02-06 K.Kosakorefactoring
2018-02-06 K.Kosakorefactoring
2018-02-06 K.Kosakouse onig_set_callout_by_code()
2018-02-06 K.Kosakoadd onig_get/set_callout_by_code() etc..
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakominor changes for sample/callout.c
2018-02-05 K.Kosakoadd callout in look-behind-not
2018-02-05 K.Kosakoallow NODE_GIMMICK in look-behind-not for callout
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakorefactoring
2018-02-05 K.Kosakodefine RETRACTION_CALLOUT()
2018-02-05 K.Kosakorefactoring
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.Kosakouse direction member of OnigCalloutArgs
2018-02-05 K.Kosakoadd direction member into OnigCalloutArgs
2018-02-05 K.Kosakouse retraction callout
2018-02-05 K.Kosakoimplement retraction callout
2018-02-05 K.Kosakoadd STK_CALLOUT_CODE
2018-02-05 K.Kosakouse OnigCalloutArgs#id in sample
2018-02-05 K.Kosakoadd id into OnigCalloutArgs
2018-02-05 K.Kosakoremove IGNORE_EUC_JP by using -Wno-invalid-source-encod...
2018-02-05 K.Kosakouse onig_get_used_stack_size_in_callout()
2018-02-05 K.Kosakoadd onig_get_used_stack_size_in_callout()
2018-02-04 K.Kosakorefactoring
2018-02-03 K.Kosakoescape compile-time warnings for MacOS X
2018-02-03 K.Kosakoescape compile time warnings for MacOS X
2018-02-03 K.Kosakoadd type cast
2018-02-03 K.Kosakodon't use num_mem for number of captures
2018-02-02 K.Kosakodon't use malloc.h for MacOS X
2018-02-02 K.Kosakouse onig_get_capture_range_in_callout() in sample/callout.c
2018-02-02 K.Kosakoadd onig_get_capture_range_in_callout()
2018-02-02 K.Kosakominor fix to sample/callout.c
2018-02-02 K.Kosakorefactoring
2018-02-02 K.Kosakoallow any length of brace sequence for callout code...
2018-02-02 K.Kosakoadd sample/callout.c
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-02 K.Kosakoforgot to update version number in CMakeLists.txt
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.Kosakosmall update README.md
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
next