Age | Commit message (Expand) | Author |
2009-02-22 | stripped trailing spaces. | nobu |
2009-02-01 | * encoding.c (rb_filesystem_encoding): Windows' filesystem encoding is | usa |
2009-01-15 | * encoding.c (enc_set_default_encoding): should not treat US-ASCII | matz |
2009-01-15 | * encoding.c (rb_locale_charmap): fixed typo. | nobu |
2009-01-15 | * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw | nobu |
2009-01-14 | * encoding.c (rb_locale_charmap): fallback to codepage if no | nobu |
2009-01-12 | describe Encoding.find("locale") in rdoc of Encoding.locale_charmap. | akr |
2009-01-05 | * encoding.c (rb_locale_charmap): use GetConsoleCP() instead of | usa |
2009-01-05 | * encoding.c (rb_filesystem_encoding): use ANSI codepage for file | nobu |
2009-01-04 | * encoding.c (rb_filesystem_encoding, rb_locale_charmap): uses | nobu |
2008-12-13 | * encoding.c (default_external): endless recursion during | yugui |
2008-12-12 | * encoding.c (rb_enc_set_default_external): default_internal can be | yugui |
2008-12-12 | * encoding.c (enc_get_default_encoding): removed. | yugui |
2008-12-11 | * encoding.c (rb_enc_aliases_enc_i): skips default internal. | nobu |
2008-12-11 | * encoding.c (enc_set_default_encoding): allowed to set default | nobu |
2008-12-11 | * encoding.c (rb_enc_set_default_internal): defines internal | nobu |
2008-12-11 | * encoding.c (rb_locale_encoding): removed Encoding::LOCALE. | nobu |
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 |