1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/socket
akr 2f8b6234cd * include/ruby/intern.h (rb_time_num_new): declared.
* time.c (nsec2timev): extracted from time_new_internal.
  (time_new_internal): change argument to VALUE.
  (rb_time_new): follow the argument change.
  (rb_time_nano_new): ditto.
  (rb_time_num_new): new function.

* ext/socket/ancdata.c (ancillary_timestamp): use rb_time_num_new to
  represent struct bintime preciously.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-07-01 12:11:53 +00:00
..
test_addrinfo.rb don't use /tmp as example socket path. 2009-06-18 14:04:54 +00:00
test_ancdata.rb * ext/socket/ancdata.c (ancillary_unix_rights): check message type. 2009-02-28 09:29:26 +00:00
test_basicsocket.rb rename tests classes. 2009-02-11 04:17:57 +00:00
test_nonblock.rb use IO::WaitWritable. 2009-03-19 12:45:40 +00:00
test_socket.rb * include/ruby/intern.h (rb_time_num_new): declared. 2009-07-01 12:11:53 +00:00
test_sockopt.rb add tests. 2009-02-11 04:31:19 +00:00
test_tcp.rb rename tests classes. 2009-02-11 04:17:57 +00:00
test_udp.rb rename tests classes. 2009-02-11 04:17:57 +00:00
test_unix.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00