-
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.
* configure.in (os2-emx): renamed from os2_emx, add flags to
CFLAGS and LDFLAGS, and remove lib prefix. [ruby-dev:20993] * file.c (rb_file_s_rename): retry with removing new file on DOSISH. [ruby-dev:21007] * ext/socket/extconf.rb (sendmsg, recvmsg): check functions. * ext/socket/socket.c (unix_send_io, unix_recv_io): raise NotImplementedError unless system calls are available. * ext/socket/socket.c (sock_initialize): rename from sock_init() to get rid of conflict with OS/2 socket library. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
5 changed files
with
52 additions
and
15 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,19 @@ | ||
Wed Jul 30 09:31:55 2003 Nobuyoshi Nakada <[email protected]> | ||
|
||
* configure.in (os2-emx): renamed from os2_emx, add flags to | ||
CFLAGS and LDFLAGS, and remove lib prefix. [ruby-dev:20993] | ||
|
||
* file.c (rb_file_s_rename): retry with removing new file on | ||
DOSISH. [ruby-dev:21007] | ||
|
||
* ext/socket/extconf.rb (sendmsg, recvmsg): check functions. | ||
|
||
* ext/socket/socket.c (unix_send_io, unix_recv_io): raise | ||
NotImplementedError unless system calls are available. | ||
|
||
* ext/socket/socket.c (sock_initialize): rename from sock_init() | ||
to get rid of conflict with OS/2 socket library. | ||
|
||
Wed Jul 30 02:37:12 2003 Yukihiro Matsumoto <[email protected]> | ||
|
||
* marshal.c (w_object): if object responds to 'marshal_dump', | ||
|
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