summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-01-25* common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.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-25 * ruby.c (proc_options, process_options, load_file): shouldn't effectusa
2008-01-25* ChangeLog: fixed format.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: 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-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-24* array.c (sort_1): remove ary_sort_check(). in-place sort keepmatz
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-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
2008-01-23* encoding.{c, h} (rb_usascii_encoding): added.naruse
2008-01-23* sprintf.c: fix comment. [ruby-dev:33275]mame
2008-01-23* test/ruby/test_struct.rb: add tests to achieve over 90% testmame
2008-01-23* enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J):nobu
2008-01-23* time.c (time_strftime): copy encoding from format. [ruby-dev:33303]nobu
2008-01-23* string.c (str_make_independent): should set length.nobu
2008-01-23* re.c (rb_reg_prepare_re): fix SEGV byakr
2008-01-23* string.c (str_mod_check, str_nth, str_offset): consitfied.nobu
2008-01-23* eval_method.c (rb_export_method): set ruby_vm_redefined_flag formatz
2008-01-22* test/ruby/test_bignum.rb: change some tests because rationalmame
2008-01-22 * lib/mkmf.rb (create_makefile): need to output sodir rule.usa
2008-01-22 * lib/mkmf.rb (create_makefile): lib files shoudn't depend on installusa
2008-01-22Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-01-22* encoding.c (rb_enc_compatible): wrong compatibility condition.matz
2008-01-22* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz
2008-01-22* string.c (rb_str_each_char): iterates over a shadow.nobu
2008-01-22* lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain
2008-01-21* parse.y (rb_intern3): do not call rb_enc_mbclen() if *m ismatz