aboutsummaryrefslogtreecommitdiff
path: root/test/test_regset.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-02switch regex order in regsetK.Kosako1-1/+1
2020-03-01Allow regset search to succeed at end of stringAnthony Sottile1-0/+3
2019-12-04use clock() instead of clock_gettime() for old Unix (#166)K.Kosako1-26/+17
2019-11-12don't test with file (getdelim() doesn't exist in VisualStudio C compiler)K.Kosako1-0/+9
2019-11-12fix: can't define zero length array in VisualStudio C compilerK.Kosako1-6/+3
2019-11-12ignore time_test() for Windows (clock_gettime() doesn't exist in Windows)K.Kosako1-10/+19
2019-11-12change use_encs initialization method for VisualStudio C compilerK.Kosako1-2/+3
2019-11-07fix: free memory allocated by getdelim()K.Kosako1-0/+2
2019-11-07fix: add onig_regset_free() callK.Kosako1-8/+2
2019-09-20rename OnigRegsetLead to OnigRegSetLeadK.Kosako1-1/+1
2019-09-20remove ununsed codesK.Kosako1-4/+0
2019-09-20add some test casesK.Kosako1-1/+20
2019-09-20add two test casesK.Kosako1-6/+8
2019-09-20use OnigRegsetLead argumentK.Kosako1-14/+10
2019-09-20refactoringK.Kosako1-24/+16
2019-09-20add test_regset.cK.Kosako1-0/+448