Activity
From 03/05/2013 to 03/11/2013
03/11/2013
-
09:29 PM Revision 10c5d6ee (git): * lib/rubygems/commands/setup_command.rb: Don't delete non-rubygems
- files when installing RubyGems.
* test/rubygems/test_gem_commands_setup_command.rb: Test for the
above.
* lib/rub... - 05:27 PM Revision 21c1e2da (git): * 2013-03-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:27 PM Revision f2a13e60 (git): * lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTP
- RSET command. [ruby-trunk - Feature #5373]
* NEWS: ditto.
* test/net/smtp/test_smtp.rb: Test for the above.
git-... -
03:57 PM Revision 91e37180 (git): merge revision(s) 39688: [Backport #8065]
- * test/thread/test_queue.rb (TestQueue#test_thr_kill): reduce
iterations from 2000 to 250. When running on ... -
03:54 PM Revision 6901ebcb (git): merge revision(s) 39679,39682,39683,39685,39686,39694: [Backport #7999]
- * thread_pthread.c (set_nonblock): new helper function for set
O_NONBLOCK.
* thread_pthread.c (rb_... -
03:51 PM Revision c98f39af (git): merge revision(s) 39680,39681: [Backport #8063]
- * thread_pthread.c (USE_SLEEPY_TIMER_THREAD): use more accurate
ifdef condtions.
* thread_pthread.... -
01:47 PM Revision b1f2effd (git): * lib/resolv-replace.rb (TCPSocket#initialize): resolve the 3rd
- argument only if non-nil value is given.
[ruby-dev:47150] [ruby-trunk - Bug #8054] reported and analyzed by
mrkn.... -
12:12 PM Revision 79ea4d62 (git): * test/mkmf/test_config.rb (TestMkmf): fix superclass mismatch.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:23 AM Revision 2f20defa (git): * test/mkmf/base.rb: class name conflict.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:47 AM Revision 5f257cf4 (git): * enumerator.c (enumerator_with_index): try to convert given offset to
- integer. fix bug introduced in r39594.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39722 b2dd03c8-39d4-4d8f-98... -
08:29 AM Revision 7590de68 (git): * test/ruby/envutil.rb (EnvUtil.with_default_external): add for
- changing Encoding.default_external without warnings.
* test/ruby/envutil.rb (EnvUtil.with_default_internal): ditto.
... -
08:02 AM Revision 756cd285 (git): * io.c (extract_binmode): raise error even if binmode and textmode
- don't conflict. [Bug #5918] [ruby-core:42199]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39720 b2dd03c8-39d4-... -
05:25 AM Revision a82d24aa (git): gen_dummy_probes.rb
- * tool/gen_dummy_probes.rb: remove empty lines and compact.
* tool/gen_dummy_probes.rb: allow arbitrary number of ar... -
03:46 AM Revision 407bcb4b (git): * Merge Onigmo d4bad41e16e3eccd97ccce6f1f96712e557c4518.
- fix lookbehind assertion fails with /m mode enabled. [Bug #8023]
fix \Z matches where it shouldn't. [Bug #8001]
gi... -
02:53 AM Revision 76d8cc33 (git): mkmf.rb: defer use of instance variable
- * lib/mkmf.rb (MakeMakefile#dir_config, MakeMakefile#_libdir_basename):
defer use of instance variable until needed... -
12:50 AM Revision c0035ed3 (git): test_file_exhaustive.rb: others home
- * test/ruby/test_file_exhaustive.rb (test_expand_path_home_dir_string):
add assertions for other user's home direct... -
12:29 AM Revision 3176b04d (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/10/2013
-
11:03 PM Revision f407b141 (git): ChangeLog reformatting and append ticket number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:01 PM Revision 1c47bd88 (git): * lib/thread.rb (Queue#push): return self.
- * lib/thread.rb (Queue#clear): ditto.
* lib/thread.rb (SizedQueue#push): ditto.
* test/thread/test_queue.rb: add test... -
11:01 PM Revision 0b1ff939 (git): * tool/change_maker.rb (#diff2index): check Encoding::BINARY.
- BASERUBY may still be 1.8.x.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39712 b2dd03c8-39d4-4d8f-98ff-823fe69... -
08:02 PM Revision 11125bf4 (git): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:23 PM Revision cbd15bdb (git): * NEWS (Mutex#owned?): no longer experimental.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:16 PM Revision 735f7a51 (git): merge revision(s) 39506,39514: [Backport #7959]
- * configure.in (unexpand_shvar): get rid of non-portable shell
behavior on OpenBSD, so no extra quotes. [B... -
04:13 PM Revision 7449059c (git): merge revision(s) 39504: [Backport #7942]
- * parse.y (IS_LABEL_POSSIBLE): allow labels for keyword arguments just
after method definition without a pa... -
04:11 PM Revision 2994c621 (git): merge revision(s) 39501,39502:
- * error.c: clarify a document of SignalException. Process.kill()
doesn't have any guarantee when signal wil... -
04:05 PM Revision d2b2159f (git): merge revision(s) 39495: [Backport #7954]
- * string.c (str_byte_substr): don't set coderange if it's not known.
[Bug #7954] [ruby-dev:47108]
git-svn... -
04:01 PM Revision 300b401c (git): merge revision(s) 39492: [Backport #6807]
- * common.mk (realclean-local): miniprelude.c is made by srcs, so it
should not removed by distclean but by ... -
03:54 PM Revision ab4dba0d (git): merge revision(s) 39489,39490: [Backport #7950]
- * enc/depend (ARFLAGS): VisualC++ linker does not allow spaces between
output option and the output file na... -
03:50 PM Revision f612f51c (git): merge revision(s) 39484,39485: [Backport #7952]
- * thread.c: Document Thread::new, clean up ::fork and mention calling
super if subclassing Thread
git-svn... -
03:48 PM Revision cb0c0513 (git): merge revision(s) 39481: [Backport #7941]
- * configure.in (unexpand_shvar): Use the numeric comparison
operator instead of '==' which is a ksh extenti... -
03:26 PM Revision 2aabb9ae (git): * test/ruby/test_file_exhaustive.rb (test_expand_path_home_dir_string):
- enable generic test on all platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39701 b2dd03c8-39d4-4d8f-98f... -
03:11 PM Revision 4fdb1fbd (git): * ChangeLog: fix a typo in r39680.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:08 PM Revision 7d7481d5 (git): * 2013-03-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 PM Revision 92dce6fb (git): * ChangeLog: remove duplicated entry in r39696.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 PM Revision ee90455a (git): Expand home directory when used in dir_string
- * win32/file.c (rb_file_expand_path_internal): Expand home directory when
used as second parameter (dir_string). ... -
02:27 PM Revision 4cbb8ea8 (git): ext_conf_builder.rb: use intermediate destdir always
- * lib/rubygems/ext/ext_conf_builder.rb (Gem::Ext::ExtConfBuilder.build):
it is impossible to predict which file wil... - 08:01 AM Revision 9a4f0375 (git): * complex.c: edited rdoc.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:04 AM Revision de6d82f9 (git): * process.c (setup_communication_pipe): remove unused function.
- it was unintentionally added r39683.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39694 b2dd03c8-39d4-4d8f-98ff... -
05:14 AM Revision 73c480a9 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:12 AM Revision d71a8880 (git): * tool/gen_ruby_tapset.rb: add tapset generator.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:11 AM Revision c38469f4 (git): * probes.d (symbol-create): change argument name `string' to
- `str'. `string' is a keyword for systemtap.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39691 b2dd03c8-39d4-4d... -
05:07 AM Revision c6c0d09a (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:06 AM Revision 117b51a3 (git): * probes.d: added argument name
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 AM Revision 19e0d7c1 (git): * test/thread/test_queue.rb (TestQueue#test_thr_kill): reduce
- iterations from 2000 to 250. When running on uniprocessor
systems, every th.kill needs TIME_QUANTUM_USEC time (i.e.... -
04:00 AM Revision 235546ba (git): * io.c (rb_update_max_fd): use ATOMIC_CAS because this function
- is used from timer thread too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39687 b2dd03c8-39d4-4d8f-98ff-823fe... -
04:00 AM Revision bcf12936 (git): * thread_pthread.c (ARRAY_SIZE): new.
- * thread_pthread.c (gvl_acquire_common): use low priority
notification for avoiding timer thread interval confusion... -
04:00 AM Revision 9c021064 (git): * thread_pthread.c (rb_thread_wakeup_timer_thread_fd): add fd
- argument and remove hardcoded dependency of timer_thread_pipe[1].
* thread_pthread.c (consume_communication_pipe): ad... -
04:00 AM Revision 0eeb1169 (git): * thread_pthread.c (ubf_select): add to small comments why we
- need to call rb_thread_wakeup_timer_thread().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39684 b2dd03c8-39d4-... -
03:59 AM Revision 383a2579 (git): * thread_pthread.c (rb_thread_create_timer_thread): factor out
- creating communication pipe logic into separate function.
* thread_pthread.c (setup_communication_pipe): new helper f... -
03:59 AM Revision 368fdf9c (git): * thread_pthread.c (consume_communication_pipe): retry when
- read returned CCP_READ_BUFF_SIZE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39682 b2dd03c8-39d4-4d8f-98ff-82... -
03:59 AM Revision 27f25728 (git): * thread_pthread.c (timer_thread_sleep): use poll() instead of
- select(). select doesn't work if timer_thread_pipe[0] is
greater than FD_SETSIZE.
* thread_pthread.c (USE_SLEEPY_TI... -
03:59 AM Revision 3887a34c (git): * thread_pthread.c (USE_SLEEPY_TIMER_THREAD): use more accurate
- ifdef condtions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:59 AM Revision 5cebbe8f (git): * thread_pthread.c (set_nonblock): new helper function for set O_NONBLOCK.
- * thread_pthread.c (rb_thread_create_timer_thread): set O_NONBLOCK
to timer_thread_pipe[0] too.
git-svn-id: svn+ss... - 12:18 AM Revision e2e374e4 (git): * 2013-03-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:18 AM Revision ec9eabc6 (git): * complex.c: described syntax of string form.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/09/2013
-
03:02 PM Revision 0d946b21 (git): merge revision(s) 39475: [Backport #7868]
- * ext/date/date_core.c: [ruby-core:52303]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39676 b2d... -
02:57 PM Revision 0c2b3f7f (git): merge revision(s) 39466,39470: [Backport #7935]
- * random.c (rb_random_ulong_limited): limit is inclusive, but generic
rand method should return a number le... -
02:52 PM Revision 8767705e (git): merge revision(s) 39376: [Backport #7903]
- * random.c (rb_random_ulong_limited): fix error message for negative
value. [ruby-dev:47061] [Bug #7903]
... -
02:41 PM Revision b78c7fa1 (git): merge revision(s) 39461:
- * thread.c: Document ThreadGroup::Default
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39673 b2d... -
02:36 PM Revision 8c7d4383 (git): merge revision(s) 39451: [Backport #7925]
- * vm_insnhelper.c (vm_call_method): block level control frame does not
have method entry, so obtain the met... -
02:15 PM Revision 01815ec0 (git): merge revision(s) 39445,39447:
- * signal.c (sigsegv): suppress unused result warning. Because
write(2) is marked __warn_unused_result__ on ... -
02:11 PM Revision 530ce295 (git): merge revision(s) 39444,39446: [Backport #7922]
- * compile.c (iseq_set_arguments): no keyword check if any keyword rest
argument exists, even unnamed. [rub... -
02:02 PM Revision 6ba39948 (git): merge revision(s) 39431:
- test_backtrace.rb: test Thread#backtrace_locations with range
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
01:55 PM Revision b9c27b5f (git): merge revision(s) 39425:
- merger.rb: runnable
* tool/merger.rb: make runnable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r... -
01:54 PM Revision d64bddf2 (git): merge revision(s) 39424:
- merger.rb: suppress warnings
* tool/merger.rb (version_up, tag, default_merge_branch): suppress
syntax war... -
01:52 PM Revision 9fcf2f8f (git): merge revision(s) 39418:
- * array.c: Document #<=> return values and formatting
* bignum.c: ditto
* file.c: ditto
* ... -
01:49 PM Revision fa4e355e (git): merge revision(s) 39417: [Backport #7904]
- test_process.rb: fix test
* test/ruby/test_process.rb (assert_fail_too_long_path): get rid of
syntax error... -
01:45 PM Revision 79b2fb05 (git): merge revision(s) 39415:
- * array.c (rb_ary_diff, rb_ary_and, rb_ary_or): Document return order
[RubySpec #7803]
git-svn-id: svn+ss... -
01:43 PM Revision d9193294 (git): merge revision(s) 39414:
- * object.c (rb_obj_comp): Documenting Object#<=> return values
Patch by Stefan Rusterholz
git-svn-id: svn... -
01:35 PM Revision cda3c63c (git): merge revision(s) 39413: [Backport #7911]
- * dir.c (file_s_fnmatch, fnmatch_brace): encoding-incompatible pattern
and string do not match, instead of ... -
01:19 PM Revision 5a5df65d (git): merge revision(s) 39372,39383: [Backport #7912]
- * test/test_rbconfig.rb (TestRbConfig): skip user defined values by
configuration options. [Bug #7902]
... -
01:08 PM Revision c6a99bc5 (git): merge revision(s) 39388:
- * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
fix a typo in comment in r39384.
g... -
01:02 PM Revision 2cec010e (git): merge revision(s) 39375:
- test_process.rb: fix parameters
* test/ruby/test_process.rb (test_{,a}spawn_too_long_path): fix
missing pa... -
12:53 PM Revision 7737f3ec (git): merge revision(s) 39369:
- * numeric.c: Examples and formatting for Numeric and Float
Based on a patch by Zach Morek and Oren K of new... -
12:47 PM Revision 10fb5c3a (git): merge revision(s) 39365:
- * doc/globals.rdoc: Document what setting $DEBUG does.
* doc/globals.rdoc: Added pointer to $-d for full d... -
12:45 PM Revision 813615b7 (git): merge revision(s) 39364:
- * doc/globals.rdoc: Document what setting $VERBOSE does. [Bug #7899]
* doc/globals.rdoc: Added pointer to... -
12:39 PM Revision e2e5d3fd (git): merge revision(s) 39359:
- Add test for [Backport #7896] [ruby-core:52607]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@3965... -
12:33 PM Revision 9913bbba (git): merge revision(s) 39354,39356,39382: [Backport #5014]
- * signal.c (sigsegv): avoid to use async signal unsafe functions
when nested sigsegv is happen.
[... -
12:26 PM Revision 54281916 (git): merge revision(s) 39353: [Backport #8057]
- * file.c (rb_group_member): added an error check. SUS says,
getgroups(small_value) may return EINVAL.
git... -
12:24 PM Revision efbc2d7f (git): merge revision(s) 39352,39360:
- * file.c (RB_MAX_GROUPS): moved to
* internal.h (RB_MAX_GROUPS): here.
* file.c (rb_group_member): ... -
12:16 PM Revision 286a00f4 (git): merge revision(s) 39351:
- * file.c (access_internal): removed.
* file.c (rb_file_readable_real): use access() instead of
acc... -
02:58 AM Revision b3265c0e (git): marshal.c: check for prepended
- * marshal.c (w_extended): check for prepended object.
[ruby-core:53206] [Bug #8043]
git-svn-id: svn+ssh://ci.ruby-... - 01:01 AM Revision b0c40fca (git): * io.c: Fix rdoc typo [Github fixes #256]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:17 AM Revision 0230ff70 (git): configure.in: note to remove a hack
- * configure.in (rm): note to remove this hack when AC_PREREQ(2.70) or
later.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
12:05 AM Revision 198a2eac (git): fix commit miss
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 AM Revision 6c4ab3f4 (git): load.c: hide internal objects
- * load.c (rb_construct_expanded_load_path, Init_load): hide internal
objects, expanded_load_path, {load_path,loaded...
03/08/2013
-
11:54 PM Revision 1b714330 (git): load.c: move loop invariant condition
- * load.c (rb_feature_p): move this_feature_index condition which is
loop invariant.
git-svn-id: svn+ssh://ci.ruby-... -
11:37 PM Revision 8237581a (git): load.c: reduce indexes arrays
- * load.c (features_index_add_single, rb_feature_p): store single index
as Fixnum to reduce the number of arrays for... - 03:26 PM Revision 28d7cd10 (git): * 2013-03-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 0316cf2e (git): marshal.c: prepended objects
- * marshal.c (r_object0): load prepended objects. treat the class of
extended object in the included modules as pre... -
03:26 PM Revision e14095ff (git): marshaltestlib.rb: descriptive assertions
- * test/ruby/marshaltestlib.rb (MarshalTestLib#test_string_ivar)
(MarshalTestLib#test_string_subclass_cycle): use mo... - 11:16 AM Revision 6f59a8b4 (git): * man/rake.1, man/ruby.1: Use the Pa macro to make URLs stand out.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 AM Revision 1a633537 (git): assertions.rb: split lines
- * lib/test/unit/assertions.rb (Test::Unit::Assertions#message): split
msg and default procs by period and newline.
... -
07:02 AM Revision 3d881966 (git): assertions.rb: allow proc
- * lib/test/unit/assertions.rb (Test::Unit::Assertions#message):
convert msg by call if it is a proc, as well as ass... -
05:47 AM Revision 4a3970c2 (git): load.c: reorder conditions
- * load.c (loaded_feature_path): reorder conditions so simple
comparision comes first.
git-svn-id: svn+ssh://ci.rub... -
05:24 AM Revision d415f2ab (git): configure.in: suppress error messages
- * configure.in: suppress error messages, rm: cannot remove
'conftest.dSYM', from AC_EGREP_CPP with CFLAGS=-g on Dar... -
05:24 AM Revision 5ebffacf (git): * tool/rbuninstall.rb: remove symlinks.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 AM Revision 7d183dab (git): * ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 AM Revision df9d847e (git): * man/rake.1: Document ENVIRONMENT variables on RAKE(1) manpage
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:46 AM Revision 9c1fbec8 (git): * lib/webrick/httpproxy.rb: Fix typos in HTTPProxyServer [Bug #8013]
- Patch by Nobuhiro IMAI [ruby-core:53127]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39632 b2dd03c8-39d4-4d8f... - 01:21 AM Revision 0003ac99 (git): Remove very obsolete test code
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/07/2013
- 06:17 PM Revision 7afb2ead (git): Update ChangeLog for r39628
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:54 PM Revision 131fa91f (git): * 2013-03-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:54 PM Revision dfde34cb (git): * class.c (rb_mod_ancestors): Include singleton_class in ancestors list
- [Feature #8035]
* test/ruby/test_module.rb (class): test for above
* test/ruby/marshaltestlib.rb (module): adapt te... -
05:21 AM Revision 221f2a1d (git): compile.c: zsuper keyword args
- * compile.c (iseq_compile_each): pass keyword arguments to zsuper,
with current values. [ruby-core:53114] [Bug #80... -
05:17 AM Revision 8a689839 (git): compile.c: nd_line(node)
- * compile.c (iseq_compile_each): keep nd_line(node) in a local
variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
05:17 AM Revision fedf4c22 (git): compile.c: calc in int
- * compile.c (iseq_compile_each): calculate argc as int, not as Fixnum.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
04:38 AM Revision 3016b65a (git): .gdbinit: initialize color sequences
- * .gdbinit (hook-run): initialize color sequences for each runs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
04:38 AM Revision 94daa860 (git): iseq.c: keyword arguments
- * iseq.c (rb_iseq_disasm): fix keyword arguments index.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39623 b2dd... -
04:06 AM Revision 9926b16d (git): * ChangeLog:
- * lib/rubygems/commands/setup_command.rb (class Gem):
* lib/rubygems/commands/setup_command.rb (TEXT):
... -
04:01 AM Revision 105361d9 (git): * ChangeLog:
- * lib/rubygems/commands/setup_command.rb (class Gem):
* lib/rubygems/commands/setup_command.rb (TEXT):
... - 01:39 AM Revision 3d4d9377 (git): * 2013-03-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:39 AM Revision 1a71b871 (git): rbinstall.rb: gem subdirectories
- * tool/rbinstall.rb (gem): Gem.ensure_gem_subdirectories now has mode
option since r39607. refix of r38870.
git-s... -
01:39 AM Revision e4e82e50 (git): common.mk: reinstall target
- * common.mk (reinstall): new target.
* defs/gmake.mk (install, uninstall): can't run parallel.
git-svn-id: svn+ssh:...
03/06/2013
-
01:24 PM Revision 5f5d9155 (git): iseq.c: keyword arguments
- * iseq.c (rb_iseq_disasm): show keyword arguments info, in format
"keyword: NUM@LIDX".
git-svn-id: svn+ssh://ci.ru... -
01:14 PM Revision 22e2bfc6 (git): merge revision(s) 39297: [Backport #8032]
- mkconfig.rb: clear exec_prefix
* tool/mkconfig.rb: clear exec_prefix which may differ from prefix,
before ... -
11:59 AM Revision 5c1af05e (git): defs/gmake.mk: serialize test targets.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:22 AM Revision 0af37bf0 (git): configure.in: fix unexpand_shvar
- * configure.in (unexpand_shvar): remove guarding quotes at last.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
06:30 AM Revision 63324158 (git): GNUmakefile.in: new template
- * template/GNUmakefile.in: split from configure.in.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39613 b2dd03c8... -
06:30 AM Revision 6f4d00e5 (git): process.c: fix error message
- * process.c (check_exec_redirect_fd): fix error message for unknown
symbol.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
06:30 AM Revision 2d1c94a1 (git): prefix global symbols
- * iseq.c (rb_insn_operand_intern): prefix global symbols.
* numeric.c (ruby_num_interval_step_size): ditto.
* vm_ba... -
06:29 AM Revision 4f59a115 (git): intern.h: macro rb_check_arity
- * include/ruby/intern.h (rb_check_arity): same name macro for backward
compatibility checking by ifdef.
git-svn-id... -
04:14 AM Revision d1e3c632 (git): * test/rubygems/test_gem_spec_fetcher.rb: Removed unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/05/2013
-
11:11 PM Revision 48d5694f (git): * test/rubygems/test_require.rb: Fix tests when 'a.rb' exists.
- [ruby-trunk - Bug #7749]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:02 PM Revision 6e48ce9c (git): * lib/rubygems.rb: Allow specification of directory permissions.
- [ruby-trunk - Bug #7713]
* test/rubygems/test_gem.rb: Test for the above.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
10:40 PM Revision 7a88ad0a (git): * lib/rubygems/commands/query_command.rb: Only fetch remote specs when
- showing details. [ruby-trunk - Bug #8019] RubyGems bug #487
* lib/rubygems/remote_fetcher.rb: ditto.
* lib/rubygem... - 04:31 PM Revision 32fa37f5 (git): * 2013-03-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:31 PM Revision dbec401c (git): use INT2FIX(0) instead of INT2NUM(0).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:48 PM Revision 6520da62 (git): * ChanageLog: fix ticket ref in r39597.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 PM Revision 1d82ffd8 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 PM Revision f113ab55 (git): class.c: check redefinition
- * class.c (rb_prepend_module): check redefinition of built-in opimized
methods. [ruby-dev:47124] [Bug #7983]
* vm.... -
12:30 PM Revision 00a8203b (git): test_method.rb: reduce iteration
- * test/ruby/test_method.rb (TestMethod#test_bound_method_entry):
reduce iteration.
git-svn-id: svn+ssh://ci.ruby-... -
11:29 AM Revision 2ff56cc9 (git): proc.c: revert r39224
- * proc.c (mnew): revert r39224. [ruby-core:53038] [Bug #7988]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39... -
11:23 AM Revision 708df44e (git): intern.h: inline function rb_check_arity
- * include/ruby/intern.h (rb_check_arity): make a static inline
function so it can be used as an expression and argc... -
03:31 AM Revision 85164e55 (git): * lib/rubygems.rb: Bump version to 2.0.1 for upcoming bugfix release
- * lib/rubygems/ext/ext_conf_builder.rb: Restore ruby 1.8 compatibility
for [Bug #9698]
* test/rubygems/test_gem_in... -
03:25 AM Revision 6c77ae07 (git): * enumerator.c (enumerator_with_index): Restore handling of a nil memo
- from r39594.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:40 AM Revision b4a117f8 (git): objspace.c: newly added nodes
- * ext/objspace/objspace.c (count_nodes): count also newly added nodes,
and fix key for unknown node. patch by tmm1... -
01:20 AM Revision 4a429c11 (git): enumerator.c: allow Bignum for with_index
- * enumerator.c (enumerator_with_index_i): allow Bignum as offset, to
get rid of conversion exception and integer ov... -
01:18 AM Revision ce357ef1 (git): numeric.c: optimize for Bignum
- * numeric.c (rb_int_succ, rb_int_pred): shortcut optimization for
Bignum.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
01:06 AM Revision 66867b0a (git): ext_conf_builder.rb: clear DESTDIR
- * lib/rubygems/ext/ext_conf_builder.rb (Gem::Ext::ExtConfBuilder.build):
clear DESTDIR so RUBYARCHDIR and RUBYLIBDI... - 01:02 AM Revision 001e06ed (git): * 2013-03-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:02 AM Revision f2d3cd1c (git): ext_conf_builder.rb: clear DESTDIR
- * lib/rubygems/ext/ext_conf_builder.rb (Gem::Ext::ExtConfBuilder.build):
clear DESTDIR so RUBYARCHDIR and RUBYLIBDI...
Also available in: Atom