[前][次][番号順一覧][上]
ruby-cvs:15901-16000
15901 2005-11-07 00:12 [eban ruby-lang.org ] ruby: * 2005-11-07
15902 2005-11-07 00:12 [eban ruby-lang.org ] ruby: * 2005-11-07
15903 2005-11-07 13:46 [nagai ruby-lang.org ] ruby, ruby/ext/tk, ruby/ext/tk/tkutil: * ext/tk/stubs.c (_nativethread_consistency_check): use simpler
15904 2005-11-07 13:47 [nagai ruby-lang.org ] ruby, ruby/ext/tk, ruby/ext/tk/tkutil: * ext/tk/stubs.c (_nativethread_consistency_check): use simpler
15905 2005-11-07 16:25 [usa ruby-lang.org ] ruby, ruby/ext/openssl: * ext/openssl/ossl.h: need to include winsock2.h before including
15906 2005-11-07 20:55 [nobu ruby-lang.org ] ruby, ruby/ext/iconv: * ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]
15907 2005-11-08 15:39 [ocean ruby-lang.org ] ruby, ruby/lib/drb: * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.
15908 2005-11-08 15:42 [ocean ruby-lang.org ] ruby, ruby/lib/drb: * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.
15910 2005-11-08 15:45 [eban ruby-lang.org ] ruby: * 2005-11-08
15911 2005-11-08 17:49 [ocean ruby-lang.org ] ruby: * intern.h, eval.c (rb_thread_signal_raise): costified.
15912 2005-11-08 22:50 [ttate ruby-lang.org ] ruby/ext/dl/lib/dl: should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.
15913 2005-11-09 08:41 [nobu ruby-lang.org ] ruby, ruby/lib, ruby/test: * lib/shellwords.rb: refactored. [ruby-core:06581]
15914 2005-11-09 10:55 [eban ruby-lang.org ] ruby: * 2005-11-09
15915 2005-11-10 21:05 [nobu ruby-lang.org ] ruby, ruby/lib: * lib/shellwords.rb: fix for blank but not empty string.
15916 2005-11-10 21:09 [eban ruby-lang.org ] ruby: * 2005-11-10
15917 2005-11-11 07:43 [ocean ruby-lang.org ] ruby: * configure.in: undef HAVE_LINK on BeOS. (link(2) always returns
15918 2005-11-11 07:48 [ocean ruby-lang.org ] ruby: * configure.in: undef HAVE_LINK on BeOS. (link(2) always returns
15919 2005-11-11 08:21 [nobu ruby-lang.org ] ruby: * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]
15920 2005-11-11 08:22 [nobu ruby-lang.org ] ruby: * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]
15921 2005-11-11 10:34 [eban ruby-lang.org ] ruby: * 2005-11-11
15922 2005-11-11 10:35 [ocean ruby-lang.org ] ruby, ruby/ext/socket: * ext/socket/socket.c: Socket Documentation. [ruby-core:6580]
15923 2005-11-11 10:35 [eban ruby-lang.org ] ruby: * 2005-11-11
15924 2005-11-11 20:08 [ocean ruby-lang.org ] ruby: * eval.c, intern.h: failed to compile where NFDBITS is defined but
15925 2005-11-12 02:11 [nobu ruby-lang.org ] ruby: * configure.in, eval.c, intern.h: check fd_mask type.
15926 2005-11-12 02:14 [eban ruby-lang.org ] ruby: * 2005-11-12
15927 2005-11-12 08:37 [nobu ruby-lang.org ] ruby: * configure.in (socketpair): need to be checked.
15928 2005-11-13 11:02 [aamine ruby-lang.org] ruby, ruby/lib/uri: * lib/uri/common.rb (escape): regard second argument as a character set. [ruby-dev:27692]
15929 2005-11-13 12:29 [eban ruby-lang.org ] ruby: * 2005-11-13
15930 2005-11-14 17:38 [matz ruby-lang.org ] ruby: * array.c (rb_ary_first): RDoc update from Daniel Berger
15931 2005-11-14 17:39 [matz ruby-lang.org ] ruby: * array.c (rb_ary_first): RDoc update from Daniel Berger
15932 2005-11-14 17:48 [eban ruby-lang.org ] ruby: * 2005-11-14
15933 2005-11-14 17:48 [eban ruby-lang.org ] ruby: * 2005-11-14
15934 2005-11-14 23:50 [nobu ruby-lang.org ] ruby: * file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.
15935 2005-11-14 23:52 [nobu ruby-lang.org ] ruby: * file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.
15936 2005-11-14 23:57 [nobu ruby-lang.org ] ruby: * ChangeLog: added ML reference.
15937 2005-11-15 14:41 [matz ruby-lang.org ] ruby: * array.c (rb_ary_fill): should adjust array length correctly when
15938 2005-11-15 14:42 [matz ruby-lang.org ] ruby: * array.c (rb_ary_fill): should adjust array length correctly when
15939 2005-11-15 14:43 [eban ruby-lang.org ] ruby: * 2005-11-15
15940 2005-11-15 14:46 [eban ruby-lang.org ] ruby: * 2005-11-15
15941 2005-11-15 16:04 [ocean ruby-lang.org ] ruby, ruby/test/ruby: * array.c (rb_ary_fill): tail elements were vanished when the middle
15942 2005-11-15 16:06 [ocean ruby-lang.org ] ruby, ruby/test/ruby: * array.c (rb_ary_fill): tail elements were vanished when the middle
15943 2005-11-15 16:16 [matz ruby-lang.org ] ruby/lib, ruby: * file.c (file_load_ok): use eaccess() instead of actually opening
15944 2005-11-15 16:37 [ocean ruby-lang.org ] ruby: * array.c (rb_ary_fill): previous commit disabled this usage:
15945 2005-11-15 16:38 [ocean ruby-lang.org ] ruby: * array.c (rb_ary_fill): previous commit disabled this usage:
15946 2005-11-15 16:51 [nagai ruby-lang.org ] ruby/ext/tk/sample: * ext/tk/sample/24hr_clock.rb: a new example about handling of canvas items.
15947 2005-11-15 16:51 [nagai ruby-lang.org ] ruby/ext/tk/sample: * ext/tk/sample/24hr_clock.rb: a new example about handling of canvas items.
15948 2005-11-15 23:50 [matz ruby-lang.org ] ruby/lib, ruby: * lib/find.rb (Find::find): should not ignore symbolic links to
15949 2005-11-15 23:55 [nobu ruby-lang.org ] ruby: * file.c (file_load_ok): eaccess() returns 0 on success.
15950 2005-11-16 01:29 [kou ruby-lang.org ] ruby, ruby/lib/rss, ruby/test/rss: * lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.
15951 2005-11-16 01:31 [kou ruby-lang.org ] ruby, ruby/lib/rss, ruby/lib/rss/maker: * lib/rss/trackback.rb: added TrackBack prefix.
15952 2005-11-16 01:41 [eban ruby-lang.org ] ruby: * 2005-11-16
15953 2005-11-16 23:25 [nobu ruby-lang.org ] ruby, ruby/ext: * common.mk (static-ruby): overridable.
15954 2005-11-16 23:25 [nobu ruby-lang.org ] ruby, ruby/ext: * common.mk (static-ruby): overridable.
15955 2005-11-16 23:30 [eban ruby-lang.org ] ruby: * 2005-11-16
15956 2005-11-17 13:54 [kou ruby-lang.org ] ruby, ruby/lib/rss: * lib/rss/rss.rb : removed needless argument 'prefix'.
15957 2005-11-17 13:57 [eban ruby-lang.org ] ruby: * 2005-11-17
15958 2005-11-17 17:42 [kou ruby-lang.org ] ruby, ruby/lib/rss: * lib/rss/1.0.rb: added rdf:Bag.
15959 2005-11-17 17:56 [kou ruby-lang.org ] ruby, ruby/lib/rss, ruby/test/rss: * lib/rss/taxonomy.rb: implemented taxonomy module.
15960 2005-11-17 18:01 [kou ruby-lang.org ] ruby, ruby/lib/rss, ruby/test/rss: * lib/rss/1.0.rb: added convenience method 'resources'.
15961 2005-11-18 12:21 [ocean ruby-lang.org ] ruby, ruby/win32: * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? now
15962 2005-11-18 12:22 [ocean ruby-lang.org ] ruby, ruby/win32: * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? now
15963 2005-11-18 12:35 [eban ruby-lang.org ] ruby: * 2005-11-18
15964 2005-11-18 12:36 [eban ruby-lang.org ] ruby: * 2005-11-18
15965 2005-11-18 16:51 [usa ruby-lang.org ] ruby, ruby/test/ruby: * file.c (file_s_dirname): added checks for some patterns with drive
15966 2005-11-18 16:52 [usa ruby-lang.org ] ruby/test/ruby: * forgotten to save after rename method name.
15967 2005-11-18 17:27 [usa ruby-lang.org ] ruby, ruby/test/ruby: * file.c (file_s_dirname): added checks for some patterns with drive
15968 2005-11-18 17:39 [nagai ruby-lang.org ] ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/lib/tk: * ext/tk/lib/multi-tk.rb: add restriction to access the entried
15969 2005-11-18 17:39 [nagai ruby-lang.org ] ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/lib/tk: * ext/tk/lib/multi-tk.rb: add restriction to access the entried
15970 2005-11-18 18:07 [usa ruby-lang.org ] ruby, ruby/test/ruby: * file.c (rb_file_s_dirname): should use skipprefix for UNC path.
15971 2005-11-18 18:09 [usa ruby-lang.org ] ruby, ruby/test/ruby: * file.c (rb_file_s_dirname): should use skipprefix for UNC path.
15972 2005-11-19 07:37 [nagai ruby-lang.org ] ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/lib/tk, ruby/ext/tk/lib/tkextlib/ICONS, ruby/ext/tk/sample/tkextlib/treectrl: * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).
15973 2005-11-19 07:37 [nagai ruby-lang.org ] ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/lib/tk, ruby/ext/tk/lib/tkextlib/ICONS, ruby/ext/tk/sample/tkextlib/treectrl: * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).
15974 2005-11-19 08:34 [ocean ruby-lang.org ] ruby, ruby/ext/socket: * ext/socket/socket.c: Socket Documentation. [ruby-core:6580]
15975 2005-11-19 15:09 [eban ruby-lang.org ] ruby: * 2005-11-19
15976 2005-11-19 15:09 [eban ruby-lang.org ] ruby: * 2005-11-19
15977 2005-11-19 20:01 [matz ruby-lang.org ] ruby: * lib/fileutils.rb (FileUtils::ln): ln documentation fix.
15978 2005-11-19 20:42 [matz ruby-lang.org ] ruby/lib, ruby: * lib/fileutils.rb (FileUtils::ln): ln documentation fix.
15979 2005-11-20 10:23 [ocean ruby-lang.org ] ruby/lib: * lib/fileutils.rb (FileUtils::ln): ln documentation fix.
15980 2005-11-20 10:26 [ocean ruby-lang.org ] ruby/test/ruby: * test/ruby/test_array.rb (test_misc): added some tests
15981 2005-11-20 10:26 [ocean ruby-lang.org ] ruby/test/ruby: * test/ruby/test_array.rb (test_misc): added some tests
15982 2005-11-20 12:30 [akr ruby-lang.org ] ruby: document that fork doesn't copy other threads
15983 2005-11-20 12:30 [akr ruby-lang.org ] ruby: document that fork doesn't copy other threads
15984 2005-11-20 13:15 [eban ruby-lang.org ] ruby: * 2005-11-20
15985 2005-11-20 13:16 [eban ruby-lang.org ] ruby: * 2005-11-20
15986 2005-11-20 22:35 [nobu ruby-lang.org ] ruby: * parse.y (rb_symname_p): [ not followed by ] is not valid symbol.
15987 2005-11-20 22:36 [nobu ruby-lang.org ] ruby: * parse.y (rb_symname_p): [ not followed by ] is not valid symbol.
15988 2005-11-20 22:43 [matz ruby-lang.org ] ruby: * regparse.c (fetch_token_in_cc): tok->escaped should be
15989 2005-11-21 16:11 [ocean ruby-lang.org ] ruby, ruby/win32: * win32/setup.mk: findstr doesn't exist on win9x.
15990 2005-11-21 16:12 [ocean ruby-lang.org ] ruby, ruby/win32: * win32/setup.mk: findstr doesn't exist on win9x.
15991 2005-11-21 16:17 [eban ruby-lang.org ] ruby: * 2005-11-21
15992 2005-11-21 16:17 [eban ruby-lang.org ] ruby: * 2005-11-21
15993 2005-11-21 16:19 [ocean ruby-lang.org ] ruby: changed ml-number
15994 2005-11-21 16:21 [ocean ruby-lang.org ] ruby: changed ml-number
15995 2005-11-21 22:20 [nobu ruby-lang.org ] ruby: * file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without path
15996 2005-11-21 22:21 [nobu ruby-lang.org ] ruby: * file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without path
15997 2005-11-21 22:51 [nobu ruby-lang.org ] ruby: * parse.y (dsym): prohibit empty symbol literal by interpolation.
15998 2005-11-21 22:52 [nobu ruby-lang.org ] ruby: * parse.y (dsym): prohibit empty symbol literal by interpolation.
15999 2005-11-22 01:47 [nobu ruby-lang.org ] ruby: * file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin but
16000 2005-11-22 02:33 [nagai ruby-lang.org ] ruby, ruby/ext/tk, ruby/ext/tk/lib/tkextlib: * ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACE
[前][次][番号順一覧][上]