Age | Commit message (Expand) | Author |
2008-04-20 | * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol. | technorama |
2008-04-20 | * enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator. | knu |
2008-04-20 | * enumerator.c: Resolve the method every time an enumeration | knu |
2008-04-20 | fix deadlock. | akr |
2008-04-20 | update sprintf rdoc. | akr |
2008-04-20 | * file.c (file_expand_path): constified. | nobu |
2008-04-20 | * io.c (copy_stream_func): suppress warnings. | nobu |
2008-04-20 | * io.c (copy_stream_rbuf_to_dst): removed. | akr |
2008-04-20 | * vm_core.h (struct iseq_compile_data): moved label_no from | nobu |
2008-04-20 | * compile.c (iseq_set_exception_table): allocates catch_table only | nobu |
2008-04-20 | * compile.c (struct iseq_link_element, struct iseq_insn_data): made | nobu |
2008-04-20 | * compile.c (iseq_compile_each): fix for splat in when and rescue. | nobu |
2008-04-20 | * io.c (copy_stream_fallback): write directly (bypassing write method) | akr |
2008-04-20 | avoid warnings in copy_stream_body. | akr |
2008-04-20 | * io.c (copy_stream_fallback): read directly (bypassing readpartial) | akr |
2008-04-19 | * io.c (copy_stream_body): use readpartial and write method for | akr |
2008-04-19 | fix setup method. | akr |
2008-04-18 | * test/ruby/test_array.rb: add tests to achieve over 95% test coverage | mame |
2008-04-18 | * gc.c (rb_gc_mark_locations): get rid of underflow. | nobu |
2008-04-17 | * 2008-04-18 | usa |
2008-04-17 | * ruby.1: fixed typo. | yugui |
2008-04-17 | * ruby.1: added --{disable|enable}-{rubyopt|all}. | yugui |
2008-04-17 | * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add | mame |
2008-04-17 | * test/ruby/test_rubyoptions.rb (test_search): enable some assertions. | mame |
2008-04-17 | * test/ruby/test_rubyoptions.rb (ruby): run in C locale. | nobu |
2008-04-16 | * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILE | mame |
2008-04-15 | * ruby.c (process_options): preludes and parser need to run in safe | nobu |
2008-04-15 | * ruby.c (process_options): dln_find_file returns the pointer to a | nobu |
2008-04-15 | * test/xmlrpc/test_cookie.rb: set svn:eol-style. | kou |
2008-04-15 | * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403] | kou |
2008-04-15 | * io.c: #undef rb_argv moved before #define. | matz |
2008-04-15 | * include/ruby/intern.h (rb_argv): replaced with rb_get_argv(). | nobu |
2008-04-15 | * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ] | nobu |
2008-04-15 | * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d... | kazu |
2008-04-15 | * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests. | kazu |
2008-04-15 | * misc/ruby-mode.el (ruby-encoding-map): added shift-jis for older | nobu |
2008-04-15 | * array.c (rb_ary_take_while, rb_ary_drop_while): removed unused | nobu |
2008-04-14 | typo | tadf |
2008-04-14 | * complex.c (nucomp_div): [ruby-dev:34357] | tadf |
2008-04-14 | * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223] | matz |
2008-04-14 | * test/ruby/test_objectspace.rb: add a test for | mame |
2008-04-14 | * file.c (SET_EXTERNAL_ENCODING): avoid call rb_enc_check() on | matz |
2008-04-14 | * hash.c (rb_hash_delete_if, rb_hash_reject_bang, env_delete_if, | knu |
2008-04-14 | * compile.c, compile.h (compile_debug): made runtime option. | nobu |
2008-04-14 | * array.c (ary_new): new integer overflow check condition. | matz |
2008-04-14 | * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350] | nobu |
2008-04-14 | * gc.c (rb_objspace_t): packed globals. [ruby-dev:34348] | nobu |
2008-04-14 | * gc.c (finalizers): removed. [ruby-dev:34349] | nobu |
2008-04-14 | bootstraptest/test_knownbug.rb: wrong condition | matz |
2008-04-13 | * test/ruby/test_parse.rb: add tests to achieve over 95% test coverage | mame |