aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-06155-1196/+1196
* * test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse2009-03-051-1/+1
* * test/ruby/test_array.rb: fix wrong test, and add a test formame2009-03-041-1/+7
* * test/ruby/test_array.rb: add some tests for coverage.mame2009-03-041-0/+14
* * lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui2009-03-031-0/+15
* * test/dl: moved from ext/dl/test.nobu2009-03-035-0/+451
* * ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr2009-03-022-0/+2
* * test/ruby/test_path.rb (test_extname): test for r19596.nobu2009-03-011-0/+9
* * test/ruby/test_path.rb (test_basename): test for r19595.nobu2009-03-011-0/+2
* * ext/socket/ancdata.c (ancillary_unix_rights): check message type.akr2009-02-281-0/+8
* * ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr2009-02-271-3/+3
* add a test.akr2009-02-271-0/+33
* * lib/ostruct.rb (modifiable): check if really frozen.nobu2009-02-271-0/+4
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.akr2009-02-261-15/+2
* * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr2009-02-251-0/+17
* * ext/socket/ancdata.c (ancillary_s_unix_rights): new method.akr2009-02-251-1/+58
* * string.c (rb_str_force_encoding): should clear coderange at changingnobu2009-02-251-3/+7
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-251-1/+2
* * string.c (rb_str_chomp_bang): coderange may change.nobu2009-02-241-0/+4
* * string.c (rb_str_delete_bang): should recalculate coderange.nobu2009-02-241-0/+5
* * ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.akr2009-02-241-2/+8
* * ext/socket/ancdata.c (ancillary_timestamp): new method.akr2009-02-241-0/+4
* * ext/socket/ancdata.c (inspect_timespec_as_abstime): new function toakr2009-02-231-0/+23
* * ext/socket/ancdata.c (inspect_bintime_as_abstime): new function toakr2009-02-231-0/+18
* * ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_takr2009-02-231-2/+2
* add a test.akr2009-02-221-0/+18
* * string.c (tr_trans): should recalculate coderange.nobu2009-02-221-0/+2
* * test/ruby/test_string.rb (test_tr): test for [ruby-core:22328].nobu2009-02-221-3/+8
* * string.c (tr_trans): should not be affected by the encoding ofnobu2009-02-221-0/+7
* * io.c (io_getpartial): error message describes what should beakr2009-02-212-2/+96
* * ext/socket/ancdata.c (ancillary_unix_rights): method renamed.akr2009-02-191-2/+2
* * ext/socket/ancdata.c (ancillary_rights): new method.akr2009-02-181-8/+9
* * test/ruby/test_file_exhaustive.rb: skip some tests if euid == 0.mame2009-02-181-0/+8
* * file.c (rb_file_s_extname): fix for spaces before extention.nobu2009-02-181-26/+25
* care EWOULDBLOCK of accept_nonblock.akr2009-02-171-1/+6
* * test/ostruct/test_ostruct.rb (test_frozen): added assertions.nobu2009-02-171-0/+2
* * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu2009-02-151-0/+8
* add a test.akr2009-02-151-0/+15
* * test/test_pp.rb: extract from lib/pp.rb.akr2009-02-143-12/+739
* * lib/time.rb (Time.parse): raise ArgumentError if Date._parse don'takr2009-02-141-0/+1
* * hash.c (rb_hash): always return a fixnum value because a returnmame2009-02-141-0/+11
* * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu2009-02-141-0/+9
* * test/test_time.rb: extracted from lib/time.rb.akr2009-02-141-4/+363
* add timeout.akr2009-02-141-1/+8
* * test/ruby/test_{proc,method}.rb: updated tests.nobu2009-02-132-25/+25
* * cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko12009-02-131-0/+9
* * test/socket/test_socket.rb (test_udp_server): filter out unreachableakr2009-02-121-0/+3
* test only if Socket::AncillaryData exists.akr2009-02-121-1/+1
* * test/stringio/test_stringio.rb (test_ungetc_pos): added.nobu2009-02-121-0/+15
* test updated.akr2009-02-111-23/+27