aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/cmath.rb (log): avoided redundant expression.tadf2009-06-072-2/+5
* * 2009-06-07svn2009-06-071-2/+2
* removed extra spaces.tadf2009-06-072-7/+7
* * 2009-06-05svn2009-06-041-2/+2
* * lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz2009-06-042-1/+6
* * README.EXT: typo fixed.nobu2009-06-041-3/+3
* * 2009-06-04svn2009-06-031-2/+2
* * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz2009-06-032-1/+5
* * enum.c (enum_first): should check negative length.matz2009-06-032-0/+7
* * enum.c (first_i): Enumerator#first should consume only what ismatz2009-06-032-6/+18
* * 2009-06-03svn2009-06-021-2/+2
* * string.c (rb_str_gsub_bang): modify check at the beginning.matz2009-06-022-6/+23
* * 2009-06-02svn2009-06-021-2/+2
* * test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]kazu2009-06-022-0/+58
* * cont.c (cont_capture, fiber_store): reraise transferred error.nobu2009-06-013-2/+24
* * include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu2009-06-013-0/+12
* * cont.c: fixed types.nobu2009-06-011-3/+3
* * 2009-06-01svn2009-05-311-3/+3
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz2009-05-312-3/+10
* * lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu2009-05-312-10/+17
* * file.c (istrailinggarbage): fixed typo.nobu2009-05-313-10/+14
* * struct.c (Init_Struct): made #to_s an alias to #inspect tonobu2009-05-292-2/+8
* * hash.c (Init_Hash): made #to_s an alias to #inspect to reducenobu2009-05-292-16/+13
* * hash.c (rb_hash_inspect): rescurses with defined ID to get ridnobu2009-05-292-8/+17
* * enum.c (collect_all): checks interrupts. [ruby-core:23594]nobu2009-05-293-2/+7
* * configure.in (THREAD_MODEL): reject unknown value and checksnobu2009-05-272-1/+17
* * sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]matz2009-05-272-1/+5
* * time.c (time_strftime): update RDoc according to info frommatz2009-05-272-0/+20
* * lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr2009-05-273-30/+43
* * marshal.c (w_encoding): more compact encoding information formatz2009-05-272-0/+26
* * bignum.c (bigand_int): new function to calculate bignum andmatz2009-05-272-19/+144
* * 2009-05-28svn2009-05-271-2/+2
* * st.c (st_insert2): new function with processing new key,matz2009-05-274-3/+51
* * parse.y (struct parser_params): lex_gets_ptr should be long.nobu2009-05-272-13/+12
* * vm_dump.c (rb_vm_bugreport): no empty lines.nobu2009-05-271-6/+4
* * ext/readline/readline.c (readline_getc): the function fornaruse2009-05-263-5/+11
* * gc.c: fixed types.nobu2009-05-262-7/+9
* * common.mk (bignum.o, numeric.o): depend on util.h.nobu2009-05-267-64/+87
* * bignum.c (bignew_1): inline memory allocation.matz2009-05-262-6/+20
* Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-262-2/+6
* * parse.y (parser_yyerror): get rid of possible overflow.nobu2009-05-261-2/+3
* * include/ruby/ruby.h (FilePathValue): prevent from GC.nobu2009-05-252-2/+4
* * include/ruby/ruby.h (NUM2LONG): added GCC specific optimization.nobu2009-05-252-2/+12
* * time.c (rb_gmtime, rb_localtime): gmtime and localtime returnnobu2009-05-253-3/+24
* * string.c (rb_str_each_char, rb_str_each_codepoint): stringnobu2009-05-253-4/+10
* Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-252-1/+5
* * tool/mkconfig.rb, tool/instruby.rb: removed redundant code.nobu2009-05-253-3/+7
* * string.c (rb_str_hash): avoid calling rb_enc_str_asciionly_p().matz2009-05-252-24/+41
* * string.c (rb_str_rpartition): ditto.nobu2009-05-243-1/+6
* * test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz2009-05-243-2/+11