[前][次][スレッド一覧][上]

ruby-changes:13201-13300

  13201 2009-09-16 16:51 [ko1@a...            ] Ruby:r24958 (ruby_1_8): * eval.c (rb_thread_start_timer): start to catch SIGVTALRM together
  13202 2009-09-16 17:00 [ko1@a...            ] Ruby:r24959 (trunk): * win32/Makefile.sub (DOCTARGETS): rdoc is default.
  13203 2009-09-16 17:08 [ko1@a...            ] Ruby:r24960 (trunk): * win32/Makefile.sub: sorry, typo.
  13204 2009-09-16 17:24 [ko1@a...            ] Ruby:r24961 (trunk): * lib/matrix.rb (Matrix#/): Fix obvious bug
  13205 2009-09-16 17:26 [ko1@a...            ] Ruby:r24962 (ruby_1_8): * lib/matrix.rb (Matrix#/): Fix was is obviously a bug
  13206 2009-09-16 17:42 [ko1@a...            ] Ruby:r24963 (trunk): * win32/Makefile.sub (config.status): install-capi needs docdir.  And,
  13207 2009-09-16 17:43 [ko1@a...            ] Ruby:r24964 (trunk): * ChangeLog: commit miss.
  13208 2009-09-16 19:35 [ko1@a...            ] Ruby:r24965 (trunk): * test/ruby/test_thread.rb (TestThread#test_recursive): remove
  13209 2009-09-17 00:36 [ko1@a...            ] Ruby:r24967 (trunk): * 2009-09-17       
  13210 2009-09-17 00:36 [ko1@a...            ] Ruby:r24966 (trunk): * time.c (time_mdump): error message refined.
  13211 2009-09-17 06:03 [ko1@a...            ] Ruby:r24968 (trunk): * lib/matrix.rb: Optimizations
  13212 2009-09-17 06:07 [ko1@a...            ] Ruby:r24969 (trunk): * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.
  13214 2009-09-17 06:19 [ko1@a...            ] Ruby:r24971 (ruby_1_8): * 2009-09-17    
  13215 2009-09-17 06:26 [ko1@a...            ] Ruby:r24972 (ruby_1_8): * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.
  13216 2009-09-17 09:41 [ko1@a...            ] Ruby:r24973 (trunk): * doc/re.rb: New document for Ruby's fork of Oniguruma.
  13217 2009-09-17 12:40 [ko1@a...            ] Ruby:r24974 (trunk): * doc/re.rb: property.
  13218 2009-09-17 13:06 [ko1@a...            ] Ruby:r24975 (trunk): * doc/re.rb (Regexp): not under Doc.
  13219 2009-09-17 13:12 [ko1@a...            ] Ruby:r24976 (trunk): * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdoc
  13220 2009-09-17 13:51 [ko1@a...            ] Ruby:r24977 (trunk): * thread.c (rb_thread_s_debug_set): set level, not only boolean.
  13221 2009-09-17 13:52 [ko1@a...            ] Ruby:r24978 (trunk): * thread.c: added rdocs.
  13222 2009-09-17 14:33 [ko1@a...            ] Ruby:r24979 (ruby_1_8): * eval.c (rb_thread_start_0, rb_thread_start_1): should call start
  13223 2009-09-17 15:03 [ko1@a...            ] Ruby:r24980 (trunk): * blockinlining.c: removed.
  13224 2009-09-17 15:44 [ko1@a...            ] Ruby:r24981 (trunk): * eval_intern.h: use rb_node_newnode() directly.
  13225 2009-09-17 18:37 [ko1@a...            ] Ruby:r24982 (trunk): * gc.c (vm_xrealloc): free as like standard free if size is zero.
  13226 2009-09-18 06:43 [ko1@a...            ] Ruby:r24983 (trunk): * lib/mkmf.rb (create_header): open in binmode.
  13227 2009-09-18 06:46 [ko1@a...            ] Ruby:r24984 (trunk): * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.
  13228 2009-09-18 06:52 [ko1@a...            ] Ruby:r24985 (trunk): * dir.c (push_glob): str should be a string always.
  13229 2009-09-18 07:09 [ko1@a...            ] Ruby:r24987 (trunk): * test/fileutils/test_fileutils.rb: add a test for 
  13230 2009-09-18 09:05 [ko1@a...            ] Ruby:r24988 (trunk): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variables
  13231 2009-09-18 09:05 [ko1@a...            ] Ruby:r24989 (trunk): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
  13232 2009-09-18 09:05 [ko1@a...            ] Ruby:r24990 (trunk): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
  13233 2009-09-18 10:12 [ko1@a...            ] Ruby:r24991 (trunk): * misc/rdoc-mode.el: added.
  13234 2009-09-18 10:13 [ko1@a...            ] Ruby:r24992 (trunk): * doc/re.rdoc: use rdoc mode.
  13235 2009-09-18 11:21 [ko1@a...            ] Ruby:r24993 (trunk): * test/fileutils/test_fileutils.rb: fixed indent by splitting methods.
  13237 2009-09-18 14:32 [ko1@a...            ] Ruby:r24995 (ruby_1_8): * 2009-09-18    
  13238 2009-09-18 14:45 [ko1@a...            ] Ruby:r24996 (ruby_1_8): * win32/win32.c (rb_w32_select): wait specified time on select.
  13239 2009-09-18 14:45 [ko1@a...            ] Ruby:r24997 (ruby_1_8): * win32/win32.c (rb_w32_select): wait specified time on select.
  13240 2009-09-18 16:29 [ko1@a...            ] Ruby:r25000 (trunk): * common.mk (eval.o): needs vm.h.
  13241 2009-09-18 23:51 [ko1@a...            ] Ruby:r25001 (trunk): * marshal.c (r_object0): entry regexp object before its encoding
  13242 2009-09-18 23:59 [ko1@a...            ] Ruby:r25002 (trunk): * dir.c (GlobPathValue): adjust return types.  based on a patch
  13243 2009-09-19 00:02 [ko1@a...            ] Ruby:r25004 (trunk): * 2009-09-19       
  13244 2009-09-19 00:17 [ko1@a...            ] Ruby:r25005 (trunk): * string.c: fixed types.
  13245 2009-09-19 00:44 [ko1@a...            ] Ruby:r25006 (trunk): * string.c: added rdocs for symbol.
  13246 2009-09-19 17:33 [ko1@a...            ] Ruby:r25007 (trunk): * dir.c (GlobPathValue), file.c (rb_get_path_check): path names
  13247 2009-09-19 17:47 [ko1@a...            ] Ruby:r25008 (trunk): * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table in
  13248 2009-09-20 09:53 [ko1@a...            ] Ruby:r25009 (ruby_1_8): * lib/open3.rb (Open3#popen3): fixed and improved rdoc.  
  13249 2009-09-20 11:14 [ko1@a...            ] Ruby:r25011 (trunk): * 2009-09-20       
  13250 2009-09-20 11:14 [ko1@a...            ] Ruby:r25010 (trunk): * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive structures 
  13251 2009-09-20 16:27 [ko1@a...            ] Ruby:r25012 (trunk): * lib/cgi/cookie.rb: fixed indent.
  13252 2009-09-21 00:08 [ko1@a...            ] Ruby:r25013 (trunk): * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):
  13253 2009-09-21 10:13 [ko1@a...            ] Ruby:r25014 (trunk): * cont.c (cont_new, cont_capture, fiber_t_alloc): needs already
  13254 2009-09-21 17:12 [ko1@a...            ] Ruby:r25015 (trunk): * proc.c (proc_binding): allow proc from method.  
  13255 2009-09-21 20:06 [ko1@a...            ] Ruby:r25016 (trunk): * cont.c, proc.c: added rdoc.
  13256 2009-09-22 01:13 [ko1@a...            ] Ruby:r25017 (trunk): * ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if frozen (or untrusted for $SECURE >= 4) 
  13257 2009-09-22 01:13 [ko1@a...            ] Ruby:r25018 (trunk): * 2009-09-22       
  13258 2009-09-22 01:13 [ko1@a...            ] Ruby:r25019 (trunk): * ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chris Chandler 
  13259 2009-09-22 02:42 [ko1@a...            ] Ruby:r25020 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_remainder): Doc fix 
  13260 2009-09-22 02:47 [ko1@a...            ] Ruby:r25021 (ruby_1_8): * numeric.c: Fix doc for #remainder 
  13261 2009-09-22 02:48 [ko1@a...            ] Ruby:r25022 (ruby_1_8): * 2009-09-22    
  13262 2009-09-22 04:42 [ko1@a...            ] Ruby:r25023 (trunk): * tool/instruction.rb (make_insn_operand_optimized): fixed typo.
  13263 2009-09-22 04:48 [ko1@a...            ] Ruby:r25024 (trunk): * Makefile.in, win32/Makefile.sub (INSNS): depend on tools.
  13264 2009-09-22 04:48 [ko1@a...            ] Ruby:r25025 (trunk): * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion from
  13265 2009-09-22 04:49 [ko1@a...            ] Ruby:r25026 (trunk): * ext/bigdecimal/lib/*.rb: fixed indent.
  13266 2009-09-22 04:56 [ko1@a...            ] Ruby:r25027 (trunk): * ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.
  13267 2009-09-22 05:00 [ko1@a...            ] Ruby:r25028 (trunk): * ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to be
  13268 2009-09-22 05:04 [ko1@a...            ] Ruby:r25029 (trunk): * ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
  13269 2009-09-22 05:58 [ko1@a...            ] Ruby:r25030 (trunk): * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,
  13270 2009-09-22 06:11 [ko1@a...            ] Ruby:r25031 (trunk): * process.c (run_exec_dup2): fixed type.
  13271 2009-09-22 10:36 [ko1@a...            ] Ruby:r25032 (trunk): * enum.c (enum_chunk): new method Enumerable#chunk.
  13272 2009-09-22 16:12 [ko1@a...            ] Ruby:r25033 (trunk): * tool/transcode-tblgen.rb (transcode_generated_code): fixed type.
  13273 2009-09-22 16:14 [ko1@a...            ] Ruby:r25034 (trunk): * process.c (proc_setgroups): fixed type.
  13274 2009-09-22 16:26 [ko1@a...            ] Ruby:r25035 (trunk): * regparse.c (st_str_end_key, str_end_cmp, str_end_hash):
  13275 2009-09-22 16:28 [ko1@a...            ] Ruby:r25037 (trunk): * regenc.h (PosixBracketEntryType): constified.
  13276 2009-09-22 16:34 [ko1@a...            ] Ruby:r25038 (trunk): * st.c (st_table_entry, st_get_key): use st_index_t.
  13277 2009-09-22 21:16 [ko1@a...            ] Ruby:r25039 (trunk): * regint.h: commit miss.
  13278 2009-09-22 22:11 [ko1@a...            ] Ruby:r25040 (trunk): * variable.c: fixed type.
  13279 2009-09-23 03:53 [ko1@a...            ] Ruby:r25041 (trunk): * eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too)
  13281 2009-09-23 03:56 [ko1@a...            ] Ruby:r25043 (ruby_1_8): * eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too)
  13282 2009-09-23 03:56 [ko1@a...            ] Ruby:r25044 (ruby_1_8): * 2009-09-23    
  13283 2009-09-23 04:02 [ko1@a...            ] Ruby:r25045 (trunk): * proc.c (rb_mod_define_method): doc fix
  13284 2009-09-23 05:05 [ko1@a...            ] Ruby:r25046 (trunk): * proc.c (umethod_bind, rb_mod_define_method): Fix bug that disallowed methods from singleton classes to be used for UnboundMethod#bind, Kernel#define_singleton_method and Module#define_method, even when that singleton class was of the right kind_of. A patch by Shane O'Brien 
  13285 2009-09-23 11:28 [ko1@a...            ] Ruby:r25048 (trunk): * tool/instruction.rb (make_header_prepare_stack): check stack
  13286 2009-09-23 12:39 [ko1@a...            ] Ruby:r25049 (trunk): * range.c: fixed type.
  13287 2009-09-23 13:16 [ko1@a...            ] Ruby:r25050 (trunk): * string.c (rb_str_upto): keep first width.  
  13288 2009-09-23 13:16 [ko1@a...            ] Ruby:r25051 (trunk): * time.c: fixed type.
  13289 2009-09-23 13:17 [ko1@a...            ] Ruby:r25052 (trunk): * sprintf.c: fixed type.
  13290 2009-09-23 17:08 [ko1@a...            ] Ruby:r25053 (trunk): * parse.y (assign_in_cond): also should warn assignment to dvar in
  13291 2009-09-23 17:47 [ko1@a...            ] Ruby:r25054 (trunk): * vm_method.c (basic_obj_respond_to): new function to fundamental
  13292 2009-09-23 20:25 [ko1@a...            ] Ruby:r25055 (trunk): describe Enumerable#chunk and Enumerable#slice_before.
  13293 2009-09-23 20:31 [ko1@a...            ] Ruby:r25056 (trunk): cosmetic change.   
  13294 2009-09-23 21:25 [ko1@a...            ] Ruby:r25057 (trunk): * ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.
  13295 2009-09-23 23:01 [ko1@a...            ] Ruby:r25058 (trunk): * lib/thread.rb (ConditionVariable#wait): add timeout argument.
  13296 2009-09-24 00:19 [ko1@a...            ] Ruby:r25060 (trunk): * 2009-09-24       
  13297 2009-09-24 00:19 [ko1@a...            ] Ruby:r25059 (trunk): * enum.c (enum_minmax): reduce comparison.
  13298 2009-09-24 01:19 [ko1@a...            ] Ruby:r25061 (trunk): * dln.c (aix_loaderror): fixed typo. suppress warnings.
  13299 2009-09-24 02:08 [ko1@a...            ] Ruby:r25062 (trunk): * ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop with
  13300 2009-09-24 02:21 [ko1@a...            ] Ruby:r25063 (trunk): * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) is

[前][次][スレッド一覧][上]