aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* process.c: uid gid exec optionsnobu2012-10-091-0/+4
* array.c, enum.c: TypeError in zipnobu2012-09-191-0/+1
* internal.h: allocator function in rb_classext_tnobu2012-09-081-0/+1
* * internal.h (rb_last_status_clear): declared.akr2012-08-291-0/+1
* Improve require/File.expand_path performance on Windowsluislavena2012-08-241-0/+7
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-1/+1
* method in instance_evalnobu2012-08-061-0/+1
* * internal.h, class.c, eval.c, insns.def: find the appropriateshugo2012-08-061-0/+2
* internal.h: move mark functionsnobu2012-07-191-0/+8
* * bignum.c (rb_integer_float_eq): new function.akr2012-07-161-0/+1
* * bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp.akr2012-07-161-1/+1
* * internal.h (rb_big_float_cmp): declared.akr2012-07-161-0/+1
* rb_thread_call_without_gvlnobu2012-07-101-10/+0
* ThreadShieldnobu2012-07-051-0/+4
* rb_builtin_type_namenobu2012-06-291-0/+1
* Module#prependnobu2012-06-271-0/+2
* popen: shell commands with envvars and execoptsnobu2012-06-271-0/+2
* * internal.h: use rb_pid_t instead of pid_t because of there is nousa2012-06-251-1/+1
* * internal.h (rb_execarg): options field removed.akr2012-06-231-1/+0
* * internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flagakr2012-06-231-0/+2
* * internal.h (rb_execarg): add fd_dup2, fd_close, fd_open,akr2012-06-231-0/+4
* * internal.h (rb_execarg): add env_modification field.akr2012-06-231-0/+1
* * internal.h (rb_execarg): add rlimit_limits field.akr2012-06-231-0/+1
* * internal.h (rb_execarg): add chdir_given and chdir_dir fields.akr2012-06-231-0/+2
* * internal.h (rb_execarg): add close_others_given, close_others_do andakr2012-06-231-0/+3
* * internal.h (rb_execarg): add unsetenv_others_given andakr2012-06-231-0/+2
* * internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields.akr2012-06-221-0/+2
* * iseq.c, vm_eval.c: set th->base_block properly.ko12012-06-221-1/+0
* * process.c (rb_execarg_addopt): take a VALUE argument instead ofakr2012-06-211-1/+1
* * process.c (rb_execarg_init): take a VALUE argument instead ofakr2012-06-211-1/+1
* * process.c (rb_execarg_fixup): take a VALUE argument instead ofakr2012-06-201-1/+1
* * internal.h (struct rb_execarg): add umask_given and umask_maskakr2012-06-201-0/+2
* * internal.h (struct rb_execarg) moved and renamed fromakr2012-06-201-6/+26
* * internal.h (rb_execarg_new): declared.akr2012-06-201-0/+2
* * include/ruby/intern.h (rb_exec_arg_init): deprecated.akr2012-06-121-0/+4
* * process.c (rb_fork_ruby): new function.akr2012-06-101-0/+2
* * process.c (rb_exec_async_signal_safe): exported.akr2012-06-101-0/+4
* string.c: rb_str_symname_pnobu2012-06-091-0/+1
* * include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr2012-06-071-28/+0
* * process.c (proc_exec_v): don't call dln_find_exe_r here because itakr2012-06-061-0/+1
* * internal.h (rb_exec_arg_init): change return type to void.akr2012-06-051-1/+1
* * internal.h (rb_exec_arg): use union to represent command invocationakr2012-06-051-5/+11
* * internal.h: rb_exec_arg and related stuff moved from intern.hakr2012-06-051-0/+21
* * process.c (rb_exec_fillarg): allocate one more element beforeakr2012-06-041-3/+5
* * internal.h (ARGVSTR2ARGC): defined.akr2012-06-041-0/+7
* * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko12012-06-021-4/+9
* * vm_method.c (rb_method_defined_by): removed.ko12012-05-241-1/+0
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-0/+5
* * numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre2012-03-141-0/+1
* * array.c (rb_ary_cat): new function to concat objects into array.nobu2012-03-081-0/+1