aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (sym_inspect): quote if symbol contains non-printablematz2008-12-132-1/+18
* * string.c (sym_equal): remove documentation error "Otherwise,matz2008-12-132-2/+6
* * encoding.c (default_external): endless recursion duringyugui2008-12-132-1/+7
* * ruby.c (process_options): fixed default_internal is nil.kouji2008-12-132-1/+6
* * test/ruby/enc/test_utf16.rb: feature changed in r20626.yugui2008-12-132-1/+6
* * test/ruby/test_m17n_comb.rb: feature changed in r20626.yugui2008-12-132-3/+12
* * complex.c: use rb_usascii_str_new2 instead of rb_str_new2.tadf2008-12-133-11/+17
* * test/ruby/test_m17n.rb: feature changed in r20626.yugui2008-12-132-11/+16
* * lib/minitest/test.rb (MinTest::Unit#location): yugui2008-12-132-2/+12
* Imported minitest 1.3.2 r4503.ryan2008-12-134-9/+22
* Numeric#scalar? has been renamed.tadf2008-12-131-1/+1
* must be typos.tadf2008-12-121-5/+5
* * complex.c (nucomp_canonicalization): renamed.tadf2008-12-126-24/+29
* * ChangeLog: commit miss (r20680).kouji2008-12-121-0/+6
* * 2008-12-13svn2008-12-121-2/+2
* * ext/readline/readline.ckouji2008-12-122-10/+15
* * complex.c, rational.c: do not use RUBY_VERSION_CODE.tadf2008-12-123-10/+12
* * ext/readline/readline.c: r20662 reverted.kouji2008-12-122-10/+19
* * encoding.c (rb_enc_set_default_external): default_internal can beyugui2008-12-122-1/+17
* * common.mk (run, runruby, parse, gdb, gdb-ruby): you can also runyugui2008-12-122-5/+12
* * ext/readline/readline.c (readline_readline): changed the messagekouji2008-12-122-1/+7
* * ext/readline/readline.c: used the ExportStringValue macrokouji2008-12-122-15/+16
* - Remove doc/NEWS when we have doc/NEWS-1.9.1.knu2008-12-122-177/+51
* Add historical NEWS files for the record.knu2008-12-122-0/+839
* * parse.y (yycompile0): ruby_eval_tree_begin is always 0 whennobu2008-12-122-10/+7
* * encoding.c (enc_get_default_encoding): removed.yugui2008-12-124-17/+42
* * load.c (rb_feature_p): load path must be expanded.nobu2008-12-122-1/+29
* * configure.in (rb_version): greps only the line that defines version.nobu2008-12-122-3/+1
* * complex.c, rational.c: do not use RUBY_VERSION_CODE.nobu2008-12-123-6/+6
* properties.nobu2008-12-120-0/+0
* * string.c (rb_string_value_ptr, rb_to_id): do not use a sidenobu2008-12-122-4/+15
* * 2008-12-12svn2008-12-111-3/+3
* do not pass -infinity.tadf2008-12-112-5/+4
* * lib/cmath.rb (sqrt): should pass nan or infinity to the originaltadf2008-12-112-1/+6
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou2008-12-119-13/+86
* * ChangeLog: add missing 'Nobuyoshi Nakada'.kou2008-12-111-1/+1
* Remove things that have been backported to the ruby_1_8 branch. [trunk-only]knu2008-12-111-5/+0
* Elaborate with Range#include?.knu2008-12-111-1/+4
* * encoding.c (rb_enc_aliases_enc_i): skips default internal.nobu2008-12-112-0/+5
* * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb.akr2008-12-114-112/+130
* * test/ruby/test_io.rb (test_dup_many): extracted from test_dup.akr2008-12-112-11/+26
* * lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.akr2008-12-112-0/+9
* * re.c (reg_enc_error): raise EncodingCompatibilityError formatz2008-12-112-2/+10
* * encoding.c (enc_set_default_encoding): allowed to set defaultnobu2008-12-112-39/+82
* * encoding.c (rb_enc_set_default_internal): defines internalnobu2008-12-112-2/+16
* * encoding.c (rb_locale_encoding): removed Encoding::LOCALE.nobu2008-12-112-5/+20
* * include/ruby/st.h (size_t): needs stddef.h or stdlib.h.nobu2008-12-112-0/+18
* * test/ruby/test_bignum.rb (TestBignum#test_convert): removematz2008-12-112-12/+6
* * lib/rexml/document.rb (REXML::Document#write): requirematz2008-12-114-1/+16
* * math.c (domain_check): should not raise EDOM exception for NaNmatz2008-12-102-32/+49