index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal.h
Age
Commit message (
Expand
)
Author
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
2012-06-21
* process.c (rb_execarg_addopt): take a VALUE argument instead of
akr
2012-06-21
* process.c (rb_execarg_init): take a VALUE argument instead of
akr
2012-06-20
* process.c (rb_execarg_fixup): take a VALUE argument instead of
akr
2012-06-20
* internal.h (struct rb_execarg): add umask_given and umask_mask
akr
2012-06-20
* internal.h (struct rb_execarg) moved and renamed from
akr
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-09
string.c: rb_str_symname_p
nobu
2012-06-07
* include/ruby/intern.h: rb_exec_arg and related stuff moved back from
akr
2012-06-06
* process.c (proc_exec_v): don't call dln_find_exe_r here because it
akr
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 invocation
akr
2012-06-05
* internal.h: rb_exec_arg and related stuff moved from intern.h
akr
2012-06-04
* process.c (rb_exec_fillarg): allocate one more element before
akr
2012-06-04
* internal.h (ARGVSTR2ARGC): defined.
akr
2012-06-02
* common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.c
ko1
2012-05-24
* vm_method.c (rb_method_defined_by): removed.
ko1
2012-05-24
* vm.c: add RubyVM::Backtrace object (btobj).
ko1
2012-03-14
* numeric.c: fix flodivmod for cornercases [Bug #6044]
marcandre
2012-03-08
* array.c (rb_ary_cat): new function to concat objects into array.
nobu
2012-03-07
* error.c (rb_load_fail): should honor encoding.
nobu
2012-03-07
rb_load_fail
nobu
2012-03-01
* internal.h (rb_file_const, rb_file_load_ok): moved functions for
nobu
2012-02-21
* proc.c (method_hash, proc_hash): Fix {Unbound}Method#hash
marcandre
2012-02-15
* cont.c (rb_fiber_reset_root_local_storage): add a new function to
nagachika
2012-01-10
* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,
naruse
2011-12-30
* thread.c (rb_barrier_waiting): save the number of waiting threads
naruse
2011-12-13
* load.c (load_unlock): all threads requiring one file should
nobu
2011-11-01
* internal.h (rb_maygvl_fd_fix_cloexec): change the visibility for
akr
2011-11-01
* io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec.
akr
2011-09-03
* variable.c (rb_const_set): show the previous definition
nobu
2011-08-27
* internal.h (rb_strftime_timespec): moved from time.c and define only
naruse
2011-08-27
* internal.h (rb_strftime_timespec): move to time.c because it depends
naruse
2011-08-27
* strftime.c (rb_strftime_with_timespec): get enc argument to specify
naruse
[next]