| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -9/+15 |
* | * proc.c (bm_free): fix memory leak. [ruby-core:30869] [Bug #3466] | mame | 2010-07-15 | 1 | -0/+1 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -1/+1 |
* | * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes. | marcandre | 2010-05-17 | 1 | -3/+6 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -70/+70 |
* | * proc.c (mnew): initialize a field. a patch from Takahiro Kambe. | mame | 2010-05-16 | 1 | -0/+1 |
* | * proc.c (proc_binding): don't propagative filename and line_no of | mame | 2010-05-16 | 1 | -2/+8 |
* | * vm_eval.c (eval_string_with_cref): propagative filename and line_no | mame | 2010-05-09 | 1 | -0/+7 |
* | * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block, | mame | 2010-05-09 | 1 | -4/+2 |
* | * proc.c (proc_dup): copy blockprocval. proc_dup is used by | mame | 2010-05-09 | 1 | -0/+1 |
* | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre | 2010-05-08 | 1 | -0/+43 |
* | * gc.c (rb_mark_method_entry): renamed. | nobu | 2010-05-04 | 1 | -1/+1 |
* | * method.h, vm_method.c: rename some internal functions related to | ko1 | 2010-05-04 | 1 | -1/+1 |
* | * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong | marcandre | 2010-04-30 | 1 | -4/+4 |
* | * proc.c (mnew): fix wrong error message when Kernel#public_method | mame | 2010-04-22 | 1 | -1/+10 |
* | * proc.c (rb_method_location): return attr's location if it is setup. | wanabe | 2010-03-22 | 1 | -5/+20 |
* | * proc.c (mnew): don't check visibility of method body if public | mame | 2010-01-08 | 1 | -2/+6 |
* | rdoc update. | akr | 2009-12-07 | 1 | -6/+5 |
* | * vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW. | matz | 2009-11-07 | 1 | -1/+0 |
* | * proc.c (mnew): Fix scope issue [ruby-core:26069] | marcandre | 2009-11-04 | 1 | -1/+1 |
* | fix typos. | akr | 2009-11-03 | 1 | -2/+2 |
* | * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc | matz | 2009-10-24 | 1 | -4/+4 |
* | * proc.c (mnew): Method#new checks for respond_to_missing? with private set t... | marcandre | 2009-10-13 | 1 | -1/+1 |
* | * vm_method.c (rb_add_method_def): show the location where | nobu | 2009-09-30 | 1 | -3/+5 |
* | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98... | matz | 2009-09-28 | 1 | -17/+20 |
* | * proc.c (missing_wrap): reverted. | nobu | 2009-09-25 | 1 | -2/+2 |
* | * proc.c (missing_wrap): new_arg is already given if argc > 1. | nobu | 2009-09-25 | 1 | -3/+2 |
* | * proc.c (mnew): fix for instance method of Module, BasicObject | nobu | 2009-09-25 | 1 | -1/+1 |
* | * proc.c (Method#== doc): Fix doc, cf [ruby-core:24791] | marcandre | 2009-09-24 | 1 | -2/+2 |
* | * proc.c (mnew): generate method object that wraps method_missing, | matz | 2009-09-24 | 1 | -0/+21 |
* | * proc.c (umethod_bind, rb_mod_define_method): Fix bug that disallowed method... | marcandre | 2009-09-22 | 1 | -4/+5 |
* | * proc.c (rb_mod_define_method): doc fix | marcandre | 2009-09-22 | 1 | -1/+1 |
* | * eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too) | marcandre | 2009-09-22 | 1 | -1/+1 |
* | * cont.c, proc.c: added rdoc. | nobu | 2009-09-21 | 1 | -0/+18 |
* | * proc.c (proc_binding): allow proc from method. [ruby-core:25589] | nobu | 2009-09-21 | 1 | -6/+10 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -3/+3 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -8/+10 |
* | * method.h (rb_method_definition_t): split from rb_method_entry_t | nobu | 2009-08-28 | 1 | -33/+52 |
* | * proc.c (rb_method_entry_arity): fixed indent. | nobu | 2009-08-28 | 1 | -13/+13 |
* | * proc.c (rb_method_entry_arity): support not_implemented method. | ko1 | 2009-07-28 | 1 | -2/+4 |
* | * proc.c (rb_method_entry_arity): support optimized method (send). | ko1 | 2009-07-28 | 1 | -0/+8 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -10/+10 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -109/+97 |
* | * proc.c (Kernel#define_singleton_method): rdoc. based on a patch by | yugui | 2009-07-13 | 1 | -0/+26 |
* | * proc.c ({proc,binding,method}_data_type): typed. | nobu | 2009-07-08 | 1 | -1/+14 |
* | * proc.c ({proc,method}_data_type): typed. | nobu | 2009-07-08 | 1 | -44/+60 |
* | * proc.c (make_curry_proc): should propagate lambda-ness. | nobu | 2009-07-06 | 1 | -2/+10 |
* | * proc.c (proc_hash): use long. | nobu | 2009-07-06 | 1 | -2/+2 |
* | * class.c (rb_define_method_id): use rb_define_notimplement_method_id | akr | 2009-04-16 | 1 | -0/+3 |
* | * proc.c (bmcall): should not uninitialized variable. a patch from | nobu | 2009-03-14 | 1 | -2/+2 |