aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/runner.rb: fix -I../../hoge case.naruse2008-01-302-1/+6
* * test/ruby/test_range.rb: add tests to achieve over 90% test coveragemame2008-01-292-0/+193
* fix state definition.akr2008-01-291-1/+1
* * 2008-01-30usa2008-01-291-3/+3
* * enc/euc_tw.c (euctw_mbc_enc_len): validation implemented.akr2008-01-292-2/+101
* * test/win32ole/test_win32ole.rb: ruby's encoding support.usa2008-01-291-7/+7
* * test/ruby/test_enum.rb: propset svn:eol-style LFmame2008-01-290-0/+0
* * test/ruby/test_enumerator.rb: add tests to achieve over 90% testmame2008-01-293-0/+315
* * enumerator.c: fix documents.mame2008-01-292-1/+5
* * range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.mame2008-01-292-2/+5
* add tests.akr2008-01-291-0/+8
* * enc/euc_tw.c (euctw_islead): 0x8e is a leading byte.akr2008-01-292-1/+5
* * bignum.c: move object allocation out of blocking_region.mame2008-01-292-58/+69
* * enc/trans/make_transdb.rb: add for make transdb.h.naruse2008-01-292-12/+44
* * add enc/trans/make_transdb.rb, dmytranscode.cnaruse2008-01-292-0/+42
* * {bcc32,win32}/Makefile.sub (MINIOBJS): add dmytranscode.$(OBJEXT).usa2008-01-293-2/+6
* * configure.in, common.mk: fix rule for dmytranscode.o.naruse2008-01-293-2/+6
* * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'.naruse2008-01-294-31/+24
* * encoding.c (encdb_{replicate,alias,dummy,declare}): define only ifnobu2008-01-292-3/+18
* * enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497]naruse2008-01-292-0/+5
* * dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H):naruse2008-01-294-7/+24
* * enc/gb18030.c (gb18030_mbc_enc_len): validation implemented.akr2008-01-292-9/+101
* * tool/ifchange: remove $temp when unchanged.naruse2008-01-293-3/+7
* * insns.def (toregexp): generate a regexp from strings instead of oneakr2008-01-295-47/+104
* * common.mk, ext/extmkf.rb: always make encdb.h.naruse2008-01-293-3/+12
* * enc/euc_kr.c: remove CP949.naruse2008-01-294-13/+18
* * enc/gbk.c: add GBK, CP936 and CP949.naruse2008-01-292-3/+2
* * enc/gbk.c: add GBK, CP936 and CP949.naruse2008-01-291-0/+192
* * enc/gbk.c: add GBK, CP936 and CP949.naruse2008-01-291-0/+4
* * parse.y (reg_fragment_setenc_gen): US-ASCII script special code.usa2008-01-283-8/+56
* * common.mk ($(srcdir)/revision.h): no need to show ifchange executionusa2008-01-282-1/+6
* * common.mk (up): force to update revision.h.nobu2008-01-282-3/+5
* * common.mk (up): pass MFLAGS.nobu2008-01-281-1/+1
* * common.mk (up): use last changed revision.nobu2008-01-282-2/+6
* * test/ruby/test_m17n.rb: refine some tests, and add op symbol test.usa2008-01-281-18/+28
* * bignum.c (rb_big2str0): should be US-ASCII.usa2008-01-282-1/+5
* * misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment.nobu2008-01-283-12/+29
* * fix [ruby-dev:33449]naruse2008-01-281-1/+1
* * parse.y (rb_id2str, ripper_initialize, Init_ripper): use rb_usascii_str_new2.naruse2008-01-282-3/+8
* * ext/win32ole/win32ole.c (ole_cp2encoding): new function.usa2008-01-282-12/+83
* * test/ruby/test_m17n.rb (test_str_String): update test.usa2008-01-281-1/+1
* * string.c, parse.y, re.c: use rb_ascii8bit_encoding.naruse2008-01-284-8/+12
* * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000.naruse2008-01-282-0/+9
* * enc/utf_8.c: add alias CP65001.usa2008-01-282-0/+5
* * enc/big5.c (big5_mbc_enc_len): validation implemented.akr2008-01-282-2/+59
* * enc/euc_kr.c (euckr_mbc_enc_len): validation implemented.akr2008-01-282-2/+59
* * io.c (rb_open_file): should check NUL in path.matz2008-01-282-15/+26
* * parse.y (parser_str_new): encoding of UTF-8 literal string inusa2008-01-283-1/+7
* * test/ruby/test_m17n.rb (test_magic_comment): add test.usa2008-01-282-0/+11
* * common.mk (help): use double quotes for nmake.usa2008-01-282-11/+15