1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
naruse 42dcda08ae * string.c (rb_str_usascii_new{,2}: defined.
(rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when empty
  string.

* encoding.c (rb_usascii_encoding, rb_usascii_encindex): defined.
  (rb_enc_inspect, enc_name, rb_locale_charmap, rb_enc_name_list_i):
  use rb_str_ascii_new.

* array.c (recursive_join, inspect_ary): ditto.

* object.c (nil_to_s, nil_inspect, true_to_s, false_to_s,
  rb_mod_to_s): ditto.

* hash.c (inspect_hash, rb_hash_inspect, rb_f_getenv, env_fetch,
  env_clear, env_to_s, env_inspect): ditto.

* numeric.c (flo_to_s, int_chr, rb_fix2str): ditto.

* bignum.c (rb_big2str): ditto.

* file.c (rb_file_ftype, rb_file_s_dirname, rb_file_s_extname,
  file_inspect_join, Init_file): ditto.

* test/ruby/test_ruby_m17n.rb: add checks for encoding of string.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-01-25 16:40:02 +00:00
..
csv
dbm
digest
drb
erb
fileutils
gdbm
io/nonblock
json * changed constant name: Struct::MyStruct -> Struct::MyJsonStruct 2007-12-24 14:02:09 +00:00
logger * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb, 2008-01-23 18:53:52 +00:00
monitor
net
nkf
openssl
optparse
ostruct
pathname
rdoc * lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists. 2008-01-22 00:01:59 +00:00
readline
rinda
ripper
rss
ruby * string.c (rb_str_usascii_new{,2}: defined. 2008-01-25 16:40:02 +00:00
rubygems
scanf
sdbm
socket
stringio
strscan
testunit
uri
webrick * lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields. 2008-01-09 11:37:03 +00:00
win32ole * ext/win32ole/win32ole.c (ole_set_safe_array): should not use 2008-01-19 00:29:31 +00:00
xmlrpc
yaml
zlib
inlinetest.rb
runner.rb
test_delegate.rb * test/test_delegate.rb: add new test file for delegate.rb. 2008-01-16 08:36:56 +00:00
test_generator.rb
test_ipaddr.rb
test_pp.rb
test_prettyprint.rb
test_set.rb
test_shellwords.rb
test_tempfile.rb
test_time.rb
test_timeout.rb
test_tsort.rb