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

ruby-cvs:21501-21600

  21501 2007-12-17 17:17 [nobu ruby-lang.org  ] Ruby:r14264 (trunk): * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.
  21502 2007-12-17 17:19 [nobu ruby-lang.org  ] Ruby:r14265 (trunk): * enc/depend: commit miss.
  21503 2007-12-17 17:32 [nobu ruby-lang.org  ] Ruby:r14266 (trunk): * configure.in (MAKEFILES): removed enc/Makefile.
  21504 2007-12-17 17:47 [nobu ruby-lang.org  ] Ruby:r14267 (trunk): * common.mk (encs): new target to compile external encodings.
  21505 2007-12-17 18:08 [matz ruby-lang.org  ] Ruby:r14268 (trunk): * string.c (rb_str_index): check if substring is broken.
  21506 2007-12-17 18:44 [matz ruby-lang.org  ] Ruby:r14269 (trunk): * string.c (scan_once): need no encoding compatibility check.
  21507 2007-12-17 21:18 [gotoyuzo ruby-lang.o] Ruby:r14270 (trunk): * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):
  21508 2007-12-17 21:25 [gotoyuzo ruby-lang.o] Ruby:r14271 (trunk): * common.mk (miniprelude.c): add -I$(srcdir).
  21509 2007-12-17 21:41 [nobu ruby-lang.org  ] Ruby:r14272 (trunk): * win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.
  21510 2007-12-17 22:11 [akr ruby-lang.org   ] Ruby:r14273 (trunk): show regexp flags and encoding.
  21511 2007-12-17 23:59 [akr ruby-lang.org   ] Ruby:r14274 (trunk): more tests.        
  21512 2007-12-18 01:06 [matz ruby-lang.org  ] Ruby:r14275 (trunk): * re.c (rb_reg_initialize): raise error if non-Unicode fixed
  21513 2007-12-18 01:15 [nobu ruby-lang.org  ] Ruby:r14276 (trunk): * common.mk (encs): added dependencies.
  21514 2007-12-18 01:21 [nobu ruby-lang.org  ] Ruby:r14277 (trunk): * parse.y (parser_encode_length): chomp eol style modifiers.
  21515 2007-12-18 01:40 [nobu ruby-lang.org  ] Ruby:r14278 (trunk): * lib/mkmf.rb (depend_rules): inserts ruby to only headers.
  21516 2007-12-18 01:50 [matz ruby-lang.org  ] Ruby:r14279 (trunk): * sprintf.c (rb_str_format): need to clear output buffer to avoid
  21517 2007-12-18 01:53 [matz ruby-lang.org  ] Ruby:r14280 (trunk): ChangeLog: typo fixed
  21518 2007-12-18 02:30 [nobu ruby-lang.org  ] Ruby:r14281 (trunk): * configure.in (BUILTIN_ENCS): removed.
  21519 2007-12-18 05:58 [matz ruby-lang.org  ] Ruby:r14282 (trunk): * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.
  21520 2007-12-18 06:05 [matz ruby-lang.org  ] Ruby:r14283 (trunk): * lib/ping.rb, lib/readbytes.rb: removed
  21521 2007-12-18 08:01 [matz ruby-lang.org  ] Ruby:r14284 (trunk): * proc.c (rb_obj_public_method): Object#public_method to retrieve
  21522 2007-12-18 14:02 [akr ruby-lang.org   ] Ruby:r14285 (trunk): more tests.        
  21523 2007-12-18 14:05 [nobu ruby-lang.org  ] Ruby:r14286 (trunk): * enc/depend: get rid of target expanded as empty for nmake.
  21524 2007-12-18 14:44 [matz ruby-lang.org  ] Ruby:r14287 (trunk): * string.c (str_nth): need not to raise out-of-range exception.
  21525 2007-12-18 14:50 [matz ruby-lang.org  ] Ruby:r14288 (trunk): * parse.y (op_tbl): remove duplication to avoid symbol aliases.
  21526 2007-12-18 15:17 [nobu ruby-lang.org  ] Ruby:r14289 (trunk): * common.mk (encs, ext/ripper/ripper.c): pass MAKEFLAGS.
  21527 2007-12-18 15:20 [drbrain ruby-lang.or] Ruby:r14290 (trunk): Don't call private fail anymore.
  21528 2007-12-18 15:46 [akr ruby-lang.org   ] Ruby:r14292 (trunk): more tests.        
  21529 2007-12-18 15:44 [nobu ruby-lang.org  ] Ruby:r14291 (trunk): * common.mk (encs, ext/ripper/ripper.c): other options must come
  21530 2007-12-18 17:04 [nobu ruby-lang.org  ] Ruby:r14293 (trunk): * transcode.c (rb_str_transcode_bang, rb_str_transcode): set new
  21531 2007-12-18 17:28 [matz ruby-lang.org  ] Ruby:r14294 (trunk): * object.c (rb_obj_freeze): preserve frozen state of immediate
  21532 2007-12-18 18:14 [matz ruby-lang.org  ] Ruby:r14295 (trunk): * string.c (rb_str_splice): propagate encoding.
  21533 2007-12-18 19:17 [akr ruby-lang.org   ] Ruby:r14296 (trunk): fix test.  [ruby-dev:32625].
  21534 2007-12-18 20:26 [akr ruby-lang.org   ] Ruby:r14297 (trunk): * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexp
  21535 2007-12-18 20:58 [ko1 ruby-lang.org   ] Ruby:r14298 (trunk): * bootstraptest/test_knownbug.rb: add issues.
  21536 2007-12-18 21:07 [ko1 ruby-lang.org   ] Ruby:r14299 (trunk): * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:
  21537 2007-12-18 21:11 [ko1 ruby-lang.org   ] Ruby:r14300 (trunk): * vm.c (invoke_block): merge 2 stack overflow checks.
  21538 2007-12-18 22:12 [usa ruby-lang.org   ] Ruby:r14301 (trunk): * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64
  21539 2007-12-18 22:14 [ko1 ruby-lang.org   ] Ruby:r14302 (trunk): * insnhelper.ci, vm.c: rewrite sp manipulation around method/block
  21540 2007-12-18 22:37 [gotoyuzo ruby-lang.o] Ruby:r14303 (trunk): * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,
  21541 2007-12-18 22:57 [gotoyuzo ruby-lang.o] Ruby:r14304 (trunk): * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown):
  21542 2007-12-18 23:03 [gotoyuzo ruby-lang.o] Ruby:r14305 (trunk): fix typo in last commit.
  21543 2007-12-18 23:46 [gotoyuzo ruby-lang.o] Ruby:r14307 (trunk): * test/net/http/utils.rb: split TestNetHTTPUtils module from
  21544 2007-12-18 23:43 [gotoyuzo ruby-lang.o] Ruby:r14306 (trunk): * lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
  21545 2007-12-18 23:53 [nobu ruby-lang.org  ] Ruby:r14308 (trunk): * compile.c (iseq_compile_each): fix for segfault.  [ruby-dev:31372]
  21546 2007-12-19 00:10 [matz ruby-lang.org  ] Ruby:r14309 (trunk): * bignum.c (rb_cstr_to_inum): wrong radix check.  a patch from
  21547 2007-12-19 01:01 [akr ruby-lang.org   ] Ruby:r14310 (trunk): more m17n tests.   
  21548 2007-12-19 10:52 [nobu ruby-lang.org  ] Ruby:r14311 (ruby_1_8, trunk): * bignum.c (rb_cstr_to_inum): an underscore succeeding after octal
  21549 2007-12-19 11:08 [nobu ruby-lang.org  ] Ruby:r14312 (ruby_1_8, trunk): * test/ruby/test_integer.rb (test_Integer): multiple underscores
  21550 2007-12-19 12:01 [nobu ruby-lang.org  ] Ruby:r14313 (ruby_1_8): * parse.y (f_rest_arg): check if duplicated.  [ruby-core:14140]
  21551 2007-12-19 13:13 [akr ruby-lang.org   ] Ruby:r14314 (trunk): add test for center, ljust, rjust, chomp.
  21552 2007-12-19 13:29 [naruse ruby-lang.org] Ruby:r14315 (trunk): * ext/nkf/nkf.c (NKF::_ENCODING): removed.
  21553 2007-12-19 13:57 [nobu ruby-lang.org  ] Ruby:r14316 (ruby_1_8, trunk): * configure.in (TIMEZONE_VOID): check whether timezone requires zero
  21554 2007-12-19 15:15 [matz ruby-lang.org  ] Ruby:r14317 (trunk): * string.c (rb_str_justify): should propagate encoding from pad
  21555 2007-12-19 15:36 [akr ruby-lang.org   ] Ruby:r14318 (trunk): add tests.         
  21556 2007-12-19 15:37 [matz ruby-lang.org  ] Ruby:r14319 (trunk): * insnhelper.ci (vm_yield_with_cfunc): call cfunc with
  21557 2007-12-19 15:39 [matz ruby-lang.org  ] Ruby:r14320 (trunk): fixed an error in ChengeLog entry
  21558 2007-12-19 16:26 [nobu ruby-lang.org  ] Ruby:r14321 (trunk): * parse.y (reg_named_capture_assign_iter): remove C99 dependency.
  21559 2007-12-19 16:32 [nobu ruby-lang.org  ] Ruby:r14322 (trunk): * parse.y (reg_named_capture_assign_iter): get rid of creating
  21561 2007-12-19 17:09 [akr ruby-lang.org   ] Ruby:r14324 (trunk): add tests for clear, clone, dup, count, crypt, delete, downcase, dump,
  21563 2007-12-19 17:46 [ko1 ruby-lang.org   ] Ruby:r14326 (trunk): * compile.c (iseq_compile_each): remove "retry" in block.
  21564 2007-12-19 18:30 [akr ruby-lang.org   ] Ruby:r14327 (trunk): add tests for hex, include?, index, rindex.
  21565 2007-12-19 18:56 [akr ruby-lang.org   ] Ruby:r14328 (trunk): add tests for insert, intern, length, oct, replace, reverse.
  21566 2007-12-19 19:13 [matz ruby-lang.org  ] Ruby:r14329 (trunk): * bignum.c (rb_big_mul0): blocking check for bigger numbers.
  21567 2007-12-19 19:19 [naruse ruby-lang.org] Ruby:r14330 (trunk): * ext/nkf/nkf-utf8/nkf.c: Updated.
  21568 2007-12-19 20:40 [usa ruby-lang.org   ] Ruby:r14331 (trunk): * bignum.c (bigmul1): C99ism.
  21569 2007-12-19 21:03 [nobu ruby-lang.org  ] Ruby:r14332 (trunk): * bootstraptest/test_m17n.rb: set properties.
  21570 2007-12-19 21:42 [nobu ruby-lang.org  ] Ruby:r14333 (trunk): * re.c (rb_reg_regsub): should set checked encoding.
  21571 2007-12-19 23:15 [matz ruby-lang.org  ] Ruby:r14334 (trunk): * string.c (str_sublen): adjust position if position is not at the
  21572 2007-12-19 23:38 [matz ruby-lang.org  ] Ruby:r14335 (trunk): * string.c (rb_str_chomp_bang): wrong adjust condition.
  21573 2007-12-19 23:43 [matz ruby-lang.org  ] Ruby:r14336 (trunk): * string.c (rb_str_rindex): comparison length should be based on
  21574 2007-12-19 23:57 [nobu ruby-lang.org  ] Ruby:r14337 (trunk): * dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closed
  21575 2007-12-20 00:11 [seki ruby-lang.org  ] Ruby:r14338 (trunk): * test/drb/drbtest.rb (test_07_public_private_protected_missing):
  21576 2007-12-20 01:10 [nobu ruby-lang.org  ] Ruby:r14339 (trunk): * compile.c (iseq_compile_each): should handle upper level eval iseq
  21577 2007-12-20 02:02 [matz ruby-lang.org  ] Ruby:r14340 (trunk): * string.c (rb_str_rindex_m): too much adjustment.
  21578 2007-12-20 02:23 [nobu ruby-lang.org  ] Ruby:r14341 (trunk): * enc/Makefile.in (RM): added.
  21579 2007-12-20 02:28 [nobu ruby-lang.org  ] Ruby:r14342 (trunk): * enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.
  21580 2007-12-20 02:46 [matz ruby-lang.org  ] Ruby:r14343 (trunk): * string.c (rb_str_each_line): should consider rslen.
  21581 2007-12-20 02:50 [nobu ruby-lang.org  ] Ruby:r14344 (trunk): * enc/iso8859_{1..16}.c: adjust for ruby.
  21582 2007-12-20 03:00 [matz ruby-lang.org  ] Ruby:r14345 (trunk): * common.mk (encs): create encoding directory.
  21583 2007-12-20 04:16 [usa ruby-lang.org   ] Ruby:r14346 (trunk): * */Makefile.sub (DEFS, RM): output to config.status.
  21584 2007-12-20 04:58 [ko1 ruby-lang.org   ] Ruby:r14347 (trunk): * compile.c (iseq_compile_each): remove unused retry entry.
  21585 2007-12-20 06:39 [ko1 ruby-lang.org   ] Ruby:r14348 (trunk): * compile.c (iseq_compile_each): add pop after throw as return.
  21586 2007-12-20 09:08 [matz ruby-lang.org  ] Ruby:r14349 (trunk): * string.c (rb_str_index): wrong starting position.
  21587 2007-12-20 09:43 [matz ruby-lang.org  ] Ruby:r14350 (trunk): * bignum.c (big2str_orig): access beyond memory region cause crash
  21588 2007-12-20 09:46 [ko1 ruby-lang.org   ] Ruby:r14351 (trunk): * compile.c (iseq_compile_each/NODE_RETURN): fix stack consistency.
  21589 2007-12-20 09:50 [ko1 ruby-lang.org   ] Ruby:r14352 (trunk): * bootstraptest/test_syntax.rb: add a test.
  21590 2007-12-20 10:03 [ko1 ruby-lang.org   ] Ruby:r14353 (trunk): * insnhelper.ci (vm_expandarray): fix sp increase place.
  21591 2007-12-20 13:51 [akr ruby-lang.org   ] Ruby:r14354 (trunk): add m17n tests for scan, slice, slice!, split.
  21592 2007-12-20 15:47 [nobu ruby-lang.org  ] Ruby:r14355 (trunk): * enc/iso_8859_{1..16}.c: renamed.
  21593 2007-12-20 16:07 [ko1 ruby-lang.org   ] Ruby:r14356 (trunk): * insnhelper.ci, vm.c, vm_core.h: change interface of
  21594 2007-12-20 16:44 [ko1 ruby-lang.org   ] Ruby:r14357 (trunk): * iseq.c (find_line_no): return 0 if not found.
  21595 2007-12-20 17:07 [nobu ruby-lang.org  ] Ruby:r14358 (trunk): * common.mk (enc.mk): depends on rbconfig.rb.
  21596 2007-12-20 17:16 [duerst ruby-lang.org] Ruby:r14359 (trunk): Thu Dec 20 17:15:15 2007  Martin Duerst  
  21597 2007-12-20 17:20 [ko1 ruby-lang.org   ] Ruby:r14360 (trunk): * proc.c: support Proc#binding.
  21598 2007-12-20 17:39 [drbrain ruby-lang.or] Ruby:r14361 (trunk): Import RubyGems 1.0.0, r1575
  21599 2007-12-20 17:55 [akr ruby-lang.org   ] Ruby:r14362 (trunk): add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s.
  21600 2007-12-20 18:09 [akr ruby-lang.org   ] Ruby:r14363 (trunk): disable debug print.

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