aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (sym_inspect): use rb_str_inspect() instead ofmatz2008-03-012-1/+6
* * eval_method.c (rb_get_method_body): ent->method may be freed bymatz2008-03-014-11/+19
* ChangeLog: typo fixedmatz2008-03-011-1/+1
* * io.c (read_all, rb_io_getline_fast): encoding is rb_input_encoding.naruse2008-03-012-5/+9
* test/test_{string,sprintf}.rb: updated.matz2008-03-012-5/+5
* * string.c (tr_setup_table, rb_str_split_m, rb_str_chomp_bang):nobu2008-03-012-25/+19
* * string.c (rb_str_coderange_scan_restartable): should not returnmatz2008-03-012-3/+11
* * sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz2008-03-013-8/+16
* * test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu2008-02-291-3/+2
* * bignum.c (big2str_find_n1): check integer overflow.nobu2008-02-293-0/+16
* * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.nobu2008-02-293-6/+15
* * test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz2008-02-293-3/+12
* add a test.akr2008-02-291-0/+9
* * test/ruby/test_iterator.rb (TestIterator::test_enumerator):matz2008-02-292-2/+7
* * string.c (rb_str_chomp_bang): now works on UTF-16.matz2008-02-294-31/+86
* * time.c (time_strftime): format should be ascii compatible.matz2008-02-296-5/+47
* * string.c (rb_str_rpartition): calculation was done in byte indexing.matz2008-02-293-3/+13
* * parse.y (opt_block_param): command can start just after block paramnobu2008-02-294-2/+10
* * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):nobu2008-02-291-1/+1
* * test/ruby/test_time.rb (test_readers): fix typo.naruse2008-02-282-1/+7
* * string.c (str_new): remove encoding assumption of empty string.naruse2008-02-285-10/+16
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2008-02-287-27/+56
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BITakr2008-02-282-5/+12
* * encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse.naruse2008-02-282-1/+6
* * encoding.c (enc_find): check type of argument and convert to Stringnaruse2008-02-284-5/+13
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encodingakr2008-02-282-1/+27
* add a test.akr2008-02-281-0/+4
* * io.c (rb_io_getline_fast): scan coderange.naruse2008-02-282-0/+10
* * eval_error.c (error_handle): commit miss.nobu2008-02-281-2/+2
* * string.c (rb_enc_str_copy): removed.naruse2008-02-282-12/+4
* * eval.c (stack_check): made flag per threads.nobu2008-02-284-17/+33
* * file.c (rb_file_flock): immediately returns on EAGAIN ifnobu2008-02-282-2/+9
* * io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]nobu2008-02-281-1/+1
* * io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]nobu2008-02-281-0/+4
* * string.c (rb_str_reverse_bang): removed unsed variables.nobu2008-02-282-2/+5
* * include/ruby/encoding.h (rb_str_coderange_scan_restartable): addednobu2008-02-284-10/+20
* * io.c (read_all): fix if.naruse2008-02-271-2/+2
* * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai2008-02-2788-464/+844
* * string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse2008-02-274-4/+75
* * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu2008-02-265-25/+38
* * misc/ruby-mode.el (ruby-calculate-indent): should distinguishmatz2008-02-262-1/+6
* * array.c (combi_len, rb_ary_product): check for overflow.nobu2008-02-262-2/+15
* * array.c (recursive_cmp): compare minimal length parts.nobu2008-02-262-1/+5
* * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama2008-02-267-33/+26
* * parse.y (value_expr_gen): removed inappropriate warning.nobu2008-02-262-0/+13
* * parse.y (tokadd_escape): refactored. [ruby-core:15657]akr2008-02-262-6/+8
* * array.c (rb_ary_eql, rb_ary_cmp): get rid of stack overflow withnobu2008-02-262-19/+44
* * signal.c: sorry, commit miss.usa2008-02-261-1/+1
* * 2008-02-26usa2008-02-262-4/+4
* * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr2008-02-256-38/+51