Age | Commit message (Expand) | Author |
2025-04-23 | Add Encoding::UNICODE_VERSION constant | Nobuyoshi Nakada |
2020-05-04 | Suppress warnings by gcc 10.1.0-RC-20200430 | Nobuyoshi Nakada |
2018-12-09 | implement special behavior for Georgian for String#capitalize | duerst |
2018-12-06 | remove obsolete data from unicode.c | duerst |
2018-12-02 | solve the genie/zombie/wrestlers bug | duerst |
2018-11-30 | Added words in the comment at r65088 [ci skip] | nobu |
2018-11-25 | deal with ONIGENC_CASE_IS_TITLECASE flag on lowercase characters | duerst |
2018-11-16 | enc/unicode.c: 'a' is bigger than 'A' | shyouhei |
2018-10-16 | revert r65091, r65090 because ci fails | duerst |
2018-10-16 | update to Unicode 11.0.0 (basic step, not complete yet) | duerst |
2018-10-16 | Removed data for old Unicode [ci skip] | nobu |
2018-10-15 | unicode.c: moved addtional GCB ranges | nobu |
2018-10-15 | regparse.c: Suppress duplicated range warning by mere \X | nobu |
2016-12-10 | Merge Onigmo 6.0.0 | naruse |
2016-12-04 | remove special processing for U+03B9/U+03BC/U+A64B | duerst |
2016-12-01 | constify CaseMappingSpecials | nobu |
2016-11-30 | fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UK | duerst |
2016-07-24 | * regenc.h/c, include/ruby/oniguruma.h, enc/ascii.c, big5.c, cp949.c, | duerst |
2016-07-17 | Move generated headers to unicode data directory | nobu |
2016-06-02 | * string.c: Raise ArgumentError when invalid string is detected in | duerst |
2016-05-25 | * enc/unicode.c: Handle DOTLESS_i by hand because it isn't involved in folding. | duerst |
2016-05-24 | * enc/unicode.c: Fix flag error for switch from titlecase to lowercase. | duerst |
2016-05-16 | * enc/unicode.h: Additional uses of ONIG_CASE_MAPPING compilation switch | duerst |
2016-05-16 | * append newline at EOF. | svn |
2016-05-16 | * include/ruby/oniguruma.h: Introducing ONIG_CASE_MAPPING compilation | duerst |
2016-04-01 | * enc/unicode/case-folding.rb, casefold.h: Data generation to implement | duerst |
2016-03-29 | fix a typo [ci skip] | kazu |
2016-03-29 | * enc/unicode/case-folding.rb, casefold.h: Tweaked handling of 6 | duerst |
2016-03-29 | * enc/unicode.c: Cleaned up some comments. | duerst |
2016-03-29 | * enc/unicode/case-folding.rb, casefold.h: Removing data for idempotent | duerst |
2016-03-28 | * enc/unicode.c: Refactoring in preparation for data reduction for | duerst |
2016-03-28 | * enc/unicode.c: Minor refactoring for I WITH DOT ABOVE. | duerst |
2016-03-28 | * enc/unicode.c: Removed code now covered by data from table. | duerst |
2016-03-28 | * enc/unicode.c: Adding comments. [ci skip] | duerst |
2016-03-22 | * include/ruby/oniguruma.h: Additional flag for characters that are titlecase. | duerst |
2016-03-17 | * enc/unicode.c: Fixed two macro definitions. | duerst |
2016-03-15 | * enc/unicode.c: Eliminating common code. | duerst |
2016-03-15 | * enc/unicode.c: Expansion of some code repetition in preparation for | duerst |
2016-03-15 | * remove trailing spaces. | svn |
2016-03-15 | * enc/unicode.c: Additional macros and code to use mapping data in | duerst |
2016-03-14 | * include/ruby/oniguruma.h, enc/unicode.c: Adjusting flag assignments | duerst |
2016-03-12 | unicode.c: off-by-one error | nobu |
2016-03-12 | unicode.c: boundary check | nobu |
2016-03-11 | * enc/unicode/case-folding.rb, casefold.h: Streamlining approach to | duerst |
2016-02-24 | * include/ruby/oniguruma.h: Rearranging flag assignments and making | duerst |
2016-02-23 | * enc/unicode/case-folding.rb, casefold.h: Outputting actual titlecase | duerst |
2016-02-19 | * enc/unicode.c: Activated use of case mapping data in CaseUnfold_11 array. | duerst |
2016-02-08 | * string.c, enc/unicode.c: Disassociating ONIGENC_CASE_FOLD flag from | duerst |
2016-02-08 | unicode.c: magic numbers | nobu |
2016-02-08 | * enc/unicode.c: Shortened macros for enc/unicode/casefold.h to | duerst |