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

ruby-cvs:18801-18900

  18801 2007-01-23 10:53 [matz at ruby-lang.or] Ruby:r11557: * class.c (rb_mod_ancestors): result list may include singleton
  18802 2007-01-23 11:05 [matz at ruby-lang.or] Ruby:r11558: * lib/webrick/httprequest.rb (WEBrick::HTTPRequest::read_line):
  18803 2007-01-23 15:41 [usa at ruby-lang.org] Ruby:r11559: * Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,
  18804 2007-01-23 17:03 [matz at ruby-lang.or] Ruby:r11560: * string.c (sym_to_s): use shared copy of symbols to save memory.
  18805 2007-01-23 17:03 [matz at ruby-lang.or] Ruby:r11561: * eval.c (ivar2_prepare): prepare ivar2 ID before processing.
  18806 2007-01-23 17:04 [matz at ruby-lang.or] Ruby:r11562: * ruby.h (SYMBOL_P): make Symbol immediate again for performance.
  18807 2007-01-23 17:04 [matz at ruby-lang.or] Ruby:r11563: * eval.c (massign_args): more consistent yield parameter
  18808 2007-01-23 17:04 [matz at ruby-lang.or] Ruby:r11564: * parse.y (new_bv_gen): generate NODE_LASGN parse node outside of
  18809 2007-01-23 18:27 [matz at ruby-lang.or] Ruby:r11565: * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == instead
  18810 2007-01-23 18:32 [matz at ruby-lang.or] Ruby:r11566: * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == instead
  18811 2007-01-23 18:34 [matz at ruby-lang.or] Ruby:r11567: * hash.c: added documentation for Hash about how it uses eql? and
  18812 2007-01-23 18:38 [matz at ruby-lang.or] Ruby:r11568: version.h: fix broken patchlevel; sorry
  18813 2007-01-24 18:07 [matz at ruby-lang.or] Ruby:r11569: * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix
  18814 2007-01-24 18:09 [matz at ruby-lang.or] Ruby:r11570: * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix
  18815 2007-01-24 18:11 [matz at ruby-lang.or] Ruby:r11571: * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix
  18816 2007-01-24 20:35 [kou at ruby-lang.org] Ruby:r11572: * test/ruby/test_iterator.rb: removed a needless workaround.
  18817 2007-01-24 23:46 [matz at ruby-lang.or] ruby, ruby/misc: * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix
  18818 2007-01-25 10:33 [shyouhei at ruby-lan] ruby: patchlevel 16                     
  18819 2007-01-25 10:34 [shyouhei at ruby-lan] ruby: Tag add: v1_8_5_16                
  18820 2007-01-25 10:46 [shyouhei at ruby-lan] Ruby:r11573:  r11585 at ruby:  shyouhei | 2007-01-25 10:32:12 +0900
  18821 2007-01-26 07:52 [matz at ruby-lang.or] Ruby:r11574: * enumerator.c (enumerator_init_copy): need to copy internal
  18822 2007-01-26 07:54 [matz at ruby-lang.or] Ruby:r11575: * enumerator.c (enumerator_init_copy): need to copy internal
  18823 2007-01-26 12:18 [nagai at ruby-lang.o] Ruby:r11576: * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys):
  18824 2007-01-26 12:18 [nagai at ruby-lang.o] Ruby:r11577: * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys):
  18825 2007-01-26 15:05 [usa at ruby-lang.org] Ruby:r11578: * 2007-01-26               
  18826 2007-01-27 00:03 [suke at ruby-lang.or] Ruby:r11579: bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.
  18827 2007-01-27 00:09 [eban at ruby-lang.or] Ruby:r11580: * 2007-01-27               
  18828 2007-01-27 18:46 [suke at ruby-lang.or] Ruby:r11581: * ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix.
  18829 2007-01-27 23:25 [matz at ruby-lang.or] Ruby:r11582: * parse.y (dyna_var_lookup): should not alter dvar->val not to
  18830 2007-01-28 00:44 [shyouhei at ruby-lan] Ruby:r11583: * parse.y (dyna_var_lookup): should not alter dvar->val not to
  18831 2007-01-28 00:45 [shyouhei at ruby-lan] ruby: * parse.y (dyna_var_lookup): should not alter dvar->val not to
  18832 2007-01-28 00:47 [shyouhei at ruby-lan] ruby: Tag add: v1_8_5_17                
  18833 2007-01-28 08:46 [suke at ruby-lang.or] Ruby:r11584: * ext/win32ole/win32ole.c: refactoring.
  18834 2007-01-28 12:54 [eban at ruby-lang.or] Ruby:r11585: * 2007-01-28               
  18835 2007-01-29 14:16 [matz at ruby-lang.or] Ruby:r11586: * tool/parse.rb: replace YARVCore by VM class.
  18836 2007-01-29 17:54 [matz at ruby-lang.or] Ruby:r11587: * instruby.rb: use ":=" assignment to avoid potential local
  18837 2007-01-29 21:41 [suke at ruby-lang.or] Ruby:r11588: * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,
  18838 2007-01-30 00:11 [matz at ruby-lang.or] Ruby:r11589: * tool/compile.rb: replace YARVCore by VM class.
  18839 2007-01-30 00:42 [eban at ruby-lang.or] Ruby:r11590: * 2007-01-30               
  18840 2007-01-30 04:56 [nagai at ruby-lang.o] Ruby:r11591: * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.
  18841 2007-01-30 04:56 [nagai at ruby-lang.o] Ruby:r11592: * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.
  18842 2007-01-30 12:06 [nobu at ruby-lang.or] Ruby:r11593: * mkconfig.rb: autoconf 2.61 support.  [ruby-core:10016]
  18843 2007-01-30 12:06 [nobu at ruby-lang.or] Ruby:r11594: * mkconfig.rb: autoconf 2.61 support.  [ruby-core:10016]
  18844 2007-01-30 12:10 [eban at ruby-lang.or] Ruby:r11595: * 2007-01-30               
  18845 2007-01-30 13:27 [matz at ruby-lang.or] Ruby:r11596: * numeric.c (int_pred): add Integer#pred corresponding
  18846 2007-01-30 15:04 [usa at ruby-lang.org] Ruby:r11597: * string.c (rb_str_sub_bang): calling rb_str_modify() should be just
  18847 2007-01-30 17:02 [usa at ruby-lang.org] Ruby:r11598: * string.c (rb_str_sub_bang): calling rb_str_modify() should be just
  18848 2007-01-31 14:37 [nagai at ruby-lang.o] Ruby:r11600: * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]
  18849 2007-01-31 14:37 [nagai at ruby-lang.o] Ruby:r11601: * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]
  18850 2007-01-31 14:43 [eban at ruby-lang.or] Ruby:r11602: * 2007-01-31               
  18851 2007-01-31 14:43 [eban at ruby-lang.or] Ruby:r11603: * 2007-01-31               
  18852 2007-01-31 14:47 [matz at ruby-lang.or] Ruby:r11604: * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user and
  18853 2007-01-31 14:54 [matz at ruby-lang.or] Ruby:r11605: * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):
  18854 2007-01-31 14:59 [matz at ruby-lang.or] Ruby:r11606: * eval.c (rb_iterate): need to PUSH_ITER in proper order.
  18855 2007-01-31 15:10 [matz at ruby-lang.or] Ruby:r11607: * lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform RFC3986. [ruby-dev:30230]
  18856 2007-02-01 23:25 [nobu at ruby-lang.or] Ruby:r11608: * parse.y (rb_id2str): store Strings for operator symbols.  [ruby-dev:30235]
  18857 2007-02-02 18:32 [matz at ruby-lang.or] Ruby:r11609: * eval.c: remove duplicated global variables rb_cProc and
  18858 2007-02-02 18:39 [matz at ruby-lang.or] Ruby:r11610: * common.mk (compile.$(OBJEXT)): add config.h to vm.c and
  18859 2007-02-02 18:41 [matz at ruby-lang.or] Ruby:r11611: * variable.c (rb_cvar_set): remove warn argument.
  18860 2007-02-02 18:45 [matz at ruby-lang.or] Ruby:r11612: * insns.def (setclassvariable): remove warn argument.
  18861 2007-02-02 18:47 [matz at ruby-lang.or] Ruby:r11613: * vm.c (eval_get_cvar_base): destination for class variable access
  18862 2007-02-02 19:24 [matz at ruby-lang.or] Ruby:r11614: * parse.y (assignable_gen): no need to generate NODE_CVDECL.
  18863 2007-02-02 22:19 [matz at ruby-lang.or] Ruby:r11615: * ruby.h (SYMBOL_P): make Symbol immediate again for performance.
  18864 2007-02-02 23:41 [matz at ruby-lang.or] Ruby:r11616: * common.mk (bin): add more dependency.  a patch from Tadashi
  18865 2007-02-03 00:21 [nobu at ruby-lang.or] Ruby:r11617: * *.def, proc.c, vm_opts.h.base, template/*: set properties.
  18866 2007-02-03 00:24 [eban at ruby-lang.or] Ruby:r11618: * 2007-02-03               
  18867 2007-02-03 00:50 [nobu at ruby-lang.or] Ruby:r11619: * proc.c (yarv_proc_alloc): needs return.
  18868 2007-02-03 01:26 [nobu at ruby-lang.or] Ruby:r11620: * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,
  18869 2007-02-03 02:37 [nobu at ruby-lang.or] Ruby:r11621: * lib/mkmf.rb (create_makefile): make object files depend on
  18870 2007-02-03 03:23 [nobu at ruby-lang.or] Ruby:r11622: * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.
  18871 2007-02-03 03:35 [nobu at ruby-lang.or] Ruby:r11623: * common.mk (runruby, benchmark, benchmark-each, tbench): use
  18872 2007-02-03 14:41 [suke at ruby-lang.or] Ruby:r11624: * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):
  18873 2007-02-04 02:24 [knu at ruby-lang.org] Ruby:r11625: * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug
  18874 2007-02-04 03:01 [eban at ruby-lang.or] Ruby:r11626: * 2007-02-04               
  18875 2007-02-04 20:36 [kou at ruby-lang.org] Ruby:r11627: * test/rss/rss-assertions.rb: removed needless code for backward compatibility.
  18876 2007-02-05 04:12 [matz at ruby-lang.or] Ruby:r11628: * eval.c (rb_frame_callee): check if prev_cfp can be accessible.
  18877 2007-02-05 04:15 [matz at ruby-lang.or] Ruby:r11629: * insns.def (setclassvariable): remove unnecessary operand.
  18878 2007-02-05 04:17 [matz at ruby-lang.or] Ruby:r11630: * parse.y (rb_compose_ivar2): function to create a new ivar2
  18879 2007-02-05 21:21 [ko1 at ruby-lang.org] Ruby:r11631: * eval_thread.c, common.mk: remove eval_thread.c.
  18880 2007-02-05 21:28 [ko1 at ruby-lang.org] Ruby:r11632: * ruby.h: add a prototype of rb_id2str().
  18881 2007-02-06 01:22 [ko1 at ruby-lang.org] Ruby:r11633: * intern.h: prepare rb_last_status_get() and rb_last_status_set().
  18882 2007-02-06 03:31 [ko1 at ruby-lang.org] Ruby:r11634: * proc.c: refactoring (remove K&R style, move Binding stuffs from
  18883 2007-02-06 03:50 [ko1 at ruby-lang.org] Ruby:r11635: * proc.c: support Binding#eval.
  18884 2007-02-06 10:03 [nobu at ruby-lang.or] Ruby:r11636: * common.mk (*.inc): use VPATH.
  18885 2007-02-06 11:06 [ko1 at ruby-lang.org] Ruby:r11637: * complement last commit.  
  18886 2007-02-06 11:19 [shugo at ruby-lang.o] Ruby:r11638: * lib/net/ftp.rb: check the control connection on EPIPE.
  18887 2007-02-06 14:22 [ko1 at ruby-lang.org] Ruby:r11639: * compile.c, insns.def: remove (get|set)instancevariable2 and add a
  18888 2007-02-06 15:50 [ko1 at ruby-lang.org] Ruby:r11640: * compile.c (iseq_compile_each): fix setting is_local flag.
  18889 2007-02-06 16:02 [matz at ruby-lang.or] Ruby:r11641: * variable.c (ivar_i): need to support class local instance
  18890 2007-02-06 16:41 [ko1 at ruby-lang.org] Ruby:r11642: * vm_opts.h: set properties:
  18891 2007-02-06 18:45 [shugo at ruby-lang.o] Ruby:r11643: * lib/net/ftp.rb: moved fixes for EPIPE to the correct
  18892 2007-02-06 20:33 [kou at ruby-lang.org] Ruby:r11644: * lib/rss/rss.rb, lib/rss/parser.rb: removed needless code for
  18893 2007-02-06 20:38 [kou at ruby-lang.org] Ruby:r11645: * lib/rss/rss.rb, lib/rss/parser.rb: followed current Ruby
  18894 2007-02-06 20:43 [usa at ruby-lang.org] Ruby:r11646: 	* string.c (rb_str_sub_bang): calling rb_str_modify() should be just
  18895 2007-02-06 22:35 [naruse at ruby-lang.] Ruby:r11647: Tue Feb 06 22:06:45 2007  NARUSE, Yui  <naruse at ruby-lang.org>
  18896 2007-02-07 00:04 [nobu at ruby-lang.or] Ruby:r11648: * added ignore list.       
  18897 2007-02-07 00:09 [naruse at ruby-lang.] Ruby:r11649: * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}:
  18898 2007-02-07 00:13 [usa at ruby-lang.org] Ruby:r11650: * 2007-02-07               
  18899 2007-02-07 04:00 [ko1 at ruby-lang.org] Ruby:r11651: * blockinlining.c, compile.c, compile.h, error.c, eval.c,
  18900 2007-02-07 10:25 [ko1 at ruby-lang.org] Ruby:r11652: * this commit is a result of refactoring. only renaming functions,

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