aboutsummaryrefslogtreecommitdiff
path: root/sample
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-06add a test case for (*CMP{})K.Kosako1-0/+1
2018-03-06use builtin (*CMP{})K.Kosako1-0/+1
2018-03-06change (*COUNT{}) argument from p/s/f to space/+/-K.Kosako1-2/+2
2018-03-06remove ONIG_TYPE_INTK.Kosako1-4/+1
2018-03-05use tag in callouts of contentsK.Kosako1-2/+2
2018-03-03rename cp member to c in OnigValueK.Kosako1-2/+2
2018-03-02use (*MON) argumentK.Kosako1-1/+1
2018-03-02remove of member from OnigCalloutArgsK.Kosako1-9/+5
2018-03-02don't use strndup() for WindowsK.Kosako1-2/+2
2018-03-02fix: can't compile on Windows. don't initialize global value by non-constant ...K.Kosako1-26/+26
2018-03-02use builtin monitor with tagK.Kosako1-1/+4
2018-03-02use (*MON) in sample/callout.cK.Kosako1-0/+5
2018-03-02rename ONIG_NO_NAME_ID to ONIG_NON_NAME_IDK.Kosako1-1/+1
2018-02-28add some test cases in sample/count.cK.Kosako1-5/+16
2018-02-28rename onig_get_arg_num_by_callout_args() to onig_get_args_num_by_callout_args()K.Kosako1-2/+2
2018-02-28rename _of_callout_args() to _by_callout_args()K.Kosako1-12/+12