summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar2009-07-303-9/+44
* * proc.c (rb_method_entry_arity): support optimized method (send).ko12009-07-281-0/+4
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files.nobu2009-07-271-3/+5
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-261-0/+12
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-261-1/+21
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-251-4/+4
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-252-0/+7
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-241-0/+68
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-241-0/+94
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-231-0/+64
* * test/ruby/test_module.rb (TestModule#test_alias): warningmatz2009-07-221-1/+1
* * test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz2009-07-221-2/+2
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-3/+3
* * test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu2009-07-211-2/+1
* * random.c (rand_init): array length of random seed was broken, whichmame2009-07-211-0/+5
* * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object suke2009-07-211-19/+30
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-201-0/+4
* Use UDP for sendmsg/recvmsg tests.akr2009-07-191-5/+31
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-191-0/+6
* * vm_method.c (me_opts): fixed optimized method aliasing.nobu2009-07-191-0/+8
* * test_socket.rb (test_udp_server): cannot check the existance of sendmsg byusa2009-07-191-6/+13
* fix skip condition.akr2009-07-171-1/+1
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-173-4/+13
* * array.c (recursive_hash): reject recursive key.akr2009-07-171-3/+1
* * array.c (recursive_join): raise ArgumentError for joiningmatz2009-07-171-2/+2
* remove test for recursive hash key. [ruby-core:22921]akr2009-07-171-6/+0
* * test/win32ole/test_win32ole.rb (test_s_codepage_changed,suke2009-07-162-17/+48
* * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu2009-07-161-0/+19
* * vm_method.c (rb_alias): fix a case which try non-existing method alias.ko12009-07-161-0/+8
* * io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu2009-07-161-0/+10
* * random.c (rb_random_t): objectified. [EXPERIMENTAL]nobu2009-07-161-80/+80
* Set tempfile name with literal.naruse2009-07-141-2/+2
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-141-0/+3
* Follow tests for changes of ENV's encoding.naruse2009-07-131-2/+3
* * test/ruby/test_case.rb (TestCase#test_deoptimization):yugui2009-07-131-0/+11
* * lib/prime.rb (Prime#prime_division): now decomposesyugui2009-07-131-0/+5
* * test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse2009-07-111-0/+14
* * array.c (ary_join_1): should recurse for element array.nobu2009-07-101-0/+1
* * ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji2009-07-101-0/+1
* * ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji2009-07-101-32/+78
* * test/ruby/test_array.rb (test_join2): fixed typo.nobu2009-07-101-1/+1
* * array.c (recursive_join): use obj to tell if recursion occurs.nobu2009-07-102-4/+18
* Add test for marshaling regexp.naruse2009-07-101-0/+7
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-101-0/+8
* * file.c (rb_file_s_basename): returns new string instead ofnobu2009-07-081-2/+4
* * enum.c (rb_enum_join): non-nil separator must be convertible tonobu2009-07-071-0/+9
* * proc.c (make_curry_proc): should propagate lambda-ness.nobu2009-07-061-0/+7
* * test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz2009-07-062-4/+4
* * enum.c (enum_join): deals with self recursive objects to get ridnobu2009-07-061-0/+14
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-051-0/+5