index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
encoding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* encoding.c (rb_find_encoding): new function find encoding from
nobu
2012-03-12
1
-1
/
+18
*
Correct documentation of r34608.
naruse
2012-02-15
1
-24
/
+39
*
Temporary fix not to use non ASCII.
naruse
2012-02-15
1
-2
/
+2
*
* encoding.c (Init_Encoding): Add IO example of internal and external
drbrain
2012-02-14
1
-3
/
+34
*
* encoding.c (Init_Encoding): Add Encoding documentation.
drbrain
2012-02-14
1
-1
/
+155
*
* encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd string
naruse
2012-02-05
1
-1
/
+0
*
* encoding.c (rb_enc_compatible): fix segv on symbols.
naruse
2012-01-21
1
-8
/
+14
*
* encoding.c (rb_locale_charmap): ignore calling nl_langinfo_codeset()
usa
2011-11-03
1
-2
/
+5
*
* encoding.c (require_enc): reject only loading from untrusted
nobu
2011-09-25
1
-1
/
+2
*
* encoding.c (load_encoding): predefined encoding names are safe.
nobu
2011-09-06
1
-0
/
+1
*
* encoding.c (enc_find): mistakenly remained !. [Bug #5150]
nobu
2011-08-02
1
-1
/
+1
*
Revert "* encoding.c (enc_find): simplified with RB_TYPE_P."
naruse
2011-08-02
1
-1
/
+1
*
* encoding.c (enc_find): simplified with RB_TYPE_P.
nobu
2011-08-02
1
-1
/
+1
*
Fix r32811: add UNSPECIFIED_ENCODING case.
naruse
2011-08-02
1
-1
/
+6
*
* encoding.c (str_to_encoding): rename from to_encoding and
naruse
2011-08-02
1
-8
/
+16
*
* encoding.c (rb_enc_set_index, rb_enc_associate_index): should
nobu
2011-07-07
1
-4
/
+11
*
* internal.h: declare internal functions here.
akr
2011-06-17
1
-0
/
+1
*
* encoding.c (rb_locale_charmap): When ruby process is run as Windows
naruse
2011-06-10
1
-1
/
+3
*
* encoding.c: Mention that Encoding.compatible? can work with more
drbrain
2011-06-10
1
-5
/
+11
*
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-19
1
-2
/
+2
*
* encoding.c: Improve documentation for Encoding#default_external and
drbrain
2011-05-18
1
-6
/
+60
*
* encoding.c (enc_find): accept Encoding objects.
nobu
2011-04-26
1
-1
/
+1
*
* encoding.c (rb_enc_compatible): change the rule for empty strings:
naruse
2011-02-15
1
-4
/
+4
*
* encoding.c: parenthesize macro arguments.
akr
2010-12-11
1
-1
/
+1
*
* encoding.c (enc_alias_internal): use st_insert2 and change return
naruse
2010-12-02
1
-9
/
+5
*
* encoding.c (enc_alias_internal): use xfree instead of free.
naruse
2010-12-02
1
-1
/
+1
*
* encoding.c (enc_alias_internal): free the copied key and
naruse
2010-12-02
1
-4
/
+11
*
* configure.in (XCFLAGS): use -fvisibility=hidden if possible.
nobu
2010-07-21
1
-0
/
+11
*
* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]
nobu
2010-07-18
1
-1
/
+2
*
update doc.
akr
2010-07-17
1
-0
/
+1
*
update comment.
akr
2010-05-31
1
-1
/
+1
*
* encoding.c (rb_enc_unicode_p): check the encoding is Unicode
naruse
2010-05-31
1
-1
/
+2
*
* encoding.c (rb_filesystem_encindex): avoid infinite require
naruse
2010-05-29
1
-1
/
+1
*
* include/ruby/encoding.h (rb_filesystem_encindex): defined.
naruse
2010-05-27
1
-2
/
+2
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-37
/
+37
*
* encoding.c (enc_replicate): new encoding name must be valid
nobu
2010-04-11
1
-1
/
+1
*
fix rdoc
kazu
2010-04-11
1
-1
/
+1
*
* encoding.c (enc_set_filesystem_encoding):
naruse
2010-03-06
1
-2
/
+0
*
* encoding.c (Init_Encoding): undef Encoding.new because
naruse
2009-12-21
1
-0
/
+1
*
Add rdoc and test of Encoding#replicate.
naruse
2009-12-12
1
-0
/
+9
*
* encoding.c (enc_replicate): add Encoding#replicate(name).
naruse
2009-12-10
1
-13
/
+26
*
* removed spaces just before tabs.
nobu
2009-11-26
1
-1
/
+1
*
* encoding.c (enc_set_default_encoding): reset filesytem
naruse
2009-11-18
1
-4
/
+15
*
* encoding.c (rb_filesystem_encindex): use default external encoding
akr
2009-11-15
1
-1
/
+1
*
* encoding.c (rb_filesystem_encindex): add fallback to
naruse
2009-11-06
1
-0
/
+1
*
fix typos.
akr
2009-11-03
1
-1
/
+1
*
Revert set locale and filesystem encindex in Init_Encoding.
naruse
2009-10-29
1
-19
/
+21
*
* encoding.c (Init_Encoding): set locale and filesystem encindex.
naruse
2009-10-29
1
-21
/
+19
*
* encoding.c (enc_find): fixed rdoc formatting.
nobu
2009-10-28
1
-6
/
+7
*
* encoding.c (get_filesystem_encoding): removed.
naruse
2009-10-28
1
-24
/
+30
[next]