aboutsummaryrefslogtreecommitdiff
path: root/sample
AgeCommit message (Expand)AuthorFilesLines
2023-10-05remove unused variablesK.Kosako1-3/+1
2021-03-14use onig_get_callout_data_by_tag_dont_clear_old() instead of onig_get_callout...K.Kosako1-2/+2
2021-03-14use ONIG_VALUE_IS_NOT_SETK.Kosako1-1/+1
2021-03-03rename each_match.c to callback_each_match.cK.Kosako2-5/+5
2021-03-01add onig_match_with_param() test in each_match.cK.Kosako1-3/+63
2021-03-01remove range argument from callback function in each_match.cK.Kosako1-2/+2
2021-02-27change output format of sample/each_matchK.Kosako1-6/+6
2021-02-22add a commentK.Kosako1-0/+5
2021-02-22add sample/each_match.cK.Kosako2-2/+107
2020-11-28docs: fix simple typo, hostory -> historyTim Gates1-1/+1
2020-11-07fix: Issue #223: Respect $(libdir) in test suiteK.Kosako1-1/+1
2020-06-30add test cases into sample/scan.cK.Kosako1-0/+8
2020-06-28add sample/scan into compile targetsK.Kosako1-2/+4
2020-06-28add a test case into sample/scan.cK.Kosako1-0/+4
2020-06-28add runtime_option into scan()K.Kosako1-6/+6
2020-03-31add a test sample into encode.cK.Kosako1-0/+3
2019-12-06add AM_CFLAGS into sample/Makefile.amK.Kosako1-0/+1
2019-12-06change initialization of use_encs[] for VisualStudio C compilerK.Kosako7-7/+14
2019-12-06add a sample using capture history and ONIG_OPTION_FIND_LONGESTK.Kosako1-5/+10
2019-11-08fix for POSIX API disabled caseK.Kosako1-0/+6
2019-10-21remove look-behind from sample patternK.Kosako1-1/+1
2019-09-30small refactoring for ONIG_REGSET_PRIORITY_TO_REGEX_ORDERK.Kosako1-3/+6
2019-09-30fix invalid argumentK.Kosako1-1/+1
2019-09-25add sample/regset.cK.Kosako2-1/+94
2019-07-10remove unused variableK.Kosako1-2/+0
2019-07-07add calling of some free functions in case of errorK.Kosako11-3/+36
2019-07-06don't use onig_new_deluxe() in sampleK.Kosako2-160/+25
2019-03-29remove tabsK.Kosako9-67/+62
2019-03-20fix cross-compilationFabrice Fontaine1-1/+1
2019-03-20add calling of regfree()K.Kosako1-1/+7
2018-10-01Remove whitespace at the beginning of the filesPeter Kokot1-1/+0
2018-09-09Trim trailing final new linesPeter Kokot1-1/+0
2018-09-07Unify the .gitignore filesPeter Kokot1-14/+0
2018-09-06Trim trailing whitespacesPeter Kokot2-2/+2
2018-04-13remove unused variablesK.Kosako2-5/+0
2018-04-04use onig_set_callout_user_data_of_match_param() in sample/callout.cK.Kosako1-25/+39
2018-03-22add a test case into sample/callout.cK.Kosako1-0/+1
2018-03-15change (*ABORT) to (*ERROR)K.Kosako1-1/+1
2018-03-14use builtin (*MISMATCH) test caseK.Kosako1-0/+1
2018-03-14remove builtin (*SUCCESS) entriesK.Kosako1-1/+0
2018-03-13follow callouts API changeK.Kosako1-2/+2
2018-03-12fix type from OnigType to unsigned int for escape warningK.Kosako1-1/+1
2018-03-12remove tabK.Kosako3-3/+3
2018-03-12add sample/echo.cK.Kosako4-1/+149
2018-03-11no needs to allocate contents stringK.Kosako1-12/+2
2018-03-10add an argument into onig_setup_builtin_monitors_by_ascii_encoded_name()K.Kosako1-1/+1
2018-03-08add test cases for abrreviation notation of callouts in conditionK.Kosako1-3/+5
2018-03-08follow spec. change of (*MON{})K.Kosako1-1/+1
2018-03-08follow spec. change of (*COUNT)K.Kosako1-2/+2
2018-03-08follow spec. changeK.Kosako1-4/+4