| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895] | ko1 | 2012-08-22 | 1 | -3/+9 |
* | vm_insnhelper.c: iclass as klass in cfp | nobu | 2012-08-20 | 1 | -5/+3 |
* | Kernel#inspect: improve consistency and do not call #to_s. | eregon | 2012-08-15 | 1 | -0/+1 |
* | Revert r36699 and r36700. [Feature #6130] | naruse | 2012-08-15 | 1 | -1/+0 |
* | Kernel#inspect: improve consistency and do not call #to_s. | eregon | 2012-08-14 | 1 | -0/+1 |
* | * proc.c (method_clone): Added documentation. Patch by Robin Dupret. | drbrain | 2012-08-07 | 1 | -2/+14 |
* | * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c, | shugo | 2012-08-02 | 1 | -6/+11 |
* | Add tests for r36415. | naruse | 2012-07-17 | 1 | -12/+19 |
* | * proc.c (rb_proc_arity): return normal value (not -n-1) if it is not | naruse | 2012-07-17 | 1 | -1/+5 |
* | Revert of r36411, as does not distinguish proc from lambda | marcandre | 2012-07-16 | 1 | -9/+9 |
* | Revert r33924. | marcandre | 2012-07-16 | 1 | -9/+9 |
* | method transplanting | nobu | 2012-06-25 | 1 | -1/+2 |
* | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 | 2012-06-11 | 1 | -9/+5 |
* | * vm_core.h (rb_location_t): fix type and field name. | ko1 | 2012-06-04 | 1 | -14/+14 |
* | use RB_TYPE_P() instead of comparison of TYPE() | nobu | 2012-05-23 | 1 | -1/+1 |
* | * vm_core.h: add a data type rb_location_t to store iseq location | ko1 | 2012-05-22 | 1 | -4/+4 |
* | * 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 |