[前][次][番号順一覧][上]

ruby-changes:23001-23100

  23001 2012-03-16 11:22 [ko1@a...            ] shugo:r35050 (trunk): * enumerator.c (lazy_take): don't enumerate an extra value.
  23002 2012-03-16 12:00 [ko1@a...            ] nobu:r35051 (trunk): * iseq.c (rb_iseq_first_lineno): constified.
  23003 2012-03-16 12:00 [ko1@a...            ] nobu:r35052 (trunk): * vm_insnhelper.c (argument_error): use line number at the beginning
  23004 2012-03-16 12:09 [ko1@a...            ] nobu:r35053 (trunk): * ChangeLog: fix typo.
  23005 2012-03-16 13:56 [ko1@a...            ] shugo:r35054 (trunk): * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.
  23006 2012-03-16 14:12 [ko1@a...            ] shugo:r35055 (trunk): * lib/net/imap.rb (initialize): raise Net::IMAP::Error when the
  23007 2012-03-16 14:29 [ko1@a...            ] shugo:r35056 (trunk): * vm_eval.c (rb_mod_module_eval): fix the documentation of
  23008 2012-03-16 14:39 [ko1@a...            ] shugo:r35057 (trunk): * vm_eval.c (rb_mod_module_eval): fix the documentation of
  23009 2012-03-16 14:45 [ko1@a...            ] yugui:r35058 (trunk): * load.c (ruby_init_ext): don't free the given pointer itself.
  23010 2012-03-16 15:02 [ko1@a...            ] nobu:r35059 (trunk): * enum.c (enum_first): remove duplication.
  23011 2012-03-16 17:33 [ko1@a...            ] nobu:r35060 (trunk): * enum.c (enum_take): allocate buffer array before iteration, as well
  23012 2012-03-16 17:38 [ko1@a...            ] nobu:r35061 (trunk): bug number         
  23013 2012-03-16 17:38 [ko1@a...            ] nobu:r35062 (trunk): fix argument order 
  23014 2012-03-16 17:38 [ko1@a...            ] nobu:r35063 (trunk): Tempfile#open      
  23015 2012-03-16 17:38 [ko1@a...            ] nobu:r35065 (trunk): suppress warning.  
  23016 2012-03-16 17:38 [ko1@a...            ] nobu:r35064 (trunk): fix indent         
  23017 2012-03-16 17:38 [ko1@a...            ] nobu:r35066 (trunk): verbose_warning    
  23018 2012-03-16 17:39 [ko1@a...            ] nobu:r35067 (trunk): fix typo           
  23019 2012-03-16 17:42 [ko1@a...            ] nobu:r35068 (trunk): fix unreachable warning line number
  23020 2012-03-16 20:06 [ko1@a...            ] nobu:r35069 (trunk): * string.c (trnext): should advance char-wise.
  23021 2012-03-17 00:20 [ko1@a...            ] kazu:r35070 (trunk): remove a trailing space
  23022 2012-03-17 00:20 [ko1@a...            ] svn:r35071 (trunk): * 2012-03-17        
  23023 2012-03-17 00:30 [ko1@a...            ] kazu:r35072 (trunk): remove a trailing space [ci skip]
  23024 2012-03-17 01:49 [ko1@a...            ] kazu:r35073 (trunk): * string.c (trnext): fix bug with string ending with '\\'.
  23025 2012-03-17 06:57 [ko1@a...            ] drbrain:r35074 (trunk): * object.c:  Fix indentation of Class#inherited example.
  23026 2012-03-17 07:11 [ko1@a...            ] kazu:r35075 (trunk): follow r35040      
  23027 2012-03-18 10:03 [ko1@a...            ] ktsj:r35076 (trunk): * lib/profiler.rb: support calling singleton methods of
  23028 2012-03-18 10:03 [ko1@a...            ] svn:r35077 (trunk): * 2012-03-18        
  23029 2012-03-18 14:26 [ko1@a...            ] naruse:r35078 (ruby_1_9_3): merge revision(s) 34433: [Backport #6153]
  23030 2012-03-18 15:28 [ko1@a...            ] akr:r35079 (trunk): * compile.c: typo fix by Run Paint Run Run.
  23031 2012-03-18 17:17 [ko1@a...            ] nobu:r35080 (trunk): * gc.c (free_method_entry_i): method entry may be in
  23032 2012-03-18 17:18 [ko1@a...            ] nobu:r35081 (trunk): * bignum.c (rb_big_pow): estimate result bit size more precisely.
  23033 2012-03-18 19:45 [ko1@a...            ] nobu:r35082 (trunk): * win32/Makefile.sub: put an empty line between stub and script.
  23034 2012-03-18 20:16 [ko1@a...            ] yugui:r35083 (trunk): * gc.c (aligned_malloc, aligned_free): added fallback implementations
  23035 2012-03-19 00:21 [ko1@a...            ] nobu:r35085 (trunk): volatile errinfo   
  23036 2012-03-19 00:21 [ko1@a...            ] svn:r35087 (trunk): * 2012-03-19        
  23037 2012-03-19 00:21 [ko1@a...            ] nobu:r35086 (trunk): num2ll and num2ull 
  23038 2012-03-19 15:08 [ko1@a...            ] shyouhei:r35088 (trunk): * test/test_pty.rb: same as r29280, skip tests when PTY allocation
  23039 2012-03-19 15:21 [ko1@a...            ] nobu:r35089 (trunk): * compile.c (iseq_specialized_instruction): DRY and replace chain
  23040 2012-03-19 15:41 [ko1@a...            ] shugo:r35090 (trunk): * enumerator.c (enumerable_lazy): add an example of take and first
  23041 2012-03-19 16:39 [ko1@a...            ] shugo:r35091 (trunk): * enum.c (zip_i):  variadic argument needs explicit cast on the
  23042 2012-03-19 17:22 [ko1@a...            ] shugo:r35092 (trunk): * enumerator.c (lazy_flat_map_func): convert the block value to
  23043 2012-03-20 22:55 [ko1@a...            ] nobu:r35093 (trunk): test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolock
  23044 2012-03-20 22:55 [ko1@a...            ] svn:r35094 (trunk): * 2012-03-20        
  23045 2012-03-21 17:03 [ko1@a...            ] usa:r35095 (trunk): * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.
  23046 2012-03-21 17:03 [ko1@a...            ] svn:r35096 (trunk): * 2012-03-21        
  23047 2012-03-21 19:53 [ko1@a...            ] naruse:r35097 (trunk): * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.
  23048 2012-03-22 11:14 [ko1@a...            ] svn:r35099 (trunk): * 2012-03-22        
  23049 2012-03-22 11:14 [ko1@a...            ] usa:r35098 (trunk): * test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.
  23050 2012-03-22 11:17 [ko1@a...            ] nobu:r35100 (trunk): remove conftest files
  23051 2012-03-22 11:17 [ko1@a...            ] nobu:r35101 (trunk): workaround for mingw
  23052 2012-03-22 13:43 [ko1@a...            ] nobu:r35102 (trunk): * ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.
  23053 2012-03-22 13:57 [ko1@a...            ] nobu:r35103 (trunk): TRY_LINK needs EXEEXT
  23054 2012-03-22 14:59 [ko1@a...            ] nobu:r35104 (trunk): * configure.in (Makefile): get rid of confliction with -j.
  23055 2012-03-22 14:59 [ko1@a...            ] nobu:r35105 (trunk): * configure.in (Makefile): check with svn info, since svn 1.7 doesn't
  23056 2012-03-22 15:04 [ko1@a...            ] nobu:r35106 (trunk): * configure.in (Makefile): add missing test.
  23057 2012-03-22 18:37 [ko1@a...            ] nobu:r35107 (trunk): * regint.h (BITS_IN_ROOM, BS_ROOM, BS_BIT): suppress warnings.
  23058 2012-03-22 18:37 [ko1@a...            ] nobu:r35108 (trunk): * test/ruby/test_m17n.rb (test_env): show failed values.
  23059 2012-03-22 19:55 [ko1@a...            ] nobu:r35109 (trunk): * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIME
  23060 2012-03-22 20:47 [ko1@a...            ] nobu:r35110 (trunk): * include/ruby/win32.h (fstati64): fix macro conflicts.
  23061 2012-03-22 23:05 [ko1@a...            ] shirosaki:r35111 (trunk): * io.c (static int io_fflush): add the definition.
  23062 2012-03-22 23:15 [ko1@a...            ] nobu:r35112 (trunk): * transcode.c (str_encode_bang, encoded_dup): if nothing was
  23063 2012-03-23 07:52 [ko1@a...            ] naruse:r35113 (trunk): Revert "* configure.in (Makefile): get rid of confliction with -j."
  23064 2012-03-23 07:52 [ko1@a...            ] svn:r35114 (trunk): * 2012-03-23        
  23065 2012-03-23 09:56 [ko1@a...            ] nobu:r35115 (trunk): * configure.in (Makefile): get rid of confliction with -j.
  23066 2012-03-23 11:03 [ko1@a...            ] naruse:r35116 (trunk): Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."
  23067 2012-03-23 11:33 [ko1@a...            ] naruse:r35117 (trunk): Refix Bug #6094: use unsigned long integer literal.
  23068 2012-03-23 12:04 [ko1@a...            ] nobu:r35118 (trunk): * file.c (rb_file_s_basename): rb_enc_asciicompat() evaluates the argument multiple times.
  23069 2012-03-23 12:15 [ko1@a...            ] nobu:r35119 (trunk): * test/ruby/test_io.rb (try_fdopen): more GCable.
  23070 2012-03-23 13:19 [ko1@a...            ] nobu:r35120 (trunk): * bignum.c (rb_str_to_inum): must be ASCII compatible encoding as
  23071 2012-03-23 15:12 [ko1@a...            ] duerst:r35121 (trunk): transcode.c (documentation for str_encode): Explain
  23072 2012-03-24 22:22 [ko1@a...            ] nobu:r35122 (trunk): * time.c (time_init_1): Time.new will accept seconds as string or
  23073 2012-03-24 22:22 [ko1@a...            ] svn:r35123 (trunk): * 2012-03-24        
  23074 2012-03-25 00:17 [ko1@a...            ] shugo:r35124 (trunk): * enumerator (enumerator_inspect): include the original receiver and
  23075 2012-03-25 00:17 [ko1@a...            ] svn:r35125 (trunk): * 2012-03-25        
  23076 2012-03-25 00:53 [ko1@a...            ] shugo:r35126 (trunk): * enumerator (lazy_initialize): set the instance variable "receiver"
  23077 2012-03-25 18:20 [ko1@a...            ] naruse:r35127 (trunk): * string.c (tr_setup_table): fix multiple non latin argument for
  23078 2012-03-26 09:57 [ko1@a...            ] nobu:r35128 (ruby_1_9_3): merge revision(s) 33542,33543: [Backport #6200]
  23079 2012-03-26 11:41 [ko1@a...            ] nobu:r35129 (trunk): * win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is a
  23080 2012-03-26 11:41 [ko1@a...            ] svn:r35130 (trunk): * 2012-03-26        
  23081 2012-03-26 11:46 [ko1@a...            ] nobu:r35131 (trunk): * ruby.c (load_file_internal): bail out if the script is a directory.
  23082 2012-03-26 12:57 [ko1@a...            ] nobu:r35132 (trunk): * tool/merger.rb (default_merge_branch): use IO.popen to invoke pager.
  23083 2012-03-26 12:57 [ko1@a...            ] nobu:r35133 (trunk): * tool/merger.rb (interactive): allow editing commit message.
  23084 2012-03-26 13:51 [ko1@a...            ] nobu:r35134 (trunk): * win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++
  23085 2012-03-26 14:09 [ko1@a...            ] nobu:r35135 (trunk): * win32/Makefile.sub (newline.c, miniprelude.c): search from source
  23086 2012-03-26 19:52 [ko1@a...            ] shugo:r35136 (trunk): * enumerator.c (inspect_enumerator): show method arguments of
  23087 2012-03-26 19:52 [ko1@a...            ] shugo:r35137 (trunk): * lib/net/ftp.rb (parse227, parse228, parse229): refactored.
  23088 2012-03-26 19:52 [ko1@a...            ] shugo:r35138 (trunk): * test/net/ftp/test_ftp.rb: add the test, which was forgotten in the
  23089 2012-03-26 23:39 [ko1@a...            ] shugo:r35139 (trunk): * lib/net/ftp.rb (parse_pasv_port): refactored.
  23090 2012-03-26 23:39 [ko1@a...            ] shugo:r35140 (trunk): * lib/net/ftp.rb (parse227, parse228, parse229): don't use local
  23091 2012-03-26 23:43 [ko1@a...            ] shugo:r35141 (trunk): * lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.
  23092 2012-03-27 10:41 [ko1@a...            ] nobu:r35142 (trunk): * test/net/ftp/test_ftp.rb: property.
  23093 2012-03-27 10:41 [ko1@a...            ] svn:r35143 (trunk): * 2012-03-27        
  23094 2012-03-27 12:11 [ko1@a...            ] nobu:r35144 (trunk): * tool/make-snapshot (package): suppress constant overwritting warnings.
  23095 2012-03-27 12:12 [ko1@a...            ] nobu:r35145 (trunk): * tool/make-snapshot (package): EXEEXT is now used in mkmf.rb.
  23096 2012-03-27 13:14 [ko1@a...            ] nobu:r35146 (trunk): * string.c (str_new_empty): should copy also the encoding as an
  23097 2012-03-27 17:08 [ko1@a...            ] kazu:r35147 (trunk): fix typo           
  23098 2012-03-27 17:27 [ko1@a...            ] kazu:r35148 (trunk): * win32/win32.c (check_if_dir): fix memory leak.
  23099 2012-03-27 22:23 [ko1@a...            ] nobu:r35149 (ruby_1_9_3): merge revision(s) 33533: [Backport #6204]
  23100 2012-03-27 22:43 [ko1@a...            ] nobu:r35150 (trunk): * win32/Makefile.sub: fix config.h path to include.

[前][次][番号順一覧][上]