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

ruby-cvs:19401-19500

  19401 2007-04-10 17:02 [usa at ruby-lang.org] Ruby:r12165: * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errno
  19402 2007-04-10 17:37 [usa at ruby-lang.org] Ruby:r12166: * thread_win32.ci (w32_wait_events): check whether interrupt_event is
  19403 2007-04-10 17:37 [usa at ruby-lang.org] Ruby:r12167: * 2007-04-10               
  19404 2007-04-11 16:19 [usa at ruby-lang.org] Ruby:r12168: * ChangeLog: sorry, I made mistake in the copy of the log.
  19405 2007-04-11 16:37 [usa at ruby-lang.org] Ruby:r12169: * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): no
  19406 2007-04-12 16:06 [ko1 at ruby-lang.org] Ruby:r12170: * compile.c (iseq_compile_each): check node->nd_state == 1, not !0.
  19407 2007-04-12 16:08 [ko1 at ruby-lang.org] Ruby:r12171: * eval.c (rb_protect): restore cfp ([ruby-dev:30671]).
  19408 2007-04-12 17:13 [ko1 at ruby-lang.org] Ruby:r12172: * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).
  19409 2007-04-12 17:14 [ko1 at ruby-lang.org] Ruby:r12173: * thread.c (mutex_try_lock): check and set owner thread.
  19410 2007-04-15 09:17 [tadf at ruby-lang.or] Ruby:r12174: * lib/date/format.rb: added some zone names.
  19411 2007-04-15 09:20 [tadf at ruby-lang.or] Ruby:r12175: * lib/date/format.rb: added some zone names.
  19412 2007-04-16 16:28 [matz at ruby-lang.or] Ruby:r12176: * time.c (time_arg): should allow to specify 24:00.
  19413 2007-04-16 16:29 [matz at ruby-lang.or] Ruby:r12177: * enum.c (enum_each_with_index): each_with_index to forward
  19414 2007-04-16 16:40 [matz at ruby-lang.or] Ruby:r12178: * parse.y (parser_yylex): should set command_start after block
  19415 2007-04-16 16:44 [matz at ruby-lang.or] Ruby:r12179: * parse.y (parser_yylex): should set command_start after block
  19416 2007-04-16 16:48 [nobu at ruby-lang.or] Ruby:r12180: * ext/stringio/stringio.c (strio_seek): consistent behavior with
  19417 2007-04-16 17:07 [nobu at ruby-lang.or] Ruby:r12181: * lib/optparse.rb (make_switch): do not clobber converter if pattern
  19418 2007-04-16 17:12 [matz at ruby-lang.or] Ruby:r12182: * parse.y (parser_yylex): should set command_start after block
  19419 2007-04-16 22:51 [matz at ruby-lang.or] Ruby:r12183: * sample: replace TRUE, FALSE with true, false respectively.
  19420 2007-04-16 22:53 [matz at ruby-lang.or] Ruby:r12184: * sample: replace TRUE, FALSE with true, false respectively.
  19421 2007-04-16 22:56 [matz at ruby-lang.or] Ruby:r12185: * ext/pty/expect_sample.rb: avoid symbolic link representation for
  19422 2007-04-16 22:57 [matz at ruby-lang.or] Ruby:r12186: * ext/pty/expect_sample.rb: avoid symbolic link representation for
  19423 2007-04-17 16:48 [matz at ruby-lang.or] Ruby:r12187: * eval.c (rb_yield_0): should not clear state on TAG_NEXT when
  19424 2007-04-17 16:49 [matz at ruby-lang.or] Ruby:r12188: * eval.c (rb_yield_0): should not clear state on TAG_NEXT when
  19425 2007-04-18 02:17 [nobu at ruby-lang.or] Ruby:r12189: * configure.in (LDFLAGS): prepend -L. instead appending it to
  19426 2007-04-18 02:29 [nobu at ruby-lang.or] Ruby:r12190: * configure.in (Makefile): remove $U for automake from MISSING.
  19427 2007-04-18 02:50 [nobu at ruby-lang.or] Ruby:r12191: * yarvcore.c (th_init2): push initial blockptr value for
  19428 2007-04-18 10:40 [nobu at ruby-lang.or] Ruby:r12192: * util.c (ruby_strtod): exponent is radix 10.  [ruby-talk:248272]
  19429 2007-04-19 14:52 [nobu at ruby-lang.or] Ruby:r12193: * lib/monitor.rb (ConditionVariable#wait, mon_enter, mon_exit_for_cond):
  19430 2007-04-19 17:48 [ko1 at ruby-lang.org] Ruby:r12194: * lib/optparse.rb: fix to override conv proc.
  19431 2007-04-19 19:37 [ko1 at ruby-lang.org] Ruby:r12195:                            
  19432 2007-04-20 00:55 [matz at ruby-lang.or] Ruby:r12196: * parse.y (mrhs): need to append by arg_append().
  19433 2007-04-20 00:56 [matz at ruby-lang.or] Ruby:r12197: * math.c (math_log): update document to mention second optional
  19434 2007-04-20 00:56 [matz at ruby-lang.or] Ruby:r12198: * eval.c (ivar2_prepare): cbase for ivar2 now have same access
  19435 2007-04-20 02:37 [nobu at ruby-lang.or] Ruby:r12199: * eval.c (ruby_cleanup): re-send signal.  [ruby-dev:30516]
  19436 2007-04-20 10:34 [ko1 at ruby-lang.org] Ruby:r12200: * eval_intern.h: add prototypes of rb_sourceline() and
  19437 2007-04-20 12:16 [nobu at ruby-lang.or] Ruby:r12201: * eval.c (ruby_cleanup): inversed the order of errinfos.
  19438 2007-04-20 12:20 [nobu at ruby-lang.or] Ruby:r12202: * eval.c (ruby_cleanup): fixed access to out of bound, and inversed
  19439 2007-04-20 12:26 [nobu at ruby-lang.or] Ruby:r12203: * lib/optparse.rb: fix to override conv proc.
  19440 2007-04-20 15:48 [nobu at ruby-lang.or] Ruby:r12204: * eval.c (ruby_cleanup): inversed the order of errinfos.
  19441 2007-04-20 16:04 [nobu at ruby-lang.or] Ruby:r12205: * configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,
  19442 2007-04-20 18:19 [matz at ruby-lang.or] Ruby:r12206: * parse.y (symbol): symbols should be followed by EXPR_ENDARG.
  19443 2007-04-20 18:38 [matz at ruby-lang.or] Ruby:r12207: * parse.y (symbol): symbols should be followed by EXPR_ENDARG.
  19444 2007-04-23 22:08 [nobu at ruby-lang.or] Ruby:r12208: * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to current
  19445 2007-04-23 22:13 [nobu at ruby-lang.or] Ruby:r12209: * ext/extmk.rb ($ruby): add extout directory to include path.
  19446 2007-04-24 09:33 [nobu at ruby-lang.or] Ruby:r12210: * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.
  19447 2007-04-25 10:32 [nobu at ruby-lang.or] Ruby:r12211: * thread.c (alloc_event_fook, rb_thread_remove_event_hook): should
  19448 2007-04-25 10:35 [nobu at ruby-lang.or] Ruby:r12212: * eval_intern.h (PUSH_TAG): no argument now.
  19449 2007-04-25 12:50 [ko1 at ruby-lang.org] Ruby:r12213: * yarvcore.h: remove rb_control_frame_t#callee_id.
  19450 2007-04-25 13:10 [nobu at ruby-lang.or] Ruby:r12214: * ext/probeprofiler: set eol-style.
  19451 2007-04-25 14:14 [ko1 at ruby-lang.org] Ruby:r12215: * ext/probeprofiler/probeprofiler.c: fix function name and
  19452 2007-04-25 15:28 [usa at ruby-lang.org] Ruby:r12216: * win32/win32.c (NtInitialize, exit_handler): add initializing and
  19453 2007-04-25 19:55 [akr at ruby-lang.org] Ruby:r12217: * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA to
  19454 2007-04-25 20:00 [akr at ruby-lang.org] Ruby:r12218: * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA to
  19455 2007-04-25 22:35 [akr at ruby-lang.org] Ruby:r12219: clear cmsg padding.        
  19456 2007-04-25 22:37 [akr at ruby-lang.org] Ruby:r12220: clear cmsg padding.        
  19457 2007-04-26 13:54 [nobu at ruby-lang.or] Ruby:r12221: * misc/ruby-style.el: new file.  C/C++ style for ruby source code.
  19458 2007-04-26 17:18 [nobu at ruby-lang.or] Ruby:r12222: * parse.y: fixes for ripper.
  19459 2007-04-26 17:30 [nobu at ruby-lang.or] Ruby:r12223: * bignum.c (rb_big_pow): reduce multiplying for even number.
  19460 2007-04-27 00:02 [nobu at ruby-lang.or] Ruby:r12224: * bignum.c (rb_big_pow): truncate all zero BDIGITs. [ruby-dev:30733]
  19461 2007-04-27 01:54 [ko1 at ruby-lang.org] Ruby:r12225: * compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).
  19462 2007-04-27 02:06 [ryan at ruby-lang.or] Ruby:r12226: Fixed raise Interrupt and Module rdoc
  19463 2007-04-27 12:53 [nobu at ruby-lang.or] Ruby:r12227: * numeric.c (int_pow): rb_big_pow() may return other than Bignum.
  19464 2007-04-27 17:07 [nobu at ruby-lang.or] Ruby:r12228: * numeric.c (int_pow): bugfix of overflow detection.
  19465 2007-04-30 01:21 [seki at ruby-lang.or] Ruby:r12229: * lib/rinda/tuplespace.rb (TupleSpace#create_entry, TupleBag#push,
  19466 2007-04-30 01:56 [eban at ruby-lang.or] Ruby:r12230: * 2007-04-30               
  19467 2007-05-01 13:35 [ko1 at ruby-lang.org] Ruby:r12231: * yarvcore.h, compile.c (set_arguments): support post arguments.
  19468 2007-05-01 14:01 [ko1 at ruby-lang.org] Ruby:r12232: * proc.c (proc_arity): fix an arity bug ([ruby-core:11060]).
  19469 2007-05-01 17:45 [matz at ruby-lang.or] Ruby:r12233: * array.c (rb_ary_choice): a new method to choose an element
  19470 2007-05-01 17:57 [matz at ruby-lang.or] Ruby:r12234: * array.c (rb_ary_choice): fixed mistake from RDoc.
  19471 2007-05-01 18:47 [ko1 at ruby-lang.org] Ruby:r12235: * sample/test.rb: import matzruby's sample/test.rb.
  19472 2007-05-02 05:39 [nobu at ruby-lang.or] Ruby:r12236: * bignum.c (rb_big_pow): improvement by calculating from MSB and using
  19473 2007-05-02 05:44 [nobu at ruby-lang.or] Ruby:r12237: * parse.y (assoc): result of assoc_new needs to be an assoc.
  19474 2007-05-02 06:45 [nobu at ruby-lang.or] Ruby:r12238: * error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warn
  19475 2007-05-02 09:39 [nobu at ruby-lang.or] Ruby:r12239: * parse.y: removed garbage spaces.
  19476 2007-05-02 11:26 [ko1 at ruby-lang.org] Ruby:r12240: * compile.c: use Qtrue instead of 2.
  19477 2007-05-02 15:21 [ko1 at ruby-lang.org] Ruby:r12241: * eval_method.h: add redefine checks ([ruby-dev:30751]).
  19478 2007-05-02 17:12 [nobu at ruby-lang.or] Ruby:r12242: * bignum.c (rb_big_quo): now calculate in integer.  [ruby-dev:30753]
  19479 2007-05-02 18:59 [ko1 at ruby-lang.org] Ruby:r12243: * vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stack
  19480 2007-05-03 18:09 [nobu at ruby-lang.or] Ruby:r12244: * vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t):
  19481 2007-05-03 22:04 [nobu at ruby-lang.or] Ruby:r12245: * thread.c: copied rdocs from fastthread.
  19482 2007-05-03 22:19 [nobu at ruby-lang.or] Ruby:r12246: * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,
  19483 2007-05-05 16:25 [nobu at ruby-lang.or] Ruby:r12247: * lib/date/format.rb (Format::Bag#method_missing): get rid of
  19484 2007-05-06 17:53 [aamine at ruby-lang.] Ruby:r12248: * lib/net/http.rb: Connection header field might include both of "keep-alive" token and "close" token. [ruby-core:10818]
  19485 2007-05-06 18:13 [eban at ruby-lang.or] Ruby:r12249: * 2007-05-06               
  19486 2007-05-06 18:43 [aamine at ruby-lang.] Ruby:r12250: * lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs argument. [ruby-Bugs:10340]
  19487 2007-05-07 11:02 [kou at ruby-lang.org] Ruby:r12251: * lib/rss/image.rb, test/rss/test_image.rb: fixed Image module
  19488 2007-05-08 19:36 [keiju at ruby-lang.o] Ruby:r12252: * lib/rational.rb: fix high-precision Rationals cannot be
  19489 2007-05-08 20:23 [tadf at ruby-lang.or] Ruby:r12253: * lib/date/format.rb: reverted.
  19490 2007-05-08 20:25 [tadf at ruby-lang.or] Ruby:r12254: * lib/date/format.rb: reverted.
  19492 2007-05-08 20:41 [usa at ruby-lang.org] Ruby:r12256: * 2007-05-08               
  19493 2007-05-08 23:41 [tadf at ruby-lang.or] Ruby:r12257: * lib/date/format.rb (Date._parse): revised treatment of
  19494 2007-05-08 23:42 [tadf at ruby-lang.or] Ruby:r12258: * lib/date/format.rb (Date._parse): revised treatment of
  19495 2007-05-09 10:47 [nobu at ruby-lang.or] Ruby:r12259: * 2007-05-09               
  19496 2007-05-09 11:50 [nobu at ruby-lang.or] Ruby:r12260: * bignum.c (rb_big_pow): reduce multiplying for even number.
  19497 2007-05-09 11:54 [nobu at ruby-lang.or] Ruby:r12261: * bignum.c (rb_big_quo): now calculate in integer.  [ruby-dev:30753]
  19498 2007-05-09 12:16 [nobu at ruby-lang.or] Ruby:r12262: * numeric.c (int_pow): calculate power in Fixnum as possible.
  19499 2007-05-09 12:29 [nobu at ruby-lang.or] Ruby:r12263: * bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv as
  19500 2007-05-09 12:49 [nobu at ruby-lang.or] Ruby:r12264: * bignum.c: purged trailing spaces.

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