aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/open3.rb (Open3.pipeline_start): return an array of threads if aakr2008-12-103-20/+112
* rdoc update.akr2008-12-101-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be roundmatz2008-12-102-2/+13
* * thread.c (rb_mutex_unlock): shut up warning. a patch frommatz2008-12-102-1/+6
* added ml ref.tadf2008-12-101-1/+1
* * 2008-12-11svn2008-12-101-3/+3
* * complex.c: avoided warnings on cpp.tadf2008-12-103-0/+24
* * lib/rss/maker.rb (RSS::Maker.[]): add.kou2008-12-102-5/+17
* * enumerator.c (enumerator_rewind): If the enclosed objectknu2008-12-102-0/+12
* * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/.knu2008-12-103-2/+8
* * re.c (rb_reg_initialize): raise RegexpError when encodingnaruse2008-12-102-0/+10
* * 2008-12-10svn2008-12-091-3/+3
* * common.mk (win32.obj): depend on headers.usa2008-12-092-1/+5
* * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,duerst2008-12-099-32/+915
* * vm_core.h: removed trailing garbage spaces.nobu2008-12-091-5/+5
* * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,nobu2008-12-0916-19/+19
* * ext/curses/curses.c: removed trailing spaces.nobu2008-12-091-31/+31
* * ext/curses/curses.c: made indentation consistent.nobu2008-12-091-189/+189
* * compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu2008-12-0910-34/+44
* * ext/curses/curses.c (curses_use_default_colors): add newmatz2008-12-093-1/+54
* * cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type),nobu2008-12-094-5/+8
* * vm_insnhelper.c (check_cfunc): use function pointer.nobu2008-12-092-1/+5
* * .gdbinit (rp): fixed typo for T_STRUCT.nobu2008-12-092-1/+5
* * pack.c (pack_pck): fixed [ruby-dev:37295].yugui2008-12-092-2/+10
* * mkconfig.rb: fix for continued lines. based on a patch fromnobu2008-12-082-6/+10