summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
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
2012-06-10* process.c (rb_exec_async_signal_safe): exported.akr
2012-06-09string.c: rb_str_symname_pnobu
2012-06-07* include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr
2012-06-06* process.c (proc_exec_v): don't call dln_find_exe_r here because itakr
2012-06-05* internal.h (rb_exec_arg_init): change return type to void.akr
2012-06-05* internal.h (rb_exec_arg): use union to represent command invocationakr
2012-06-05* internal.h: rb_exec_arg and related stuff moved from intern.hakr
2012-06-04* process.c (rb_exec_fillarg): allocate one more element beforeakr