]> granicus.if.org Git - onig/shortlog
onig
2016-12-15 K.KosakoMerge pull request #43 from k-takata/fix-recursive...
2016-12-14 K.KosakoMerge pull request #42 from k-takata/fix-z-optimization
2016-12-14 K.KosakoMerge pull request #41 from k-takata/fix-anychar-star...
2016-12-13 K.TakataFix illegal capture after recursive call
2016-12-13 K.KosakoMerge pull request #40 from k-takata/fix-stackoverflow
2016-12-13 K.KosakoMerge pull request #39 from k-takata/fix-utf-16
2016-12-12 K.Takatafix problem with optimization of \z
2016-12-12 K.TakataFix .* optimization
2016-12-12 K.TakataSet a limit of parser recursion
2016-12-12 K.TakataFix that warnings are not shown properly
2016-12-12 K.Takata/[a-c#]+\W/ =~ "def#" fails when encoding is UTF-16/32
2016-12-12 K.Takata/[\x{0}-X]/i doesn't match properly when UTF-16/32...
2016-12-11 K.Kosakosetup 6.1.3 v6.1.3
2016-12-11 K.Kosakoupdate HISTORY
2016-12-10 K.Kosakofix: Syntax error: redirection unexpected (expecting...
2016-11-17 kosakocheck return values for alloc() and Calloc()
2016-11-15 kosakoadd an entry into .gitignore
2016-11-15 kosakocheck return value for fprintf() and fputs() #34
2016-11-15 kosakoguard __USE_ISOC99
2016-11-15 kosakocheck return value for fopen() #34
2016-11-07 kosakomerge from develop v6.1.2
2016-11-07 kosakoupdate README.md
2016-11-03 kosakosetup 6.1.2
2016-11-03 kosakoupdate HISTORY
2016-10-25 kosakoallow word bound, word begin and word end in look-behind
2016-10-20 kosakofix typo
2016-10-19 K.KosakoMerge pull request #30 from k-takata/fix-typo
2016-10-19 K.TakataFix typos in comments and docs
2016-10-19 kosakoadd ONIG_OPTION_CHECK_VALIDITY_OF_STRING
2016-10-16 K.Kosakofix forgotten to call anchor target
2016-10-16 K.Kosakofix: use after free for regexp /()(?\!(?'a')\1)/ #29
2016-10-11 kosakofix bug: Use after free when parsing /(|/ #27
2016-10-10 K.KosakoMemory leaks after onig_new(), onig_free() when parsing...
2016-10-07 K.TakataFix typo in debug log
2016-10-03 kosakoUpdate config.sub to version 2016-09-05
2016-10-03 kosakoUpdate config.guess to version 2016-09-11
2016-10-02 K.KosakoMerge pull request #25 from maxnordlund/patch-1
2016-10-02 Max NordlundUpdate config.sub to version 2016-09-05
2016-10-02 Max NordlundUpdate config.guess to version 2016-09-11
2016-09-22 K.Kosakofix anchor conflict by look-behind following anychar...
2016-09-22 K.Kosakoimplement is_valid_mbc_string() in gb18030
2016-09-21 K.Kosakoimplement is_valid_mbc_string() in big5
2016-09-18 K.Kosakoshould be OnigUChar instead of UChar
2016-09-18 K.Kosakoimplement is_valid_mbc_string() in euc_tw
2016-09-18 K.Kosakoimplement is_valid_mbc_string() in euc_kr
2016-09-18 K.Kosakoimplement is_valid_mbc_string() in Shift_jis
2016-09-17 K.Kosakoshould be OnigUChar instead of UChar
2016-09-11 K.Kosakoimplement is_valid_mbc_string() in euc_jp
2016-08-31 K.Kosakoupdate HISTORY v6.1.1
2016-08-31 K.Kosakosetup 6.1.1
2016-08-31 K.Kosakofix segmentation fault /W.?{888}{888}{888}\x00/ (found...
2016-08-31 kosakofix error unmatched close parenthesis for %{(.*?)} #23
2016-08-28 K.Kosakoupdate HISTORY v6.1.0
2016-08-28 K.Kosakoadd distribution file
2016-08-28 K.Kosakomove etc/ to contributed
2016-08-28 K.Kosakoadd etc/libfuzzer-onig.cpp
2016-08-28 K.Kosakoupdate LTVERSION 4:0:0
2016-08-28 K.Kosakoremove onigenc_mbc_enc_len_end()
2016-08-28 K.Kosakoreimplement mbc_to_code() in utf-8
2016-08-28 K.KosakoNEW API: onigenc_is_valid_mbc_string()
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
next