[前][次][番号順一覧][上]
ruby-changes:24101-24200
24101 2012-06-20 19:33 [ko1@a... ] akr:r36152 (trunk): * internal.h (rb_execarg_new): declared.
24102 2012-06-20 20:47 [ko1@a... ] akr:r36153 (trunk): * internal.h (struct rb_execarg) moved and renamed from
24103 2012-06-20 21:28 [ko1@a... ] akr:r36154 (trunk): * internal.h (struct rb_execarg): add umask_given and umask_mask
24104 2012-06-21 00:28 [ko1@a... ] kazu:r36155 (trunk): fix a typo
24105 2012-06-21 00:28 [ko1@a... ] svn:r36156 (trunk): * 2012-06-21
24106 2012-06-21 06:25 [ko1@a... ] akr:r36157 (trunk): * process.c (rb_execarg_fixup): take a VALUE argument instead of
24107 2012-06-21 07:26 [ko1@a... ] ko1:r36158 (trunk): * error.c (err_append): rename err_append() to compile_err_append()
24108 2012-06-21 13:46 [ko1@a... ] naruse:r36159 (ruby_1_9_3): merge revision(s) 35625: [Backport #6618]
24109 2012-06-21 14:08 [ko1@a... ] nobu:r36160 (trunk): process.c: fix type
24110 2012-06-21 17:21 [ko1@a... ] nobu:r36161 (trunk): parse.y: fix GC problem of keyword rest argument
24111 2012-06-21 18:39 [ko1@a... ] akr:r36162 (trunk): * process.c (rb_execarg_init): take a VALUE argument instead of
24112 2012-06-21 19:01 [ko1@a... ] akr:r36163 (trunk): remove unused variables.
24113 2012-06-21 19:03 [ko1@a... ] akr:r36164 (trunk): * process.c (rb_exec_fillarg): take a VALUE argument instead of
24114 2012-06-21 19:49 [ko1@a... ] akr:r36165 (trunk): * process.c (rb_exec_async_signal_safe): use rb_execarg_run_options
24115 2012-06-21 20:36 [ko1@a... ] akr:r36166 (trunk): * process.c (rb_exec_fillarg): take a VALUE argument instead of
24116 2012-06-21 21:19 [ko1@a... ] akr:r36167 (trunk): * process.c (rb_execarg_addopt): take a VALUE argument instead of
24117 2012-06-21 21:46 [ko1@a... ] akr:r36168 (trunk): remove garbage line.
24118 2012-06-21 22:46 [ko1@a... ] akr:r36169 (trunk): needless RB_GC_GUARD removed.
24119 2012-06-22 05:56 [ko1@a... ] drbrain:r36170 (trunk): * eval.c (ruby_cleanup): Fixed typo. Patch by Trever Dawe.
24120 2012-06-22 05:56 [ko1@a... ] svn:r36171 (trunk): * 2012-06-22
24121 2012-06-22 12:07 [ko1@a... ] nobu:r36172 (trunk): variable.c: fix indent
24122 2012-06-22 12:07 [ko1@a... ] nobu:r36173 (trunk): process.c: constant expression
24123 2012-06-22 13:32 [ko1@a... ] nobu:r36174 (trunk): error.c: rb_check_copyable
24124 2012-06-22 13:37 [ko1@a... ] nobu:r36175 (trunk): random.c: check initialize and load
24125 2012-06-22 14:22 [ko1@a... ] nobu:r36176 (trunk): marshal.c: io_needed
24126 2012-06-22 17:58 [ko1@a... ] ko1:r36177 (trunk): * test/ruby/test_backtrace.rb: decrease recursion depth
24127 2012-06-22 18:24 [ko1@a... ] akr:r36178 (trunk): * process.c: pass struct rb_execarg value instead of its options
24128 2012-06-22 18:33 [ko1@a... ] ko1:r36179 (trunk): * iseq.c, vm_eval.c: set th->base_block properly.
24129 2012-06-22 18:52 [ko1@a... ] kou:r36180 (trunk): * README.EXT, README.EXT.ja: use "sval" for the third argument
24130 2012-06-22 20:30 [ko1@a... ] akr:r36181 (trunk): * internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields.
24131 2012-06-22 21:05 [ko1@a... ] yugui:r36182 (trunk): * common.mk: Add missing dependencies.
24132 2012-06-22 21:45 [ko1@a... ] nobu:r36183 (trunk): lib/test/unit.rb: initialize ivar
24133 2012-06-22 21:45 [ko1@a... ] nobu:r36184 (trunk): lib/test/unit.rb: show file count in parallel mode
24134 2012-06-22 22:37 [ko1@a... ] nobu:r36185 (trunk): [Bug #6540]
24135 2012-06-23 00:51 [ko1@a... ] nobu:r36186 (trunk): .gdbinit: improve rp for class
24136 2012-06-23 00:52 [ko1@a... ] svn:r36187 (trunk): * 2012-06-23
24137 2012-06-23 02:26 [ko1@a... ] nagachika:r36188 (trunk): * ChangeLog: fix a typo
24138 2012-06-23 08:09 [ko1@a... ] akr:r36189 (trunk): * process.c: use the name "eargp" for struct rb_execarg variables
24139 2012-06-23 08:30 [ko1@a... ] tadf:r36190 (trunk): revert some tests
24140 2012-06-23 09:18 [ko1@a... ] akr:r36191 (trunk): * process.c: use the name "sargp" for struct rb_execarg variables
24141 2012-06-23 09:36 [ko1@a... ] akr:r36192 (trunk): * process.c: use the variable name "soptions" for sargp->options.
24142 2012-06-23 10:44 [ko1@a... ] akr:r36193 (trunk): * internal.h (rb_execarg): add unsetenv_others_given and
24143 2012-06-23 13:23 [ko1@a... ] akr:r36194 (trunk): * internal.h (rb_execarg): add close_others_given, close_others_do and
24144 2012-06-23 15:23 [ko1@a... ] akr:r36195 (trunk): * internal.h (rb_execarg): add chdir_given and chdir_dir fields.
24145 2012-06-23 16:30 [ko1@a... ] akr:r36196 (trunk): * internal.h (rb_execarg): add rlimit_limits field.
24146 2012-06-23 17:18 [ko1@a... ] akr:r36197 (trunk): * internal.h (rb_execarg): add env_modification field.
24147 2012-06-23 17:23 [ko1@a... ] akr:r36198 (trunk): * process.c (save_env): don't use EXEC_OPTION_UNSETENV_OTHERS.
24148 2012-06-23 18:44 [ko1@a... ] akr:r36199 (trunk): * process.c (check_exec_redirect1): extracted from
24149 2012-06-23 19:01 [ko1@a... ] akr:r36200 (trunk): * process.c (rb_execarg_fixup): fix envopts condition.
24150 2012-06-23 20:36 [ko1@a... ] akr:r36201 (trunk): * internal.h (rb_execarg): add fd_dup2, fd_close, fd_open,
24151 2012-06-23 23:23 [ko1@a... ] akr:r36202 (trunk): * internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flag
24152 2012-06-23 23:50 [ko1@a... ] akr:r36203 (trunk): * process.c (proc_spawn_cmd): unused variable removed to suppress a
24153 2012-06-24 07:48 [ko1@a... ] akr:r36204 (trunk): * internal.h (rb_execarg): options field removed.
24154 2012-06-24 07:48 [ko1@a... ] svn:r36205 (trunk): * 2012-06-24
24155 2012-06-24 22:36 [ko1@a... ] akr:r36206 (trunk): update async-signal-safe comments.
24156 2012-06-24 22:53 [ko1@a... ] nobu:r36207 (trunk): trailing spaces
24157 2012-06-24 22:53 [ko1@a... ] nobu:r36208 (trunk): process.c: separate check_exec_fds_1
24158 2012-06-24 23:02 [ko1@a... ] nobu:r36209 (trunk): io.c: spawnv
24159 2012-06-25 00:42 [ko1@a... ] kosaki:r36210 (trunk): * configure.in (for stack end address): remove human68k specific
24160 2012-06-25 00:42 [ko1@a... ] svn:r36211 (trunk): * 2012-06-25
24161 2012-06-25 11:35 [ko1@a... ] usa:r36212 (trunk): * internal.h: use rb_pid_t instead of pid_t because of there is no
24162 2012-06-25 15:42 [ko1@a... ] nobu:r36213 (trunk): popen: shell commands with envvar
24163 2012-06-25 16:57 [ko1@a... ] nobu:r36214 (trunk): method transplanting
24164 2012-06-25 17:06 [ko1@a... ] nobu:r36215 (trunk): method transplanting
24165 2012-06-25 17:49 [ko1@a... ] nobu:r36216 (trunk): Revert r31873 Module#mix
24166 2012-06-25 19:21 [ko1@a... ] akr:r36217 (trunk): add tests for IO#seek.
24167 2012-06-26 10:02 [ko1@a... ] nobu:r36218 (trunk): Revert r36213 "popen: shell commands with envvar"
24168 2012-06-26 10:02 [ko1@a... ] svn:r36219 (trunk): * 2012-06-26
24169 2012-06-26 16:46 [ko1@a... ] nobu:r36220 (trunk): use rb_check_hash_type
24170 2012-06-26 16:46 [ko1@a... ] nobu:r36221 (trunk): test: reduce output if succeded
24171 2012-06-26 17:01 [ko1@a... ] ko1:r36222 (trunk): * thread_pthread.c (register_cached_thread_and_wait):
24172 2012-06-26 20:36 [ko1@a... ] naruse:r36223 (ruby_1_9_3): merge revision(s) 34552: [Backport #6516]
24173 2012-06-26 20:38 [ko1@a... ] naruse:r36224 (ruby_1_9_3): merge revision(s) 35434:[Backport #6593]
24174 2012-06-26 22:35 [ko1@a... ] nobu:r36225 (trunk): test: scan ARGV
24175 2012-06-27 04:21 [ko1@a... ] naruse:r36226 (ruby_1_9_3): merge revision(s) 35081: [Backport #6605]
24176 2012-06-27 04:24 [ko1@a... ] naruse:r36227 (ruby_1_9_3): merge revision(s) 35913: [Backport #6640]
24177 2012-06-27 08:32 [ko1@a... ] naruse:r36228 (ruby_1_9_3): merge revision(s) 34633: [Backport #5124]
24178 2012-06-27 09:16 [ko1@a... ] nobu:r36229 (trunk): popen: shell commands with envvars and execopts
24179 2012-06-27 09:16 [ko1@a... ] svn:r36230 (trunk): * 2012-06-27
24180 2012-06-27 13:11 [ko1@a... ] nobu:r36231 (trunk): NOEX_NOREDEF
24181 2012-06-27 14:37 [ko1@a... ] nobu:r36232 (trunk): adjust style.
24182 2012-06-27 16:49 [ko1@a... ] nobu:r36233 (trunk): name of klass
24183 2012-06-27 16:50 [ko1@a... ] nobu:r36234 (trunk): Module#prepend
24184 2012-06-27 20:36 [ko1@a... ] nobu:r36235 (trunk): fix null m_tbl
24185 2012-06-27 21:01 [ko1@a... ] nobu:r36236 (trunk): fix null m_tbl
24186 2012-06-27 21:32 [ko1@a... ] nobu:r36237 (trunk): ancestor modules
24187 2012-06-27 22:40 [ko1@a... ] nobu:r36238 (trunk): fix null m_tbl
24188 2012-06-27 22:40 [ko1@a... ] nobu:r36239 (trunk): remove from original m_tbl
24189 2012-06-27 23:18 [ko1@a... ] kazu:r36240 (trunk): NotImplementError is not exist.
24190 2012-06-28 06:12 [ko1@a... ] nobu:r36241 (trunk): prepend: fix ancestors order
24191 2012-06-28 06:13 [ko1@a... ] svn:r36242 (trunk): * 2012-06-28
24192 2012-06-28 09:40 [ko1@a... ] nagachika:r36243 (trunk): * class.c (class_instance_method_list): consider prepended Class/Module
24193 2012-06-28 17:58 [ko1@a... ] naruse:r36244 (ruby_1_9_3): merge revision(s) 32549,32557: [Backport #6661]
24194 2012-06-28 19:38 [ko1@a... ] akr:r36245 (trunk): update doc.
24195 2012-06-28 21:33 [ko1@a... ] luislavena:r36246 (trunk): * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
24196 2012-06-29 05:12 [ko1@a... ] svn:r36248 (trunk): * 2012-06-29
24197 2012-06-29 05:12 [ko1@a... ] naruse:r36247 (trunk): * lib/test/unit/parallel.rb: workaround fix for rubygems.
24198 2012-06-29 11:26 [ko1@a... ] nobu:r36249 (trunk): rb_builtin_type_name
24199 2012-06-29 15:13 [ko1@a... ] shyouhei:r36250: add tag v1_8_7_369
24200 2012-06-29 21:19 [ko1@a... ] nobu:r36251 (ruby_1_8): stack_extend
[前][次][番号順一覧][上]