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

ruby-cvs:22401-22500

  22401 2008-01-22 09:02 [drbrain at ruby-lang] Ruby:r15164 (trunk): * lib/rdoc/ri/formatter.rb:  Indent labeled lists like note lists.
  22402 2008-01-22 09:26 [nobu at ruby-lang.or] Ruby:r15165 (trunk): * string.c (rb_str_each_char): iterates over a shadow.
  22403 2008-01-22 11:24 [usa at ruby-lang.org] Ruby:r15166 (ruby_1_8): * win32/setup.mak ($(ARCH)): if a macro is appended by $(APPEND),
  22404 2008-01-22 12:59 [matz at ruby-lang.or] Ruby:r15167 (trunk): * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from
  22405 2008-01-22 15:56 [matz at ruby-lang.or] Ruby:r15168 (trunk): * encoding.c (rb_enc_compatible): wrong compatibility condition.
  22406 2008-01-22 17:52 [duerst at ruby-lang.] Ruby:r15169 (trunk): Tue Jan 22 17:52:52 2008  Martin Duerst  <duerst at it.aoyama.ac.jp>
  22407 2008-01-22 19:40 [usa at ruby-lang.org] Ruby:r15170 (trunk): * lib/mkmf.rb (create_makefile): lib files shoudn't depend on install
  22408 2008-01-22 20:58 [usa at ruby-lang.org] Ruby:r15171 (trunk): * lib/mkmf.rb (create_makefile): need to output sodir rule.
  22409 2008-01-22 20:59 [usa at ruby-lang.org] Ruby:r15172 (trunk): * mkmf.rb (create_makefile): typo.
  22410 2008-01-22 21:00 [usa at ruby-lang.org] Ruby:r15173 (trunk): * mkmf.rb (create_makefile): sorry, typo. orz
  22411 2008-01-22 22:28 [mame at ruby-lang.or] Ruby:r15174 (trunk): * test/ruby/test_bignum.rb: change some tests because rational
  22412 2008-01-23 10:20 [matz at ruby-lang.or] Ruby:r15175 (trunk): * eval_method.c (rb_export_method): set ruby_vm_redefined_flag for
  22413 2008-01-23 11:23 [usa at ruby-lang.org] Ruby:r15176 (trunk): * bootstraptest/test_{knownbug,thread}.rb: support fork-less platform.
  22414 2008-01-23 11:53 [nobu at ruby-lang.or] Ruby:r15177 (trunk): * string.c (str_mod_check, str_nth, str_offset): consitfied.
  22415 2008-01-23 13:40 [akr at ruby-lang.org] Ruby:r15178 (trunk): * re.c (rb_reg_prepare_re): fix SEGV by
  22416 2008-01-23 14:54 [akr at ruby-lang.org] Ruby:r15179 (trunk): add a test.        
  22417 2008-01-23 15:04 [nobu at ruby-lang.or] Ruby:r15180 (trunk): * string.c (str_make_independent): should set length.
  22418 2008-01-23 15:25 [nobu at ruby-lang.or] Ruby:r15181 (trunk): * time.c (time_strftime): copy encoding from format.  [ruby-dev:33303]
  22419 2008-01-23 16:48 [akr at ruby-lang.org] Ruby:r15182 (trunk): add a test.        
  22420 2008-01-23 16:58 [akr at ruby-lang.org] Ruby:r15183 (trunk): split UTF-16 tests.
  22421 2008-01-23 16:59 [akr at ruby-lang.org] Ruby:r15184 (trunk): change class name. 
  22422 2008-01-23 17:04 [nobu at ruby-lang.or] Ruby:r15185 (trunk): * test/ruby/test_utf16.rb: set properties.
  22423 2008-01-23 17:14 [akr at ruby-lang.org] Ruby:r15186 (trunk): add a test.        
  22424 2008-01-23 18:25 [akr at ruby-lang.org] Ruby:r15187 (trunk): add a test.        
  22425 2008-01-23 22:14 [nobu at ruby-lang.or] Ruby:r15188 (trunk): * enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J):
  22426 2008-01-23 22:49 [mame at ruby-lang.or] Ruby:r15189 (trunk): * test/ruby/test_struct.rb: add tests to achieve over 90% test
  22427 2008-01-23 23:37 [akr at ruby-lang.org] Ruby:r15190 (trunk): test refined.      
  22428 2008-01-23 23:55 [mame at ruby-lang.or] Ruby:r15191 (trunk): * sprintf.c: fix comment.  [ruby-dev:33275]
  22429 2008-01-24 00:34 [akr at ruby-lang.org] Ruby:r15192 (trunk): fix previous change.
  22430 2008-01-24 00:46 [usa at ruby-lang.org] Ruby:r15193 (trunk): * 2008-01-24       
  22431 2008-01-24 01:03 [naruse at ruby-lang.] Ruby:r15194 (trunk): * encoding.{c, h} (rb_usascii_encoding): added.
  22432 2008-01-24 01:05 [naruse at ruby-lang.] Ruby:r15195 (trunk): * parse.y (parser_str_new, rb_intern3): ascii only string literal is US-ASCII.
  22433 2008-01-24 01:08 [naruse at ruby-lang.] Ruby:r15196 (trunk): * ruby.c (proc_optionc): -Kn means ASCII-8BIT.
  22434 2008-01-24 02:17 [mame at ruby-lang.or] Ruby:r15197 (trunk): * insns.def (expandarray): fix stack inc.
  22435 2008-01-24 03:14 [akr at ruby-lang.org] Ruby:r15198 (trunk): add a test for String#end_with?.
  22436 2008-01-24 03:43 [matz at ruby-lang.or] Ruby:r15199 (trunk): * string.c (rb_str_each_line): use memchr(3) for faster newline
  22437 2008-01-24 03:53 [naruse at ruby-lang.] Ruby:r15200 (trunk): * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,
  22438 2008-01-24 07:35 [naruse at ruby-lang.] Ruby:r15201 (trunk): * parse.y (STR_NEW0): set encoding as US-ASCII.
  22439 2008-01-24 11:17 [akr at ruby-lang.org] Ruby:r15202 (trunk): * string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding is
  22440 2008-01-24 15:10 [akr at ruby-lang.org] Ruby:r15203 (trunk): * time.c (make_time_t): revert round trip test.  [ruby-dev:33058]
  22441 2008-01-24 15:18 [matz at ruby-lang.or] Ruby:r15204 (trunk): * array.c (collect_bang_i): use rb_ary_store() to avoid potential
  22442 2008-01-24 15:38 [akr at ruby-lang.org] Ruby:r15205 (trunk): add a test for [ruby-dev:33264].
  22443 2008-01-24 15:50 [matz at ruby-lang.or] Ruby:r15206 (trunk): * array.c (sort_1): remove ary_sort_check().  in-place sort keep
  22444 2008-01-24 15:59 [akr at ruby-lang.org] Ruby:r15207 (trunk): add a test for [ruby-dev:33224].
  22445 2008-01-24 16:16 [akr at ruby-lang.org] Ruby:r15208 (trunk): The [ruby-dev:32746] problem is re-introduced.
  22446 2008-01-24 16:25 [usa at ruby-lang.org] Ruby:r15209 (trunk): * parse.y (reg_fragment_setenc_gen): recognize regexp with option n as
  22447 2008-01-24 16:34 [matz at ruby-lang.or] Ruby:r15210 (trunk): * io.c (rb_io_getline_fast): the end point of left_char_head()
  22448 2008-01-24 16:35 [akr at ruby-lang.org] Ruby:r15211 (trunk): fix last commit.   
  22449 2008-01-24 16:56 [usa at ruby-lang.org] Ruby:r15212 (trunk): * re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII.
  22450 2008-01-24 18:15 [usa at ruby-lang.org] Ruby:r15213 (trunk): * re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially.
  22451 2008-01-24 18:19 [nobu at ruby-lang.or] Ruby:r15214 (trunk): * include/ruby/encoding.h (rb_enc_is_newline): parenthesized arguments.
  22452 2008-01-24 19:29 [nobu at ruby-lang.or] Ruby:r15215 (trunk): * sprintf.c (remove_sign_bits): returns pointer to the first char to
  22453 2008-01-24 19:36 [nobu at ruby-lang.or] Ruby:r15216 (ruby_1_8, trunk): * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead
  22454 2008-01-24 20:43 [usa at ruby-lang.org] Ruby:r15217 (trunk): * parser.y (parser_str_new): automatically update string literal's
  22455 2008-01-24 20:47 [usa at ruby-lang.org] Ruby:r15218 (trunk): * test/ruby/test_m17n.rb: follow to the following changes.
  22456 2008-01-24 20:51 [usa at ruby-lang.org] Ruby:r15219 (trunk): * test/ruby/test_m17n.rb: commit miss.
  22457 2008-01-24 22:11 [akr at ruby-lang.org] Ruby:r15220 (trunk): * parse.y (reg_fragment_setenc_gen): associate ASCII-8BIT only if
  22458 2008-01-24 23:23 [mame at ruby-lang.or] Ruby:r15221 (trunk): * enum.c (enum_one, enum_take_while, enum_drop_while): fix documents.
  22459 2008-01-25 10:32 [nobu at ruby-lang.or] Ruby:r15222 (trunk, ruby_1_8): * */*.bat: set svn:mime-type to text/batch.
  22460 2008-01-25 10:40 [nobu at ruby-lang.or] Ruby:r15223 (trunk, ruby_1_8): * */*.bat: changed to text/plain.
  22461 2008-01-25 12:03 [nobu at ruby-lang.or] Ruby:r15224 (ruby_1_8, trunk): * ChangeLog: fixed format.
  22462 2008-01-25 12:58 [akr at ruby-lang.org] Ruby:r15225 (trunk): add a test for Regexp.union.
  22463 2008-01-25 13:18 [usa at ruby-lang.org] Ruby:r15226 (trunk): * ruby.c (proc_options, process_options, load_file): shouldn't effect
  22464 2008-01-25 13:42 [akr at ruby-lang.org] Ruby:r15227 (trunk): combinational tests for printf.
  22465 2008-01-25 15:12 [nobu at ruby-lang.or] Ruby:r15228 (trunk): * ruby.c (process_options): not set encoding of -e option from -E
  22466 2008-01-25 15:41 [nobu at ruby-lang.or] Ruby:r15229 (trunk): * ruby.c (cmdline_arguments): split argc and argv from cmdline_options.
  22467 2008-01-25 15:56 [nobu at ruby-lang.or] Ruby:r15230 (trunk): * ruby.c (process_options): set encoding of -e option from -E option
  22468 2008-01-25 16:11 [nobu at ruby-lang.or] Ruby:r15231 (trunk): * ruby.c (process_options, load_file, rb_load_file): propagates script
  22469 2008-01-25 16:35 [akr at ruby-lang.org] Ruby:r15232 (trunk): * include/ruby/intern.h (rb_str_buf_cat_ascii): declared.
  22470 2008-01-25 17:12 [nobu at ruby-lang.or] Ruby:r15233 (trunk): * ruby.c (load_file): set default to ASCII-8BIT explicitly if -K
  22471 2008-01-25 18:27 [nobu at ruby-lang.or] Ruby:r15234 (trunk): * common.mk (revision.h): extracts revision number with ``svn info''.
  22472 2008-01-25 19:22 [nobu at ruby-lang.or] Ruby:r15235 (trunk): * tool/ifchange: commit miss.
  22473 2008-01-25 19:38 [nobu at ruby-lang.or] Ruby:r15236 (trunk): * common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.
  22474 2008-01-25 21:50 [akr at ruby-lang.org] Ruby:r15237 (trunk): * string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.
  22475 2008-01-25 22:34 [mame at ruby-lang.or] Ruby:r15238 (ruby_1_8): * math.c: fix comment.  [ruby-dev:33276]
  22476 2008-01-26 00:22 [akr at ruby-lang.org] Ruby:r15239 (trunk): add a test.        
  22477 2008-01-26 00:34 [usa at ruby-lang.org] Ruby:r15240 (trunk): * 2008-01-26       
  22478 2008-01-26 00:57 [akr at ruby-lang.org] Ruby:r15241 (trunk): * io.c (rb_io_getline_fast): don't care ASCII incompatible encoding.
  22479 2008-01-26 01:24 [akr at ruby-lang.org] Ruby:r15242 (trunk): fix typos.         
  22480 2008-01-26 01:37 [akr at ruby-lang.org] Ruby:r15243 (trunk): * marshal.c (r_byte): use getbyte instead of getc.
  22481 2008-01-26 01:40 [naruse at ruby-lang.] Ruby:r15244 (trunk): * string.c (rb_str_usascii_new{,2}: defined.
  22482 2008-01-26 03:02 [ko1 at ruby-lang.org] Ruby:r15245 (trunk): * compile.c, compile.h: fix stack pointer issues.
  22483 2008-01-26 03:49 [usa at ruby-lang.org] Ruby:r15246 (trunk): * parse.y (parser_initialize): set default script encoding as US-ASCII.
  22484 2008-01-26 09:18 [naruse at ruby-lang.] Ruby:r15247 (trunk): * string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when
  22485 2008-01-26 09:30 [nobu at ruby-lang.or] Ruby:r15248 (trunk): * include/ruby/encoding.h (rb_usascii_encindex): added prototype.
  22486 2008-01-26 09:42 [naruse at ruby-lang.] Ruby:r15249 (trunk): * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace
  22487 2008-01-26 14:05 [akr at ruby-lang.org] Ruby:r15250 (trunk): fix test_too_long_string.
  22488 2008-01-26 17:27 [ko1 at ruby-lang.org] Ruby:r15251 (trunk): * compile.c, compile.h: fix to calculate correct stack depth
  22489 2008-01-26 17:44 [ko1 at ruby-lang.org] Ruby:r15252 (trunk): * compile.c (iseq_compile_each): validate argument expr of "next"
  22490 2008-01-26 19:31 [akr at ruby-lang.org] Ruby:r15253 (trunk): * marshal.c (w_object): dump string encoding in USERDEF.
  22491 2008-01-26 20:15 [akr at ruby-lang.org] Ruby:r15254 (trunk): add a test for [ruby-dev:33406].
  22492 2008-01-26 20:19 [akr at ruby-lang.org] Ruby:r15255 (trunk): add a test for [ruby-dev:33377].
  22493 2008-01-26 23:42 [nobu at ruby-lang.or] Ruby:r15256 (trunk): * parse.y (assignable_gen, keyword_to_name): __ENCODING__ was missing.
  22494 2008-01-26 23:46 [nobu at ruby-lang.or] Ruby:r15257 (trunk): * sprintf.c (rb_str_format): zero-precision zero should be empty.
  22495 2008-01-27 04:49 [akr at ruby-lang.org] Ruby:r15258 (trunk): make combination recursionless.
  22496 2008-01-27 05:30 [akr at ruby-lang.org] Ruby:r15259 (trunk): fix typos.         
  22497 2008-01-27 06:01 [akr at ruby-lang.org] Ruby:r15260 (trunk): * re.c (rb_reg_preprocess): force fixed encoding when ASCII
  22498 2008-01-27 06:24 [akr at ruby-lang.org] Ruby:r15261 (trunk): add a test for chomp.
  22499 2008-01-27 07:48 [akr at ruby-lang.org] Ruby:r15262 (trunk): add tests.         
  22500 2008-01-27 07:50 [akr at ruby-lang.org] Ruby:r15263 (trunk): add tests.         

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