summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-02-15* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu
2009-02-15add a test.akr
2009-02-14* test/test_pp.rb: extract from lib/pp.rb.akr
2009-02-14* lib/time.rb (Time.parse): raise ArgumentError if Date._parse don'takr
2009-02-14* hash.c (rb_hash): always return a fixnum value because a returnmame
2009-02-14* array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu
2009-02-14* test/test_time.rb: extracted from lib/time.rb.akr
2009-02-14add timeout.akr
2009-02-13* test/ruby/test_{proc,method}.rb: updated tests.nobu
2009-02-13* cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko1
2009-02-12* test/socket/test_socket.rb (test_udp_server): filter out unreachableakr
2009-02-12test only if Socket::AncillaryData exists.akr
2009-02-12* test/stringio/test_stringio.rb (test_ungetc_pos): added.nobu
2009-02-11test updated.akr
2009-02-11* ext/socket/lib/socket.rb (Socket.unix_server_socket): close theakr
2009-02-11* ext/socket/lib/socket.rb (Socket.unix_server_socket): call the blockakr
2009-02-11* ext/socket/ancdata.c (ancillary_s_ip_pktinfo): make 3rd argumentakr
2009-02-11add tests.akr
2009-02-11rename tests classes.akr
2009-02-11add tests.akr
2009-02-11* ext/socket/extconf.rb: check getpeereid.akr
2009-02-10* ext/socket/lib/socket.rb (Socket.udp_server_sockets): new method.akr
2009-02-10* ext/socket/option.c (sockopt_s_bool): new method.akr
2009-02-09* ext/socket/ancdata.c (ancillary_initialize): add family argument.akr
2009-02-08* ext/socket/option.c (inspect_peercred): struct ucred containsakr
2009-02-08LOCAL_PEERCRED is also available on MacOS X.akr
2009-02-08* ext/socket/option.c (inspect_local_peercred): cr_uid is a effectiveakr
2009-02-08* ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.akr
2009-02-08* enumerator.c (enumerator_with_index): receives one argument whichmame
2009-02-08remove debug print.akr
2009-02-08* ext/socket/option.c (inspect_peercred): new function to showakr
2009-02-08* ext/socket/extconf.rb: check struct cmsgcred.akr
2009-02-08test renamed.akr
2009-02-08* ext/socket/extconf.rb: check struct sockcred.akr
2009-02-08add a test.akr
2009-02-08* ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument.akr
2009-02-08select before read_nonblock.akr
2009-02-08specify exception class for rescue clause.akr
2009-02-07add a test.akr
2009-02-07* test/socket/test_addrinfo.rb (test_family_addrinfo): don't useakr
2009-02-07test setrlimit in a child process.akr
2009-02-06* test/etc/test_etc.rb: trivial.nobu
2009-02-06no need to restore rlimit in child process.akr
2009-02-05* ext/socket: AddrInfo is renamed to Addrinfo. [ruby-dev:37876]akr
2009-02-05don't connect to unspecified address (0.0.0.0). OpenBSD reject it.akr
2009-02-04test relaxed.akr
2009-02-04add tests.akr
2009-02-04relax tests for MacOS X.akr
2009-02-04relax tests for IPv4 compat/mapped IPv6 addresss.akr
2009-02-03* test/etc/test_etc.rb(test_getpwnam, test_getgrgid, test_getgrnam):mame