summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-01-25* 2008-01-26usa
2008-01-25add a test.akr
2008-01-25* string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.akr
2008-01-25* common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.nobu
2008-01-25* tool/ifchange: commit miss.nobu
2008-01-25* common.mk (revision.h): extracts revision number with ``svn info''.nobu
2008-01-25* ruby.c (load_file): set default to ASCII-8BIT explicitly if -Knobu
2008-01-25* include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr
2008-01-25* ruby.c (process_options, load_file, rb_load_file): propagates scriptnobu
2008-01-25* ruby.c (process_options): set encoding of -e option from -E optionnobu
2008-01-25* ruby.c (cmdline_arguments): split argc and argv from cmdline_options.nobu
2008-01-25* ruby.c (process_options): not set encoding of -e option from -Enobu
2008-01-25combinational tests for printf.akr
2008-01-25 * ruby.c (proc_options, process_options, load_file): shouldn't effectusa
2008-01-25add a test for Regexp.union.akr
2008-01-25* ChangeLog: fixed format.nobu
2008-01-25* */*.bat: changed to text/plain.nobu
2008-01-25* */*.bat: set svn:mime-type to text/batch.nobu
2008-01-24* enum.c (enum_one, enum_take_while, enum_drop_while): fix documents.mame
2008-01-24* parse.y (reg_fragment_setenc_gen): associate ASCII-8BIT only ifakr
2008-01-24* test/ruby/test_m17n.rb: commit miss.usa
2008-01-24 * test/ruby/test_m17n.rb: follow to the following changes.usa
2008-01-24 * parser.y (parser_str_new): automatically update string literal'susa
2008-01-24* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu
2008-01-24* sprintf.c (remove_sign_bits): returns pointer to the first char tonobu
2008-01-24* include/ruby/encoding.h (rb_enc_is_newline): parenthesized arguments.nobu
2008-01-24 * re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially.usa
2008-01-24 * re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII.usa
2008-01-24fix last commit.akr
2008-01-24* io.c (rb_io_getline_fast): the end point of left_char_head()matz
2008-01-24 * parse.y (reg_fragment_setenc_gen): recognize regexp with option n asusa
2008-01-24The [ruby-dev:32746] problem is re-introduced. akr
2008-01-24add a test for [ruby-dev:33224].akr
2008-01-24* array.c (sort_1): remove ary_sort_check(). in-place sort keepmatz
2008-01-24add a test for [ruby-dev:33264].akr
2008-01-24* array.c (collect_bang_i): use rb_ary_store() to avoid potentialmatz
2008-01-24* time.c (make_time_t): revert round trip test. [ruby-dev:33058]akr
2008-01-24* string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding isakr
2008-01-23* parse.y (STR_NEW0): set encoding as US-ASCII.naruse
2008-01-23* lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse
2008-01-23* string.c (rb_str_each_line): use memchr(3) for faster newlinematz
2008-01-23add a test for String#end_with?.akr
2008-01-23* insns.def (expandarray): fix stack inc.mame
2008-01-23* ruby.c (proc_optionc): -Kn means ASCII-8BIT.naruse
2008-01-23* parse.y (parser_str_new, rb_intern3): ascii only string literal is US-ASCII.naruse