| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ChangeLog: add a reference. | mame | 2008-12-14 | 1 | -1/+1 |
| * | * bignum.c (rb_big_mul): faster multiplication by Karatsuba method and | mame | 2008-12-14 | 1 | -0/+9 |
| * | reverts r20713 | yugui | 2008-12-14 | 1 | -0/+4 |
| * | * process.c (forked_child): new variable. | akr | 2008-12-13 | 1 | -0/+13 |
| * | * common.mk (help): describes more targets. | yugui | 2008-12-13 | 1 | -0/+5 |
| * | * string.c (sym_printable): wrong condition for string iteration. | matz | 2008-12-13 | 1 | -0/+4 |
| * | * string.c (sym_inspect): quote if symbol contains non-printable | matz | 2008-12-13 | 1 | -0/+3 |
| * | * string.c (sym_equal): remove documentation error "Otherwise, | matz | 2008-12-13 | 1 | -0/+5 |
| * | * encoding.c (default_external): endless recursion during | yugui | 2008-12-13 | 1 | -0/+6 |
| * | * ruby.c (process_options): fixed default_internal is nil. | kouji | 2008-12-13 | 1 | -0/+5 |
| * | * test/ruby/enc/test_utf16.rb: feature changed in r20626. | yugui | 2008-12-13 | 1 | -0/+5 |
| * | * test/ruby/test_m17n_comb.rb: feature changed in r20626. | yugui | 2008-12-13 | 1 | -0/+5 |
| * | * complex.c: use rb_usascii_str_new2 instead of rb_str_new2. | tadf | 2008-12-13 | 1 | -0/+6 |
| * | * test/ruby/test_m17n.rb: feature changed in r20626. | yugui | 2008-12-13 | 1 | -0/+5 |
| * | * lib/minitest/test.rb (MinTest::Unit#location): | yugui | 2008-12-13 | 1 | -0/+6 |
| * | Imported minitest 1.3.2 r4503. | ryan | 2008-12-13 | 1 | -0/+6 |
| * | * complex.c (nucomp_canonicalization): renamed. | tadf | 2008-12-12 | 1 | -0/+12 |
| * | * ChangeLog: commit miss (r20680). | kouji | 2008-12-12 | 1 | -0/+6 |
| * | * complex.c, rational.c: do not use RUBY_VERSION_CODE. | tadf | 2008-12-12 | 1 | -0/+4 |
| * | * ext/readline/readline.c: r20662 reverted. | kouji | 2008-12-12 | 1 | -0/+4 |
| * | * encoding.c (rb_enc_set_default_external): default_internal can be | yugui | 2008-12-12 | 1 | -0/+9 |
| * | * common.mk (run, runruby, parse, gdb, gdb-ruby): you can also run | yugui | 2008-12-12 | 1 | -0/+5 |
| * | * ext/readline/readline.c (readline_readline): changed the message | kouji | 2008-12-12 | 1 | -0/+6 |
| * | * ext/readline/readline.c: used the ExportStringValue macro | kouji | 2008-12-12 | 1 | -0/+6 |
| * | * parse.y (yycompile0): ruby_eval_tree_begin is always 0 when | nobu | 2008-12-12 | 1 | -0/+5 |
| * | * encoding.c (enc_get_default_encoding): removed. | yugui | 2008-12-12 | 1 | -0/+19 |
| * | * load.c (rb_feature_p): load path must be expanded. | nobu | 2008-12-12 | 1 | -0/+11 |
| * | * complex.c, rational.c: do not use RUBY_VERSION_CODE. | nobu | 2008-12-12 | 1 | -0/+4 |
| * | * string.c (rb_string_value_ptr, rb_to_id): do not use a side | nobu | 2008-12-12 | 1 | -0/+8 |
| * | do not pass -infinity. | tadf | 2008-12-11 | 1 | -2/+1 |
| * | * lib/cmath.rb (sqrt): should pass nan or infinity to the original | tadf | 2008-12-11 | 1 | -0/+5 |
| * | * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb: | kou | 2008-12-11 | 1 | -0/+7 |
| * | * ChangeLog: add missing 'Nobuyoshi Nakada'. | kou | 2008-12-11 | 1 | -1/+1 |
| * | * encoding.c (rb_enc_aliases_enc_i): skips default internal. | nobu | 2008-12-11 | 1 | -0/+4 |
| * | * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb. | akr | 2008-12-11 | 1 | -0/+6 |
| * | * test/ruby/test_io.rb (test_dup_many): extracted from test_dup. | akr | 2008-12-11 | 1 | -0/+5 |
| * | * lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb. | akr | 2008-12-11 | 1 | -0/+5 |
| * | * re.c (reg_enc_error): raise EncodingCompatibilityError for | matz | 2008-12-11 | 1 | -0/+8 |
| * | * encoding.c (enc_set_default_encoding): allowed to set default | nobu | 2008-12-11 | 1 | -3/+3 |
| * | * encoding.c (rb_enc_set_default_internal): defines internal | nobu | 2008-12-11 | 1 | -1/+7 |
| * | * encoding.c (rb_locale_encoding): removed Encoding::LOCALE. | nobu | 2008-12-11 | 1 | -0/+8 |
| * | * include/ruby/st.h (size_t): needs stddef.h or stdlib.h. | nobu | 2008-12-11 | 1 | -0/+5 |
| * | * test/ruby/test_bignum.rb (TestBignum#test_convert): remove | matz | 2008-12-11 | 1 | -0/+6 |
| * | * lib/rexml/document.rb (REXML::Document#write): require | matz | 2008-12-11 | 1 | -0/+11 |
| * | * math.c (domain_check): should not raise EDOM exception for NaN | matz | 2008-12-10 | 1 | -0/+6 |
| * | * lib/open3.rb (Open3.pipeline_start): return an array of threads if a | akr | 2008-12-10 | 1 | -0/+5 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be round | matz | 2008-12-10 | 1 | -0/+8 |
| * | * thread.c (rb_mutex_unlock): shut up warning. a patch from | matz | 2008-12-10 | 1 | -0/+5 |
| * | added ml ref. | tadf | 2008-12-10 | 1 | -1/+1 |
| * | * complex.c: avoided warnings on cpp. | tadf | 2008-12-10 | 1 | -0/+6 |