summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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): use last changed revision.nobu
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* 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
2008-01-27* parse.y (parser_set_encode): check if encoding is ASCII compatible.nobu
2008-01-27* sprintf.c (rb_str_format): fix for left justify flag.nobu
2008-01-27* include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr
2008-01-27* parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]nobu
2008-01-27* sprintf.c (rb_str_format): fix for octal with precision.nobu
2008-01-27* misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffernobu
2008-01-27* misc/ruby-mode.el (ruby-mode-set-encoding): automatically insertnobu
2008-01-27* string.c (rb_str_inspect): avoid exception byakr
2008-01-27* string.c (rb_str_succ): warning suppressed.akr
2008-01-27* common.mk (help): show major targets.naruse
2008-01-27* ext/nkf/nkf.c: raise error when no output encoding is given.naruse
2008-01-27* string.c (rb_str_succ): don't increment/decrement codepoint.akr
2008-01-27* ruby-trunk.naruse
2008-01-27* ext/nkf/nkt-utf8: update nkf.naruse
2008-01-27* re.c (rb_reg_source): set encoding as regexp encoding.naruse
2008-01-26* re.c (rb_reg_preprocess): force fixed encoding when ASCIIakr
2008-01-26fix typos.akr
2008-01-26* sprintf.c (rb_str_format): zero-precision zero should be empty.nobu
2008-01-26* parse.y (assignable_gen, keyword_to_name): __ENCODING__ was missing.nobu
2008-01-26* marshal.c (w_object): dump string encoding in USERDEF.akr
2008-01-26* compile.c (iseq_compile_each): validate argument expr of "next"ko1
2008-01-26* compile.c, compile.h: fix to calculate correct stack depthko1
2008-01-26* lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replacenaruse
2008-01-26* include/ruby/encoding.h (rb_usascii_encindex): added prototype.nobu
2008-01-26* string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT whennaruse
2008-01-25 * parse.y (parser_initialize): set default script encoding as US-ASCII.usa
2008-01-25* compile.c, compile.h: fix stack pointer issues.ko1
2008-01-25* string.c (rb_str_usascii_new{,2}: defined.naruse
2008-01-25* marshal.c (r_byte): use getbyte instead of getc.akr
2008-01-25fix typos.akr
2008-01-25* io.c (rb_io_getline_fast): don't care ASCII incompatible encoding.akr