aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * time.c (make_time_t): revert round trip test. [ruby-dev:33058]akr2008-01-242-13/+20
* * string.c (rb_enc_cr_str_buf_cat): ASCII incompatible encoding isakr2008-01-243-1/+20
* * parse.y (STR_NEW0): set encoding as US-ASCII.naruse2008-01-232-4/+8
* * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse2008-01-236-6/+12
* * string.c (rb_str_each_line): use memchr(3) for faster newlinematz2008-01-234-46/+85
* add a test for String#end_with?.akr2008-01-231-0/+4
* * insns.def (expandarray): fix stack inc.mame2008-01-234-9/+13
* * ruby.c (proc_optionc): -Kn means ASCII-8BIT.naruse2008-01-232-1/+3
* * parse.y (parser_str_new, rb_intern3): ascii only string literal is US-ASCII.naruse2008-01-232-3/+6
* * encoding.{c, h} (rb_usascii_encoding): added.naruse2008-01-233-0/+14
* * 2008-01-24usa2008-01-231-3/+3
* fix previous change.akr2008-01-231-2/+3
* * sprintf.c: fix comment. [ruby-dev:33275]mame2008-01-233-8/+8
* test refined.akr2008-01-231-2/+2
* * test/ruby/test_struct.rb: add tests to achieve over 90% testmame2008-01-234-6/+410
* * enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J):nobu2008-01-232-0/+17
* add a test.akr2008-01-232-35/+109
* add a test.akr2008-01-231-0/+7
* * test/ruby/test_utf16.rb: set properties.nobu2008-01-230-0/+0
* change class name.akr2008-01-231-1/+1
* split UTF-16 tests.akr2008-01-232-42/+68
* add a test.akr2008-01-231-0/+3
* * time.c (time_strftime): copy encoding from format. [ruby-dev:33303]nobu2008-01-232-0/+6
* * string.c (str_make_independent): should set length.nobu2008-01-233-2/+34
* add a test.akr2008-01-231-0/+3
* * re.c (rb_reg_prepare_re): fix SEGV byakr2008-01-232-1/+10
* * string.c (str_mod_check, str_nth, str_offset): consitfied.nobu2008-01-232-14/+19
* * bootstraptest/test_{knownbug,thread}.rb: support fork-less platform.usa2008-01-232-8/+16
* * eval_method.c (rb_export_method): set ruby_vm_redefined_flag formatz2008-01-233-3/+12
* * test/ruby/test_bignum.rb: change some tests because rationalmame2008-01-222-3/+17
* * mkmf.rb (create_makefile): sorry, typo. orzusa2008-01-221-1/+1
* * mkmf.rb (create_makefile): typo.usa2008-01-221-1/+1
* * lib/mkmf.rb (create_makefile): need to output sodir rule.usa2008-01-222-1/+5
* * lib/mkmf.rb (create_makefile): lib files shoudn't depend on installusa2008-01-222-3/+11
* Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-222-24/+29
* * encoding.c (rb_enc_compatible): wrong compatibility condition.matz2008-01-222-0/+4
* * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz2008-01-226-221/+137
* * string.c (rb_str_each_char): iterates over a shadow.nobu2008-01-222-9/+9
* * lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain2008-01-224-60/+327
* * parse.y (rb_intern3): do not call rb_enc_mbclen() if *m ismatz2008-01-214-3/+37
* * ChangeLog: format-time-string under C locale. [ruby-dev:33261]kazu2008-01-211-1/+6
* * test/ruby/test_bignum.rb: add tests for bignum.c.mame2008-01-213-3/+259
* * bignum.c (big_shift): fix a bug that caused infinite loop whenmame2008-01-212-1/+6
* fixed a typo.tadf2008-01-211-1/+1
* * lib/date.rb (marshal_load): initialize the cache.tadf2008-01-212-1/+8
* Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-214-60/+450
* * transcode.c (str_transcode): initialize transcoder innobu2008-01-212-3/+3
* * transcode.c (str_transcode): initialize transcoder innobu2008-01-213-1/+10
* * eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu2008-01-213-2/+6
* * transcode.c (transcode_loop, str_transcoding_resize): use unsignednobu2008-01-215-57/+68