aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.akr2008-01-251-0/+4
* * common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.nobu2008-01-251-1/+3
* * common.mk (revision.h): extracts revision number with ``svn info''.nobu2008-01-251-0/+13
* * ruby.c (load_file): set default to ASCII-8BIT explicitly if -Knobu2008-01-251-0/+5
* * include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr2008-01-251-0/+9
* * ruby.c (process_options, load_file, rb_load_file): propagates scriptnobu2008-01-251-0/+5
* * ruby.c (process_options): set encoding of -e option from -E optionnobu2008-01-251-1/+1
* * ruby.c (cmdline_arguments): split argc and argv from cmdline_options.nobu2008-01-251-1/+3
* * ruby.c (process_options): not set encoding of -e option from -Enobu2008-01-251-0/+5
* * ruby.c (proc_options, process_options, load_file): shouldn't effectusa2008-01-251-0/+5
* * ChangeLog: fixed format.nobu2008-01-251-1/+1
* * */*.bat: set svn:mime-type to text/batch.nobu2008-01-251-0/+4
* * enum.c (enum_one, enum_take_while, enum_drop_while): fix documents.mame2008-01-241-1/+5
* * parse.y (reg_fragment_setenc_gen): associate ASCII-8BIT only ifakr2008-01-241-0/+5
* * test/ruby/test_m17n.rb: follow to the following changes.usa2008-01-241-0/+4
* * parser.y (parser_str_new): automatically update string literal'susa2008-01-241-0/+11
* * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu2008-01-241-0/+5
* * sprintf.c (remove_sign_bits): returns pointer to the first char tonobu2008-01-241-0/+8
* * include/ruby/encoding.h (rb_enc_is_newline): parenthesized arguments.nobu2008-01-241-0/+4
* * re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially.usa2008-01-241-0/+4
* * re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII.usa2008-01-241-0/+5
* * io.c (rb_io_getline_fast): the end point of left_char_head()matz2008-01-241-0/+5
* * parse.y (reg_fragment_setenc_gen): recognize regexp with option n asusa2008-01-241-0/+5
* * array.c (sort_1): remove ary_sort_check(). in-place sort keepmatz2008-01-241-1/+6
* * array.c (collect_bang_i): use rb_ary_store() to avoid potentialmatz2008-01-241-0/+8
* * time.c (make_time_t): revert round trip test. [ruby-dev:33058]akr2008-01-241-0/+4
* * string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding isakr2008-01-241-0/+5
* * parse.y (STR_NEW0): set encoding as US-ASCII.naruse2008-01-231-0/+4
* * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse2008-01-231-0/+6
* * string.c (rb_str_each_line): use memchr(3) for faster newlinematz2008-01-231-0/+9