summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-30* bootstraptest/runner.rb: fix -I../../hoge case.naruse
2008-01-29* test/ruby/test_range.rb: add tests to achieve over 90% test coveragemame
2008-01-29fix state definition.akr
2008-01-29* 2008-01-30usa
2008-01-29* enc/euc_tw.c (euctw_mbc_enc_len): validation implemented.akr
2008-01-29* test/win32ole/test_win32ole.rb: ruby's encoding support.usa
2008-01-29* test/ruby/test_enum.rb: propset svn:eol-style LFmame
2008-01-29* test/ruby/test_enumerator.rb: add tests to achieve over 90% testmame
2008-01-29* enumerator.c: fix documents.mame
2008-01-29* range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.mame
2008-01-29add tests.akr
2008-01-29* enc/euc_tw.c (euctw_islead): 0x8e is a leading byte.akr
2008-01-29* bignum.c: move object allocation out of blocking_region.mame
2008-01-29* enc/trans/make_transdb.rb: add for make transdb.h.naruse
2008-01-29* add enc/trans/make_transdb.rb, dmytranscode.cnaruse
2008-01-29 * {bcc32,win32}/Makefile.sub (MINIOBJS): add dmytranscode.$(OBJEXT).usa
2008-01-29* configure.in, common.mk: fix rule for dmytranscode.o.naruse
2008-01-29* enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'.naruse
2008-01-29* encoding.c (encdb_{replicate,alias,dummy,declare}): define only ifnobu
2008-01-29* enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497]naruse
2008-01-29* dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H):naruse
2008-01-29* enc/gb18030.c (gb18030_mbc_enc_len): validation implemented.akr
2008-01-29* tool/ifchange: remove $temp when unchanged.naruse
2008-01-29* insns.def (toregexp): generate a regexp from strings instead of oneakr
2008-01-29* common.mk, ext/extmkf.rb: always make encdb.h.naruse
2008-01-29* enc/euc_kr.c: remove CP949.naruse
2008-01-29* enc/gbk.c: add GBK, CP936 and CP949.naruse
2008-01-29* enc/gbk.c: add GBK, CP936 and CP949.naruse
2008-01-29* enc/gbk.c: add GBK, CP936 and CP949.naruse
2008-01-28 * parse.y (reg_fragment_setenc_gen): US-ASCII script special code.usa
2008-01-28 * common.mk ($(srcdir)/revision.h): no need to show ifchange executionusa
2008-01-28* common.mk (up): force to update revision.h.nobu
2008-01-28* common.mk (up): pass MFLAGS.nobu
2008-01-28* common.mk (up): use last changed revision.nobu
2008-01-28* test/ruby/test_m17n.rb: refine some tests, and add op symbol test.usa
2008-01-28 * bignum.c (rb_big2str0): should be US-ASCII.usa
2008-01-28* misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment.nobu
2008-01-28* fix [ruby-dev:33449]naruse
2008-01-28* parse.y (rb_id2str, ripper_initialize, Init_ripper): use rb_usascii_str_new2.naruse
2008-01-28 * ext/win32ole/win32ole.c (ole_cp2encoding): new function.usa
2008-01-28* test/ruby/test_m17n.rb (test_str_String): update test.usa
2008-01-28* string.c, parse.y, re.c: use rb_ascii8bit_encoding.naruse
2008-01-28* enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000.naruse
2008-01-28 * enc/utf_8.c: add alias CP65001.usa
2008-01-28* enc/big5.c (big5_mbc_enc_len): validation implemented.akr
2008-01-28* enc/euc_kr.c (euckr_mbc_enc_len): validation implemented.akr
2008-01-28* io.c (rb_open_file): should check NUL in path.matz
2008-01-28 * parse.y (parser_str_new): encoding of UTF-8 literal string inusa
2008-01-28 * test/ruby/test_m17n.rb (test_magic_comment): add test.usa
2008-01-28 * common.mk (help): use double quotes for nmake.usa