index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
encoding.c
Age
Commit message (
Expand
)
Author
2010-05-31
update comment.
akr
2010-05-31
* encoding.c (rb_enc_unicode_p): check the encoding is Unicode
naruse
2010-05-29
* encoding.c (rb_filesystem_encindex): avoid infinite require
naruse
2010-05-27
* include/ruby/encoding.h (rb_filesystem_encindex): defined.
naruse
2010-05-17
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-04-11
* encoding.c (enc_replicate): new encoding name must be valid
nobu
2010-04-11
fix rdoc
kazu
2010-03-06
* encoding.c (enc_set_filesystem_encoding):
naruse
2009-12-21
* encoding.c (Init_Encoding): undef Encoding.new because
naruse
2009-12-12
Add rdoc and test of Encoding#replicate.
naruse
2009-12-10
* encoding.c (enc_replicate): add Encoding#replicate(name).
naruse
2009-11-26
* removed spaces just before tabs.
nobu
2009-11-18
* encoding.c (enc_set_default_encoding): reset filesytem
naruse
2009-11-15
* encoding.c (rb_filesystem_encindex): use default external encoding
akr
2009-11-06
* encoding.c (rb_filesystem_encindex): add fallback to
naruse
2009-11-03
fix typos.
akr
2009-10-29
Revert set locale and filesystem encindex in Init_Encoding.
naruse
2009-10-29
* encoding.c (Init_Encoding): set locale and filesystem encindex.
naruse
2009-10-28
* encoding.c (enc_find): fixed rdoc formatting.
nobu
2009-10-28
* encoding.c (get_filesystem_encoding): removed.
naruse
2009-10-28
* encoding.c (get_filesystem_encoding):
naruse
2009-10-23
fix a typo.
akr
2009-09-29
* encoding.c (rb_enc_unicode_p): defined.
naruse
2009-09-28
* encoding.c (rb_filesystem_encoding): On Unix systems,
naruse
2009-09-09
* include/ruby/ruby.h (rb_data_type_struct): constified dsize.
nobu
2009-08-11
* encoding.c (rb_enc_compatible): If a string is empty and
naruse
2009-08-11
* encoding.c (is_data_encoding): fix condition.
naruse
2009-08-08
New API Encoding#ascii_compatible?.
naruse
2009-08-06
* encoding.c (rb_enc_associate_index): cannot set encoding on
nobu
2009-08-06
* encoding.c (valid_encoding_name_p): rejects too long encoding
nobu
2009-08-06
* encoding.c (encoding_data_type): typed data.
nobu
2009-08-06
* encoding.c (rb_enc_get_index): fixed indent.
nobu
2009-08-04
Add functions and macros for second encoding definitions.
naruse
2009-07-18
* suppressed shorten-64-to-32 warnings.
nobu
2009-06-22
* ruby.c (process_options): don't specify .so for encdb here.
akr
2009-06-19
* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
matz
2009-05-20
* rb_enc_get_index: allows an arbitrary RData as the argument but not
yugui
2009-05-20
* encoding.c (rb_enc_fast_mbclen): faster mbclen for strings known
matz
2009-05-19
* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()
matz
2009-04-30
* encoding.c (rb_filesystem_encoding): Change filesystem_encoding of
naruse
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
[next]