Activity
From 06/07/2008 to 06/13/2008
06/13/2008
-
10:57 PM Revision 436b02b3 (git): * gc.c (ruby_initial_gc_stress): defined.
- (ruby_initial_gc_stress_ptr): defined.
* debug.c (set_debug_option): use ruby_initial_gc_stress_ptr for
gc_stress ... -
05:27 PM Bug #113: Complex("1i") clear $~
- =begin
Issue #113 has been updated by Anonymous.
Status changed from Open to Closed
% Done changed from 0 to 100... -
05:27 PM Bug #113 (Closed): Complex("1i") clear $~
- =begin
Applied in changeset r17148.
=end
-
05:17 PM Bug #112: Rational("355/113") clear $&
- =begin
Issue #112 has been updated by Anonymous.
Status changed from Open to Closed
% Done changed from 0 to 100... -
05:17 PM Bug #112 (Closed): Rational("355/113") clear $&
- =begin
Applied in changeset r17147.
=end
-
03:09 PM Revision 4641b801 (git): * gc.c (ruby_gc_stress): moved to rb_objspace_t.
- * gc.c (gc_stress_get, gc_stress_set): VM local attribute.
* signal.c (sigsegv): ditto.
git-svn-id: svn+ssh://ci.r... -
02:08 PM Revision 35b7b37c (git): * lib/time.rb (Time.xmlschema): don't accept decimal dot
- without fractional digits.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17152 b2dd03c8-39d4-4d8f-9... - 12:59 PM Revision e0d427e8 (git): * rational.c (nurat_equal_p): Rational(0,x) and 0 are equivalent,
- anyway.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:29 PM Revision c7f4ebc8 (git): * complex.c (string_to_c, nucomp_s_convert): preserve the current
- backref.
* rational.c (string_to_r, nurat_s_convert): ditto.
* include/ruby/intern.h (rb_match_busy... -
09:10 AM Revision 05093ae4 (git): * lib/time.rb (Time.xmlschema): don't accept decimal dot without
- fractional digits. fractional digits handling simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17149 ... -
08:22 AM Revision 6fc17f1f (git): * complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev:34991]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:16 AM Revision 01d71521 (git): * rational.c (string_to_r_internal): save and restore backref. fixed [ruby-dev:34990]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:56 AM Revision 26f26890 (git): * README.EXT: ditto.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:46 AM Revision 074a876d (git): * README.EXT.ja: update about Fixnum. reported in
- <http://www.tmtm.org/ja/tdiary/?date=20080611#p01>
* README.EXT.ja: describe about StringValueCStr().
git... -
05:24 AM Revision 2cec384a (git): * gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:24 AM Revision 32ef17fe (git): * gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:19 AM Revision 043222ba (git): * gc.c (CHECK_STACK): STACK_LENGTH should be less than
- STACK_LEVEL_MAX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17143 b2dd03c8-39d4-4d8f-98ff-823fe6... -
05:19 AM Revision 84778606 (git): * gc.c (ruby_stack_check): STACK_LENGTH should be less than
- STACK_LEVEL_MAX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:15 AM Revision 1454c981 (git): merge revision(s) 15429, 15471:
- * gc.c (rb_newobj): prohibit call of rb_newobj() during gc.
Submitted by Sylvain Joyeux [ruby-core:12099].
... -
04:12 AM Revision 432ec4f2 (git): merge revision(s) 15429, 15471:
- * gc.c (rb_newobj): prohibit call of rb_newobj() during gc.
Submitted by Sylvain Joyeux [ruby-core:12099].
... -
04:02 AM Revision 97c8c1fa (git): * enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoid
- extra calls to is_pointer_to_heap() in GC.
* enum.c (enum_zip): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
03:10 AM Revision 465eec71 (git): merge revision(s) 15425:
- * lib/benchmark.rb (Job::Benchmark#item): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6... -
03:09 AM Revision 32ddfd30 (git): merge revision(s) 15425:
- * lib/benchmark.rb (Job::Benchmark#item): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5... -
03:07 AM Revision 5ecf4d8a (git): merge revision(s) 15415:
- * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more
precision. [ruby-talk:290296]
... -
03:05 AM Revision ae0134ee (git): merge revision(s) 15415:
- * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more
precision. [ruby-talk:290296]
... -
03:02 AM Revision 679ae60d (git): merge revision(s) 15408:
- * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than
SystemExit and SignalException. [rub... -
03:00 AM Revision 74c4a071 (git): merge revision(s) 15408:
- * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than
SystemExit and SignalException. [rub... -
02:57 AM Revision d68010a2 (git): merge revision(s) 15369:
- * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime
a bit faster. a patch from Alexander Dym... -
02:57 AM Revision 9e489a9d (git): merge revision(s) 15369:
- * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime
a bit faster. a patch from Alexander Dym... -
02:52 AM Revision 7dce7a40 (git): merge revision(s) 15287:
- * io.c (rb_open_file): should check NUL in path.
<http://www.rubyist.net/~matz/20080125.html#c01>.
... -
02:50 AM Revision 01c2a451 (git): reformat ChangeLog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@17118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:49 AM Revision 1b98ee79 (git): merge revision(s) 15287:
- * io.c (rb_open_file): should check NUL in path.
<http://www.rubyist.net/~matz/20080125.html#c01>.
...
06/12/2008
-
05:14 PM Bug #144 (Closed): irb fg
- =begin
西山和広です。
fgに引数を指定しなかったりjobsにない数値を指定すると
「Maybe IRB bug!!」になります。
「Maybe IRB bug!!」の前に改行がないのも変な気がします。... -
04:55 PM Bug #143 (Closed): rdoc and magic comment
- =begin
I use ruby-mode.el in trunk, and it inserts magic comment.
But rdoc parser does not ignore magic comment.
=... -
04:51 PM Revision 283826f7 (git): * ext/tk/tcltklib.c: [trial patch] On some environments, it gives
- better responce about callbacks across threads. But on the other
environments, it has no effect.
git-svn-id: svn+... -
03:42 PM Revision bbcd6dfc (git): * test/ruby/test_thread.rb: add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:33 PM Revision 5734e59a (git): * thread.c (mutex_unlock): fix cond_notified consistency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:20 PM Revision 4b022866 (git): * thread_win32.c (native_sleep): fixed previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:01 PM Revision 6f5aaff7 (git): * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add
- deadlock detection. [ruby-dev:35044]
* bootstraptest/test_thread.rb: add tests for above.
git-svn-id: svn+ssh://c... - 12:41 PM Revision 2b66844f (git): * complex.c: refactoring.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:06 PM Revision 82ce1f0a (git): * ext/openssl/ossl.h: include winsock.h if USE_WINSOCK2 is not defined.
- a patch from arton <artonx at yahoo.co.jp> in [ruby-dev:35078]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
08:21 AM Revision 42144753 (git): * regint.h: undefine USE_CAPTURE_HISTORY which is mentioned as
- unsupported in the Onigiruma document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17106 b2dd03c8-39d4-4d8f-98... -
07:37 AM Bug #113: Complex("1i") clear $~
- =begin
=end
-
07:36 AM Bug #112: Rational("355/113") clear $&
- =begin
=end
-
07:36 AM Bug #123: Time.now <=> SimpleDelegator.new(Time.now)
- =begin
=end
-
04:46 AM Revision 69fa5eea (git): * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for
- constant symbols to optimize strlen.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17105 b2dd03c8-39d4-4d8f-98f...
06/11/2008
-
11:52 PM Revision 53f0a8ad (git): * io.c (read_all): should use io_read_encoding(), not
- io_input_encoding().
* io.c (rb_io_getline_1): reduce calling of io_read_encoding().
* string.c (rb_str_scan): need... -
06:30 PM Revision f9ac9e2d (git): * ext/stringio/stringio.c (strio_init): rewind when reopened.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:50 PM Revision d2224722 (git): * ext/stringio/stringio.c (strio_init): rewind when reopened.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:43 PM Revision 9e412b83 (git): * array.c (rb_ary_zip): ANSI style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:25 PM Revision 1d09b69f (git): * io.c (rb_io_reopen): clear read buffer.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:56 PM Revision 05f4cafd (git): * ext/tk: check proper conditions. [ruby-dev:35047]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:56 PM Revision cf508bfe (git): * ext/tk: check proper conditions. [ruby-dev:35047]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:54 PM Revision a999490f (git): * io.c (io_fread): bypass buffered read if reading buffer is empty.
- * io.c (remain_size): do not add extra one byte.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17098 b2dd03c8-39... -
09:03 AM Bug #140: [PATCH] Set#== performance improvement
- =begin
Attached the benchmark script.
=end
-
09:01 AM Bug #140 (Closed): [PATCH] Set#== performance improvement
- =begin
Without this patch:
Set#== with Set: 2.350000 1.100000 3.450000 ( 3.670881)
Set#== ... -
06:23 AM Revision eda452e8 (git): merge revision(s) 15216:
- * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead
object_id with printf. [ruby-dev:3334... -
06:22 AM Revision 78fa7195 (git): merge revision(s) 15216:
- * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead
object_id with printf. [ruby-dev:3334... -
06:02 AM Revision ab52f186 (git): merge revision(s) 15123:
- * configure.in: Remove wrong assumptions about Cygwin. a patch from
Corinna Vinschen in [ruby-Bugs-17018].... -
06:00 AM Revision d9e5857d (git): merge revision(s) 15123:
- * configure.in: Remove wrong assumptions about Cygwin. a patch from
Corinna Vinschen in [ruby-Bugs-17018].... -
03:16 AM Revision 2dc5f35a (git): * bootstraptest/runner.rb (assert_normal_exit): hide stderr output
- when success.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:27 AM Revision 8ec04b56 (git): * common.mk (encs): need to pass miniruby path for windows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/10/2008
-
11:23 PM Revision aaa90ddd (git): update Signal.list rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:21 PM Revision 3863e54b (git): describe %% in rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:00 PM Revision f2198d89 (git): * set eol-style to LF.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 PM Revision 9e324fdd (git): * vm.c, eval_intern.h (PASS_PASSED_BLOCK):
- set a VM_FRAME_FLAG_PASSED flag to skip this frame when
searching ruby-level-cfp.
* eval.c, eval_intern.h, proc.c: ... -
08:59 PM Revision e6697a64 (git): * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.
- * ext/tk/tcltklib.c: avoid error on a shared object.
* ext/tk/extconf.rb: support --with-tcltkversion
* ext/tk/READ... - 06:41 PM Revision af0c875e (git): * lib/find.rb (Find#find): Return an enumerator if no block is
- given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:33 PM Revision ed4139e3 (git): * include/ruby/intern.h, proc.c: revert rb_proc_call() and
- create rb_proc_call_with_block() instaed.
* include/ruby/ruby.h, eval_jump.c, thread.c, vm_insnhelper.c:
rb_blockpt... -
12:08 PM Revision 8b7a284b (git): * test/ruby/test_float.rb: add tests. [ruby-dev:35009]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:56 AM Revision e585bc3c (git): * complex.c (nucomp_s_convert): need not to initialize optional
- argument for rb_scan_args().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17079 b2dd03c8-39d4-4d8f-98ff-823fe... -
11:13 AM Revision 645629a1 (git): * ext/extmk.rb: negate default of --without-ext if --with-ext is
- given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:13 AM Revision f9552170 (git): * ext/extmk.rb: negate default of --without-ext if --with-ext is
- given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:12 AM Revision 9f8ead3f (git): * ext/extmk.rb: negate default of --without-ext.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:12 AM Revision 6f8bf830 (git): * ext/extmk.rb: negate default of --without-ext.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:44 AM Revision dd6f7fba (git): * array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:30 AM Revision 25de6b00 (git): * include/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec):
- added prototypes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:05 AM Revision eb362405 (git): * util.c (ruby_strtod): ruby_strtod don't allow a trailing
- decimal point like "7.". [ruby-dev:34835] [ruby-dev:35009]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... -
08:03 AM Revision 1f0cad56 (git): fix Changelog time(typo). sorry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:01 AM Revision eff06d7a (git): * util.c (ruby_strtod): ruby_strtod don't allow a trailing
- decimal point like "7.". [ruby-dev:34835] [ruby-dev:35009]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17072 ... -
06:15 AM Revision 4fd154d0 (git): * rational.c (nurat_s_convert): need not to initialize optional
- argument for rb_scan_args().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17071 b2dd03c8-39d4-4d8f-98ff-823fe69... -
04:40 AM Revision 397ee1a3 (git): * eval.c (rb_thread_select), string.c (str_gsub): suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:58 AM Revision ad494f67 (git): * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:58 AM Revision 5007c346 (git): * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 AM Revision a31f177e (git): * include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 AM Revision 7799fe9e (git): * ruby.c (rb_argv0): revised for ext/tk.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 AM Revision 53ea4c0c (git): * include/ruby/encoding.h: not to use varargs.h since requiring C89.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/09/2008
-
03:57 PM Bug #123 (Closed): Time.now <=> SimpleDelegator.new(Time.now)
- =begin
Time.now <=> SimpleDelegator.new(Time.now) が nil になるのは
SimpleDelegator.new(Time.now) <=> Time.now がそうならないの
... -
03:52 PM Revision f2400eca (git): * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.
- * vm_insnhelper.c (vm_yield_with_cfunc): vm_yield_with_cfunc receives
blockptr and passes it to iterating block.
*... -
03:42 PM Bug #122 (Closed): SEGV by ./ruby -e ''
- =begin
=end
-
03:01 PM Bug #122 (Closed): SEGV by ./ruby -e ''
- =begin
以下のように ./ruby -e '' が SEGV します。
% ./ruby -e ''
./ruby: [BUG] Segmentation fault
ruby 1.9.0 (2008-06-... - 03:13 PM Revision 4879ae65 (git): fixed
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Revision 52654587 (git): * common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 PM Revision 58496686 (git): * eval.c (Init_stack): don't declare. it is a macro now.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 PM Revision 62b6a462 (git): * compile.c : treat []&&= in virtually the same way as []||=.
- [ruby-dev:34679]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:17 PM Revision fc0babb4 (git): * enc/depend (clean): remove build directories.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:15 PM Revision e2958af0 (git): * test_knownbug.rb -> KNOWNBUGS.rb: renamed.
- * common.mk: apply above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17059 b2dd03c8-39d4-4d8f-98ff-8... -
12:14 PM Revision b9f96b88 (git): * lib/mkmf.rb (configuration): set flags.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:14 PM Revision ce29c178 (git): * lib/mkmf.rb (configuration): set flags.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:11 PM Bug #121 (Closed): SEGV by File.foreach("keywords")
- =begin
なかだです。
At Sun, 8 Jun 2008 00:27:53 +0900,
Tanaka Akira wrote in [ruby-dev:34988]:
> 以下のようにすると SEGV します。
... -
12:10 PM Revision fe54190f (git): * bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved.
- * common.mk: add a rule "test-knownbug".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17057 b2dd03c8-39d4-4d8... - 12:02 PM Revision a20cf402 (git): * complex.c (nucomp_s_convert): can accept Complex('i').
- [ruby-dev:34991]
and some minor changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17056 b2dd03c8-3... -
09:51 AM Revision f8ef02ad (git): * ext/socket/socket.c: constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:25 AM Revision 5a647a3f (git): * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
- * *.c: no cache in init functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17053 b2dd03c8-39d4-4d8f-98ff-... - 09:21 AM Revision 9dd3f082 (git): patchlevel 17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:20 AM Revision a4187cb5 (git): * lib/set.rb (Set#delete_if): Call to_a.
- (SortedSet#delete_if, TC_SortedSet#test_sortedset): Use super to
yield elements in sorted order; [ruby-core:17144] ... -
09:11 AM Revision 366611a9 (git): merge revision(s) 15054:
- * eval.c (eval): check if backtrace is empty. [ruby-core:15040]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
09:08 AM Revision 27ce75e7 (git): merge revision(s) 15054:
- * eval.c (eval): check if backtrace is empty. [ruby-core:15040]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... - 09:00 AM Revision 7f562bd5 (git): * lib/set.rb (Set#delete_if): Call to_a.
- (SortedSet#delete_if, TC_SortedSet#test_sortedset): Use super to
yield elements in sorted order; [ruby-core:17144] ... - 08:58 AM Revision 250dd070 (git): * lib/set.rb (Set#delete_if): Call to_a.
- (SortedSet#delete_if, TC_SortedSet#test_sortedset): Use super to
yield elements in sorted order; [ruby-core:17144] ... -
08:48 AM Revision 507f89d3 (git): * io.c (fptr_finalize): close IO object if fd is already closed.
- (rb_p): call rb_io_write just once.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17044 b2dd03c8-39d4-4d8f-98ff... -
08:31 AM Feature #120 (Rejected): --enable-gc-malloc-stats
- =begin
* configure.in switch for CALC_EXACT_MALLOC_SIZE
* export rb_gc_malloc_allocations and rb_gc_malloc_alloca... -
06:41 AM Revision 3854be43 (git): * test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:40 AM Revision 66054b9e (git): * ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:42 AM Revision e39b93b8 (git): * complex.c (make_patterns): constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:39 AM Revision 85976cf8 (git): * rational.c (make_patterns): constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:18 AM Revision 6cdc8933 (git): * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, and
- rb_progname.
* ruby.c (rb_argv0): no longer used.
* vm.c: getters/setters for ruby_{debug,verbose}.
git-svn-id: s... -
05:08 AM Bug #109: SEGV by File.foreach("keywords")
- =begin
=end
-
04:20 AM Revision 9fb52151 (git): * vm_core.h (struct rb_vm_struct): moved src_encoding_index.
- * ruby.c (struct cmdline_options): moved setids and req_list, and the
latter is now an array, to prevent memory lea... -
02:58 AM Revision efe5422e (git): * vm.c (rb_thread_recycle_stack_release): reduce redundant code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:54 AM Revision 10bfa5d4 (git): * include/ruby/intern.h (Init_stack): make to call ruby_init_stack.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/08/2008
-
11:16 PM Revision ddf83922 (git): * vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:29 PM Revision 14c6cd22 (git): Ignore config.status.lineno.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:28 PM Revision e42543fb (git): * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix up
- initialize_copy; [ruby-list:45016], [ruby-list:45018].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_... - 06:27 PM Revision 2e7693fb (git): * NEWS: Mention new constants.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:25 PM Revision 5d4d1545 (git): * hash.c (hash_i): make Hash#hash order insensitive.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:23 PM Revision 9ec903b6 (git): * configure.in (VENDOR_DIR): use LIBDIR instead of PREFIX as well as
- SITE_DIR. a patch from Richard Brown <rbrown AT exherbo.org> in
[ruby-core:17129].
git-svn-id: svn+ssh://ci.ruby... - 06:21 PM Revision 5a797c1c (git): * gc.c (os_obj_of): assure to not free the scanning heap.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:20 PM Revision a68e4c74 (git): * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.
- fixed [ruby-dev:34979]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17028 b2dd03c8-39d4-4d8f-98f... -
06:13 PM Revision 7e6c9db4 (git): * bootstraptest/pending.rb: move/remove solved issues.
- * bootstraptest/test_class.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17027 b2dd03c8-39d4-4d8f-9... - 05:45 PM Revision 373a7791 (git): Ignore config.status.lineno.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:44 PM Revision e48ef538 (git): * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix up
- initialize_copy; [ruby-list:45016], [ruby-list:45018].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_... - 05:39 PM Revision 2bafbe14 (git): Ignore config.status.lineno.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:35 PM Revision ecc1deda (git): * ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.
- [ruby-list:45018]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:37 PM Revision d12a81e7 (git): * 2008-06-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:24 PM Revision a5fdfa58 (git): * vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method with
- block that both is written in C. [ruby-dev:34273] [ruby-core:15551]
* proc.c (curry): use proc_call instead of rb_p... -
12:51 PM Revision 65ec3ed9 (git): * test/zlib/test_zlib.rb: add tests to achieve over 90% test coverage
- of zlib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:23 AM Bug #113 (Closed): Complex("1i") clear $~
- =begin
同様に、Complex("1i") も $~ を nil にするようです。
% ./ruby -e '
/a/ =~ "a"
p $~
p Complex("1i")
p $~... -
11:18 AM Revision 9393cc45 (git): * vm_insnhelper.c (vm_throw): regard break as return in lambda.
- [ruby-dev:34646]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:07 AM Bug #112 (Closed): Rational("355/113") clear $&
- =begin
以下のように、Rational("355/113") とすると $& が nil になり
ます。
% ./ruby -ve '/a/ =~ "a"
p $&
Rational("355/113")... -
10:27 AM Revision a9914063 (git): * gc.c: add a build option "CALC_EXACT_MALLOC_SIZE".
- This option enables to calculate exact size of current
allocated size by malloc(). You can access these informatio... -
10:01 AM Revision 72ba13aa (git): * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,
- enumerator.c (enumerator_allocate), eval_jump.c, file.c, hash.c,
io.c, load.c, pack.c, proc.c, random.c, re.c, ruby... -
03:01 AM Revision 4a7311e1 (git): avoid dead lock on MacOS X.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:29 AM Bug #109 (Closed): SEGV by File.foreach("keywords")
- =begin
以下のようにすると SEGV します。
% ./ruby -ve '
e = File.foreach("keywords")
loop {
p e.next
}
'
ruby 1...
06/07/2008
-
09:09 PM Revision e55618f1 (git): merge revision(s) 15005:
- * eval.c (rb_define_alloc_func, rb_undef_alloc_func): should
define/undef on a signleton class. [ruby-core... -
09:08 PM Revision 66de1c49 (git): merge revision(s) 15005:
- * eval.c (rb_define_alloc_func, rb_undef_alloc_func): should
define/undef on a signleton class. [ruby-core... -
09:05 PM Revision fe4c599e (git): merge revision(s) 14883:
- * time.c (time_arg): use converted object. [ruby-core:14759]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
09:04 PM Revision 072943af (git): merge revision(s) 14883:
- * time.c (time_arg): use converted object. [ruby-core:14759]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
09:02 PM Revision 0942811e (git): merge revision(s) 14858:
- * io.c (fptr_finalize): clear errno first. [ruby-talk:284492]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
09:01 PM Revision f161d2b7 (git): merge revision(s) 14858:
- * io.c (fptr_finalize): clear errno first. [ruby-talk:284492]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
09:00 PM Revision f77e42ad (git): merge revision(s) 14465:
- * lib/date.rb: don't freeze nil even if 1.8 will not be aware of
the issue. [ruby-dev:32677]
git-svn-id: ... -
08:55 PM Revision a2d87271 (git): merge revision(s) 14316:
- * configure.in (TIMEZONE_VOID): check whether timezone requires zero
arguments. [ruby-dev:32631]
git-svn... -
08:54 PM Revision cf4fa0f0 (git): merge revision(s) 14316:
- * configure.in (TIMEZONE_VOID): check whether timezone requires zero
arguments. [ruby-dev:32631]
git-svn... -
08:37 PM Revision b09f1c5d (git): merge revision(s) 14313:
- * parse.y (f_rest_arg): check if duplicated. [ruby-core:14140]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
08:36 PM Revision f6b5a012 (git): merge revision(s) 14313:
- * parse.y (f_rest_arg): check if duplicated. [ruby-core:14140]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
08:33 PM Revision 08a04c81 (git): merge revision(s) 14255:
- * gc.c (stack_end_address): use local variable address instead of
__builtin_frame_address(0) to avoid SEGV ... -
08:32 PM Revision 889a1bb9 (git): merge revision(s) 14255:
- * gc.c (stack_end_address): use local variable address instead of
__builtin_frame_address(0) to avoid SEGV ... -
08:27 PM Revision bd82f4cf (git): merge revision(s) 14222:14225:
- * configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined
and its type.
* configure.in (t... -
08:22 PM Revision aeedcfb3 (git): merge revision(s) 14222:14225:
- * configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined
and its type.
* configure.in (t... -
08:11 PM Revision 03d22a22 (git): merge revision(s) 14178:
- * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME
regular expression. a patch from Ueda Satoshi... -
08:10 PM Revision 067e3003 (git): merge revision(s) 14178:
- * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME
regular expression. a patch from Ueda Satoshi... -
08:08 PM Revision 12de9990 (git): merge revision(s) 14153:
- * lib/cgi.rb (read_multipart): exclude blanks from header values.
[ruby-list:44327]
git-svn-id: svn+ssh:/... -
08:08 PM Revision 5a0aa734 (git): merge revision(s) 14153:
- * lib/cgi.rb (read_multipart): exclude blanks from header values.
[ruby-list:44327]
git-svn-id: svn+ssh:/... -
08:03 PM Revision a2eab05d (git): merge revision(s) 14095:
- * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing
preceeding 0s. [ruby-core:13873]
git... -
08:02 PM Revision 1a9f2ece (git): merge revision(s) 14095:
- * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing
preceeding 0s. [ruby-core:13873]
git... -
07:58 PM Revision 0b9586c4 (git): merge revision(s) 14086:
- * eval.c (error_print): put newline unless multiple line message ends
with a newline. [ruby-dev:32429]
g... -
07:57 PM Revision f68586bc (git): merge revision(s) 14086:
- * eval.c (error_print): put newline unless multiple line message ends
with a newline. [ruby-dev:32429]
g... -
07:56 PM Revision 77b1b687 (git): merge revision(s) 14071:
- Merged 14070 from trunk.
* lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling so
... -
07:55 PM Revision 18da18fc (git): merge revision(s) 14071:
- Merged 14070 from trunk.
* lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling so
... -
07:51 PM Revision 143e45a7 (git): merge revision(s) 14045, 14059:
- * parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]
* parse.y (newline_node): set line from o... -
07:48 PM Revision b2c93b3d (git): merge revision(s) 14045, 14059:
- * parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]
* parse.y (newline_node): set line from o... -
07:33 PM Revision 6e9acb44 (git): * NEWS: Mention new constants.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:27 PM Revision f69caed5 (git): merge revision(s) 14036:14039:
- * bignum.c (rb_big2str0): do not clobber space for sign.
* sprintf.c (remove_sign_bits): extends sign bit fir... -
07:21 PM Revision 6fe602ae (git): merge revision(s) 13989:
- * object.c (nil_plus): remove unused function. [ruby-core:13737]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc... -
07:20 PM Revision 01dabde0 (git): merge revision(s) 13989:
- * object.c (nil_plus): remove unused function. [ruby-core:13737]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc... -
07:17 PM Revision 65035f9f (git): merge revision(s) 13957:
- * eval.c (rb_alias): do not call hook functions until initialization
finishes. [ruby-talk:279538]
git-sv... -
07:16 PM Revision c223c92a (git): merge revision(s) 13957:
- * eval.c (rb_alias): do not call hook functions until initialization
finishes. [ruby-talk:279538]
git-sv... -
07:14 PM Revision 24de771e (git): merge revision(s) 13951:
- * ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra... -
07:13 PM Revision 6b3661a5 (git): merge revision(s) 13951:
- * ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra... -
06:59 PM Revision 0d029c60 (git): merge revision(s) 13936:13938:
- * ext/curses/extconf.rb: check macro if cannot find func.
[ruby-list:44224]
git-svn-id: svn+ssh://ci.ruby... -
06:59 PM Revision 7f512dd1 (git): merge revision(s) 13936:13938:
- * ext/curses/extconf.rb: check macro if cannot find func.
[ruby-list:44224]
git-svn-id: svn+ssh://ci.ruby... -
06:53 PM Revision d56b279b (git): merge revision(s) 13935:
- * lib/cgi/session.rb (CGI::Session::FileStore::restore): use
lockfile for exclusive locks. a patch from <t... -
06:52 PM Revision f9e5b3ba (git): merge revision(s) 13935:
- * lib/cgi/session.rb (CGI::Session::FileStore::restore): use
lockfile for exclusive locks. a patch from <t... -
06:49 PM Revision 98d6f01d (git): merge revision(s) 13914:13917:
- * missing/isinf.c (isinf): don't define if the macro is defined.
* numeric.c (flodivmod): work around for inf... -
06:48 PM Revision 41c8c78f (git): merge revision(s) 13914:13917:
- * missing/isinf.c (isinf): don't define if the macro is defined.
* numeric.c (flodivmod): work around for inf... -
06:46 PM Revision 198898b3 (git): merge revision(s) 13902, 13907, 13914:
- * numeric.c (flo_divmod): round to the nearest integer.
[ ruby-Bugs-14540 ]
* numeric.c (flodivmod)... -
06:40 PM Revision 38356317 (git): merge revision(s) 13902, 13907, 13914:
- * numeric.c (flo_divmod): round to the nearest integer.
[ ruby-Bugs-14540 ]
* numeric.c (flodivmod)... -
06:28 PM Revision 19638a78 (git): merge revision(s) 13830:
- * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x for
nkf conversion. a patch from <moonwolf ... -
06:28 PM Revision 9a820db0 (git): merge revision(s) 13830:
- * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x for
nkf conversion. a patch from <moonwolf ... -
06:07 PM Revision fd0f7b08 (git): merge revision(s) 13823:
- * lib/optparse.rb (OptionParser::Switch::summarize): fix for long form
option with very long argument. a p... -
06:07 PM Revision 0c7a9972 (git): merge revision(s) 13823:
- * lib/optparse.rb (OptionParser::Switch::summarize): fix for long form
option with very long argument. a p... -
06:05 PM Revision 24a9bf98 (git): merge revision(s) 13785:
- * numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/br... -
06:04 PM Revision 5d53d594 (git): merge revision(s) 13785:
- * numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/br... -
05:58 PM Revision b940547c (git): merge revision(s) 13779:13782:
- Merged 13781 from trunk.
* lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" in
addition... -
05:57 PM Revision aab56e10 (git): merge revision(s) 13779:13782:
- Merged 13781 from trunk.
* lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" in
addition... -
05:55 PM Revision 4c1e0db0 (git): merge revision(s) 13774:
- * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra... -
05:54 PM Revision 59047a39 (git): merge revision(s) 13774:
- * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra... -
04:54 PM Revision d40bafa4 (git): merge revision(s) 13771:
- Merged 13767, 13768, 13769, and 13770 from trunk.
* lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing ... -
04:52 PM Revision 718f7f3b (git): merge revision(s) 13771:
- Merged 13767, 13768, 13769, and 13770 from trunk.
* lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing ... -
04:50 PM Revision b296c481 (git): merge revision(s) 13699:13704:
- * marshal.c (r_bytes0): refined length check. [ruby-dev:32059]
* marshal.c (r_bytes0): check if source has e... -
04:49 PM Revision e782b42f (git): merge revision(s) 13699:13704:
- * marshal.c (r_bytes0): refined length check. [ruby-dev:32059]
* marshal.c (r_bytes0): check if source has e... -
04:44 PM Revision 56f39ded (git): merge revision(s) 13699:
- * ext/socket/socket.c (s_accept_nonblock): make accepted fd
nonblocking. [ruby-talk:274079]
git-svn-id: ... -
04:40 PM Revision 4c0dddbf (git): merge revision(s) 13699:
- * ext/socket/socket.c (s_accept_nonblock): make accepted fd
nonblocking. [ruby-talk:274079]
git-svn-id: ... -
04:37 PM Revision bcdcde3c (git): merge revision(s) 13695:
- * configure.in (AC_SYS_LARGEFILE): keep results also in command
options, to vail out of mismatch. [ruby-li... -
04:32 PM Revision b3ee04c7 (git): merge revision(s) 13694:
- * win32/mkexports.rb: deal with __fastcall name decorations.
[ruby-list:44111]
git-svn-id: svn+ssh://ci.r... -
04:30 PM Revision bf96b999 (git): merge revision(s) 13694:
- * win32/mkexports.rb: deal with __fastcall name decorations.
[ruby-list:44111]
git-svn-id: svn+ssh://ci.r... -
04:27 PM Revision d3f86f8a (git): merge revision(s) 13688:
- * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
04:26 PM Revision efa1e84e (git): merge revision(s) 13688:
- * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
04:24 PM Revision ae2dd3bd (git): merge revision(s) 13687:
- * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typo
fixed. [ruby-list:44099]
git-svn-id: s... -
04:22 PM Revision 0cbba017 (git): merge revision(s) 13678:
- * {bcc32,win32}/Makefile.sub (COMMON_MACROS): workaround for old SDK's
bug. [ruby-core:12584]
git-svn-id:... -
04:21 PM Revision 91e3f371 (git): merge revision(s) 13678:
- * {bcc32,win32}/Makefile.sub (COMMON_MACROS): workaround for old SDK's
bug. [ruby-core:12584]
git-svn-id:... -
04:19 PM Revision cd641426 (git): * hash.c (hash_i): make Hash#hash order insensitive.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 PM Revision 6b4c2401 (git): * hash.c (hash_i): make Hash#hash order insensitive.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:16 PM Revision c69584ef (git): merge revision(s) 13657:
- * lib/net/http.rb, lib/open-uri.rb: remove
Net::HTTP#enable_post_connection_check. [ruby-dev:31960]
... -
04:15 PM Revision f2af1c58 (git): merge revision(s) 13657:
- * lib/net/http.rb, lib/open-uri.rb: remove
Net::HTTP#enable_post_connection_check. [ruby-dev:31960]
... - 02:57 PM Revision aaaab31d (git): * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix up
- initialize_copy; [ruby-list:45016].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16875 b2dd03c8-39d4-4d8f-98ff... -
01:15 PM Revision 8a3a464d (git): * configure.in (VENDOR_DIR): use LIBDIR instead of PREFIX as well as
- SITE_DIR. a patch from Richard Brown <rbrown AT exherbo.org> in
[ruby-core:17129].
git-svn-id: svn+ssh://ci.ruby... -
01:15 PM Revision b5490da2 (git): * configure.in (VENDOR_DIR): use LIBDIR instead of PREFIX as well as
- SITE_DIR. a patch from Richard Brown <rbrown AT exherbo.org> in
[ruby-core:17129].
git-svn-id: svn+ssh://ci.ruby... -
12:38 PM Revision 0455e8ea (git): * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):
- suppress warnings.
* util.c (quorem, rv_alloc, nrv_alloc): only used in dtoa().
git-svn-id: svn+ssh://ci.ruby-lang... -
08:12 AM Revision 2f5aa44b (git): * gc.c (os_obj_of): assure to not free the scanning heap.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 AM Revision 126abc5c (git): * configure.in (CFLAGS, CXXFLAGS): append default flags.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 AM Revision 639f1f98 (git): * configure.in (CFLAGS, CXXFLAGS): append default flags.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 AM Feature #108 (Closed): strftimeのusec対応
- =begin
Timeオブジェクトはusecを持っていますが、今のstrftimeの書式指定文字列ではusecやミリ秒が取り出せません。
=end
Also available in: Atom