matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a5dcc4437e
commit
8369164408
@ -5,6 +5,11 @@ Tue Dec 26 16:53:55 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (proc_new): ditto.
|
||||
|
||||
Tue Dec 26 15:45:35 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* string.c (rb_str_inspect): should treat multibyte chracters
|
||||
properly.
|
||||
|
||||
Mon Dec 25 17:49:08 2000 K.Kosako <kosako@sofnec.co.jp>
|
||||
|
||||
* string.c (rb_str_replace_m): unexpected string share happens if
|
||||
|
2
io.c
2
io.c
@ -2156,7 +2156,7 @@ rb_f_p(argc, argv)
|
||||
for (i=0; i<argc; i++) {
|
||||
rb_p(argv[i]);
|
||||
}
|
||||
if (TYPE(rb_defout) != T_FILE) {
|
||||
if (TYPE(rb_defout) == T_FILE) {
|
||||
rb_io_flush(rb_defout);
|
||||
}
|
||||
return Qnil;
|
||||
|
Loading…
x
Reference in New Issue
Block a user