Age | Commit message (Expand) | Author |
2009-09-21 | * ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to be | nobu |
2009-09-21 | * ext/bigdecimal/lib/bigdecimal/*.rb: made module functions. | nobu |
2009-09-21 | * ext/bigdecimal/lib/*.rb: fixed indent. | nobu |
2009-09-21 | * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion from | nobu |
2009-09-21 | * Makefile.in, win32/Makefile.sub (INSNS): depend on tools. | nobu |
2009-09-21 | * tool/instruction.rb (make_insn_operand_optimized): fixed typo. | nobu |
2009-09-21 | * ext/bigdecimal/bigdecimal.c (BigDecimal_remainder): Doc fix [ruby-core:18796] | marcandre |
2009-09-21 | * ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr... | marcandre |
2009-09-21 | * 2009-09-22 | svn |
2009-09-21 | * ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ... | marcandre |
2009-09-21 | * cont.c, proc.c: added rdoc. | nobu |
2009-09-21 | * proc.c (proc_binding): allow proc from method. [ruby-core:25589] | nobu |
2009-09-21 | * cont.c (cont_new, cont_capture, fiber_t_alloc): needs already | nobu |
2009-09-20 | * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log): | nobu |
2009-09-20 | * lib/cgi/cookie.rb: fixed indent. | nobu |
2009-09-20 | * 2009-09-20 | svn |
2009-09-20 | * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s... | marcandre |
2009-09-19 | * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table in | nobu |
2009-09-19 | * dir.c (GlobPathValue), file.c (rb_get_path_check): path names | nobu |
2009-09-18 | * string.c: added rdocs for symbol. | nobu |
2009-09-18 | * string.c: fixed types. | nobu |
2009-09-18 | * 2009-09-19 | svn |
2009-09-18 | * include/ruby/ruby.h (rb_type): forward declaration to suppress a | nobu |
2009-09-18 | * dir.c (GlobPathValue): adjust return types. based on a patch | nobu |
2009-09-18 | * marshal.c (r_object0): entry regexp object before its encoding | nobu |
2009-09-18 | * common.mk (eval.o): needs vm.h. | nobu |
2009-09-18 | * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat() | nobu |
2009-09-18 | * dir.c (GlobPathValue): glob allows null bytes as separators. | nobu |
2009-09-18 | * test/fileutils/test_fileutils.rb: fixed indent by splitting methods. | nobu |
2009-09-18 | * doc/re.rdoc: use rdoc mode. | nobu |
2009-09-18 | * misc/rdoc-mode.el: added. | nobu |
2009-09-18 | * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by | nobu |
2009-09-18 | * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by | nobu |
2009-09-18 | * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variables | nobu |
2009-09-17 | * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345] | kazu |
2009-09-17 | fix typos | kazu |
2009-09-17 | * dir.c (push_glob): str should be a string always. | nobu |
2009-09-17 | * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array. | nobu |
2009-09-17 | * lib/mkmf.rb (create_header): open in binmode. | nobu |
2009-09-17 | * gc.c (vm_xrealloc): free as like standard free if size is zero. | nobu |
2009-09-17 | * eval_intern.h: use rb_node_newnode() directly. | ko1 |
2009-09-17 | * blockinlining.c: removed. | ko1 |
2009-09-17 | * thread.c: added rdocs. | nobu |
2009-09-17 | * thread.c (rb_thread_s_debug_set): set level, not only boolean. | nobu |
2009-09-17 | * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdoc | nobu |
2009-09-17 | * doc/re.rb (Regexp): not under Doc. | nobu |
2009-09-17 | * doc/re.rb: property. | nobu |
2009-09-17 | * doc/re.rb: New document for Ruby's fork of Oniguruma. | naruse |
2009-09-16 | * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,... | marcandre |
2009-09-16 | * lib/matrix.rb: Optimizations | marcandre |