summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-07-02* time.c (timew_out_of_timet_range): specialization forakr
2012-07-02prepend: fix mixing with includenobu
2012-07-01 * ext/date/date_core.c: [ruby-core:46058].tadf
2012-07-01 * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.tadf
2012-07-01* README.EXT.ja: fixed args, same as r35977. [Bug #6597]ayumin
2012-06-28* lib/test/unit/parallel.rb: workaround fix for rubygems.naruse
2012-06-28* test/win32ole/test_win32ole.rb (test_s_codepage_changed):luislavena
2012-06-28* class.c (class_instance_method_list): consider prepended Class/Modulenagachika
2012-06-27prepend: fix ancestors ordernobu
2012-06-27NotImplementError is not exist.kazu
2012-06-27ancestor modulesnobu
2012-06-27fix null m_tblnobu
2012-06-27Module#prependnobu
2012-06-27popen: shell commands with envvars and execoptsnobu
2012-06-26* thread_pthread.c (register_cached_thread_and_wait):ko1
2012-06-26Revert r36213 "popen: shell commands with envvar"nobu
2012-06-25Revert r31873 Module#mixnobu
2012-06-25method transplantingnobu
2012-06-25popen: shell commands with envvarnobu
2012-06-25* internal.h: use rb_pid_t instead of pid_t because of there is nousa
2012-06-24* configure.in (for stack end address): remove human68k specifickosaki
2012-06-24io.c: spawnvnobu
2012-06-24process.c: separate check_exec_fds_1nobu
2012-06-24trailing spacesnobu
2012-06-23* internal.h (rb_execarg): options field removed.akr
2012-06-23* process.c (proc_spawn_cmd): unused variable removed to suppress aakr
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* process.c (rb_execarg_fixup): fix envopts condition.akr
2012-06-23* process.c (check_exec_redirect1): extracted fromakr
2012-06-23* process.c (save_env): don't use EXEC_OPTION_UNSETENV_OTHERS.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-23* process.c: use the variable name "soptions" for sargp->options.akr
2012-06-23* process.c: use the name "sargp" for struct rb_execarg variablesakr
2012-06-22* process.c: use the name "eargp" for struct rb_execarg variablesakr
2012-06-22* ChangeLog: fix a typonagachika
2012-06-22* common.mk: Add missing dependencies.yugui
2012-06-22* internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields.akr
2012-06-22* README.EXT, README.EXT.ja: use "sval" for the third argumentkou
2012-06-22* iseq.c, vm_eval.c: set th->base_block properly.ko1
2012-06-22* process.c: pass struct rb_execarg value instead of its optionsakr
2012-06-22* test/ruby/test_backtrace.rb: decrease recursion depthko1
2012-06-22random.c: check initialize and loadnobu
2012-06-22error.c: rb_check_copyablenobu
2012-06-21* eval.c (ruby_cleanup): Fixed typo. Patch by Trever Dawe.drbrain
2012-06-21remove garbage line.akr