]> granicus.if.org Git - onig/shortlog
onig
2016-08-28 K.Kosakofix is_valid_mbc_string() in utf-16le
2016-08-28 K.Kosakoremove redundant code
2016-08-27 K.Kosakofix out of memory 0x27 0x2f 0x67 0x5c 0xff 0xff 0xff...
2016-08-27 K.Kosakoadd is_valid_mbc_string() member into OnigEncodingType
2016-08-27 K.Kosakofix out of bounds read -\xc1\xfb{22}
2016-08-27 K.Kosakofix out of bounds read /(\k'k-0/
2016-08-26 K.Kosakofix out of bounds read by /\k'-/
2016-08-26 K.Kosakofix out of bounds read /[\p{/ (found by libfuzzer)
2016-08-26 K.Kosakofix out of bounds read by /(?</ (found by libfuzzer)
2016-08-26 kosakoremove DEBUG_OOB
2016-08-26 kosakofix invalid goto in parse_char_class() #21
2016-08-26 kosakofix out of bounds read in fetch_token() #20
2016-08-25 kosakofix indent
2016-08-25 kosakoreduce DEBUG_OOB
2016-08-25 kosakodon't use enclen_end() by check in onig_parse_make_tree()
2016-08-25 kosakodisable USE_INVALID_CODE_SCHEME for fix #18
2016-08-24 K.Kosakofix out of bounds heap read in add_bytes #19
2016-08-24 K.Kosakoregression of using enclen_end()
2016-08-24 kosakore-fix out of bounds read in mbc_to_code() #16
2016-08-24 kosakouse enclen_end() in regparse.c
2016-08-24 kosakoadd DEBUG_OOB
2016-08-23 kosakoadd description of 6.1
2016-08-23 kosakoupdate HISTORY
2016-08-22 esdoppiodoc/RE: clarify the definition of \G
2016-08-22 esdoppiodoc/RE: refine section Subexp calls
2016-08-22 esdoppiodoc/RE: clarify section Backreferences
2016-08-22 kosakosetup 6.1.0
2016-08-22 kosakoadd description of files into README.md
2016-08-22 kosakoupdate HISTORY
2016-08-22 kosakoupdate date for doc/RE
2016-08-22 kosakoadd onig_scan() into doc/API
2016-08-22 kosakofix indent
2016-08-22 kosakofix bug: Out of bounds read in onig_strcpy() #17
2016-08-21 K.Kosakoupdate HISTORY
2016-08-21 K.Kosakofix invalid pattern in sample/bug_fix.c
2016-08-21 K.Kosakofix bug: infinite loop of backreference and group
2016-08-21 K.Kosakofix out of bounds read in mbc_to_code() #16
2016-08-19 esdoppiodoc/RE: refinements
2016-08-18 esdoppiodoc/RE: remove trailing spaces and fix typos
2016-08-17 K.Kosakoadd sample/scan.c
2016-08-17 K.Kosakoadd onig_scan() (NEW API)
2016-08-16 K.Kosakoadd a test case (find longest option)
2016-08-16 K.Kosakoreimplement match stack allocation for case too many...
2016-08-16 K.Kosakoadd test /(\2)(\1)/ into bug_fix.c
2016-08-15 K.Kosakonumber of captures <= 32767 for bytecode representation
2016-08-13 K.Kosakooutput warning if onig_initialize() is not called expli...
2016-08-13 K.Kosakoadd onig_warning()
2016-08-05 kosakofix indent
2016-07-28 kosakoadd sample/bug_fix.c
2016-07-17 K.Kosakodon't use int_map_backward for thread-safe
2016-07-04 kosakofix case of enclosed option in look-behind
2016-07-04 kosakofix address output format
2016-07-04 kosakofix ignore case in look-behind
2016-07-04 kosakooutput elements of look-behind node in print_indent_tree()
2016-05-23 kosakoadd description of ranges argument
2016-05-23 kosakofix memory leak in onig_unicode_define_user_property()
2016-05-20 K.KosakoMerge pull request #10 from nmaya/declare_top
2016-05-20 mayadeclare variables at the top of scope
2016-05-09 kosakoversion 6.0.0 (merge from develop) v6.0.0
2016-05-06 kosakosmall change
2016-05-06 kosakoupdate for release 6.0.0
2016-05-06 kosakoadd onig_unicode_define_property() into doc/API
2016-05-06 kosakominior changes
2016-05-06 kosakocheck character range in onig_unicode_define_user_prope...
2016-05-06 kosakoadd *.obj into .gitignore
2016-05-06 kosakofix destinations of install_doc()
2016-05-06 kosakoset up 6.0.0
2016-05-06 kosakochange OnigCodePoint type to unsigned int for Windows
2016-05-05 K.Kosakoremove declarations of onig_recompile
2016-05-05 K.Kosakofix bug of code range process
2016-05-05 K.Kosakoadd user_property.c
2016-05-05 K.Kosakoadd NEW API: onig_unicode_define_user_property()
2016-05-05 K.Kosakofix bug of code range process
2016-05-04 K.Kosakoupdate doc/UNICODE_PROPERTIES
2016-05-04 K.Kosakoremove unicode_prop.c
2016-05-04 K.Kosakoupdate Unicode data to 8.0.0
2016-05-03 K.Kosakochange Unicode case folding data to 7.0.0
2016-05-03 K.Kosakoadd output of CASEFOLD_VERSION
2016-05-02 K.Kosakoremove unicode_prop.c from CMakeLists.txt
2016-05-02 K.Kosakoadd distribution files
2016-05-02 K.Kosakochange OnigCodePoint type to unsigned int
2016-05-02 kosakoadd doc/UNICODE_PROPERTIES
2016-05-02 kosakoadd comment in unicode_property_dtaa.c
2016-05-02 kosakoupdate Unicode Property to 7.0.0
2016-04-27 kosakoadd *.txt into .gitignore
2016-04-19 kosakosmall change
2016-04-19 kosakoreimplement onig_init()
2016-04-19 kosakoallow the case that initialization function is not...
2016-04-19 kosakoadd error code ONIGERR_FAIL_TO_INITIALIZE
2016-04-19 kosakoreimplement by using onig_initialize_encoding()
2016-04-19 kosakoadd onig_initialize_encoding()
2016-04-19 kosakoadd is_initialized member into OnigEncodingType
2016-04-18 kosakoupdate README etc.. for Windows platform
2016-04-18 kosakoadd make_win64/32.bat
2016-04-18 kosakorename win32 directory to windows
2016-04-18 kosakoadd config.h.win64
2016-04-18 kosakomove Win32 files into src directory
2016-04-18 kosakoadd sample/.gitignore
2016-04-18 kosakoadd initialize function call into win32/testc.c
2016-04-18 kosakofix bug of uninitialized regex_t value on error
next