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
2012-06-13
encoding.c: strdup macro
nobu
2012-06-08
* remove trailing spaces.
nobu
2012-04-15
* reduce UNREACHABLE.
nobu
2012-04-13
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-03-12
* encoding.c (rb_find_encoding): new function find encoding from
nobu
2012-02-15
Correct documentation of r34608.
naruse
2012-02-15
Temporary fix not to use non ASCII.
naruse
2012-02-14
* encoding.c (Init_Encoding): Add IO example of internal and external
drbrain
2012-02-14
* encoding.c (Init_Encoding): Add Encoding documentation.
drbrain
2012-02-05
* encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd string
naruse
2012-01-21
* encoding.c (rb_enc_compatible): fix segv on symbols.
naruse
2011-11-03
* encoding.c (rb_locale_charmap): ignore calling nl_langinfo_codeset()
usa
2011-09-25
* encoding.c (require_enc): reject only loading from untrusted
nobu
2011-09-06
* encoding.c (load_encoding): predefined encoding names are safe.
nobu
2011-08-02
* encoding.c (enc_find): mistakenly remained !. [Bug #5150]
nobu
2011-08-02
Revert "* encoding.c (enc_find): simplified with RB_TYPE_P."
naruse
2011-08-02
* encoding.c (enc_find): simplified with RB_TYPE_P.
nobu
2011-08-02
Fix r32811: add UNSPECIFIED_ENCODING case.
naruse
2011-08-02
* encoding.c (str_to_encoding): rename from to_encoding and
naruse
2011-07-07
* encoding.c (rb_enc_set_index, rb_enc_associate_index): should
nobu
2011-06-17
* internal.h: declare internal functions here.
akr
2011-06-10
* encoding.c (rb_locale_charmap): When ruby process is run as Windows
naruse
2011-06-10
* encoding.c: Mention that Encoding.compatible? can work with more
drbrain
2011-05-19
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-18
* encoding.c: Improve documentation for Encoding#default_external and
drbrain
2011-04-26
* encoding.c (enc_find): accept Encoding objects.
nobu
2011-02-15
* encoding.c (rb_enc_compatible): change the rule for empty strings:
naruse
2010-12-11
* encoding.c: parenthesize macro arguments.
akr
2010-12-02
* encoding.c (enc_alias_internal): use st_insert2 and change return
naruse
2010-12-02
* encoding.c (enc_alias_internal): use xfree instead of free.
naruse
2010-12-02
* encoding.c (enc_alias_internal): free the copied key and
naruse
2010-07-21
* configure.in (XCFLAGS): use -fvisibility=hidden if possible.
nobu
2010-07-18
* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]
nobu
2010-07-17
update doc.
akr
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
[next]