aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (doc): doc fix, patch by Run Paint Run Run [ruby-core:23644]marcandre2009-09-241-6/+6
* rdoc update.akr2009-09-241-18/+48
* * proc.c (mnew): generate method object that wraps method_missing,matz2009-09-243-0/+62
* * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre2009-09-243-4/+10
* * load.c (Kernel#autoload?, Module#autoload?): added doc [ruby-core:19983]marcandre2009-09-231-2/+18
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu2009-09-233-15/+13
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop withnobu2009-09-232-1/+11
* * dln.c (aix_loaderror): fixed typo. suppress warnings.kanemoto2009-09-232-3/+8
* * 2009-09-24svn2009-09-231-2/+2
* * enum.c (enum_minmax): reduce comparison.akr2009-09-232-36/+140
* * lib/thread.rb (ConditionVariable#wait): add timeout argument.akr2009-09-233-2/+14
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.nobu2009-09-232-0/+15
* cosmetic change.akr2009-09-231-1/+2
* describe Enumerable#chunk and Enumerable#slice_before.akr2009-09-231-0/+2
* * vm_method.c (basic_obj_respond_to): new function to fundamentalmatz2009-09-232-10/+36
* * parse.y (assign_in_cond): also should warn assignment to dvar innobu2009-09-233-2/+28
* * sprintf.c: fixed type.nobu2009-09-231-7/+8
* * time.c: fixed type.nobu2009-09-231-51/+52
* * 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