| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * enc/trans/JIS: update Unicode's notice. [Bug #11844] | naruse | 2016-03-16 | 6 | -183/+146 |
* | * 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 | 3 | -199/+299 |
* | * enc/unicode/case-folding.rb, casefold.h: Reducing size of TitleCase | duerst | 2016-02-27 | 2 | -125/+92 |
* | * enc/unicode/case-folding.rb: Adding possibility for debugging output | duerst | 2016-02-25 | 1 | -2/+11 |
* | * 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 | 3 | -96/+200 |
* | * enc/unicode/case-folding.rb, casefold.h: Reading casing data from | duerst | 2016-02-23 | 2 | -80/+91 |
* | * enc/unicode/case-folding.rb, casefold.h: Adding flag for title-case, | duerst | 2016-02-22 | 2 | -13/+14 |
* | * enc/unicode/case-folding.rb, casefold.h: Fixed bug that avoided inclusion | duerst | 2016-02-22 | 2 | -157/+156 |
* | * enc/unicode.c: Activated use of case mapping data in CaseUnfold_11 array. | duerst | 2016-02-19 | 1 | -0/+9 |
* | * enc/unicode/case-folding.rb, casefold.h: Used only first element | duerst | 2016-02-16 | 2 | -13/+14 |
* | * enc/unicode/case-folding.rb: Added debugging option | duerst | 2016-02-15 | 1 | -1/+15 |
* | * remove trailing spaces. | svn | 2016-02-08 | 1 | -2/+2 |
* | * enc/unicode/case-folding.rb, enc/unicode/casefold.h: Flags for | duerst | 2016-02-08 | 2 | -2236/+2242 |
* | * 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 | 3 | -1338/+1344 |
* | * remove trailing spaces. | svn | 2016-02-07 | 1 | -3/+3 |
* | * common.mk: Added two more precondition files for enc/unicode/casefold.h | duerst | 2016-02-07 | 2 | -4/+41 |
* | * enc/unicode/case-folding.rb: Fixing parameter passing. | duerst | 2016-02-07 | 1 | -15/+15 |
* | * enc/unicode/case-folding.rb: New classes CaseMapping/CaseMappingDummy | duerst | 2016-02-07 | 1 | -8/+29 |
* | * common.mk: using new option in recipe for enc/unicode/casefold.h | duerst | 2016-02-07 | 1 | -1/+1 |
* | * remove trailing spaces. | svn | 2016-02-07 | 1 | -1/+1 |
* | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53759 b2dd03c8-39d4-4d8f-98... | duerst | 2016-02-07 | 1 | -1/+17 |
* | * 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: workdir timestamps | nobu | 2016-02-02 | 2 | -9/+25 |
* | * 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 |
* | enc/Makefile.in: get rid of nmake bug | nobu | 2016-01-05 | 1 | -2/+1 |
* | * enc/x_emoji.h: fix dead-link. | hsbt | 2015-12-27 | 1 | -2/+2 |
* | depend: version dependency | nobu | 2015-12-27 | 1 | -1/+1 |
* | depend: version dependency | nobu | 2015-12-27 | 1 | -0/+2 |
* | * enc/windows_1250.c: Should not use C++ style comments (C99 feature). | ngoto | 2015-12-19 | 1 | -8/+8 |
* | enc/iso_8859_2.c, enc/windows_1250.c: separate Windows-1250 | duerst | 2015-12-19 | 2 | -10/+220 |
* | follow the change of the name | naruse | 2015-12-15 | 1 | -2/+2 |