[前][次][番号順一覧][上]
ruby-cvs:20101-20200
20101 2007-08-03 00:00 [nobu ruby-lang.org ] Ruby:r12865 (trunk): * bignum.c (big2str_table): base cannot be 0 or 1.
20102 2007-08-03 06:17 [nobu ruby-lang.org ] Ruby:r12866 (ruby_1_8, trunk): * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]
20103 2007-08-03 06:40 [nobu ruby-lang.org ] Ruby:r12867 (ruby_1_8, trunk): * lib/mkmf.rb (have_type): suppress a warning with -Wall.
20104 2007-08-03 07:09 [nobu ruby-lang.org ] Ruby:r12868 (ruby_1_8, trunk): * lib/mkmf.rb (find_type): new method.
20105 2007-08-03 11:05 [nobu ruby-lang.org ] Ruby:r12869 (ruby_1_8, trunk): * ext/extmk.rb (extmake): save all CONFIG values.
20106 2007-08-05 04:56 [nobu ruby-lang.org ] Ruby:r12870 (trunk): * io.c (pipe_open_v, pipe_open_s): separate array and string
20107 2007-08-05 12:03 [kou ruby-lang.org ] Ruby:r12871 (trunk): * lib/rss, sample/rss, test/rss:
20108 2007-08-05 13:06 [tadf ruby-lang.org ] Ruby:r12872 (trunk): added an assertion.
20109 2007-08-05 13:10 [tadf ruby-lang.org ] Ruby:r12873 (trunk): added a note.
20110 2007-08-05 13:15 [tadf ruby-lang.org ] Ruby:r12874 (ruby_1_8): fixed a typo.
20111 2007-08-06 13:00 [nobu ruby-lang.org ] Ruby:r12875 (trunk): * common.mk (INSNS): not chdir to srcdir.
20112 2007-08-06 13:09 [nobu ruby-lang.org ] Ruby:r12876 (trunk): * common.mk (node_name.inc): auto-generate node name list.
20113 2007-08-06 13:34 [nobu ruby-lang.org ] Ruby:r12877 (trunk): * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a new
20114 2007-08-06 14:36 [ko1 ruby-lang.org ] Ruby:r12878 (trunk): * bootstraptest/runner.rb (assert_equal): add additional
20115 2007-08-06 16:38 [ko1 ruby-lang.org ] Ruby:r12879 (trunk): * parse.y: fix a f_marg rule. [ruby-dev:31160]
20116 2007-08-06 16:46 [ko1 ruby-lang.org ] Ruby:r12880 (trunk): * parse.y (value_expr_gen): fix to cause "void value expression"
20117 2007-08-06 16:58 [ko1 ruby-lang.org ] Ruby:r12881 (trunk): * sample/test.rb: fix to output file name if it contains
20118 2007-08-06 17:27 [akr ruby-lang.org ] Ruby:r12882 (trunk): add a test: def m() yield end; p m {|((*))|}.
20119 2007-08-06 17:36 [nobu ruby-lang.org ] Ruby:r12883 (trunk, ruby_1_8): * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.
20120 2007-08-06 17:39 [akr ruby-lang.org ] Ruby:r12884 (trunk): add test using sentgen.
20121 2007-08-06 18:38 [ko1 ruby-lang.org ] Ruby:r12885 (trunk): * lib/vm/instruction.rb (make_header_analysys): add to separate
20122 2007-08-06 18:43 [ko1 ruby-lang.org ] Ruby:r12886 (trunk): * lib/vm/instruction.rb (make_header_analysys): fix last commit.
20123 2007-08-06 20:36 [ko1 ruby-lang.org ] Ruby:r12887 (trunk): * insnhelper.ci, insns.def: move some statements to functions.
20124 2007-08-06 20:37 [suke ruby-lang.org ] Ruby:r12888 (trunk): fix test of PROPERTYPUT_REF in some environment
20125 2007-08-07 00:11 [keiju ruby-lang.org ] Ruby:r12889 (trunk): * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]
20126 2007-08-07 01:26 [matz ruby-lang.org ] Ruby:r12890 (trunk): * enum.c (enum_cycle): new method to cycle enumerable forever.
20127 2007-08-07 01:41 [matz ruby-lang.org ] Ruby:r12891 (trunk): * cont.c (rb_fiber_yield): change argument ordering. export.
20128 2007-08-07 01:53 [matz ruby-lang.org ] Ruby:r12892 (trunk): * enum.c (enum_zip): zip no longer converts arguments into
20129 2007-08-07 03:03 [matz ruby-lang.org ] Ruby:r12893 (trunk): * bignum.c (rb_big2str0): make Bignum#to_s even faster. a patch
20130 2007-08-07 12:31 [nobu ruby-lang.org ] Ruby:r12894 (trunk): * io.c (pipe_open): fix for win32 platforms.
20131 2007-08-07 12:45 [nobu ruby-lang.org ] Ruby:r12895 (ruby_1_8, trunk): * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.
20132 2007-08-07 13:28 [nobu ruby-lang.org ] Ruby:r12896 (trunk): * common.mk (node_name.inc): use $? instead of $< for nmake.
20133 2007-08-07 13:58 [nobu ruby-lang.org ] Ruby:r12897 (trunk): * include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.
20134 2007-08-07 14:56 [nobu ruby-lang.org ] Ruby:r12898 (ruby_1_8, trunk): * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.
20135 2007-08-07 14:58 [nobu ruby-lang.org ] Ruby:r12899 (ruby_1_8, trunk): * ext/pty/pty.c (establishShell): handshaking before close slave
20136 2007-08-07 20:01 [suke ruby-lang.org ] Ruby:r12900 (trunk): remove puts for debug
20137 2007-08-08 11:02 [nobu ruby-lang.org ] Ruby:r12901 (trunk): * common.mk (btest-miniruby, test-sample): split the test target
20138 2007-08-08 11:26 [usa ruby-lang.org ] Ruby:r12902 (trunk): * bignum.c (rb_big2str0): should preserve sign mark.
20139 2007-08-08 11:48 [nobu ruby-lang.org ] Ruby:r12903 (trunk): * bignum.c (rb_big2str0): should not use RTEST for non-VALUE.
20140 2007-08-08 13:45 [akr ruby-lang.org ] Ruby:r12904 (trunk): variable renaming refined.
20141 2007-08-08 16:07 [matz ruby-lang.org ] Ruby:r12905 (trunk): * enumerator.c (enumerator_next_p): should check correctly even when
20142 2007-08-08 19:00 [matz ruby-lang.org ] Ruby:r12906 (trunk): * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. a
20143 2007-08-08 19:20 [matz ruby-lang.org ] Ruby:r12907 (trunk): * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check
20144 2007-08-09 02:03 [matz ruby-lang.org ] Ruby:r12908 (trunk): * enum.c (enum_cycle): typo fixed. a patch from Kazuhiro
20145 2007-08-09 14:01 [nobu ruby-lang.org ] Ruby:r12909 (trunk): * parse.y (f_marg_list): renamed from f_marg_head.
20146 2007-08-09 15:15 [akr ruby-lang.org ] Ruby:r12910 (trunk): update syntax (f_marg_list).
20147 2007-08-09 16:04 [nobu ruby-lang.org ] Ruby:r12911 (trunk): * parse.y (stmt): check if rhs has value before assignment instead
20148 2007-08-10 04:47 [nobu ruby-lang.org ] Ruby:r12912 (trunk): * parse.y (internal_id_gen): internal ID must be bigger than
20149 2007-08-10 05:12 [nobu ruby-lang.org ] Ruby:r12913 (trunk): * thread.c (thread_start_func_2): let abort_on_exception work.
20150 2007-08-10 09:47 [nobu ruby-lang.org ] Ruby:r12914 (trunk): * thread_pthread.ci (native_thread_apply_priority): set actually
20151 2007-08-10 23:54 [nobu ruby-lang.org ] Ruby:r12915 (trunk): * thread.c (thread_create_core): inherit the priority of creating
20152 2007-08-11 00:01 [nobu ruby-lang.org ] Ruby:r12916 (trunk): * thread.c (thread_start_func_2): not re-raise to main thread if it is
20153 2007-08-11 07:33 [tadf ruby-lang.org ] Ruby:r12917 (trunk): * lib/date/format.rb: reverted some wrongly erased "o" options
20154 2007-08-11 07:35 [tadf ruby-lang.org ] Ruby:r12918 (ruby_1_8): * lib/date/format.rb: reverted some wrongly erased "o" options
20155 2007-08-12 04:07 [seki ruby-lang.org ] Ruby:r12919 (ruby_1_8): fix Rinda::TupleSpace keeper thread bug.
20156 2007-08-12 04:08 [seki ruby-lang.org ] Ruby:r12920 (ruby_1_8): fix Rinda::TupleSpace keeper thread bug.
20157 2007-08-13 04:02 [ko1 ruby-lang.org ] Ruby:r12921 (trunk): * template/yasmdata.rb.tmpl: fix type and name.
20158 2007-08-13 04:09 [ko1 ruby-lang.org ] Ruby:r12922 (trunk): * vm_dump.c (debug_print_pre): fix to show control frame count.
20159 2007-08-13 04:12 [ko1 ruby-lang.org ] Ruby:r12923 (trunk): insnhelper.ci: missed at last commit.
20160 2007-08-13 04:37 [ko1 ruby-lang.org ] Ruby:r12924 (trunk): * compile.c (iseq_peephole_optimize): fix peephole optimization
20161 2007-08-13 05:07 [ko1 ruby-lang.org ] Ruby:r12925 (trunk): * thread.c (rb_thread_raise): check if target thread is
20162 2007-08-13 13:23 [akr ruby-lang.org ] Ruby:r12926 (trunk): * lib/open-uri.rb: make ftp passive mode to avoid NAT problem.
20163 2007-08-13 17:23 [nobu ruby-lang.org ] Ruby:r12927 (trunk): * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):
20164 2007-08-14 00:06 [kou ruby-lang.org ] Ruby:r12928 (trunk): * lib/rss/rss.rb: 0.1.8 -> 0.1.9.
20165 2007-08-14 19:53 [ko1 ruby-lang.org ] Ruby:r12929 (trunk): * common.mk: change test order (test -> btest).
20166 2007-08-14 19:53 [ko1 ruby-lang.org ] Ruby:r12930 (trunk): * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move
20167 2007-08-14 20:03 [matz ruby-lang.org ] Ruby:r12931 (trunk): * io.c (argf_close): always close via method.
20177 2007-08-15 16:28 ┗[nobu ruby-lang.org ]
20168 2007-08-14 21:48 [akr ruby-lang.org ] Ruby:r12932 (trunk): * bootstraptest/runner.rb (assert_check): new method.
20169 2007-08-15 01:06 [akr ruby-lang.org ] Ruby:r12933 (trunk): * bootstraptest/runner.rb (assert_check): don't call newtest.
20170 2007-08-15 09:33 [matz ruby-lang.org ] Ruby:r12934 (trunk): * ext/stringio/stringio.c (strio_getc): should returns
20171 2007-08-15 13:42 [ko1 ruby-lang.org ] Ruby:r12935 (trunk): * process.c (proc_geteuid): fix strange cast. [ruby-dev:31417]
20172 2007-08-15 13:50 [nobu ruby-lang.org ] Ruby:r12936 (trunk, ruby_1_8): * hash.c (rb_hash_delete_key): delete the entry without calling block.
20173 2007-08-15 13:52 [ko1 ruby-lang.org ] Ruby:r12937 (trunk): * parse.y: fix rules around f_margs. "make test" passes all tests.
20174 2007-08-15 14:17 [akr ruby-lang.org ] Ruby:r12938 (trunk): TestRubyYieldGen#test_yield needs too long time.
20175 2007-08-15 14:22 [ko1 ruby-lang.org ] Ruby:r12939 (trunk): * parse.y: remove "//" type comment.
20176 2007-08-15 14:59 [nobu ruby-lang.org ] Ruby:r12940 (trunk): * io.c (rb_io_initialize, argf_each_line, argf_each_byte): suppress
20178 2007-08-15 16:47 [matz ruby-lang.org ] Ruby:r12941 (trunk): * io.c (ARGF_FORWARD): wrongly compares with current_file with
20179 2007-08-15 16:50 [ko1 ruby-lang.org ] Ruby:r12942 (trunk): * inits.c (rb_call_inits): change initializing order.
20180 2007-08-15 18:59 [ko1 ruby-lang.org ] Ruby:r12943 (trunk): * gc.c (os_live_obj): fix to skip T_VALUES.
20181 2007-08-16 00:38 [akr ruby-lang.org ] Ruby:r12944 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416]
20182 2007-08-16 01:03 [akr ruby-lang.org ] Ruby:r12945: forgot to remove.
20183 2007-08-16 02:56 [ko1 ruby-lang.org ] Ruby:r12946 (trunk): * cont.c (rb_fiber_m_yield): added. use this function
20184 2007-08-16 03:45 [shyouhei ruby-lang.o] Ruby:r12947 (ruby_1_8_6): patchlevel 40
20185 2007-08-16 03:47 [shyouhei ruby-lang.o] Ruby:r12948: add tag v1_8_6_40
20186 2007-08-16 04:05 [shyouhei ruby-lang.o] Ruby:r12949 (ruby_1_8_5):
20187 2007-08-16 04:07 [shyouhei ruby-lang.o] Ruby:r12950: add tag v1_8_5_54
20188 2007-08-16 04:08 [shyouhei ruby-lang.o] Ruby:r12951 (ruby_1_8_5):
20189 2007-08-16 04:08 [shyouhei ruby-lang.o] Ruby:r12952: add tag v1_8_5_54
20190 2007-08-16 04:12 [shyouhei ruby-lang.o] Ruby:r12953 (ruby_1_8_5):
20191 2007-08-16 04:12 [shyouhei ruby-lang.o] Ruby:r12954: add tag v1_8_5_55
20192 2007-08-16 04:12 [seki ruby-lang.org ] Ruby:r12955 (ruby_1_8): * lib/rinda/tuplespace.rb (Rinda::TupleSpace#start_keeper): improve keeper thread.
20193 2007-08-16 04:21 [shyouhei ruby-lang.o] Ruby:r12957: add tag v1_8_5_56
20194 2007-08-16 04:21 [shyouhei ruby-lang.o] Ruby:r12956 (ruby_1_8_5):
20195 2007-08-16 04:24 [shyouhei ruby-lang.o] Ruby:r12958 (ruby_1_8_5):
20196 2007-08-16 04:24 [shyouhei ruby-lang.o] Ruby:r12959: add tag v1_8_5_57
20197 2007-08-16 04:24 [shyouhei ruby-lang.o] Ruby:r12960 (ruby_1_8_5):
20198 2007-08-16 04:25 [shyouhei ruby-lang.o] Ruby:r12961: add tag v1_8_5_58
20199 2007-08-16 04:31 [shyouhei ruby-lang.o] Ruby:r12962 (ruby_1_8_5): * variable.c (rb_path2class): get rid of dangling pointer caused by
20200 2007-08-16 04:31 [shyouhei ruby-lang.o] Ruby:r12963: add tag v1_8_5_59
[前][次][番号順一覧][上]