[前][次][スレッド一覧][上]
ruby-changes:12501-12600
12501 2009-07-19 17:53 [ko1@a... ] Ruby:r24204 (trunk): Use UDP for sendmsg/recvmsg tests.
12502 2009-07-19 20:43 [ko1@a... ] Ruby:r24205 (trunk): * complex.c (make_patterns): do not use \d.
12503 2009-07-19 22:25 [ko1@a... ] Ruby:r24206 (trunk): * rational.c (float_to_r): an improvement.
12504 2009-07-20 10:57 [ko1@a... ] Ruby:r24207 (trunk): * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in
12505 2009-07-20 10:57 [ko1@a... ] Ruby:r24208 (trunk): * 2009-07-20
12506 2009-07-20 11:13 [ko1@a... ] Ruby:r24209 (trunk): * configure.in, Makefile.in (TEST_RUNNABLE): tests are not
12507 2009-07-20 12:29 [ko1@a... ] Ruby:r24210 (trunk): updated.
12508 2009-07-20 12:53 [ko1@a... ] Ruby:r24211 (trunk): * lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoid
12509 2009-07-20 19:01 [ko1@a... ] Ruby:r24212 (trunk): * compile.c (compile_dstr_fragments): reduced needless literal.
12510 2009-07-20 20:37 [ko1@a... ] Ruby:r24213 (trunk): * io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.
12511 2009-07-20 22:24 [ko1@a... ] Ruby:r24214 (ruby_1_8_6): Small configure.in tweak.
12512 2009-07-21 12:38 [ko1@a... ] Ruby:r24215 (trunk): * variable.c (rb_generic_ivar_memsize): should not remove generic
12513 2009-07-21 12:45 [ko1@a... ] Ruby:r24216 (trunk): * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.
12514 2009-07-21 13:36 [ko1@a... ] Ruby:r24217 (trunk): * win32/Makefile.sub (TEST_RUNNABLE): follow r24209.
12515 2009-07-21 13:38 [ko1@a... ] Ruby:r24218 (trunk): * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/
12516 2009-07-21 16:08 [ko1@a... ] Ruby:r24219 (trunk): * lib/tracer.rb: toplevel caller exists now.
12517 2009-07-21 16:27 [ko1@a... ] Ruby:r24220 (trunk): * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object
12518 2009-07-21 18:24 [ko1@a... ] Ruby:r24221 (ruby_1_8_7): merge revision(s) 23479:
12519 2009-07-21 18:24 [ko1@a... ] Ruby:r24222: add tag v1_8_7_187
12520 2009-07-21 19:41 [ko1@a... ] Ruby:r24223 (ruby_1_8): * io.c (rb_io_flush): fsync() after buffer is flushed on win32.
12521 2009-07-21 19:41 [ko1@a... ] Ruby:r24224 (ruby_1_8): * 2009-07-21
12522 2009-07-21 20:28 [ko1@a... ] Ruby:r24225 (ruby_1_8): * win32/Makefile.sub (config.status): remove the definition of CP, so
12523 2009-07-21 20:45 [ko1@a... ] Ruby:r24226 (trunk): * lib/tracer.rb: no show lines unkonwn line number. ,
12524 2009-07-21 21:41 [ko1@a... ] Ruby:r24227 (trunk): * lib/irb/cmd/help.rb: fixed irb's "help" command. .
12525 2009-07-21 23:51 [ko1@a... ] Ruby:r24228 (trunk): * random.c (rand_init): array length of random seed was broken, which
12526 2009-07-22 00:40 [ko1@a... ] Ruby:r24230 (trunk): * 2009-07-22
12527 2009-07-22 00:40 [ko1@a... ] Ruby:r24229 (trunk): * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: add
12528 2009-07-22 00:44 [ko1@a... ] Ruby:r24231: Tagging pl381.
12529 2009-07-22 02:36 [ko1@a... ] Ruby:r24233 (trunk): * lib/irb.rb: forget svn commit.
12530 2009-07-22 08:38 [ko1@a... ] Ruby:r24234 (trunk): * test/ruby/test_rand.rb (test_big_seed): tests also instance methods.
12531 2009-07-22 10:02 [ko1@a... ] Ruby:r24235 (trunk): * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.
12532 2009-07-22 17:34 [ko1@a... ] Ruby:r24237 (trunk): * ext/socket/extconf.rb: enable ipv6 support for win32.
12533 2009-07-22 17:42 [ko1@a... ] Ruby:r24238 (trunk): * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addresses
12534 2009-07-22 19:29 [ko1@a... ] Ruby:r24239 (trunk): * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.
12535 2009-07-22 20:43 [ko1@a... ] Ruby:r24241 (trunk): * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windows
12536 2009-07-22 22:37 [ko1@a... ] Ruby:r24243 (trunk): * vm_core.h (struct rb_iseq_t): add a new field line_no. This field
12537 2009-07-22 23:55 [ko1@a... ] Ruby:r24245: add tag v1_8_7_188
12538 2009-07-22 23:55 [ko1@a... ] Ruby:r24244 (ruby_1_8_7): merge revision(s) 23504:
12539 2009-07-23 00:09 [ko1@a... ] Ruby:r24246 (trunk): * ChangeLog: fixed a typo.
12540 2009-07-23 00:10 [ko1@a... ] Ruby:r24247 (trunk): * time.c (init_leap_second_info): checks the result of gmtime to
12541 2009-07-23 00:39 [ko1@a... ] Ruby:r24248 (trunk): * common.mk (class.o): depends on vm_core.h.
12542 2009-07-23 02:54 [ko1@a... ] Ruby:r24249 (trunk): * test/ruby/test_enum.rb (TestEnumerable#each): recursive join now
12543 2009-07-23 08:52 [ko1@a... ] Ruby:r24251 (trunk): * random.c (random_{state,left}): internal/debug use.
12544 2009-07-23 08:55 [ko1@a... ] Ruby:r24252 (trunk): Remove useless extra directory. Bug #1343
12545 2009-07-23 14:39 [ko1@a... ] Ruby:r24253 (trunk): * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditions
12546 2009-07-23 15:06 [ko1@a... ] Ruby:r24254 (ruby_1_8): * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: add
12547 2009-07-23 15:07 [ko1@a... ] Ruby:r24255 (ruby_1_8): * 2009-07-23
12548 2009-07-23 17:29 [ko1@a... ] Ruby:r24256 (trunk): * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.
12549 2009-07-23 17:29 [ko1@a... ] Ruby:r24257 (ruby_1_8): * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.
12550 2009-07-23 17:35 [ko1@a... ] Ruby:r24258 (trunk): * lib/irb/ruby-lex.rb: make irb be able to parse
12551 2009-07-24 00:25 [ko1@a... ] Ruby:r24260 (trunk): * 2009-07-24
12552 2009-07-24 00:25 [ko1@a... ] Ruby:r24259 (trunk): * lib/net/imap.rb (resp_text_code): accepts response codes without
12553 2009-07-24 17:20 [ko1@a... ] Ruby:r24261 (ruby_1_8_7): merge revision(s) 23558:
12554 2009-07-24 17:20 [ko1@a... ] Ruby:r24262: add tag v1_8_7_189
12555 2009-07-24 18:09 [ko1@a... ] Ruby:r24263 (trunk): * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patch
12556 2009-07-24 19:26 [ko1@a... ] Ruby:r24264 (trunk): * enc/trans/big5.trans, big5-hkscs-tbl.rb:
12557 2009-07-24 20:51 [ko1@a... ] Ruby:r24265 (ruby_1_8): * lib/time.rb, test/test_time.rb: Move test code to a separate
12558 2009-07-24 20:52 [ko1@a... ] Ruby:r24266 (ruby_1_8): * 2009-07-24
12559 2009-07-25 01:16 [ko1@a... ] Ruby:r24267 (trunk): * enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see
12560 2009-07-25 01:16 [ko1@a... ] Ruby:r24268 (trunk): * 2009-07-25
12561 2009-07-25 13:43 [ko1@a... ] Ruby:r24269 (trunk): * enc/big5.c: not executable.
12562 2009-07-25 13:44 [ko1@a... ] Ruby:r24270 (trunk): * complex.c (nucomp_hash), rational.c (nurat_hash): not to use
12563 2009-07-25 21:36 [ko1@a... ] Ruby:r24272 (ruby_1_8_7): merge revision(s) 23624:
12564 2009-07-25 21:36 [ko1@a... ] Ruby:r24273: add tag v1_8_7_190
12565 2009-07-26 00:18 [ko1@a... ] Ruby:r24274 (trunk): * ext/bigdecimal.c: moved BASE_FIG definition before it is used first time.
12566 2009-07-26 00:19 [ko1@a... ] Ruby:r24275 (trunk): * 2009-07-26
12567 2009-07-26 00:19 [ko1@a... ] Ruby:r24276 (trunk): * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match changes in bignum.c and array.c.
12568 2009-07-26 00:21 [ko1@a... ] Ruby:r24277 (trunk): * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match changes in bignum.c and array.c.
12569 2009-07-26 00:24 [ko1@a... ] Ruby:r24278 (trunk): * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match changes in bignum.c and array.c.
12570 2009-07-26 18:27 [ko1@a... ] Ruby:r24279 (trunk): * vm_insnhelper.c (vm_call_method): fixed indent.
12571 2009-07-26 18:30 [ko1@a... ] Ruby:r24280 (trunk): * vm_insnhelper.c (vm_call_method): __send__ can call protected
12572 2009-07-26 18:36 [ko1@a... ] Ruby:r24281 (ruby_1_8, trunk): * ChangeLog: removed extra spaces.
12573 2009-07-26 18:38 [ko1@a... ] Ruby:r24282 (ruby_1_8): * test/ruby/test_argf.rb: partially backported from the trunk.
12574 2009-07-26 18:42 [ko1@a... ] Ruby:r24283 (ruby_1_8): * io.c (Init_IO): $FILENAME should correspond to the first element
12575 2009-07-26 19:20 [ko1@a... ] Ruby:r24284 (trunk, ruby_1_8): * io.c (argf_eof): go to the next file if called after ARGF.close
12576 2009-07-27 00:22 [ko1@a... ] Ruby:r24286 (ruby_1_9_1): * 2009-07-27
12577 2009-07-27 00:22 [ko1@a... ] Ruby:r24285 (ruby_1_9_1): merges r24171 and r24176 from trunk into ruby_1_9_1.
12578 2009-07-27 00:32 [ko1@a... ] Ruby:r24287 (ruby_1_9_1): merges r24179 from trunk into ruby_1_9_1.
12579 2009-07-27 00:32 [ko1@a... ] Ruby:r24288 (ruby_1_9_1): merges r24180 from trunk into ruby_1_9_1.
12580 2009-07-27 00:32 [ko1@a... ] Ruby:r24289 (ruby_1_9_1): merges r24197 from trunk into ruby_1_9_1.
12581 2009-07-27 00:32 [ko1@a... ] Ruby:r24290 (ruby_1_9_1): merges r24203 from trunk into ruby_1_9_1.
12582 2009-07-27 00:33 [ko1@a... ] Ruby:r24291 (ruby_1_9_1): merges r24211 from trunk into ruby_1_9_1.
12583 2009-07-27 00:33 [ko1@a... ] Ruby:r24292 (ruby_1_9_1): merges r24219 from trunk into ruby_1_9_1.
12584 2009-07-27 00:33 [ko1@a... ] Ruby:r24293 (ruby_1_9_1): merges r24226 from trunk into ruby_1_9_1.
12585 2009-07-27 00:33 [ko1@a... ] Ruby:r24294 (ruby_1_9_1): merges r24229 and r24233 from trunk into ruby_1_9_1.
12586 2009-07-27 02:57 [ko1@a... ] Ruby:r24295: Maybe a devil is tempting me to do evil, but it began to occur to me that these tags are redundant.
12587 2009-07-27 09:38 [ko1@a... ] Ruby:r24296 (ruby_1_8, trunk): * ChangeLog: forgotten ML ref, .
12588 2009-07-27 19:03 [ko1@a... ] Ruby:r24298 (trunk): * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),
12589 2009-07-28 04:41 [ko1@a... ] Ruby:r24299 (trunk): * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.
12590 2009-07-28 04:42 [ko1@a... ] Ruby:r24300 (trunk): * 2009-07-28
12591 2009-07-28 04:43 [ko1@a... ] Ruby:r24301 (ruby_1_8): * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.
12592 2009-07-28 04:44 [ko1@a... ] Ruby:r24302 (ruby_1_8): * 2009-07-28
12593 2009-07-28 15:48 [ko1@a... ] Ruby:r24303 (ruby_1_8): * eval.c (rb_event_all, rb_add_event_hook): merged thread-switch
12594 2009-07-28 17:46 [ko1@a... ] Ruby:r24305 (trunk): * io.c (argf_eof): should call next_argv() before testing.
12595 2009-07-28 19:41 [ko1@a... ] Ruby:r24306 (trunk): * proc.c (rb_method_entry_arity): support optimized method (send).
12596 2009-07-29 03:14 [ko1@a... ] Ruby:r24307 (trunk): * proc.c (rb_method_entry_arity): support not_implemented method.
12597 2009-07-29 03:15 [ko1@a... ] Ruby:r24308 (trunk): * 2009-07-29
12598 2009-07-29 03:40 [ko1@a... ] Ruby:r24309 (trunk): * vm_core.h, vm_insnhelper.c (vm_call_method): revive
12599 2009-07-29 03:40 [ko1@a... ] Ruby:r24310 (trunk): * ext/json/lib/json/common.rb (JSON#recurse_proc): remove
12600 2009-07-29 08:11 [ko1@a... ] Ruby:r24311 (trunk): * parse.y (regexp): regexp literal at the top of dstr is still needed even if it is empty.
[前][次][スレッド一覧][上]