Age | Commit message (Expand) | Author | Files | Lines |
44 hours | fix #318, #321, #323, #326, #327 | K.Kosako | 1 | -3/+7 |
2024-06-15 | add new callout (*SKIP) #299 | K.Kosako | 1 | -1/+4 |
2019-08-07 | remove mail address from source files | K.Kosako | 1 | -1/+1 |
2018-10-08 | add ENC_FLAG_SKIP_OFFSET_XXX flag values | K.Kosako | 1 | -1/+1 |
2018-04-04 | set flag member values in OnigEncoding | K.Kosako | 1 | -1/+2 |
2018-03-26 | add an optional argument of counter type into (*MAX) | K.Kosako | 1 | -1/+3 |
2018-03-22 | builtin MAX allows tag argument as max value (*MAX{LONG/TAG}) | K.Kosako | 1 | -3/+4 |
2018-03-19 | add some member(flag etc..) into OnigEncodingType | K.Kosako | 1 | -1/+2 |
2018-03-15 | remove (*ABORT) and argument of (*ERROR{n}) to be optional argument (default ... | K.Kosako | 1 | -2/+4 |
2018-03-14 | add builtin (*MISMATCH) | K.Kosako | 1 | -0/+1 |
2018-03-14 | remove builtin (*SUCCESS) entries | K.Kosako | 1 | -1/+0 |
2018-03-12 | fix OnigType to unsigned int for escape compile time warnings | K.Kosako | 1 | -1/+1 |
2018-03-08 | change argument char from +- to X<> for (*COUNT{}) and (*TOTAL_COUNT{}) | K.Kosako | 1 | -2/+2 |
2018-03-06 | allow ONIG_TYPE_LONG and other types combination in onig_set_callout_of_name() | K.Kosako | 1 | -4/+4 |
2018-03-06 | add builtin (*CMP{X,OP,Y}) | K.Kosako | 1 | -2/+10 |
2018-03-06 | change (*COUNT{}) argument from p/s/f to space/+/- | K.Kosako | 1 | -2/+2 |
2018-03-06 | remove ONIG_TYPE_INT | K.Kosako | 1 | -3/+1 |
2018-03-03 | rename cp member to c in OnigValue | K.Kosako | 1 | -2/+2 |
2018-03-02 | remove is_initialized() member from some encodings | K.Kosako | 1 | -8/+6 |
2018-02-28 | remove builtin callout (*ONLY{n}) | K.Kosako | 1 | -3/+0 |
2018-02-28 | add builtin callout (*TOTAL_COUNT{p/s/f}) | K.Kosako | 1 | -4/+5 |
2018-02-28 | add two arguments into (*COUNT{[+,-],[p,s,f]}) and remove (*FAIL_COUNT) | K.Kosako | 1 | -3/+7 |
2018-02-28 | add (*MAX{n}), it is same as (*ONLY{n}) but the argument is not optional. | K.Kosako | 1 | -1/+2 |
2018-02-27 | set default value 1 for (*ONLY(n)) | K.Kosako | 1 | -3/+6 |
2018-02-27 | add builtin callout (*ONLY(n)) | K.Kosako | 1 | -1/+5 |
2018-02-26 | remove len argument from builtin callout definition macros | K.Kosako | 1 | -6/+6 |
2018-02-26 | fix builtin definition macro for utf16 encoding | K.Kosako | 1 | -6/+7 |
2018-02-26 | add name length argument into builtin callout definition macros | K.Kosako | 1 | -6/+6 |
2018-02-26 | implement init() function for ASCII encoding | K.Kosako | 1 | -3/+38 |
2018-02-23 | fix comments | K.Kosako | 1 | -3/+3 |
2016-08-27 | add is_valid_mbc_string() member into OnigEncodingType | K.Kosako | 1 | -1/+2 |
2016-04-19 | add is_initialized member into OnigEncodingType | kosako | 1 | -1/+2 |
2016-04-05 | add init member into OnigEncoding | kosako | 1 | -2/+3 |
2016-03-25 | move source files into src/ | kosako | 1 | -0/+58 |