summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-02-21* io.c (io_getpartial): error message describes what should beakr
2009-02-19* ext/socket/ancdata.c (ancillary_unix_rights): method renamed.akr
2009-02-18* ext/socket/ancdata.c (ancillary_rights): new method.akr
2009-02-18* test/ruby/test_file_exhaustive.rb: skip some tests if euid == 0.mame
2009-02-18* file.c (rb_file_s_extname): fix for spaces before extention.nobu
2009-02-17care EWOULDBLOCK of accept_nonblock.akr
2009-02-17* test/ostruct/test_ostruct.rb (test_frozen): added assertions.nobu
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