aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (rb_str_each_char): move forward. [ruby-dev:33231]nobu2008-01-212-2/+6
* * transcode.c (transcode_dispatch): constified return value.nobu2008-01-205-57/+69
* * string.c (rb_str_each_char): advance offset before get next charnobu2008-01-203-4/+10
* add a test.akr2008-01-201-0/+9
* add a test for each_char.akr2008-01-201-0/+6
* Sun Jan 20 20:00:20 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-204-47/+200
* Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-201-0/+15
* Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-204-4/+404
* r1479@bean: ser | 2008-01-19 14:26:31 -0500ser2008-01-208-51/+163
* * string.c (rb_str_each_char): performance improvement, and stop ifnobu2008-01-202-3/+19
* add a test.akr2008-01-201-0/+4
* add a assertion message.akr2008-01-201-1/+3
* add a test.akr2008-01-201-5/+16
* * common.mk: use -Ks when read insns.def. [ruby-dev#33185]naruse2008-01-203-2/+8
* * enc/make_encdb.rb: fix duplication check.naruse2008-01-192-10/+15
* * ascii.c: remove difinition of replica KOI8-U.naruse2008-01-192-2/+5
* update encdump for UTF-16.akr2008-01-191-2/+8
* fix a test.akr2008-01-191-1/+1
* add a test.akr2008-01-191-0/+4
* * enc/koi8_u.c: added.naruse2008-01-196-31/+260
* * string.c (coderange_scan): don't call mbclen functions for ASCIIakr2008-01-192-16/+73
* * lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constantakr2008-01-192-0/+7
* * encoding.c (enc_new): don't free rb_encoding to avoid SEGV byakr2008-01-192-2/+7
* * lib/date.rb (once): use an instance variable which points a hashtadf2008-01-192-4/+12
* * lib/date.rb, lib/date/format.rb: parse's hints as antadf2008-01-193-196/+60