summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-07-04* gc.c (ATOMIC_SIZE_*): 64bit Windows support.usa
2012-07-04__callee__ fixnobu
2012-07-03* array.c (rb_ary_aref): Updated documentation to indicate thedrbrain
2012-07-03* test/zlib/test_zlib.rb (test_inflate_partial_input): Added test fordrbrain
2012-07-03* gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]ngoto
2012-07-03gc.c: atomic operations for malloc_paramsnobu
2012-07-03* ext/zlib/zlib.c (zstream_run_func): Fix bug that caused early exitdrbrain
2012-07-03* ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8usa
2012-07-03* ext/zlib/zlib.c (zstream_detach_buffer): Refactored tainting ofdrbrain
2012-07-03make runnablenobu
2012-07-03* ruby.c (proc_options): warn if -K option is specified. [Feature #5206]naruse
2012-07-02* object.c (Init_Object): Added RDoc location pointers fordrbrain
2012-07-02* ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.drbrain
2012-07-02* thread.c (rb_thread_aref): add explanation for why Thread#[] andakr
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