aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu2009-09-234-4/+28
* * range.c: fixed type.nobu2009-09-231-9/+9
* * tool/instruction.rb (make_header_prepare_stack): check stacknobu2009-09-233-4/+35
* * proc.c (umethod_bind, rb_mod_define_method): Fix bug that disallowed method...marcandre2009-09-222-4/+13
* * proc.c (rb_mod_define_method): doc fixmarcandre2009-09-221-1/+1
* * 2009-09-23svn2009-09-221-2/+2
* * eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too)marcandre2009-09-221-1/+1
* * variable.c: fixed type.nobu2009-09-221-13/+13
* * regint.h: commit miss.nobu2009-09-221-1/+1
* * st.c (st_table_entry, st_get_key): use st_index_t.nobu2009-09-222-2/+6
* * regenc.h (PosixBracketEntryType): constified.nobu2009-09-223-19/+23
* * regerror.c (onig_error_code_to_str, onig_snprintf_with_pattern):nobu2009-09-222-3/+6
* * regparse.c (st_str_end_key, str_end_cmp, str_end_hash):nobu2009-09-222-10/+17
* * process.c (proc_setgroups): fixed type.nobu2009-09-221-2/+2
* * tool/transcode-tblgen.rb (transcode_generated_code): fixed type.nobu2009-09-222-1/+5
* * enum.c (enum_chunk): new method Enumerable#chunk.akr2009-09-223-0/+401
* * process.c (run_exec_dup2): fixed type.nobu2009-09-211-1/+1
* * 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