aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * struct.c (rb_struct_s_members): check if __members__ is anmatz2007-09-082-0/+11
* * lib/date/format.rb (str[fp]time): now check specifications moretadf2007-09-083-44/+56
* add test for [ruby-dev:31759].akr2007-09-071-4/+12
* * test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz2007-09-072-1/+6
* * struct.c (rb_struct_s_members): should raise TypeError insteadmatz2007-09-073-4/+8
* * 2007-09-08usa2007-09-071-3/+3
* * regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should takeusa2007-09-073-2/+7
* * common.mk: fix typo.ko12007-09-062-1/+5
* * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz2007-09-063-3/+8
* * io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.matz2007-09-063-4/+8
* * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy ofmatz2007-09-062-4/+16
* add ChangeLog entriesmatz2007-09-061-0/+10
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-0619-133/+146
* * string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu2007-09-064-30/+109
* * array.c (rb_ary_subseq): need integer overflow check.matz2007-09-052-5/+13
* * string.c (rb_str_splice): integer overflow for length.matz2007-09-053-4/+9
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-044-9/+90
* * common.mk (vm.o): depends on st.h too.nobu2007-09-033-4/+8
* * include/ruby/st.h (struct st_table): make num_entries bitfieldakr2007-09-022-2/+7
* add a test for [ruby-dev:31709].akr2007-09-021-0/+8
* ChangeLog: typo fixedmatz2007-09-011-2/+2
* * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf2007-09-012-12/+28
* * test_jump.rb, test_knownbug.rb: seems to be fixed.usa2007-09-012-11/+11
* * eval_jump.ci (rb_f_throw): wrap tag and TAG_THROW in a NODE_MEMOmatz2007-09-012-2/+7
* * bootstraptest/test_knownbug.rb: add new test. [ruby-dev:31698]usa2007-09-011-0/+10
* * eval_jump.ci (rb_f_catch): generate new tag object if no argument ismatz2007-09-015-18/+62
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-0112-203/+332
* * ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should besuke2007-09-012-27/+40
* * test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.usa2007-09-012-1/+5
* * include/ruby/st.h (rb_index_t): use st_data_t for the platforms itnobu2007-09-012-8/+7
* * st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu2007-09-014-26/+49
* fix comment.akr2007-08-311-1/+1
* * numeric.c (SQRT_LONG_MAX): use SIZEOF_LONG instead of SIZEOF_VALUEusa2007-08-302-1/+6
* * parse.y (f_norm_arg, f_arg_item): not croak already erred names.nobu2007-08-302-3/+6
* * parse.y (assignable_gen): ignore already erred names.nobu2007-08-305-15/+21
* * regenc.h: check RUBY_EXTERN before including config.h and defines.husa2007-08-303-8/+18
* * proc.c (rb_obj_define_method): reverted. [ruby-talk:266637]nobu2007-08-302-2/+16
* * lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]nobu2007-08-302-1/+4
* * lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu2007-08-302-0/+43
* * string.c (tr_trans, rb_str_squeeze_bang, rb_str_split_m): suppressnobu2007-08-301-2/+3
* add comment.akr2007-08-301-2/+3
* * hash.c (hash_alloc0, hash_alloc): unified because hash_alloc doesn'takr2007-08-302-12/+4
* forgot to modify akr2007-08-293-9/+13
* enclose RHASH_XXX macros by parenthesis.akr2007-08-291-2/+2
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-2912-59/+136
* * string.c (str_gsub): should not use mbclen2() which has broken API.matz2007-08-295-16/+13
* * lib/open-uri.rb: add :ftp_active_mode option.akr2007-08-292-1/+15
* add test for [ruby-dev:31609].akr2007-08-291-0/+8
* * parse.y (aref_args): args may not be a list. [ruby-dev:31592]nobu2007-08-294-17/+21
* * re.c (rb_reg_mbclen2): suppress a warning.nobu2007-08-291-1/+1