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 (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
*
* encoding.c (get_filesystem_encoding):
naruse
2009-10-28
1
-0
/
+17
*
fix a typo.
akr
2009-10-23
1
-1
/
+1
*
* encoding.c (rb_enc_unicode_p): defined.
naruse
2009-09-29
1
-0
/
+9
*
* encoding.c (rb_filesystem_encoding): On Unix systems,
naruse
2009-09-28
1
-1
/
+1
*
* include/ruby/ruby.h (rb_data_type_struct): constified dsize.
nobu
2009-09-09
1
-1
/
+1
*
* encoding.c (rb_enc_compatible): If a string is empty and
naruse
2009-08-11
1
-2
/
+2
*
* encoding.c (is_data_encoding): fix condition.
naruse
2009-08-11
1
-2
/
+2
*
New API Encoding#ascii_compatible?.
naruse
2009-08-08
1
-0
/
+17
*
* encoding.c (rb_enc_associate_index): cannot set encoding on
nobu
2009-08-06
1
-0
/
+3
*
* encoding.c (valid_encoding_name_p): rejects too long encoding
nobu
2009-08-06
1
-2
/
+12
*
* encoding.c (encoding_data_type): typed data.
nobu
2009-08-06
1
-8
/
+18
*
* encoding.c (rb_enc_get_index): fixed indent.
nobu
2009-08-06
1
-25
/
+25
*
Add functions and macros for second encoding definitions.
naruse
2009-08-04
1
-0
/
+12
*
* suppressed shorten-64-to-32 warnings.
nobu
2009-07-18
1
-8
/
+9
*
* ruby.c (process_options): don't specify .so for encdb here.
akr
2009-06-22
1
-2
/
+2
*
* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
matz
2009-06-19
1
-2
/
+0
*
* rb_enc_get_index: allows an arbitrary RData as the argument but not
yugui
2009-05-20
1
-0
/
+4
*
* encoding.c (rb_enc_fast_mbclen): faster mbclen for strings known
matz
2009-05-20
1
-0
/
+6
*
* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()
matz
2009-05-19
1
-2
/
+11
*
* encoding.c (rb_filesystem_encoding): Change filesystem_encoding of
naruse
2009-04-30
1
-1
/
+1
*
stripped trailing spaces.
nobu
2009-02-22
1
-1
/
+1
[next]