[前][次][スレッド一覧][上]
ruby-changes:10401-10500
10401 2009-02-02 12:45 [ko1@a... ] Ruby:r21945 (trunk): * complex.c (f_signbit): regard NaN as a positive value.
10402 2009-02-02 12:48 [ko1@a... ] Ruby:r21946 (trunk): * ext/socket/{options,raddrinfo}.c: use INET6 instead of AF_INET6 for
10403 2009-02-02 14:19 [ko1@a... ] Ruby:r21947 (trunk): * ext/socket/option.c: use INET6 instead of IPV6.
10404 2009-02-02 14:20 [ko1@a... ] Ruby:r21948 (trunk): * win32/dir.h: forgot to commit.
10405 2009-02-02 14:23 [ko1@a... ] Ruby:r21949 (trunk): * ext/socket/constants.c (cmsg_type_arg): INET6 check.
10406 2009-02-02 14:56 [ko1@a... ] Ruby:r21950 (trunk): * ext/socket/socket.c (sock_initialize): make 3rd argument, protocol,
10407 2009-02-02 16:15 [ko1@a... ] Ruby:r21951 (trunk): * version.h: bump up to 1.9.2 patchlevel -1.
10408 2009-02-02 16:31 [ko1@a... ] Ruby:r21952 (trunk): eol-style
10409 2009-02-02 16:33 [ko1@a... ] Ruby:r21953 (trunk): * dir.c (dir_s_home): new method.
10410 2009-02-02 16:59 [ko1@a... ] Ruby:r21954 (trunk): * file.c (rb_home_dir): needs p on DOSISH.
10411 2009-02-02 17:22 [ko1@a... ] Ruby:r21957 (ruby_1_9_1): * 2009-02-02
10412 2009-02-02 17:22 [ko1@a... ] Ruby:r21958 (ruby_1_9_1): merges r21930 from trunk into ruby_1_9_1.
10413 2009-02-02 17:22 [ko1@a... ] Ruby:r21959 (ruby_1_9_1): merges r21945 from trunk into ruby_1_9_1.
10414 2009-02-02 17:24 [ko1@a... ] Ruby:r21961 (trunk): reduce test time.
10415 2009-02-02 17:24 [ko1@a... ] Ruby:r21962 (trunk): * ext/socket/ancdata.c (cmsg_type_to_sym): add #ifdef for no IPv6
10416 2009-02-02 17:24 [ko1@a... ] Ruby:r21963 (trunk): * mkconfig.rb: patchlevel is somtimes minus.
10417 2009-02-02 17:24 [ko1@a... ] Ruby:r21964 (trunk): * cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.
10418 2009-02-02 18:34 [ko1@a... ] Ruby:r21965 (trunk): strip trailing spaces.
10419 2009-02-02 19:19 [ko1@a... ] Ruby:r21966 (trunk): * doc/NEWS-1.9.1: typo fixed: collect_all -> collect.
10420 2009-02-02 19:43 [ko1@a... ] Ruby:r21967 (trunk): * array.c (rb_ary_sort_by_bang): new method. requested in
10421 2009-02-02 19:59 [ko1@a... ] Ruby:r21968 (trunk): * test/socket/test_addrinfo.rb: use AddrInfo.getaddrinfo to generate
10422 2009-02-02 20:03 [ko1@a... ] Ruby:r21969 (ruby_1_8_6): merge revision(s) 19742:
10423 2009-02-02 20:03 [ko1@a... ] Ruby:r21970: add tag v1_8_6_317
10424 2009-02-02 20:04 [ko1@a... ] Ruby:r21971 (ruby_1_8_7): merge revision(s) 19742:
10425 2009-02-02 20:04 [ko1@a... ] Ruby:r21972: add tag v1_8_7_103
10426 2009-02-02 20:09 [ko1@a... ] Ruby:r21973 (trunk): fix typos.
10427 2009-02-02 20:33 [ko1@a... ] Ruby:r21974 (trunk): adds a test case for r21955 and r21917.
10428 2009-02-02 21:05 [ko1@a... ] Ruby:r21976 (trunk): * array.c (rb_ary_sort_by_bang): RDoc update.
10429 2009-02-02 21:06 [ko1@a... ] Ruby:r21977 (ruby_1_8): * enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()
10430 2009-02-02 21:06 [ko1@a... ] Ruby:r21978 (ruby_1_8): * 2009-02-02
10431 2009-02-02 23:44 [ko1@a... ] Ruby:r21979 (trunk): * ext/socket/raddrinfo.c (Init_addrinfo): add AddrInfo#to_s as an
10432 2009-02-03 00:02 [ko1@a... ] Ruby:r21980 (trunk): add ML ref.
10433 2009-02-03 00:02 [ko1@a... ] Ruby:r21981 (trunk): * 2009-02-03
10434 2009-02-03 07:01 [ko1@a... ] Ruby:r21982 (trunk): * mkconfig.rb (patchlevel): config.status may not contain
10435 2009-02-03 07:02 [ko1@a... ] Ruby:r21983 (trunk): * missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859
10436 2009-02-03 07:34 [ko1@a... ] Ruby:r21984 (trunk): rdoc update.
10437 2009-02-03 07:59 [ko1@a... ] Ruby:r21985 (trunk): * ext/socket/extconf.rb (in_pktinfo, in6_pktinfo),
10438 2009-02-03 08:18 [ko1@a... ] Ruby:r21988 (trunk): * tool/generic_erb.rb: fixed typo.
10439 2009-02-03 08:18 [ko1@a... ] Ruby:r21989 (trunk): * cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too.
10440 2009-02-03 08:21 [ko1@a... ] Ruby:r21990 (trunk): * test/ruby/test_readpartial.rb (make_pipe): readpartial does not
10441 2009-02-03 08:33 [ko1@a... ] Ruby:r21991 (trunk): add a test.
10442 2009-02-03 08:36 [ko1@a... ] Ruby:r21992 (trunk): * ext/socket/lib/socket.rb (Socket.tcp_server_sockets): extracted from
10443 2009-02-03 11:26 [ko1@a... ] Ruby:r21993 (trunk): * load.c (load_lock): warn for circular require. ,
10444 2009-02-03 11:42 [ko1@a... ] Ruby:r21994 (ruby_1_8): * lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremy
10445 2009-02-03 11:42 [ko1@a... ] Ruby:r21995 (ruby_1_8): * 2009-02-03
10446 2009-02-03 12:12 [ko1@a... ] Ruby:r21996 (trunk): * lib/net/imap.rb (hmac_md5): should use String#ord to get ascii
10447 2009-02-03 12:31 [ko1@a... ] Ruby:r21997 (ruby_1_8): * re.c (match_check): check if MatchData is initialized.
10448 2009-02-03 14:14 [ko1@a... ] Ruby:r21998 (trunk): * lib/net/imap.rb: validate data before sending to a server.
10449 2009-02-03 14:20 [ko1@a... ] Ruby:r21999 (trunk): * re.c (match_array): replace match_check().
10450 2009-02-03 14:34 [ko1@a... ] Ruby:r22000 (ruby_1_8_6): merge revision(s) 19774:
10451 2009-02-03 14:34 [ko1@a... ] Ruby:r22001: add tag v1_8_6_318
10452 2009-02-03 14:36 [ko1@a... ] Ruby:r22002 (ruby_1_8_7): merge revision(s) 19774:
10453 2009-02-03 14:36 [ko1@a... ] Ruby:r22003: add tag v1_8_7_104
10454 2009-02-03 15:12 [ko1@a... ] Ruby:r22004 (trunk): add tests.
10455 2009-02-03 15:27 [ko1@a... ] Ruby:r22005 (trunk): add tests.
10456 2009-02-03 15:37 [ko1@a... ] Ruby:r22006 (trunk): add a test.
10457 2009-02-03 16:26 [ko1@a... ] Ruby:r22007 (trunk): * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): new
10458 2009-02-03 16:30 [ko1@a... ] Ruby:r22008 (trunk): fixed typo
10459 2009-02-03 16:37 [ko1@a... ] Ruby:r22009 (trunk): * NEWS: add Array#sort_by!.
10460 2009-02-03 16:55 [ko1@a... ] Ruby:r22010 (trunk): updated.
10461 2009-02-03 18:40 [ko1@a... ] Ruby:r22011 (ruby_1_8): * ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock
10462 2009-02-03 21:15 [ko1@a... ] Ruby:r22012 (trunk): * ext/readline/readline.c (readline_s_set_completion_proc): set
10463 2009-02-03 21:20 [ko1@a... ] Ruby:r22013 (trunk): * ext/readline/readline.c: updated year of copyright.
10464 2009-02-03 21:25 [ko1@a... ] Ruby:r22014 (trunk): * ext/readline/extconf.rb: checked rl_set_screen_size and
10465 2009-02-03 21:28 [ko1@a... ] Ruby:r22015 (trunk): * NEWS: added comment for Readline.
10466 2009-02-03 23:13 [ko1@a... ] Ruby:r22016 (trunk): * vm.c (vm_backtrace): always returns non-nil array if lev is
10467 2009-02-03 23:37 [ko1@a... ] Ruby:r22017 (trunk): * ruby.c (load_file_internal): resets EOF flag after parse.
10468 2009-02-03 23:50 [ko1@a... ] Ruby:r22018 (trunk): don't connect to unspecified address.
10469 2009-02-04 00:21 [ko1@a... ] Ruby:r22019 (trunk): * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): skip
10470 2009-02-04 00:21 [ko1@a... ] Ruby:r22020 (trunk): * 2009-02-04
10471 2009-02-04 01:33 [ko1@a... ] Ruby:r22022 (trunk): * ext/socket/extconf.rb: fix struct in_pktinfo and struct in6_pktinfo
10472 2009-02-04 01:40 [ko1@a... ] Ruby:r22023 (trunk): revert useless change part in the previous commit.
10473 2009-02-04 10:16 [ko1@a... ] Ruby:r22024 (trunk): * missing/vsnprintf.c (BSD_vfprintf): should support 't' format
10474 2009-02-04 11:50 [ko1@a... ] Ruby:r22025 (trunk): * win32/mkexports.rb: shouldn't export DllMain.
10475 2009-02-04 14:26 [ko1@a... ] Ruby:r22026 (ruby_1_8_6): merge revision(s) 20072:
10476 2009-02-04 14:26 [ko1@a... ] Ruby:r22027: add tag v1_8_6_319
10477 2009-02-04 14:27 [ko1@a... ] Ruby:r22028 (ruby_1_8_7): merge revision(s) 20072:
10478 2009-02-04 14:27 [ko1@a... ] Ruby:r22029: add tag v1_8_7_105
10479 2009-02-04 19:44 [ko1@a... ] Ruby:r22032 (ruby_1_8): * 2009-02-04
10480 2009-02-04 19:44 [ko1@a... ] Ruby:r22031 (ruby_1_8): fixed typos and remove some spaces
10481 2009-02-04 19:45 [ko1@a... ] Ruby:r22033 (trunk): fixed typos and remove some spaces
10482 2009-02-04 19:47 [ko1@a... ] Ruby:r22034 (trunk): add Dir.home
10483 2009-02-04 21:57 [ko1@a... ] Ruby:r22035 (trunk): * bootstraptest/runner.rb: refine success message.
10484 2009-02-04 21:58 [ko1@a... ] Ruby:r22036 (trunk): * string.c (rb_str_dump): use MBCLEN_CHARFOUND_P properly.
10485 2009-02-04 21:59 [ko1@a... ] Ruby:r22037 (trunk): rdoc update.
10486 2009-02-04 21:59 [ko1@a... ] Ruby:r22038 (trunk): updated.
10487 2009-02-04 22:03 [ko1@a... ] Ruby:r22039 (trunk): * transcode.c (make_econv_exception): show U+XXXX form for undefined
10488 2009-02-04 22:38 [ko1@a... ] Ruby:r22040 (trunk): relax tests for IPv4 compat/mapped IPv6 addresss.
10489 2009-02-04 23:51 [ko1@a... ] Ruby:r22041: Updated Symbian configuration procedure to avoid creating files outside build directory
10490 2009-02-05 00:10 [ko1@a... ] Ruby:r22043 (trunk): * 2009-02-05
10492 2009-02-05 00:12 [ko1@a... ] Ruby:r22044 (trunk): relax tests for MacOS X.
10493 2009-02-05 00:34 [ko1@a... ] Ruby:r22045 (trunk): add tests.
10494 2009-02-05 00:42 [ko1@a... ] Ruby:r22046 (trunk): test relaxed.
10495 2009-02-05 01:20 [ko1@a... ] Ruby:r22047 (trunk): * ext/socket/socket.c (sock_s_socketpair): make 3rd argument optional.
10496 2009-02-05 01:21 [ko1@a... ] Ruby:r22048 (trunk): add Socket.pair.
10497 2009-02-05 01:45 [ko1@a... ] Ruby:r22049 (trunk): * transcode.c (make_econv_exception): refine error message for
10498 2009-02-05 02:35 [ko1@a... ] Ruby:r22050 (trunk): Updated Symbain configuration procedure to avoid creating files outside build directory
10499 2009-02-05 02:36 [ko1@a... ] Ruby:r22051 (trunk): Updated Symbain configuration procedure to avoid creating files outside build directory
10500 2009-02-05 02:42 [ko1@a... ] Ruby:r22052 (trunk): Updated Symbain configuration procedure to avoid creating files outside build directory
[前][次][スレッド一覧][上]