Activity
From 06/23/2012 to 06/29/2012
06/29/2012
-
01:12 PM Revision 22113b1b (git): Use Syck module after it is defined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 PM Revision e48d99f0 (git): merge revision(s) 36251:
- * eval.c (stack_extend): prevent ALLOCA_N, which reserves a memory
space with for restoring machine stack s... - 12:19 PM Revision 9de0a76a (git): * 2012-06-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@36252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:19 PM Revision bdaaae41 (git): stack_extend
- * eval.c (stack_extend): prevent ALLOCA_N, which reserves a memory
space with for restoring machine stack stored in... -
02:26 AM Revision 13bc74fa (git): rb_builtin_type_name
- * error.c (rb_builtin_type_name): extract from rb_check_type() for
debug purpose.
git-svn-id: svn+ssh://ci.ruby-la...
06/28/2012
- 08:11 PM Revision 468c703d (git): * 2012-06-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:11 PM Revision d42df491 (git): * lib/test/unit/parallel.rb: workaround fix for rubygems.
- RubyGems can't find rake if the source directory is not equal to
the directory which is running the test. [Bug #660... -
12:33 PM Revision 030111ac (git): * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
- FileSystemObject only supports ANSI or UTF-16LE encoding.
Patch by bosko (Bosko Ivanisevic) [ruby-trunk - Bug #6650... -
10:38 AM Revision f559d616 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:58 AM Revision 1d15cf4b (git): merge revision(s) 32549,32557: [Backport #6661]
- * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed
from rb_w32_has_cancel_io(). now it takes ... -
12:39 AM Revision 912df4b6 (git): * class.c (class_instance_method_list): consider prepended Class/Module
- when recur != 0. [ruby-dev:45863] [Bug #6660]
* test/ruby/test_module.rb (test_prepend_instance_methods_false): add
...
06/27/2012
- 09:12 PM Revision a4932b54 (git): * 2012-06-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:12 PM Revision 3f322590 (git): prepend: fix ancestors order
- * class.c (rb_mod_ancestors): fix ancestors order.
[ruby-core:45919][Bug #6658] [ruby-dev:45861][Bug #6659]
git-sv... -
02:18 PM Revision c6869862 (git): NotImplementError is not exist.
- * lib/racc/parser.rb: NotImplementError is not exist.
* lib/irb/output-method.rb (IRB::OutputMethod#print): ditto.
g... -
01:40 PM Revision 3e96f56f (git): remove from original m_tbl
- * vm_method.c (remove_method): remove the method from the original
m_tbl on a prepended module.
git-svn-id: svn+ss... -
01:40 PM Revision d4269d7b (git): fix null m_tbl
- * class.c (rb_obj_singleton_methods): m_tbl in prepended class/module
is NULL.
git-svn-id: svn+ssh://ci.ruby-lang.... -
12:31 PM Revision cf3a8f09 (git): ancestor modules
- * class.c (rb_prepend_module): ancestors of prepending module also
should be included. [ruby-core:45914][Bug #6654... -
12:01 PM Revision 48c04ad0 (git): fix null m_tbl
- * class.c (class_instance_method_list): m_tbl in prepended
class/module is NULL. [ruby-core:45915][Bug #6655]
git... -
11:36 AM Revision 28cb8f5d (git): fix null m_tbl
- * ext/objspace/objspace.c (memsize_of): m_tbl in prepended
class/module is NULL.
git-svn-id: svn+ssh://ci.ruby-lan... -
07:48 AM Revision 8ddbbb33 (git): Module#prepend
- * class.c (rb_prepend_module): prepend module into another module.
* eval.c (rb_mod_prepend): new method Module#prepe... -
07:46 AM Revision 8634544f (git): name of klass
- * vm_method.c (rb_method_entry_make): use name of klass explicitly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
05:37 AM Revision f4d2374b (git): adjust style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:10 AM Revision 07d9c294 (git): NOEX_NOREDEF
- * vm_method.c (rb_method_entry_make): use NOEX_NOREDEF itself for the
condition.
git-svn-id: svn+ssh://ci.ruby-lan... - 12:15 AM Revision f70724c3 (git): * 2012-06-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:15 AM Revision 2240eb37 (git): popen: shell commands with envvars and execopts
- * io.c (is_popen_fork): check if fork and raise NotImplementedError if
unavailable.
* io.c (rb_io_s_popen): allow e...
06/26/2012
-
11:32 PM Revision f52f0339 (git): merge revision(s) 34633: [Backport #5124]
- * insns.def (splatarray): make new array if flag is set.
* compile.c (iseq_compile_each): make new array wit... -
07:23 PM Revision eeb409a2 (git): merge revision(s) 35913: [Backport #6640]
- * win32/win32.c (rb_w32_sysinit): let the system not display the
critical-error-handler message box and the... -
07:21 PM Revision 49dbacf7 (git): merge revision(s) 35081: [Backport #6605]
- * bignum.c (rb_big_pow): estimate result bit size more precisely.
[ruby-core:30735][Feature #3429]
git-sv... -
01:35 PM Revision 1ca611f3 (git): test: scan ARGV
- * sample/test.rb: scan ARGV all.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36225 b2dd03c8-39d4-4d8f-98ff-823... -
11:38 AM Revision 0659c535 (git): merge revision(s) 35434:[Backport #6593]
- * lib/drb/ssl.rb: generate 1024 bits RSA key instead of 512 bits.
OpenSSL 1.0.1 rejects 512 bits RSA key fo... -
11:36 AM Revision 898b9c1b (git): merge revision(s) 34552: [Backport #6516]
- * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered data
exists. Allows Zlib::Inflate#set_dicti... -
08:01 AM Revision 91aba07a (git): * thread_pthread.c (register_cached_thread_and_wait):
- return immediately if malloc() failed.
[ruby-core:43960] [ruby-trunk - Bug #6235]
* thread_pthread.c (USE_THREAD_CA... -
07:46 AM Revision 5605afa5 (git): test: reduce output if succeded
- * bootstraptest/runner.rb (exec_test): reduce output if succeded.
* sample/test.rb (PROGRESS.finish): ditto.
git-svn... -
07:46 AM Revision ffa20cf1 (git): use rb_check_hash_type
- * class.c (rb_scan_args): use rb_check_hash_type.
* process.c (rb_exec_getargs): ditto.
* sprintf.c (get_hash): ditto... - 01:02 AM Revision 9ac51c29 (git): * 2012-06-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:01 AM Revision 876d4c4c (git): Revert r36213 "popen: shell commands with envvar"
- * io.c (rb_io_s_popen): revert r36213 "popen: shell commands with
envvar" because it disabled to let single command...
06/25/2012
-
10:21 AM Revision f4af54f2 (git): add tests for IO#seek.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:49 AM Revision 82a408fb (git): Revert r31873 Module#mix
- * class.c (rb_mix_module): revert Module#mix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36216 b2dd03c8-39d4-... -
08:06 AM Revision 7c3d0ce3 (git): method transplanting
- * proc.c (rb_mod_define_method): allow method transplanting from a
module to either class or module. [ruby-core:34... -
07:57 AM Revision e6f1e3f4 (git): method transplanting
- * proc.c (rb_mod_define_method): allow method transplanting from a
module to either class or module. [ruby-core:34... -
06:42 AM Revision 0f0f0f44 (git): popen: shell commands with envvar
- * io.c (is_popen_fork): check if fork and raise NotImplementedError if
unavailable.
* io.c (rb_io_s_popen): allow s... - 02:35 AM Revision 0e8395d6 (git): * internal.h: use rb_pid_t instead of pid_t because of there is no
- definition of pid_t here on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36212 b2dd03c8-39d4-4d8f-98f...
06/24/2012
- 03:42 PM Revision 7563b69c (git): * 2012-06-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:42 PM Revision 1ebe152e (git): * configure.in (for stack end address): remove human68k specific
- check. It is no longer supported.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36210 b2dd03c8-39d4-4d8f-98ff-82... -
02:02 PM Revision cc1c97ae (git): io.c: spawnv
- * io.c (pipe_open): merge win32 code using spawnv().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36209 b2dd03c... -
01:53 PM Revision 5be0ab59 (git): process.c: separate check_exec_fds_1
- * process.c (check_exec_fds): separate check_exec_fds_1() since
nonstatic initializer of an aggregate type is not a... -
01:52 PM Revision 5cc2112e (git): trailing spaces
- * ChangeLog: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36207 b2dd03c8-39d4-4d8f-98ff... -
01:35 PM Revision 78993d43 (git): update async-signal-safe comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/23/2012
- 10:48 PM Revision de60be15 (git): * 2012-06-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:48 PM Revision 72bbf982 (git): * internal.h (rb_execarg): options field removed.
- * process.c: follow the rb_execarg change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36204 b2dd03c8-39d4-4... -
02:50 PM Revision 1ad4751a (git): * process.c (proc_spawn_cmd): unused variable removed to suppress a
- warning.
(save_env): ditto.
[ruby-core:45797] reported by Luis Lavena.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
02:21 PM Revision f1734b42 (git): * internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flag
- fields.
* process.c (EXEC_OPTION_NEW_PGROUP): removed.
(proc_spawn_cmd): take a struct rb_execarg argument.
use ... -
11:35 AM Revision 345ecf37 (git): * internal.h (rb_execarg): add fd_dup2, fd_close, fd_open,
- fd_dup2_child fields.
* process.c (EXEC_OPTION_DUP2): removed.
(EXEC_OPTION_CLOSE): removed.
(EXEC_OPTION_OPEN):... -
10:01 AM Revision fe688f2d (git): * process.c (rb_execarg_fixup): fix envopts condition.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:44 AM Revision 759c214a (git): * process.c (check_exec_redirect1): extracted from
- check_exec_redirect.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:22 AM Revision 92af9ddd (git): * process.c (save_env): don't use EXEC_OPTION_UNSETENV_OTHERS.
- (rb_execarg_run_options): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36198 b2dd03c8-39d4-4d8f-98ff-8... -
08:18 AM Revision 26ecb6cb (git): * internal.h (rb_execarg): add env_modification field.
- * process.c (EXEC_OPTION_ENV): removed.
(mark_exec_arg): mark env_modification field.
(rb_exec_fillarg): update t... -
07:30 AM Revision f732c504 (git): * internal.h (rb_execarg): add rlimit_limits field.
- * process.c (EXEC_OPTION_RLIMIT): removed.
(mark_exec_arg): mark rlimit_limits field.
(rb_execarg_addopt): update... -
06:23 AM Revision b25b9569 (git): * internal.h (rb_execarg): add chdir_given and chdir_dir fields.
- * process.c (EXEC_OPTION_CHDIR): removed.
(mark_exec_arg): mark chdir_dir field.
(rb_execarg_addopt): update the ... -
04:23 AM Revision f527ad62 (git): * internal.h (rb_execarg): add close_others_given, close_others_do and
- close_others_maxhint fields.
* process.c (EXEC_OPTION_CLOSE_OTHERS): removed.
(rb_execarg_addopt): update the new ... -
01:43 AM Revision 40ae2e01 (git): * internal.h (rb_execarg): add unsetenv_others_given and
- unsetenv_others_do fields.
* process.c (EXEC_OPTION_UNSETENV_OTHERS): removed.
(rb_execarg_addopt): update the new... -
12:36 AM Revision 2a15a26c (git): * process.c: use the variable name "soptions" for sargp->options.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:18 AM Revision 5c25fad6 (git): * process.c: use the name "sargp" for struct rb_execarg variables
- consistently for saving process attributes.
* io.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3619...
Also available in: Atom