| 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 | 4 | -68/+366 |
| * | new file. | akr | 2008-12-14 | 1 | -0/+46 |
| * | reverts r20713 | yugui | 2008-12-14 | 2 | -6/+6 |
| * | properties. | nobu | 2008-12-13 | 0 | -0/+0 |
| * | * 2008-12-14 | svn | 2008-12-13 | 1 | -2/+2 |
| * | * process.c (forked_child): new variable. | akr | 2008-12-13 | 3 | -62/+100 |
| * | * common.mk (help): describes more targets. | yugui | 2008-12-13 | 2 | -8/+24 |
| * | * string.c (sym_printable): wrong condition for string iteration. | matz | 2008-12-13 | 2 | -4/+7 |
| * | * string.c (sym_inspect): quote if symbol contains non-printable | matz | 2008-12-13 | 2 | -1/+18 |
| * | * string.c (sym_equal): remove documentation error "Otherwise, | matz | 2008-12-13 | 2 | -2/+6 |
| * | * encoding.c (default_external): endless recursion during | yugui | 2008-12-13 | 2 | -1/+7 |
| * | * ruby.c (process_options): fixed default_internal is nil. | kouji | 2008-12-13 | 2 | -1/+6 |
| * | * test/ruby/enc/test_utf16.rb: feature changed in r20626. | yugui | 2008-12-13 | 2 | -1/+6 |
| * | * test/ruby/test_m17n_comb.rb: feature changed in r20626. | yugui | 2008-12-13 | 2 | -3/+12 |
| * | * complex.c: use rb_usascii_str_new2 instead of rb_str_new2. | tadf | 2008-12-13 | 3 | -11/+17 |
| * | * test/ruby/test_m17n.rb: feature changed in r20626. | yugui | 2008-12-13 | 2 | -11/+16 |
| * | * lib/minitest/test.rb (MinTest::Unit#location): | yugui | 2008-12-13 | 2 | -2/+12 |
| * | Imported minitest 1.3.2 r4503. | ryan | 2008-12-13 | 4 | -9/+22 |
| * | Numeric#scalar? has been renamed. | tadf | 2008-12-13 | 1 | -1/+1 |
| * | must be typos. | tadf | 2008-12-12 | 1 | -5/+5 |
| * | * complex.c (nucomp_canonicalization): renamed. | tadf | 2008-12-12 | 6 | -24/+29 |
| * | * ChangeLog: commit miss (r20680). | kouji | 2008-12-12 | 1 | -0/+6 |
| * | * 2008-12-13 | svn | 2008-12-12 | 1 | -2/+2 |
| * | * ext/readline/readline.c | kouji | 2008-12-12 | 2 | -10/+15 |
| * | * complex.c, rational.c: do not use RUBY_VERSION_CODE. | tadf | 2008-12-12 | 3 | -10/+12 |
| * | * ext/readline/readline.c: r20662 reverted. | kouji | 2008-12-12 | 2 | -10/+19 |
| * | * encoding.c (rb_enc_set_default_external): default_internal can be | yugui | 2008-12-12 | 2 | -1/+17 |
| * | * common.mk (run, runruby, parse, gdb, gdb-ruby): you can also run | yugui | 2008-12-12 | 2 | -5/+12 |
| * | * ext/readline/readline.c (readline_readline): changed the message | kouji | 2008-12-12 | 2 | -1/+7 |
| * | * ext/readline/readline.c: used the ExportStringValue macro | kouji | 2008-12-12 | 2 | -15/+16 |
| * | - Remove doc/NEWS when we have doc/NEWS-1.9.1. | knu | 2008-12-12 | 2 | -177/+51 |
| * | Add historical NEWS files for the record. | knu | 2008-12-12 | 2 | -0/+839 |
| * | * parse.y (yycompile0): ruby_eval_tree_begin is always 0 when | nobu | 2008-12-12 | 2 | -10/+7 |
| * | * encoding.c (enc_get_default_encoding): removed. | yugui | 2008-12-12 | 4 | -17/+42 |
| * | * load.c (rb_feature_p): load path must be expanded. | nobu | 2008-12-12 | 2 | -1/+29 |
| * | * configure.in (rb_version): greps only the line that defines version. | nobu | 2008-12-12 | 2 | -3/+1 |
| * | * complex.c, rational.c: do not use RUBY_VERSION_CODE. | nobu | 2008-12-12 | 3 | -6/+6 |
| * | properties. | nobu | 2008-12-12 | 0 | -0/+0 |
| * | * string.c (rb_string_value_ptr, rb_to_id): do not use a side | nobu | 2008-12-12 | 2 | -4/+15 |
| * | * 2008-12-12 | svn | 2008-12-11 | 1 | -3/+3 |
| * | do not pass -infinity. | tadf | 2008-12-11 | 2 | -5/+4 |
| * | * lib/cmath.rb (sqrt): should pass nan or infinity to the original | tadf | 2008-12-11 | 2 | -1/+6 |
| * | * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb: | kou | 2008-12-11 | 9 | -13/+86 |
| * | * ChangeLog: add missing 'Nobuyoshi Nakada'. | kou | 2008-12-11 | 1 | -1/+1 |
| * | Remove things that have been backported to the ruby_1_8 branch. [trunk-only] | knu | 2008-12-11 | 1 | -5/+0 |
| * | Elaborate with Range#include?. | knu | 2008-12-11 | 1 | -1/+4 |
| * | * encoding.c (rb_enc_aliases_enc_i): skips default internal. | nobu | 2008-12-11 | 2 | -0/+5 |
| * | * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb. | akr | 2008-12-11 | 4 | -112/+130 |
| * | * test/ruby/test_io.rb (test_dup_many): extracted from test_dup. | akr | 2008-12-11 | 2 | -11/+26 |