-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* io.c (set_outfile): f should be the FILE* from the assigning value.
* ext/socket/socket.c (tcp_s_open): should not give default value to local_host. * time.c (time_s_times): move to Process::times. * file.c (rb_file_s_lchmod): new method File::lchmod. * file.c (rb_file_s_lchown): new method File::lchown. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Feb 16, 2001
1 parent
9ac8f70
commit e1c29a3
Showing
10 changed files
with
173 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
Fri Feb 16 01:44:56 2001 Yukihiro Matsumoto <[email protected]> | ||
|
||
* io.c (set_outfile): f should be the FILE* from the assigning value. | ||
|
||
* ext/socket/socket.c (tcp_s_open): should not give default value | ||
to local_host. | ||
|
||
* time.c (time_s_times): move to Process::times. | ||
|
||
* file.c (rb_file_s_lchmod): new method File::lchmod. | ||
|
||
* file.c (rb_file_s_lchown): new method File::lchown. | ||
|
||
Thu Feb 15 11:33:49 2001 Shugo Maeda <[email protected]> | ||
|
||
* lib/cgi/session.rb (close): fixed reversed condition. | ||
|
@@ -3271,7 +3284,7 @@ Sat Apr 1 22:50:28 2000 Yukihiro Matsumoto <[email protected]> | |
|
||
Sat Apr 1 21:30:53 2000 WATANABE Hirofumi <[email protected]> | ||
|
||
* io.c(rb_io_printf, rb_f_printf): should use rb_io_write. | ||
* io.c (rb_io_printf, rb_f_printf): should use rb_io_write. | ||
|
||
Sat Apr 1 00:16:05 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.