aboutsummaryrefslogtreecommitdiff
path: root/src/ascii.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-15add new callout (*SKIP) #299K.Kosako1-1/+4
2019-08-07remove mail address from source filesK.Kosako1-1/+1
2018-10-08add ENC_FLAG_SKIP_OFFSET_XXX flag valuesK.Kosako1-1/+1
2018-04-04set flag member values in OnigEncodingK.Kosako1-1/+2
2018-03-26add an optional argument of counter type into (*MAX)K.Kosako1-1/+3
2018-03-22builtin MAX allows tag argument as max value (*MAX{LONG/TAG})K.Kosako1-3/+4
2018-03-19add some member(flag etc..) into OnigEncodingTypeK.Kosako1-1/+2
2018-03-15remove (*ABORT) and argument of (*ERROR{n}) to be optional argument (default ...K.Kosako1-2/+4
2018-03-14add builtin (*MISMATCH)K.Kosako1-0/+1
2018-03-14remove builtin (*SUCCESS) entriesK.Kosako1-1/+0
2018-03-12fix OnigType to unsigned int for escape compile time warningsK.Kosako1-1/+1
2018-03-08change argument char from +- to X<> for (*COUNT{}) and (*TOTAL_COUNT{})K.Kosako1-2/+2
2018-03-06allow ONIG_TYPE_LONG and other types combination in onig_set_callout_of_name()K.Kosako1-4/+4
2018-03-06add builtin (*CMP{X,OP,Y})K.Kosako1-2/+10
2018-03-06change (*COUNT{}) argument from p/s/f to space/+/-K.Kosako1-2/+2
2018-03-06remove ONIG_TYPE_INTK.Kosako1-3/+1
2018-03-03rename cp member to c in OnigValueK.Kosako1-2/+2
2018-03-02remove is_initialized() member from some encodingsK.Kosako1-8/+6
2018-02-28remove builtin callout (*ONLY{n})K.Kosako1-3/+0
2018-02-28add builtin callout (*TOTAL_COUNT{p/s/f})K.Kosako1-4/+5
2018-02-28add two arguments into (*COUNT{[+,-],[p,s,f]}) and remove (*FAIL_COUNT)K.Kosako1-3/+7
2018-02-28add (*MAX{n}), it is same as (*ONLY{n}) but the argument is not optional.K.Kosako1-1/+2
2018-02-27set default value 1 for (*ONLY(n))K.Kosako1-3/+6
2018-02-27add builtin callout (*ONLY(n))K.Kosako1-1/+5
2018-02-26remove len argument from builtin callout definition macrosK.Kosako1-6/+6
2018-02-26fix builtin definition macro for utf16 encodingK.Kosako1-6/+7
2018-02-26add name length argument into builtin callout definition macrosK.Kosako1-6/+6
2018-02-26implement init() function for ASCII encodingK.Kosako1-3/+38
2018-02-23fix commentsK.Kosako1-3/+3
2016-08-27add is_valid_mbc_string() member into OnigEncodingTypeK.Kosako1-1/+2
2016-04-19add is_initialized member into OnigEncodingTypekosako1-1/+2
2016-04-05add init member into OnigEncodingkosako1-2/+3
2016-03-25move source files into src/kosako1-0/+58