]> granicus.if.org Git - onig/shortlog
onig
2018-03-22 K.Kosakoadd a test case into sample/callout.c
2018-03-22 K.Kosakobuiltin MAX allows tag argument as max value (*MAX...
2018-03-22 K.Kosakoadd test_uchar in test process for detect UChar in...
2018-03-22 K.Kosakoadd some member values into OnigEncodingXXX
2018-03-21 K.KosakoMerge pull request #81 from slackhappy/uchar_oniguchar
2018-03-20 John Gallagherswitch uses of UChar to OnigUChar in oniguruma.h
2018-03-19 K.Kosakoupdate README.md for 6.8.1 v6.8.1
2018-03-19 K.Kosakosetup 6.8.1
2018-03-19 K.Kosakoupdate HISTORY for 6.8.1
2018-03-19 K.Kosakoupdate LTVERSION from 4:0:0 to 5:0:0
2018-03-19 K.Kosakosmall update doc/CALLOUTS.BUILTIN
2018-03-19 K.Kosakoadd some member(flag etc..) into OnigEncodingType
2018-03-19 K.Kosakomove regex structure from oniguruma.h to regint.h
2018-03-19 K.KosakoONIGENC_CTYPE_XXX to be enum (Issue #33)
2018-03-19 K.KosakoRE_MBCTYPE_XXX to be enum (Issue #33)
2018-03-16 K.Kosakosetup 6.8.0 v6.8.0
2018-03-16 K.Kosakoupdate HISTORY for 6.8.0
2018-03-16 K.Kosakosmall fix doc/CALLOUTS.BUILTIN
2018-03-15 K.Kosakoremove ONIG_CALLOUT_MISMATCH and ONIG_CALLOUT_ABORT
2018-03-15 K.Kosakoupdate doc/CALLOUTS.BUILTIN
2018-03-15 K.Kosakochange (*ABORT) to (*ERROR)
2018-03-15 K.Kosakoremove (*ABORT) and argument of (*ERROR{n}) to be optio...
2018-03-14 K.Kosakosmall update README.md
2018-03-14 K.Kosakoadd description of (*MISMATCH)
2018-03-14 K.Kosakouse builtin (*MISMATCH) test case
2018-03-14 K.Kosakoadd builtin (*MISMATCH)
2018-03-14 K.Kosakoadd ONIG_CALLOUT_MISMATCH
2018-03-14 K.Kosakosmall update doc/CALLOUTS.BUILTIN
2018-03-14 K.Kosakoremove builtin (*SUCCESS) entries
2018-03-14 K.Kosakochange INIT_CALLOUT_LIST_NUM from 4 to 3
2018-03-13 K.Kosakofix: index of callout list entry is callout num - 1
2018-03-13 K.Kosakosmall update doc/CALLOUTS.BUILTIN
2018-03-13 K.Kosakofollow callouts API change
2018-03-13 K.Kosakofollow callouts API change
2018-03-13 K.Kosakorename some callouts API
2018-03-12 K.Kosakofix type from OnigType to unsigned int for escape warning
2018-03-12 K.Kosakosmall update of README.md
2018-03-12 K.Kosakoadd doc in CMakeLists.txt
2018-03-12 K.Kosakoadd doc/CALLOUTS.BUILTIN for builtin callouts
2018-03-12 K.Kosakofix OnigType to unsigned int for escape compile time...
2018-03-12 K.Kosakoremove tab
2018-03-12 K.Kosakoadd sample/echo.c
2018-03-12 K.Kosakoadd an entry into .gitignore
2018-03-12 K.Kosakoadd contributed/makefile into distribution files
2018-03-11 K.Kosakono needs to allocate contents string
2018-03-11 K.Kosakoallocate contents string in parse_callout_of_contents()
2018-03-10 K.Kosakoadd an argument into onig_setup_builtin_monitors_by_asc...
2018-03-08 K.Kosakodon't goto fail in POP process
2018-03-08 K.Kosakoadd test cases for callouts
2018-03-08 K.Kosakoadd test cases for abrreviation notation of callouts...
2018-03-08 K.Kosakoallow abbreviated notation for callouts of name (?...
2018-03-08 K.Kosakoallow abbreviated notation for callouts of contents...
2018-03-08 K.Kosakoupdate doc
2018-03-08 K.Kosakoset slot 1 and 2 in (*COUNT) and (*TOTAL_COUNT)
2018-03-08 K.Kosakofollow spec. change of (*MON{})
2018-03-08 K.Kosakochange argument char from +- to X<> for (*MON{})
2018-03-08 K.Kosakofollow spec. change of (*COUNT{})
2018-03-08 K.Kosakofollow spec. change of (*COUNT)
2018-03-08 K.Kosakochange argument char from +- to X<> for (*COUNT{})...
2018-03-08 K.Kosakofollow spec. change
2018-03-08 K.Kosakochange direction specifier symbol character from [...
2018-03-07 K.Kosakoadd contributed/makefile for making of libfuzzer-onig
2018-03-07 K.Kosakoadd onig_initialize() and onig_end() call for full...
2018-03-07 K.Kosakoadd some API functions for 6.8.0
2018-03-07 K.Kosakoadd description of callouts into doc/RE
2018-03-07 K.Kosakodon't call onig_initialize_encoding() directly
2018-03-07 K.Kosakodon't call onig_initialize_encoding() directly in onig_...
2018-03-07 K.Kosakofix CalloutListEntry index is assigned to callout num - 1
2018-03-07 K.Kosakorename onig_get_tag_start/end() to onig_get_callout_tag...
2018-03-07 K.Kosakoadd test cases for callouts of name
2018-03-07 K.Kosakoreplace UChar to OnigUChar in oniguruma.h
2018-03-07 K.Kosakoallow callout type ONIG_CALLOUT_TYPE_SINGLE only
2018-03-06 K.Kosakoadd a test case for (*CMP{})
2018-03-06 K.Kosakoallow ONIG_TYPE_LONG and other types combination in...
2018-03-06 K.Kosakochange OnigType values as bit flag
2018-03-06 K.Kosakoadd onig_get/set_callout_data_by_callout_args() etc..
2018-03-06 K.Kosakoremove _by_callout_num from all function names
2018-03-06 K.Kosakouse builtin (*CMP{})
2018-03-06 K.Kosakoadd builtin (*CMP{X,OP,Y})
2018-03-06 K.Kosakoadd onig_builtin_cmp()
2018-03-06 K.Kosakofix: invalid loop counter in setup_ext_callout_list_val...
2018-03-06 K.Kosakochange (*COUNT{}) argument from p/s/f to space/+/-
2018-03-06 K.Kosakoremove ONIG_TYPE_INT
2018-03-04 K.Kosakouse tag in callouts of contents
2018-03-04 K.Kosakoallow tag in callouts of contents
2018-03-03 K.Kosakorename cp member to c in OnigValue
2018-03-02 K.Kosakouse (*MON) argument
2018-03-02 K.Kosakoadd one optional argument into (*MON{+-})
2018-03-02 K.Kosakoremove of member from OnigCalloutArgs
2018-03-02 K.Kosakoremove is_initialized() member from some encodings
2018-03-02 K.Kosakorefactoring
2018-03-02 K.Kosakoimplement encoding initialized list
2018-03-02 K.Kosakoconstify members in RegexExt
2018-03-02 K.Kosakoconstify content member in CalloutListEntry
2018-03-02 K.Kosakodon't use strndup() for Windows
2018-03-02 K.Kosakomove declaration of onigenc_strdup() from regenc.h...
2018-03-02 K.Kosakofix: can't compile on Windows. don't initialize global...
2018-03-02 K.Kosakofix: fault in Windows. don't use non-terminated string...
2018-03-02 K.Kosakoescape compile time warnings
2018-03-02 K.Kosakouse builtin monitor with tag
next