Age | Commit message (Expand) | Author |
2013-02-17 | compar.c: inversed comarison without infinite recursion | nobu |
2013-02-05 | * enumerator.c: Use to_enum for Enumerable methods returning Enumerators. | marcandre |
2012-12-29 | object.c: singleton class clone | nobu |
2012-12-25 | error.c: rb_write_error_str | nobu |
2012-12-23 | marshal.c: rb_check_funcall_with_hook | nobu |
2012-12-22 | internal.h: quote unprintable | nobu |
2012-12-15 | * signal.c (rb_sigaltstack_size): new. calculate stack size for | kosaki |
2012-12-15 | * thread.c (rb_mutex_owned_p): remove static. | kosaki |
2012-12-06 | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo |
2012-12-05 | * thread.c (rb_uninterruptible): helper function for providing | kosaki |
2012-11-30 | * revert r37993 to avoid SEGV in tests. | shugo |
2012-11-29 | * vm_method.c (rb_method_entry_make): add a method entry with | shugo |
2012-11-28 | * thread.c (struct rb_mutex_struct): add allow_trap field. | kosaki |
2012-11-25 | array.c: refactoring of rb_ary_delete_same() | shirosaki |
2012-11-24 | Fix WeakRef finalize | shirosaki |
2012-11-19 | * thread.c: add `Thread#backtrace_locations' method. | ko1 |
2012-11-12 | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove |
2012-11-11 | hash.c: refine error messages | nobu |
2012-11-06 | enum.c: prefix | nobu |
2012-11-06 | * enumerator.c: Support for lazy.cycle.size | marcandre |
2012-11-06 | * numeric.c (num_step): Support for Numeric#step.size | marcandre |
2012-11-05 | Fix compatibility of cached expanded load path | shirosaki |
2012-10-09 | process.c: uid gid exec options | nobu |
2012-09-19 | array.c, enum.c: TypeError in zip | nobu |
2012-09-08 | internal.h: allocator function in rb_classext_t | nobu |
2012-08-29 | * internal.h (rb_last_status_clear): declared. | akr |
2012-08-24 | Improve require/File.expand_path performance on Windows | luislavena |
2012-08-16 | * vm_trace.c, vm_core.h: simplify tracing mechanism. | ko1 |
2012-08-06 | method in instance_eval | nobu |
2012-08-06 | * internal.h, class.c, eval.c, insns.def: find the appropriate | shugo |
2012-07-19 | internal.h: move mark functions | nobu |
2012-07-16 | * bignum.c (rb_integer_float_eq): new function. | akr |
2012-07-16 | * bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp. | akr |
2012-07-16 | * internal.h (rb_big_float_cmp): declared. | akr |
2012-07-10 | rb_thread_call_without_gvl | nobu |
2012-07-05 | ThreadShield | nobu |
2012-06-29 | rb_builtin_type_name | nobu |
2012-06-27 | Module#prepend | nobu |
2012-06-27 | popen: shell commands with envvars and execopts | nobu |
2012-06-25 | * internal.h: use rb_pid_t instead of pid_t because of there is no | usa |
2012-06-23 | * internal.h (rb_execarg): options field removed. | akr |
2012-06-23 | * internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flag | akr |
2012-06-23 | * internal.h (rb_execarg): add fd_dup2, fd_close, fd_open, | akr |
2012-06-23 | * internal.h (rb_execarg): add env_modification field. | akr |
2012-06-23 | * internal.h (rb_execarg): add rlimit_limits field. | akr |
2012-06-23 | * internal.h (rb_execarg): add chdir_given and chdir_dir fields. | akr |
2012-06-23 | * internal.h (rb_execarg): add close_others_given, close_others_do and | akr |
2012-06-23 | * internal.h (rb_execarg): add unsetenv_others_given and | akr |
2012-06-22 | * internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields. | akr |
2012-06-22 | * iseq.c, vm_eval.c: set th->base_block properly. | ko1 |