aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-31fix configure_file() position after include(GNUInstallDirs)7.0K.Kosako1-4/+5
2021-08-31fix: use CMAKE_INSTALL_LIBDIR as install lib dir, in some platforms, lib coul...K.Kosako3-7/+7
2021-08-31call onig_set_parse_depth_limit() even if FULL_TEST is not definedK.Kosako1-1/+1
2021-08-31fix: Stack overflow for some very long patternsK.Kosako1-9/+16
2021-08-31fix: Issue 37442 in oss-fuzz: Undefined-shiftK.Kosako1-2/+6
2021-08-12fix #239: CMake build fails to detect alloca on some platforms such as FreeBSDK.Kosako1-1/+6
2021-08-12Create SECURITY.mdK.Kosako1-0/+14
2021-08-12fix #240: CMake build doesn't install onig-configK.Kosako3-1/+86
2021-08-12CMake: Make documentation and examples optionalK.Kosako1-3/+18
2021-06-23remove deprecated functions from doc/APIK.Kosako2-149/+2
2021-06-23remove OnigDefaultCaseFoldFlagK.Kosako3-6/+4
2021-06-23remove deprecated function: onig_set_default_case_fold_flag()K.Kosako3-10/+1
2021-06-23remove deprecated function: onig_get_default_case_fold_flag()K.Kosako3-8/+1
2021-06-23remove deprecated function: onig_get_case_fold_flag()K.Kosako3-8/+2
2021-06-23remove src/regext.c (deprecated function: onig_new_deluxe())K.Kosako9-215/+10
2021-06-23remove src/onig_init.c (deprecated function: onig_init())K.Kosako5-51/+3
2021-06-23remove unused codesK.Kosako1-77/+0
2021-06-23increase the return value by max_empty_check_nest_level - 2K.Kosako1-3/+9
2021-06-23add output of max_empty_check_nest_levelK.Kosako1-0/+1
2021-06-07fix: Issue 34787 in oss-fuzz: TimeoutK.Kosako1-0/+3
2021-06-07update README.mdK.Kosako1-0/+3
2021-05-23fix #235: 6.9.7 can't compile with Visual Studio 2005K.Kosako1-19/+34
2021-05-17update doc/CHANGES_7.0K.Kosako1-5/+41
2021-05-17changed the way retry_limit is calculatedK.Kosako1-9/+34
2021-05-17add a debug outputK.Kosako1-0/+1
2021-05-17change weight of heavy_element value in onig_detect_can_be_slow_pattern()K.Kosako1-1/+1
2021-05-17add debug output for onig_detect_can_be_slow_pattern()K.Kosako1-0/+12
2021-05-17change output format of map elementsK.Kosako1-1/+1
2021-05-17fix: add output backslash for single quote char in dump_data()K.Kosako1-0/+2
2021-05-17use onigenc_name() and onigenc_mbc_minlen()K.Kosako1-6/+6
2021-05-16use onigenc_name() instead of ONIGENC_NAME()K.Kosako2-6/+6
2021-05-16add some function and macro definitionsK.Kosako1-0/+60
2021-05-16add onig_enc_len() etc..K.Kosako1-1/+103
2021-05-16remove some macro definitionsK.Kosako1-37/+0
2021-05-05don't use ONIGENC_MBC_MAXLEN_DIST()K.Kosako1-3/+3
2021-05-04move ONIGENC_XXX() macros from oniguruma.h to regenc.hK.Kosako2-74/+73
2021-05-04move definition of OnigEncodingType from oniguruma.h to regenc.hK.Kosako2-25/+31
2021-04-28update version to 7.0.0K.Kosako2-2/+2
2021-04-28add doc/CHANGES_7.0K.Kosako1-0/+29
2021-04-27update version number to 7.0.0K.Kosako1-4/+4
2021-04-27fix output format for rm_so/rm_eoK.Kosako1-1/+1
2021-04-27fix the argument type of onig2posix_error_code() from int to OnigPosK.Kosako1-7/+10
2021-04-27update year to 2021K.Kosako1-1/+1
2021-04-27#210: change regoff_t from int to ptrdiff_tK.Kosako2-2/+2
2021-04-26update doc/APIK.Kosako2-33/+18
2021-04-25followed the change in the return type of onig_search()K.Kosako1-10/+10
2021-04-23fix debug output formatK.Kosako1-8/+7
2021-04-23fix debug output formatK.Kosako1-2/+2
2021-04-22revert: don't remove DIST_CAST()K.Kosako1-5/+5
2021-04-22change type of dist_max from OnigLen to OnigSizeK.Kosako3-21/+24