| Commit message (Expand) | Author | Age | Files | Lines |
* | * string.c: Raise ArgumentError when invalid string is detected in | duerst | 2016-06-02 | 1 | -1/+7 |
* | * enc/unicode.c: Handle DOTLESS_i by hand because it isn't involved in folding. | duerst | 2016-05-25 | 1 | -1/+5 |
* | * enc/unicode.c: Fix flag error for switch from titlecase to lowercase. | duerst | 2016-05-24 | 1 | -1/+4 |
* | * enc/unicode.h: Additional uses of ONIG_CASE_MAPPING compilation switch | duerst | 2016-05-16 | 1 | -0/+4 |
* | * append newline at EOF. | svn | 2016-05-16 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h: Introducing ONIG_CASE_MAPPING compilation | duerst | 2016-05-16 | 1 | -0/+4 |
* | * enc/unicode/case-folding.rb, casefold.h: Data generation to implement | duerst | 2016-04-01 | 1 | -1/+8 |
* | fix a typo [ci skip] | kazu | 2016-03-29 | 1 | -1/+1 |
* | * enc/unicode/case-folding.rb, casefold.h: Tweaked handling of 6 | duerst | 2016-03-29 | 1 | -5/+10 |
* | * enc/unicode.c: Cleaned up some comments. | duerst | 2016-03-29 | 1 | -7/+6 |
* | * enc/unicode/case-folding.rb, casefold.h: Removing data for idempotent | duerst | 2016-03-29 | 1 | -8/+6 |
* | * enc/unicode.c: Refactoring in preparation for data reduction for | duerst | 2016-03-28 | 1 | -5/+8 |
* | * enc/unicode.c: Minor refactoring for I WITH DOT ABOVE. | duerst | 2016-03-28 | 1 | -4/+3 |
* | * enc/unicode.c: Removed code now covered by data from table. | duerst | 2016-03-28 | 1 | -6/+0 |
* | * enc/unicode.c: Adding comments. [ci skip] | duerst | 2016-03-28 | 1 | -7/+7 |
* | * include/ruby/oniguruma.h: Additional flag for characters that are titlecase. | duerst | 2016-03-22 | 1 | -1/+6 |
* | * enc/unicode.c: Fixed two macro definitions. | duerst | 2016-03-17 | 1 | -2/+2 |
* | * enc/unicode.c: Eliminating common code. | duerst | 2016-03-15 | 1 | -29/+13 |
* | * enc/unicode.c: Expansion of some code repetition in preparation for | duerst | 2016-03-15 | 1 | -9/+13 |
* | * remove trailing spaces. | svn | 2016-03-15 | 1 | -1/+1 |
* | * enc/unicode.c: Additional macros and code to use mapping data in | duerst | 2016-03-15 | 1 | -21/+67 |
* | * include/ruby/oniguruma.h, enc/unicode.c: Adjusting flag assignments | duerst | 2016-03-14 | 1 | -0/+7 |
* | unicode.c: off-by-one error | nobu | 2016-03-12 | 1 | -1/+1 |
* | unicode.c: boundary check | nobu | 2016-03-12 | 1 | -6/+14 |
* | * enc/unicode/case-folding.rb, casefold.h: Streamlining approach to | duerst | 2016-03-11 | 1 | -2/+10 |
* | * include/ruby/oniguruma.h: Rearranging flag assignments and making | duerst | 2016-02-24 | 1 | -5/+1 |
* | * enc/unicode/case-folding.rb, casefold.h: Outputting actual titlecase | duerst | 2016-02-23 | 1 | -2/+2 |
* | * enc/unicode.c: Activated use of case mapping data in CaseUnfold_11 array. | duerst | 2016-02-19 | 1 | -0/+9 |
* | * string.c, enc/unicode.c: Disassociating ONIGENC_CASE_FOLD flag from | duerst | 2016-02-08 | 1 | -1/+1 |
* | unicode.c: magic numbers | nobu | 2016-02-08 | 1 | -33/+37 |
* | * enc/unicode.c: Shortened macros for enc/unicode/casefold.h to | duerst | 2016-02-08 | 1 | -10/+11 |
* | * common.mk: Added two more precondition files for enc/unicode/casefold.h | duerst | 2016-02-07 | 1 | -0/+10 |
* | * test/ruby/enc/test_regex_casefold.rb: Added data-based testing for | duerst | 2016-02-06 | 1 | -1/+1 |
* | * enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :fold | duerst | 2016-02-06 | 1 | -5/+26 |
* | * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion | duerst | 2016-02-04 | 1 | -1/+1 |
* | * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount | duerst | 2016-01-27 | 1 | -1/+1 |
* | * enc/unicode.c: Protect code point count by macro, in order to | duerst | 2016-01-27 | 1 | -22/+25 |
* | * enc/unicode.c: Fixed a logical error and some comments. | duerst | 2016-01-17 | 1 | -4/+4 |
* | get rid of non-ascii chars | nobu | 2016-01-17 | 1 | -4/+4 |
* | * enc/unicode.c: Removed artificial expansion for Turkic, | duerst | 2016-01-17 | 1 | -20/+41 |
* | * enc/unicode.c: Artificial mapping to test buffer expansion code. | duerst | 2016-01-16 | 1 | -3/+18 |
* | * enc/unicode.c: fix implicit conversion error with clang. fixup r53548. | hsbt | 2016-01-16 | 1 | -1/+1 |
* | * string.c, enc/unicode.c: New code path as a preparation for Unicode-wide | duerst | 2016-01-16 | 1 | -0/+29 |
* | * regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c: | naruse | 2015-11-26 | 1 | -1/+1 |
* | unicode.c: no st.h | nobu | 2015-08-27 | 1 | -2/+0 |
* | oniguruma.h: constify | nobu | 2015-08-27 | 1 | -2/+2 |
* | * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544 | naruse | 2014-09-15 | 1 | -1/+0 |
* | constify rb_encoding and OnigEncoding | nobu | 2014-06-01 | 1 | -1/+1 |
* | unicode.c: no initialization | nobu | 2014-05-30 | 1 | -18/+0 |
* | case-folding.rb: perfect hash for case unfolding3 | nobu | 2014-05-30 | 1 | -44/+10 |