aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-1/+1
* rb_load_failnobu2012-03-071-0/+1
* * internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu2012-03-011-0/+2
* * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre2012-02-211-0/+1
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-151-0/+4
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-101-0/+1
* * thread.c (rb_barrier_waiting): save the number of waiting threadsnaruse2011-12-301-1/+0
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-131-0/+1