| Commit message (Expand) | Author | Age | Files | Lines |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+2 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -4/+2 |
* | * proc.c (rb_hash_proc): get wrapped pointer properly. [Bug #6048] | nobu | 2012-02-21 | 1 | -4/+3 |
* | * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hash | marcandre | 2012-02-21 | 1 | -4/+12 |
* | * proc.c (proc_call): get rid of optimazation-out by clang. | nobu | 2011-12-24 | 1 | -3/+14 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -1/+1 |
* | Revert r33921. | naruse | 2011-12-01 | 1 | -9/+9 |
* | * proc.c (rb_proc_arity): Fix Proc#arity in case of optional arguments | marcandre | 2011-12-01 | 1 | -9/+9 |
* | * proc.c (proc_call): Update documentation to match argument handling | drbrain | 2011-10-03 | 1 | -8/+9 |
* | * proc.c (proc_call): Fix documentation of Proc#call vs Proc#===. | drbrain | 2011-10-03 | 1 | -12/+14 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -3/+3 |
* | * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure. | ktsj | 2011-08-27 | 1 | -0/+1 |
* | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 | 2011-08-24 | 1 | -2/+2 |
* | * eval_error.c (rb_print_undef_str): new function to raise | nobu | 2011-07-26 | 1 | -1/+1 |
* | * parse.y (rb_check_id): make the given name a symbol or a string. | nobu | 2011-07-26 | 1 | -4/+4 |
* | * proc.c: pre-allocate the unlinked_method_entry_list_entry struct to | mame | 2011-07-25 | 1 | -1/+9 |
* | * proc.c (struct METHOD), gc.c (gc_marks), vm_method.c | mame | 2011-07-25 | 1 | -27/+29 |
* | * error.c (rb_name_error_str): new function to raise NameError | nobu | 2011-07-23 | 1 | -5/+46 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -2/+0 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+1 |
* | * proc.c: Rdoc formatting, clarification & example fix | marcandre | 2011-05-27 | 1 | -40/+39 |
* | * internal.h: add for internal use only. | nobu | 2011-05-18 | 1 | -0/+1 |
* | cancel subversion backfire. sorry | matz | 2011-03-07 | 1 | -7/+7 |
* | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz | 2011-03-07 | 1 | -7/+7 |
* | * class.c: fix camelCase to snake_case in documentation code examples. | naruse | 2011-03-05 | 1 | -7/+7 |
* | * proc.c (proc_call): Add gc guard to avoid segfault. The fix | kosaki | 2011-01-19 | 1 | -5/+5 |
* | * transcode.c (transcode_loop): call default handler of the given | nobu | 2010-12-07 | 1 | -3/+7 |
* | * 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 |