| Commit message (Expand) | Author | Age | Files | Lines |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -1/+1 |
* | * encoding.c (rb_filesystem_encoding): Windows' filesystem encoding is | usa | 2009-02-01 | 1 | -1/+1 |
* | * encoding.c (enc_set_default_encoding): should not treat US-ASCII | matz | 2009-01-15 | 1 | -6/+3 |
* | * encoding.c (rb_locale_charmap): fixed typo. | nobu | 2009-01-15 | 1 | -1/+1 |
* | * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw | nobu | 2009-01-15 | 1 | -3/+1 |
* | * encoding.c (rb_locale_charmap): fallback to codepage if no | nobu | 2009-01-14 | 1 | -0/+9 |
* | describe Encoding.find("locale") in rdoc of Encoding.locale_charmap. | akr | 2009-01-12 | 1 | -0/+5 |
* | * encoding.c (rb_locale_charmap): use GetConsoleCP() instead of | usa | 2009-01-05 | 1 | -2/+2 |
* | * encoding.c (rb_filesystem_encoding): use ANSI codepage for file | nobu | 2009-01-05 | 1 | -10/+11 |
* | * encoding.c (rb_filesystem_encoding, rb_locale_charmap): uses | nobu | 2009-01-04 | 1 | -4/+12 |
* | * encoding.c (default_external): endless recursion during | yugui | 2008-12-13 | 1 | -1/+1 |
* | * encoding.c (rb_enc_set_default_external): default_internal can be | yugui | 2008-12-12 | 1 | -1/+8 |
* | * encoding.c (enc_get_default_encoding): removed. | yugui | 2008-12-12 | 1 | -11/+13 |
* | * encoding.c (rb_enc_aliases_enc_i): skips default internal. | nobu | 2008-12-11 | 1 | -0/+1 |
* | * encoding.c (enc_set_default_encoding): allowed to set default | nobu | 2008-12-11 | 1 | -36/+79 |
* | * encoding.c (rb_enc_set_default_internal): defines internal | nobu | 2008-12-11 | 1 | -1/+9 |
* | * encoding.c (rb_locale_encoding): removed Encoding::LOCALE. | nobu | 2008-12-11 | 1 | -5/+12 |
* | * encoding.c (rb_enc_set_default_internal): no alias "internal" if | nobu | 2008-10-31 | 1 | -2/+7 |
* | * encoding.c (rb_locale_encoding): makes an alias for locale. | nobu | 2008-10-30 | 1 | -5/+7 |
* | * encoding.c (enc_names): minor improvement. | nobu | 2008-10-09 | 1 | -8/+11 |
* | * encoding.c (Init_Encoding): new instance method Encoding#names, | naruse | 2008-10-09 | 1 | -0/+30 |
* | * encoding.c (rb_default_internal_encoding): merged a patch from | matz | 2008-10-07 | 1 | -0/+50 |
* | * encoding.c (get_default_external): add description. | naruse | 2008-09-21 | 1 | -1/+2 |
* | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr | 2008-09-18 | 1 | -8/+11 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr | 2008-09-16 | 1 | -11/+8 |
* | * encoding.c (Encoding#base_encoding): removed. [ruby-dev:36270] | naruse | 2008-09-15 | 1 | -13/+1 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -1/+2 |
* | * string.c (rb_str_squeeze_bang): specialized for 7bit characters in | matz | 2008-09-15 | 1 | -1/+6 |
* | * encoding.c (rb_enc_get_index): don't return -1. | akr | 2008-09-15 | 1 | -0/+1 |
* | * encoding.c (rb_enc_compatible): accepst other than strings and | naruse | 2008-09-15 | 1 | -17/+27 |
* | * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int. | naruse | 2008-09-11 | 1 | -2/+2 |
* | * encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE. | naruse | 2008-08-29 | 1 | -4/+2 |
* | * encoding.c (enc_compatible_p): add SPECIAL_CONST_P check. | naruse | 2008-08-29 | 1 | -6/+8 |
* | * encoding.c (enc_compatible_p): raise TypeError when argument is not | naruse | 2008-08-29 | 1 | -2/+8 |
* | * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCII | naruse | 2008-08-29 | 1 | -1/+5 |
* | * encoding.c (enc_compatible_p): raise TypeError when argument is Encoding. | naruse | 2008-08-23 | 1 | -0/+2 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * encoding.c (rb_filesystem_encoding): use default external encoding | akr | 2008-08-14 | 1 | -6/+4 |
* | * error.c (rb_eEncCompatError): add Exception. | naruse | 2008-08-12 | 1 | -3/+3 |
* | * encoding.c: include util.h. [ruby-dev:35715] | mame | 2008-08-10 | 1 | -0/+1 |
* | * encoding.c (rb_to_encoding_index, rb_to_encoding): check if the name | nobu | 2008-08-05 | 1 | -18/+19 |
* | * encoding.c (rb_filesystem_encoding): use locale encoding on Unix. | akr | 2008-07-21 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data. | nobu | 2008-07-04 | 1 | -97/+96 |
* | * encoding.c (rb_utf8_encindex): defined. | naruse | 2008-06-29 | 1 | -0/+6 |
* | * encoding.c (rb_filesystem_encoding): defined. | naruse | 2008-06-16 | 1 | -0/+16 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -3/+3 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -0/+2 |
* | * fix for (rb_enc_get_index(obj) == idx) case. | naruse | 2008-05-20 | 1 | -1/+1 |
* | * encoding.c, include/ruby/encoding.h | naruse | 2008-05-20 | 1 | -4/+5 |