| Commit message (Expand) | Author | Age | Files | Lines |
| * | * proc.c (missing_wrap): new_arg is already given if argc > 1. | nobu | 2009-09-25 | 2 | -4/+5 |
| * | * proc.c (mnew): fix for instance method of Module, BasicObject | nobu | 2009-09-25 | 3 | -3/+21 |
| * | * vm_method.c (check_definition): fixed typo. | nobu | 2009-09-25 | 1 | -1/+1 |
| * | * vm_method.c (obj_respond_to_missing): added rdoc. | nobu | 2009-09-25 | 1 | -0/+12 |
| * | * vm_method.c (rb_mod_method_defined): should return true or false. | nobu | 2009-09-25 | 2 | -3/+3 |
| * | * vm_method.c (rb_mod_method_defined): should return true or false. | nobu | 2009-09-25 | 2 | -3/+11 |
| * | Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc ... | ryan | 2009-09-24 | 1 | -2/+3 |
| * | * proc.c (Method#== doc): Fix doc, cf [ruby-core:24791] | marcandre | 2009-09-24 | 1 | -2/+2 |
| * | * hash.c (Hash#each): Fix documentation to reflect insertion order. A patch b... | marcandre | 2009-09-24 | 1 | -3/+2 |
| * | * 2009-09-25 | svn | 2009-09-24 | 1 | -2/+2 |
| * | * hash.c (doc): doc fix, patch by Run Paint Run Run [ruby-core:23644] | marcandre | 2009-09-24 | 1 | -6/+6 |
| * | rdoc update. | akr | 2009-09-24 | 1 | -18/+48 |
| * | * proc.c (mnew): generate method object that wraps method_missing, | matz | 2009-09-24 | 3 | -0/+62 |
| * | * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri... | marcandre | 2009-09-24 | 3 | -4/+10 |
| * | * load.c (Kernel#autoload?, Module#autoload?): added doc [ruby-core:19983] | marcandre | 2009-09-23 | 1 | -2/+18 |
| * | * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) is | nobu | 2009-09-23 | 3 | -15/+13 |
| * | * ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop with | nobu | 2009-09-23 | 2 | -1/+11 |
| * | * dln.c (aix_loaderror): fixed typo. suppress warnings. | kanemoto | 2009-09-23 | 2 | -3/+8 |
| * | * 2009-09-24 | svn | 2009-09-23 | 1 | -2/+2 |
| * | * enum.c (enum_minmax): reduce comparison. | akr | 2009-09-23 | 2 | -36/+140 |
| * | * lib/thread.rb (ConditionVariable#wait): add timeout argument. | akr | 2009-09-23 | 3 | -2/+14 |
| * | * ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined. | nobu | 2009-09-23 | 2 | -0/+15 |
| * | cosmetic change. | akr | 2009-09-23 | 1 | -1/+2 |
| * | describe Enumerable#chunk and Enumerable#slice_before. | akr | 2009-09-23 | 1 | -0/+2 |
| * | * vm_method.c (basic_obj_respond_to): new function to fundamental | matz | 2009-09-23 | 2 | -10/+36 |
| * | * parse.y (assign_in_cond): also should warn assignment to dvar in | nobu | 2009-09-23 | 3 | -2/+28 |
| * | * sprintf.c: fixed type. | nobu | 2009-09-23 | 1 | -7/+8 |
| * | * time.c: fixed type. | nobu | 2009-09-23 | 1 | -51/+52 |
| * | * string.c (rb_str_upto): keep first width. [ruby-dev:39361] | nobu | 2009-09-23 | 4 | -4/+28 |
| * | * range.c: fixed type. | nobu | 2009-09-23 | 1 | -9/+9 |
| * | * tool/instruction.rb (make_header_prepare_stack): check stack | nobu | 2009-09-23 | 3 | -4/+35 |
| * | * proc.c (umethod_bind, rb_mod_define_method): Fix bug that disallowed method... | marcandre | 2009-09-22 | 2 | -4/+13 |
| * | * proc.c (rb_mod_define_method): doc fix | marcandre | 2009-09-22 | 1 | -1/+1 |
| * | * 2009-09-23 | svn | 2009-09-22 | 1 | -2/+2 |
| * | * eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too) | marcandre | 2009-09-22 | 1 | -1/+1 |
| * | * variable.c: fixed type. | nobu | 2009-09-22 | 1 | -13/+13 |
| * | * regint.h: commit miss. | nobu | 2009-09-22 | 1 | -1/+1 |
| * | * st.c (st_table_entry, st_get_key): use st_index_t. | nobu | 2009-09-22 | 2 | -2/+6 |
| * | * regenc.h (PosixBracketEntryType): constified. | nobu | 2009-09-22 | 3 | -19/+23 |
| * | * regerror.c (onig_error_code_to_str, onig_snprintf_with_pattern): | nobu | 2009-09-22 | 2 | -3/+6 |
| * | * regparse.c (st_str_end_key, str_end_cmp, str_end_hash): | nobu | 2009-09-22 | 2 | -10/+17 |
| * | * process.c (proc_setgroups): fixed type. | nobu | 2009-09-22 | 1 | -2/+2 |
| * | * tool/transcode-tblgen.rb (transcode_generated_code): fixed type. | nobu | 2009-09-22 | 2 | -1/+5 |
| * | * enum.c (enum_chunk): new method Enumerable#chunk. | akr | 2009-09-22 | 3 | -0/+401 |
| * | * process.c (run_exec_dup2): fixed type. | nobu | 2009-09-21 | 1 | -1/+1 |
| * | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 17 | -118/+132 |
| * | * ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on | nobu | 2009-09-21 | 3 | -1/+8 |
| * | * ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to be | nobu | 2009-09-21 | 1 | -3/+3 |
| * | * ext/bigdecimal/lib/bigdecimal/*.rb: made module functions. | nobu | 2009-09-21 | 5 | -0/+10 |
| * | * ext/bigdecimal/lib/*.rb: fixed indent. | nobu | 2009-09-21 | 3 | -42/+42 |