aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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-281-0/+10
* * common.mk ($(srcdir)/revision.h): no need to show ifchange executionusa2008-01-281-0/+5
* * common.mk (up): force to update revision.h.nobu2008-01-281-1/+3
* * common.mk (up): use last changed revision.nobu2008-01-281-0/+4
* * bignum.c (rb_big2str0): should be US-ASCII.usa2008-01-281-0/+4
* * misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment.nobu2008-01-281-0/+4
* * fix [ruby-dev:33449]naruse2008-01-281-1/+1
* * parse.y (rb_id2str, ripper_initialize, Init_ripper): use rb_usascii_str_new2.naruse2008-01-281-0/+5
* * ext/win32ole/win32ole.c (ole_cp2encoding): new function.usa2008-01-281-0/+11
* * string.c, parse.y, re.c: use rb_ascii8bit_encoding.naruse2008-01-281-0/+4
* * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000.naruse2008-01-281-0/+4
* * enc/utf_8.c: add alias CP65001.usa2008-01-281-0/+4
* * enc/big5.c (big5_mbc_enc_len): validation implemented.akr2008-01-281-0/+4
* * enc/euc_kr.c (euckr_mbc_enc_len): validation implemented.akr2008-01-281-0/+4
* * io.c (rb_open_file): should check NUL in path.matz2008-01-281-0/+11
* * parse.y (parser_str_new): encoding of UTF-8 literal string inusa2008-01-281-0/+5
* * test/ruby/test_m17n.rb (test_magic_comment): add test.usa2008-01-281-0/+4
* * common.mk (help): use double quotes for nmake.usa2008-01-281-0/+4
* * parse.y (parser_set_encode): check if encoding is ASCII compatible.nobu2008-01-271-0/+4
* * sprintf.c (rb_str_format): fix for left justify flag.nobu2008-01-271-0/+7
* * include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr2008-01-271-0/+36
* * parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]nobu2008-01-271-0/+4
* * sprintf.c (rb_str_format): fix for octal with precision.nobu2008-01-271-0/+5
* * misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffernobu2008-01-271-1/+4
* * misc/ruby-mode.el (ruby-mode-set-encoding): automatically insertnobu2008-01-271-0/+5
* * string.c (rb_str_inspect): avoid exception byakr2008-01-271-0/+5
* * string.c (rb_str_succ): warning suppressed.akr2008-01-271-1/+5
* * common.mk (help): show major targets.naruse2008-01-271-0/+4
* * ext/nkf/nkf.c: raise error when no output encoding is given.naruse2008-01-271-0/+4
* * string.c (rb_str_succ): don't increment/decrement codepoint.akr2008-01-271-0/+4
* * ruby-trunk.naruse2008-01-271-0/+4
* * ext/nkf/nkt-utf8: update nkf.naruse2008-01-271-0/+4
* * re.c (rb_reg_source): set encoding as regexp encoding.naruse2008-01-271-0/+4
* * re.c (rb_reg_preprocess): force fixed encoding when ASCIIakr2008-01-261-0/+5
* fix typos.akr2008-01-261-19/+19
* * sprintf.c (rb_str_format): zero-precision zero should be empty.nobu2008-01-261-0/+8
* * parse.y (assignable_gen, keyword_to_name): __ENCODING__ was missing.nobu2008-01-261-0/+4
* * marshal.c (w_object): dump string encoding in USERDEF.akr2008-01-261-0/+5
* * compile.c (iseq_compile_each): validate argument expr of "next"ko12008-01-261-0/+7
* * compile.c, compile.h: fix to calculate correct stack depthko12008-01-261-0/+5
* * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replacenaruse2008-01-261-0/+8
* * include/ruby/encoding.h (rb_usascii_encindex): added prototype.nobu2008-01-261-0/+7
* * string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT whennaruse2008-01-261-0/+5
* * parse.y (parser_initialize): set default script encoding as US-ASCII.usa2008-01-251-0/+12
* * compile.c, compile.h: fix stack pointer issues.ko12008-01-251-0/+11
* * string.c (rb_str_usascii_new{,2}: defined.naruse2008-01-251-0/+27
* * marshal.c (r_byte): use getbyte instead of getc.akr2008-01-251-0/+6
* fix typos.akr2008-01-251-23/+23
* * io.c (rb_io_getline_fast): don't care ASCII incompatible encoding.akr2008-01-251-18/+26