Age | Commit message (Expand) | Author |
2008-10-31 | * encoding.c (rb_enc_set_default_internal): no alias "internal" if | nobu |
2008-10-30 | * encoding.c (rb_locale_encoding): makes an alias for locale. | nobu |
2008-10-09 | * encoding.c (enc_names): minor improvement. | nobu |
2008-10-09 | * encoding.c (Init_Encoding): new instance method Encoding#names, | naruse |
2008-10-07 | * encoding.c (rb_default_internal_encoding): merged a patch from | matz |
2008-09-21 | * encoding.c (get_default_external): add description. | naruse |
2008-09-18 | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr |
2008-09-16 | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr |
2008-09-15 | * encoding.c (Encoding#base_encoding): removed. [ruby-dev:36270] | naruse |
2008-09-15 | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 |
2008-09-15 | * string.c (rb_str_squeeze_bang): specialized for 7bit characters in | matz |
2008-09-15 | * encoding.c (rb_enc_get_index): don't return -1. | akr |
2008-09-15 | * encoding.c (rb_enc_compatible): accepst other than strings and | naruse |
2008-09-11 | * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int. | naruse |
2008-08-29 | * encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE. | naruse |
2008-08-29 | * encoding.c (enc_compatible_p): add SPECIAL_CONST_P check. | naruse |
2008-08-29 | * encoding.c (enc_compatible_p): raise TypeError when argument is not | naruse |
2008-08-29 | * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCII | naruse |
2008-08-23 | * encoding.c (enc_compatible_p): raise TypeError when argument is Encoding. | naruse |
2008-08-16 | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu |
2008-08-14 | * encoding.c (rb_filesystem_encoding): use default external encoding | akr |
2008-08-12 | * error.c (rb_eEncCompatError): add Exception. | naruse |
2008-08-10 | * encoding.c: include util.h. [ruby-dev:35715] | mame |
2008-08-05 | * encoding.c (rb_to_encoding_index, rb_to_encoding): check if the name | nobu |
2008-07-21 | * encoding.c (rb_filesystem_encoding): use locale encoding on Unix. | akr |
2008-07-04 | * include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data. | nobu |
2008-06-29 | * encoding.c (rb_utf8_encindex): defined. | naruse |
2008-06-16 | * encoding.c (rb_filesystem_encoding): defined. | naruse |
2008-06-09 | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu |
2008-06-08 | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 |
2008-06-01 | * suppress warnings on cygwin, mingw and mswin. | nobu |
2008-05-20 | * fix for (rb_enc_get_index(obj) == idx) case. | naruse |
2008-05-20 | * encoding.c, include/ruby/encoding.h | naruse |
2008-05-20 | * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII. | naruse |
2008-05-19 | * regparse.c (PINC): use optimized enclen() instead of | matz |
2008-04-07 | * encoding.c (enc_init_db): moved to enc/encdb.c. | nobu |
2008-03-19 | * encoding.c (enc_check_encoding): should not load autoloaded encoding | nobu |
2008-03-15 | * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable(). | matz |
2008-02-29 | * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy. | nobu |
2008-02-28 | * encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse. | naruse |
2008-02-28 | * encoding.c (enc_find): check type of argument and convert to String | naruse |
2008-02-25 | Mon Feb 25 10:41:41 2008 Martin Duerst <[email protected]> | duerst |
2008-02-22 | * encoding.c (rb_enc_mbclen): return minlen instead of 1 when | akr |
2008-02-21 | * string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT. | naruse |
2008-02-20 | * encoding.c (rb_enc_associate_index): doesn't clear coderange | naruse |
2008-02-16 | * encoding.c (rb_enc_compatible): check encoding incapable arguments. | akr |
2008-02-16 | * encoding.c (rb_enc_compatible): empty strings are always compatible. | akr |
2008-02-16 | * encoding.c (rb_enc_strlen): moved to string.c. | akr |
2008-02-15 | * encoding.c (rb_enc_nth): moved to string.c. | akr |
2008-02-15 | * string.c (str_strlen): use search_nonascii() for performance. | matz |