[前][次][スレッド一覧][上]
ruby-cvs:22501-22600
22501 2008-01-27 11:38 [akr at ruby-lang.org] Ruby:r15264 (trunk): tests refined.
22502 2008-01-27 16:26 [naruse at ruby-lang.] Ruby:r15265 (trunk): * re.c (rb_reg_source): set encoding as regexp encoding.
22503 2008-01-27 16:28 [naruse at ruby-lang.] Ruby:r15266 (trunk): * ext/nkf/nkt-utf8: update nkf.
22504 2008-01-27 16:43 [naruse at ruby-lang.] Ruby:r15267 (trunk): * ruby-trunk.
22505 2008-01-27 17:21 [akr at ruby-lang.org] Ruby:r15268 (trunk): * string.c (rb_str_succ): don't increment/decrement codepoint.
22506 2008-01-27 17:55 [naruse at ruby-lang.] Ruby:r15269 (trunk): * ext/nkf/nkf.c: raise error when no output encoding is given.
22507 2008-01-27 18:19 [naruse at ruby-lang.] Ruby:r15270 (trunk): * common.mk (help): show major targets.
22508 2008-01-27 19:08 [akr at ruby-lang.org] Ruby:r15271 (trunk): * string.c (rb_str_succ): warning suppressed.
22509 2008-01-27 20:09 [akr at ruby-lang.org] Ruby:r15272 (trunk): * string.c (rb_str_inspect): avoid exception by
22510 2008-01-27 21:37 [naruse at ruby-lang.] Ruby:r15273 (trunk): *common.mk: add description about "make golf".
22511 2008-01-27 21:49 [nobu at ruby-lang.or] Ruby:r15274 (trunk): * misc/ruby-mode.el (ruby-mode-set-encoding): automatically insert
22512 2008-01-27 21:50 [nobu at ruby-lang.or] Ruby:r15275 (trunk): * ext/nkf/nkf-utf8/nkf.h: set properties.
22513 2008-01-27 21:55 [naruse at ruby-lang.] Ruby:r15276 (trunk): *common.mk: add description about "make clean".
22514 2008-01-27 22:31 [nobu at ruby-lang.or] Ruby:r15277 (trunk): * misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffer
22515 2008-01-27 22:33 [nobu at ruby-lang.or] Ruby:r15278 (trunk): * sprintf.c (rb_str_format): fix for octal with precision.
22516 2008-01-27 22:55 [nobu at ruby-lang.or] Ruby:r15279 (trunk): * parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]
22517 2008-01-27 23:27 [akr at ruby-lang.org] Ruby:r15280 (trunk): * include/ruby/oniguruma.h: precise mbclen API redesigned to avoid
22518 2008-01-27 23:33 [nobu at ruby-lang.or] Ruby:r15281 (trunk): * sprintf.c (rb_str_format): fix for left justify flag.
22519 2008-01-28 00:39 [nobu at ruby-lang.or] Ruby:r15282 (trunk): * parse.y (parser_set_encode): check if encoding is ASCII compatible.
22520 2008-01-28 09:35 [usa at ruby-lang.org] Ruby:r15283 (trunk): * common.mk (help): use double quotes for nmake.
22521 2008-01-28 10:26 [usa at ruby-lang.org] Ruby:r15284 (trunk): * test/ruby/test_m17n.rb (test_magic_comment): add test.
22522 2008-01-28 11:26 [usa at ruby-lang.org] Ruby:r15285 (trunk): * parse.y (parser_str_new): encoding of UTF-8 literal string in
22523 2008-01-28 12:32 [matz at ruby-lang.or] Ruby:r15286 (trunk): * io.c (rb_open_file): should check NUL in path.
22524 2008-01-28 12:33 [matz at ruby-lang.or] Ruby:r15287 (ruby_1_8): * io.c (rb_open_file): should check NUL in path.
22525 2008-01-28 13:02 [akr at ruby-lang.org] Ruby:r15288 (trunk): * enc/euc_kr.c (euckr_mbc_enc_len): validation implemented.
22526 2008-01-28 15:33 [akr at ruby-lang.org] Ruby:r15289 (trunk): * enc/big5.c (big5_mbc_enc_len): validation implemented.
22527 2008-01-28 17:41 [usa at ruby-lang.org] Ruby:r15290 (trunk): * enc/utf_8.c: add alias CP65001.
22528 2008-01-28 17:57 [naruse at ruby-lang.] Ruby:r15291 (trunk): * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000.
22529 2008-01-28 18:03 [naruse at ruby-lang.] Ruby:r15292 (trunk): * string.c, parse.y, re.c: use rb_ascii8bit_encoding.
22530 2008-01-28 18:29 [usa at ruby-lang.org] Ruby:r15293 (trunk): * test/ruby/test_m17n.rb (test_str_String): update test.
22531 2008-01-28 19:42 [usa at ruby-lang.org] Ruby:r15294 (trunk): * ext/win32ole/win32ole.c (ole_cp2encoding): new function.
22532 2008-01-28 23:51 [naruse at ruby-lang.] Ruby:r15295 (trunk): * parse.y (rb_id2str, ripper_initialize, Init_ripper): use rb_usascii_str_new2.
22533 2008-01-29 00:02 [naruse at ruby-lang.] Ruby:r15296 (trunk): * fix [ruby-dev:33449]
22534 2008-01-29 00:10 [nobu at ruby-lang.or] Ruby:r15297 (trunk): * misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment.
22535 2008-01-29 00:12 [usa at ruby-lang.org] Ruby:r15298 (trunk): * bignum.c (rb_big2str0): should be US-ASCII.
22536 2008-01-29 00:20 [usa at ruby-lang.org] Ruby:r15299 (trunk): * test/ruby/test_m17n.rb: refine some tests, and add op symbol test.
22537 2008-01-29 00:52 [nobu at ruby-lang.or] Ruby:r15300 (trunk): * common.mk (up): use last changed revision.
22538 2008-01-29 01:06 [nobu at ruby-lang.or] Ruby:r15301 (trunk): * common.mk (up): pass MFLAGS.
22539 2008-01-29 01:26 [nobu at ruby-lang.or] Ruby:r15302 (trunk): * common.mk (up): force to update revision.h.
22540 2008-01-29 01:39 [usa at ruby-lang.org] Ruby:r15303 (trunk): * common.mk ($(srcdir)/revision.h): no need to show ifchange execution
22541 2008-01-29 03:04 [usa at ruby-lang.org] Ruby:r15304 (trunk): * parse.y (reg_fragment_setenc_gen): US-ASCII script special code.
22542 2008-01-29 11:53 [nobu at ruby-lang.or] Ruby:r15305 (ruby_1_8): * configure.in: rm largefile.h.
22543 2008-01-29 12:54 [naruse at ruby-lang.] Ruby:r15306 (trunk): * enc/gbk.c: add GBK, CP936 and CP949.
22544 2008-01-29 12:55 [naruse at ruby-lang.] Ruby:r15307 (trunk): * enc/gbk.c: add GBK, CP936 and CP949.
22545 2008-01-29 13:26 [naruse at ruby-lang.] Ruby:r15308 (trunk): * enc/gbk.c: add GBK, CP936 and CP949.
22546 2008-01-29 13:41 [naruse at ruby-lang.] Ruby:r15309 (trunk): * enc/euc_kr.c: remove CP949.
22547 2008-01-29 16:27 [naruse at ruby-lang.] Ruby:r15310 (trunk): * common.mk, ext/extmkf.rb: always make encdb.h.
22548 2008-01-29 17:03 [akr at ruby-lang.org] Ruby:r15311 (trunk): * insns.def (toregexp): generate a regexp from strings instead of one
22549 2008-01-29 17:05 [naruse at ruby-lang.] Ruby:r15312 (trunk): * tool/ifchange: remove $temp when unchanged.
22550 2008-01-29 17:38 [akr at ruby-lang.org] Ruby:r15313 (trunk): * enc/gb18030.c (gb18030_mbc_enc_len): validation implemented.
22551 2008-01-29 17:48 [naruse at ruby-lang.] Ruby:r15314 (trunk): * dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H):
22552 2008-01-29 17:55 [naruse at ruby-lang.] Ruby:r15315 (trunk): * enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497]
22553 2008-01-29 18:05 [nobu at ruby-lang.or] Ruby:r15316 (trunk): * encoding.c (encdb_{replicate,alias,dummy,declare}): define only if
22554 2008-01-29 19:05 [naruse at ruby-lang.] Ruby:r15317 (trunk): * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'.
22555 2008-01-29 19:40 [naruse at ruby-lang.] Ruby:r15318 (trunk): * configure.in, common.mk: fix rule for dmytranscode.o.
22556 2008-01-29 20:18 [usa at ruby-lang.org] Ruby:r15319 (trunk): * {bcc32,win32}/Makefile.sub (MINIOBJS): add dmytranscode.$(OBJEXT).
22557 2008-01-29 20:18 [naruse at ruby-lang.] Ruby:r15320 (trunk): * add enc/trans/make_transdb.rb, dmytranscode.c
22558 2008-01-29 20:44 [naruse at ruby-lang.] Ruby:r15321 (trunk): * enc/trans/make_transdb.rb: add for make transdb.h.
22559 2008-01-29 21:58 [mame at ruby-lang.or] Ruby:r15322 (trunk): * bignum.c: move object allocation out of blocking_region.
22560 2008-01-29 22:01 [akr at ruby-lang.org] Ruby:r15323 (trunk): * enc/euc_tw.c (euctw_islead): 0x8e is a leading byte.
22561 2008-01-29 22:07 [akr at ruby-lang.org] Ruby:r15324 (trunk): add tests.
22562 2008-01-29 22:27 [mame at ruby-lang.or] Ruby:r15325 (trunk): * range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.
22563 2008-01-29 22:30 [mame at ruby-lang.or] Ruby:r15326 (trunk): * enumerator.c: fix documents.
22564 2008-01-29 22:40 [mame at ruby-lang.or] Ruby:r15327 (ruby_1_8): * range.c (step_i): rb_funcall receives VALUE as an argument.
22565 2008-01-29 22:59 [mame at ruby-lang.or] Ruby:r15328 (trunk): * test/ruby/test_enumerator.rb: add tests to achieve over 90% test
22566 2008-01-29 23:07 [mame at ruby-lang.or] Ruby:r15329 (trunk): * test/ruby/test_enum.rb: propset svn:eol-style LF
22567 2008-01-29 23:36 [usa at ruby-lang.org] Ruby:r15330 (trunk): * test/win32ole/test_win32ole.rb: ruby's encoding support.
22568 2008-01-30 00:10 [akr at ruby-lang.org] Ruby:r15331 (trunk): * enc/euc_tw.c (euctw_mbc_enc_len): validation implemented.
22569 2008-01-30 00:19 [usa at ruby-lang.org] Ruby:r15332 (trunk): * 2008-01-30
22570 2008-01-30 00:35 [akr at ruby-lang.org] Ruby:r15333 (trunk): fix state definition.
22571 2008-01-30 01:26 [mame at ruby-lang.or] Ruby:r15334 (trunk): * test/ruby/test_range.rb: add tests to achieve over 90% test coverage
22572 2008-01-30 12:00 [naruse at ruby-lang.] Ruby:r15335 (trunk): * bootstraptest/runner.rb: fix -I../../hoge case.
22573 2008-01-30 12:07 [tadf at ruby-lang.or] Ruby:r15336 (trunk): * bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin.
22574 2008-01-30 12:09 [tadf at ruby-lang.or] Ruby:r15337 (trunk): add assertions.
22575 2008-01-30 12:49 [akr at ruby-lang.org] Ruby:r15338 (trunk): * enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch.
22576 2008-01-30 14:29 [akr at ruby-lang.org] Ruby:r15339 (trunk): * string.c (rb_str_succ): use wrapped character as a carry for
22577 2008-01-30 14:33 [usa at ruby-lang.org] Ruby:r15340 (trunk): * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.
22578 2008-01-30 17:35 [naruse at ruby-lang.] Ruby:r15341 (trunk): * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}.
22579 2008-01-30 20:20 [tadf at ruby-lang.or] Ruby:r15342 (trunk): adjustment
22580 2008-01-30 22:07 [tadf at ruby-lang.or] Ruby:r15343 (ruby_1_8): * bignum.c (rb_cstr_to_inum): '0_2' is a valid representation.
22581 2008-01-30 22:12 [tadf at ruby-lang.or] Ruby:r15344 (ruby_1_8): * lib/date.rb: refined deprecated methods.
22582 2008-01-30 22:22 [usa at ruby-lang.org] Ruby:r15345 (ruby_1_8): * 2008-01-30
22583 2008-01-31 00:21 [akr at ruby-lang.org] Ruby:r15346 (trunk): * io.c (select_internal): fix SEGV by `select [STDIN],nil,[STDIN]'.
22584 2008-01-31 00:40 [usa at ruby-lang.org] Ruby:r15347 (trunk): * 2008-01-31
22585 2008-01-31 01:42 [akr at ruby-lang.org] Ruby:r15348 (trunk): add a test.
22586 2008-01-31 02:20 [matz at ruby-lang.or] Ruby:r15349 (trunk): * parse.y (dsym): allow empty symbols. [ruby-core:15248]
22587 2008-01-31 02:23 [matz at ruby-lang.or] Ruby:r15350 (trunk): * io.c (open_key_args): allow encoding key to take two encoding
22588 2008-01-31 06:24 [nobu at ruby-lang.or] Ruby:r15351 (trunk): * io.c (rb_io_close_read): replaces fptr with the tied writer if
22589 2008-01-31 07:12 [seki at ruby-lang.or] Ruby:r15352 (ruby_1_8): should find a symbol by Symbol class.
22590 2008-01-31 08:31 [nobu at ruby-lang.or] Ruby:r15353 (ruby_1_8, trunk): * common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that can
22591 2008-01-31 09:38 [matz at ruby-lang.or] Ruby:r15354 (trunk): test updated for empty symbols
22592 2008-01-31 14:10 [usa at ruby-lang.org] Ruby:r15355 (trunk): * lib/rdoc/ri/display.rb (display_method_list, display_class_list):
22593 2008-01-31 15:10 [naruse at ruby-lang.] Ruby:r15356 (trunk): * marshal.c (r_object0): call r_entry/r_leave to call proc when TYPE_FIXNUM,
22594 2008-01-31 15:48 [usa at ruby-lang.org] Ruby:r15357 (trunk): * lib/rdoc/ri/formatter.rb (output): add accessor.
22595 2008-01-31 17:31 [usa at ruby-lang.org] Ruby:r15358 (trunk): * marshal.c (r_object0): no need to call r_entry for immediate values.
22596 2008-01-31 17:34 [usa at ruby-lang.org] Ruby:r15359 (trunk): * bootstraptest/test_marshal.rb: commit miss. reverted.
22597 2008-01-31 23:08 [mame at ruby-lang.or] Ruby:r15360 (trunk): * test/ruby/test_bignum.rb: suppress warnings during test.
22598 2008-02-01 11:45 [akr at ruby-lang.org] Ruby:r15361 (trunk): * tool/compile_prelude.rb (C_ESC): use octal escape to avoid
22599 2008-02-01 11:48 [usa at ruby-lang.org] Ruby:r15362 (trunk): * 2008-02-01
22600 2008-02-01 12:43 [nobu at ruby-lang.or] Ruby:r15363 (ruby_1_8, trunk): * configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_t
[前][次][スレッド一覧][上]