aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (parser_set_encode): check if encoding is ASCII compatible.nobu2008-01-273-4/+14
* * sprintf.c (rb_str_format): fix for left justify flag.nobu2008-01-272-3/+13
* * include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr2008-01-279-48/+90
* * parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]nobu2008-01-273-3/+10
* * sprintf.c (rb_str_format): fix for octal with precision.nobu2008-01-272-8/+22
* * misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffernobu2008-01-272-1/+5
* *common.mk: add description about "make clean".naruse2008-01-271-1/+2
* * ext/nkf/nkf-utf8/nkf.h: set properties.nobu2008-01-271-174/+174
* * misc/ruby-mode.el (ruby-mode-set-encoding): automatically insertnobu2008-01-272-10/+35
* *common.mk: add description about "make golf".naruse2008-01-271-0/+1
* * string.c (rb_str_inspect): avoid exception byakr2008-01-272-3/+10
* * string.c (rb_str_succ): warning suppressed.akr2008-01-272-35/+23
* * common.mk (help): show major targets.naruse2008-01-272-0/+15
* * ext/nkf/nkf.c: raise error when no output encoding is given.naruse2008-01-274-14/+31
* * string.c (rb_str_succ): don't increment/decrement codepoint.akr2008-01-273-93/+171
* * ruby-trunk.naruse2008-01-273-1/+6
* * ext/nkf/nkt-utf8: update nkf.naruse2008-01-276-3399/+3498
* * re.c (rb_reg_source): set encoding as regexp encoding.naruse2008-01-272-1/+5
* tests refined.akr2008-01-271-16/+30
* add tests.akr2008-01-261-0/+3
* add tests.akr2008-01-261-9/+139
* add a test for chomp.akr2008-01-261-0/+13
* * re.c (rb_reg_preprocess): force fixed encoding when ASCIIakr2008-01-263-1/+18
* fix typos.akr2008-01-261-19/+19
* make combination recursionless.akr2008-01-261-8/+11