summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-05* thread.c (rb_uninterruptible): helper function for providingkosaki
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 withshugo
2012-11-28* thread.c (struct rb_mutex_struct): add allow_trap field.kosaki
2012-11-25array.c: refactoring of rb_ary_delete_same()shirosaki
2012-11-24Fix WeakRef finalizeshirosaki
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-11hash.c: refine error messagesnobu
2012-11-06enum.c: prefixnobu
2012-11-06* enumerator.c: Support for lazy.cycle.sizemarcandre
2012-11-06* numeric.c (num_step): Support for Numeric#step.sizemarcandre
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-10-09process.c: uid gid exec optionsnobu
2012-09-19array.c, enum.c: TypeError in zipnobu
2012-09-08internal.h: allocator function in rb_classext_tnobu
2012-08-29* internal.h (rb_last_status_clear): declared.akr
2012-08-24Improve require/File.expand_path performance on Windowsluislavena
2012-08-16* vm_trace.c, vm_core.h: simplify tracing mechanism.ko1
2012-08-06method in instance_evalnobu
2012-08-06* internal.h, class.c, eval.c, insns.def: find the appropriateshugo
2012-07-19internal.h: move mark functionsnobu
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-10rb_thread_call_without_gvlnobu
2012-07-05ThreadShieldnobu
2012-06-29rb_builtin_type_namenobu
2012-06-27Module#prependnobu
2012-06-27popen: shell commands with envvars and execoptsnobu
2012-06-25* internal.h: use rb_pid_t instead of pid_t because of there is nousa
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_flagakr
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 andakr
2012-06-23* internal.h (rb_execarg): add unsetenv_others_given andakr
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
2012-06-21* process.c (rb_execarg_addopt): take a VALUE argument instead ofakr
2012-06-21* process.c (rb_execarg_init): take a VALUE argument instead ofakr
2012-06-20* process.c (rb_execarg_fixup): take a VALUE argument instead ofakr
2012-06-20* internal.h (struct rb_execarg): add umask_given and umask_maskakr
2012-06-20* internal.h (struct rb_execarg) moved and renamed fromakr
2012-06-20* internal.h (rb_execarg_new): declared.akr
2012-06-12* include/ruby/intern.h (rb_exec_arg_init): deprecated.akr
2012-06-10* process.c (rb_fork_ruby): new function.akr