summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-01-23* encoding.{c, h} (rb_usascii_encoding): added.naruse
2008-01-23* 2008-01-24usa
2008-01-23fix previous change.akr
2008-01-23* sprintf.c: fix comment. [ruby-dev:33275]mame
2008-01-23test refined.akr
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-23add a test.akr
2008-01-23add a test.akr
2008-01-23* test/ruby/test_utf16.rb: set properties.nobu
2008-01-23change class name.akr
2008-01-23split UTF-16 tests.akr
2008-01-23add a test.akr
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-23add a test.akr
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* bootstraptest/test_{knownbug,thread}.rb: support fork-less platform.usa
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* mkmf.rb (create_makefile): sorry, typo. orzusa
2008-01-22* mkmf.rb (create_makefile): typo.usa
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
2008-01-21* ChangeLog: format-time-string under C locale. [ruby-dev:33261]kazu
2008-01-21* test/ruby/test_bignum.rb: add tests for bignum.c.mame
2008-01-21* bignum.c (big_shift): fix a bug that caused infinite loop whenmame
2008-01-21fixed a typo.tadf
2008-01-21 * lib/date.rb (marshal_load): initialize the cache.tadf