| Commit message (Expand) | Author | Age | Files | Lines |
| * | * configure.in, common.mk: fix rule for dmytranscode.o. | naruse | 2008-01-29 | 3 | -2/+6 |
| * | * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'. | naruse | 2008-01-29 | 4 | -31/+24 |
| * | * encoding.c (encdb_{replicate,alias,dummy,declare}): define only if | nobu | 2008-01-29 | 2 | -3/+18 |
| * | * enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497] | naruse | 2008-01-29 | 2 | -0/+5 |
| * | * dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H): | naruse | 2008-01-29 | 4 | -7/+24 |
| * | * enc/gb18030.c (gb18030_mbc_enc_len): validation implemented. | akr | 2008-01-29 | 2 | -9/+101 |
| * | * tool/ifchange: remove $temp when unchanged. | naruse | 2008-01-29 | 3 | -3/+7 |
| * | * insns.def (toregexp): generate a regexp from strings instead of one | akr | 2008-01-29 | 5 | -47/+104 |
| * | * common.mk, ext/extmkf.rb: always make encdb.h. | naruse | 2008-01-29 | 3 | -3/+12 |
| * | * enc/euc_kr.c: remove CP949. | naruse | 2008-01-29 | 4 | -13/+18 |
| * | * enc/gbk.c: add GBK, CP936 and CP949. | naruse | 2008-01-29 | 2 | -3/+2 |
| * | * enc/gbk.c: add GBK, CP936 and CP949. | naruse | 2008-01-29 | 1 | -0/+192 |
| * | * enc/gbk.c: add GBK, CP936 and CP949. | naruse | 2008-01-29 | 1 | -0/+4 |
| * | * parse.y (reg_fragment_setenc_gen): US-ASCII script special code. | usa | 2008-01-28 | 3 | -8/+56 |
| * | * common.mk ($(srcdir)/revision.h): no need to show ifchange execution | usa | 2008-01-28 | 2 | -1/+6 |
| * | * common.mk (up): force to update revision.h. | nobu | 2008-01-28 | 2 | -3/+5 |
| * | * common.mk (up): pass MFLAGS. | nobu | 2008-01-28 | 1 | -1/+1 |
| * | * common.mk (up): use last changed revision. | nobu | 2008-01-28 | 2 | -2/+6 |
| * | * test/ruby/test_m17n.rb: refine some tests, and add op symbol test. | usa | 2008-01-28 | 1 | -18/+28 |
| * | * bignum.c (rb_big2str0): should be US-ASCII. | usa | 2008-01-28 | 2 | -1/+5 |
| * | * misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment. | nobu | 2008-01-28 | 3 | -12/+29 |
| * | * fix [ruby-dev:33449] | naruse | 2008-01-28 | 1 | -1/+1 |
| * | * parse.y (rb_id2str, ripper_initialize, Init_ripper): use rb_usascii_str_new2. | naruse | 2008-01-28 | 2 | -3/+8 |
| * | * ext/win32ole/win32ole.c (ole_cp2encoding): new function. | usa | 2008-01-28 | 2 | -12/+83 |
| * | * test/ruby/test_m17n.rb (test_str_String): update test. | usa | 2008-01-28 | 1 | -1/+1 |
| * | * string.c, parse.y, re.c: use rb_ascii8bit_encoding. | naruse | 2008-01-28 | 4 | -8/+12 |
| * | * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000. | naruse | 2008-01-28 | 2 | -0/+9 |
| * | * enc/utf_8.c: add alias CP65001. | usa | 2008-01-28 | 2 | -0/+5 |
| * | * enc/big5.c (big5_mbc_enc_len): validation implemented. | akr | 2008-01-28 | 2 | -2/+59 |
| * | * enc/euc_kr.c (euckr_mbc_enc_len): validation implemented. | akr | 2008-01-28 | 2 | -2/+59 |
| * | * io.c (rb_open_file): should check NUL in path. | matz | 2008-01-28 | 2 | -15/+26 |
| * | * parse.y (parser_str_new): encoding of UTF-8 literal string in | usa | 2008-01-28 | 3 | -1/+7 |
| * | * test/ruby/test_m17n.rb (test_magic_comment): add test. | usa | 2008-01-28 | 2 | -0/+11 |
| * | * common.mk (help): use double quotes for nmake. | usa | 2008-01-28 | 2 | -11/+15 |
| * | * parse.y (parser_set_encode): check if encoding is ASCII compatible. | nobu | 2008-01-27 | 3 | -4/+14 |
| * | * sprintf.c (rb_str_format): fix for left justify flag. | nobu | 2008-01-27 | 2 | -3/+13 |
| * | * include/ruby/oniguruma.h: precise mbclen API redesigned to avoid | akr | 2008-01-27 | 9 | -48/+90 |
| * | * parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388] | nobu | 2008-01-27 | 3 | -3/+10 |
| * | * sprintf.c (rb_str_format): fix for octal with precision. | nobu | 2008-01-27 | 2 | -8/+22 |
| * | * misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffer | nobu | 2008-01-27 | 2 | -1/+5 |
| * | *common.mk: add description about "make clean". | naruse | 2008-01-27 | 1 | -1/+2 |
| * | * ext/nkf/nkf-utf8/nkf.h: set properties. | nobu | 2008-01-27 | 1 | -174/+174 |
| * | * misc/ruby-mode.el (ruby-mode-set-encoding): automatically insert | nobu | 2008-01-27 | 2 | -10/+35 |
| * | *common.mk: add description about "make golf". | naruse | 2008-01-27 | 1 | -0/+1 |
| * | * string.c (rb_str_inspect): avoid exception by | akr | 2008-01-27 | 2 | -3/+10 |
| * | * string.c (rb_str_succ): warning suppressed. | akr | 2008-01-27 | 2 | -35/+23 |
| * | * common.mk (help): show major targets. | naruse | 2008-01-27 | 2 | -0/+15 |
| * | * ext/nkf/nkf.c: raise error when no output encoding is given. | naruse | 2008-01-27 | 4 | -14/+31 |
| * | * string.c (rb_str_succ): don't increment/decrement codepoint. | akr | 2008-01-27 | 3 | -93/+171 |
| * | * ruby-trunk. | naruse | 2008-01-27 | 3 | -1/+6 |