aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-2117-118/+132
* * ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend onnobu2009-09-213-1/+8
* * ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to benobu2009-09-211-3/+3
* * ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.nobu2009-09-215-0/+10
* * ext/bigdecimal/lib/*.rb: fixed indent.nobu2009-09-213-42/+42
* * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion fromnobu2009-09-213-0/+24
* * Makefile.in, win32/Makefile.sub (INSNS): depend on tools.nobu2009-09-213-2/+10
* * tool/instruction.rb (make_insn_operand_optimized): fixed typo.nobu2009-09-211-2/+2
* * ext/bigdecimal/bigdecimal.c (BigDecimal_remainder): Doc fix [ruby-core:18796]marcandre2009-09-211-4/+1
* * ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre2009-09-212-1/+6
* * 2009-09-22svn2009-09-211-2/+2
* * ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...marcandre2009-09-212-0/+15
* * cont.c, proc.c: added rdoc.nobu2009-09-212-0/+19
* * proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu2009-09-214-13/+31
* * cont.c (cont_new, cont_capture, fiber_t_alloc): needs alreadynobu2009-09-212-6/+18
* * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu2009-09-204-7/+116
* * lib/cgi/cookie.rb: fixed indent.nobu2009-09-201-33/+33
* * 2009-09-20svn2009-09-201-2/+2
* * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s...marcandre2009-09-203-31/+63
* * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table innobu2009-09-192-0/+16
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-195-1/+29
* * string.c: added rdocs for symbol.nobu2009-09-181-0/+88
* * string.c: fixed types.nobu2009-09-181-40/+45
* * 2009-09-19svn2009-09-181-2/+2
* * include/ruby/ruby.h (rb_type): forward declaration to suppress anobu2009-09-182-0/+6
* * dir.c (GlobPathValue): adjust return types. based on a patchnobu2009-09-182-1/+6
* * marshal.c (r_object0): entry regexp object before its encodingnobu2009-09-183-4/+19
* * common.mk (eval.o): needs vm.h.nobu2009-09-187-14/+97
* * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu2009-09-184-6/+19
* * dir.c (GlobPathValue): glob allows null bytes as separators.nobu2009-09-182-3/+13
* * test/fileutils/test_fileutils.rb: fixed indent by splitting methods.nobu2009-09-181-55/+75
* * doc/re.rdoc: use rdoc mode.nobu2009-09-182-583/+586
* * misc/rdoc-mode.el: added.nobu2009-09-182-0/+86
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu2009-09-181-5/+2
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu2009-09-181-1/+4
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu2009-09-182-2/+7
* * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]kazu2009-09-172-0/+9
* fix typoskazu2009-09-171-3/+3
* * dir.c (push_glob): str should be a string always.nobu2009-09-172-3/+10
* * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.nobu2009-09-172-5/+8
* * lib/mkmf.rb (create_header): open in binmode.nobu2009-09-173-3/+7
* * gc.c (vm_xrealloc): free as like standard free if size is zero.nobu2009-09-172-1/+10
* * eval_intern.h: use rb_node_newnode() directly.ko12009-09-172-1/+5
* * blockinlining.c: removed.ko12009-09-174-467/+9
* * thread.c: added rdocs.nobu2009-09-171-0/+50
* * thread.c (rb_thread_s_debug_set): set level, not only boolean.nobu2009-09-172-1/+12
* * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdocnobu2009-09-173-2/+3
* * doc/re.rb (Regexp): not under Doc.nobu2009-09-171-3/+2
* * doc/re.rb: property.nobu2009-09-170-0/+0
* * doc/re.rb: New document for Ruby's fork of Oniguruma.naruse2009-09-174-0/+598