aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu2009-08-202-2/+5
* * 2009-08-21svn2009-08-201-2/+2
* * io.c (rb_sysopen_internal): removed const qualifier.nobu2009-08-201-1/+1
* * io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.nobu2009-08-202-30/+48
* * parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag duringmame2009-08-202-0/+9
* Fix: change terminal's size on Widows when the window size is changednaruse2009-08-202-0/+6
* * parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0.nobu2009-08-201-0/+4
* * parse.y (ivar2_hash_type): disabled for now.nobu2009-08-202-0/+10
* * thread.c (rb_thread_terminate_all): do not ignore interrupt whenmatz2009-08-202-4/+13
* rdoc update.akr2009-08-191-7/+6
* rdoc update.akr2009-08-191-0/+1
* * enumerator.c (next_init): don't clear feedvalue.akr2009-08-193-1/+38
* * enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr2009-08-194-27/+424
* * 2009-08-20svn2009-08-191-2/+2
* * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz2009-08-193-6/+53
* * enc/unicode.c (CodeRanges): initialized statically.nobu2009-08-192-163/+137
* * test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame2009-08-182-0/+88
* * 2009-08-19svn2009-08-181-2/+2
* * compile.c (NODE_RETURN): fire return event at explicit return.mame2009-08-182-0/+6
* * enumerator.c (enumerator_peek): new method Enumerator#peek. akr2009-08-183-3/+74
* * load.c (rb_feature_provided): suppressed warnings.nobu2009-08-181-2/+2
* properties.nobu2009-08-180-0/+0
* Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-08-182-0/+4
* * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe2009-08-183-1/+11
* * range.c (range_step): treat symbols specially so that iteratingmatz2009-08-173-0/+52
* * 2009-08-18svn2009-08-171-2/+2
* * range.c (range_each): should honor to_str conversion.matz2009-08-173-11/+22
* * lib/date/delta.rb: removed require 'date'. added to_c.tadf2009-08-172-1/+5
* * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu2009-08-173-15/+48
* Don't warn if the duplicate is caused by /i.naruse2009-08-172-9/+35
* * lib/date/delta.rb: merged from date4. [experimental]tadf2009-08-165-1/+810
* * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf2009-08-163-3/+22
* * complex.c (nucomp_rationalize) added. [experimental]tadf2009-08-164-0/+301
* use num#i.tadf2009-08-162-4/+8
* * numeric.c (flo_pow,fix_pow): may return complex number.tadf2009-08-163-4/+21
* * string.c (rb_str_upto): generate numerical sequence whenmatz2009-08-163-3/+56
* * numeric.c (num_imaginary): num#i to return imaginary counterpartmatz2009-08-163-0/+24
* warn only when $VERBOSE.tadf2009-08-162-2/+2
* * 2009-08-17svn2009-08-161-2/+2
* * lib/complex.rb, lib/rational.rb: added warning messages.tadf2009-08-164-3/+11
* * parse.y (yylex): should dispatch scan-event even when followsnobu2009-08-163-1/+10
* * lib/date/format.rb: reverted.tadf2009-08-162-7/+11
* * lib/date/format.rb: suppressed a warning.naruse2009-08-163-9/+15
* rescue Encoding::ConverterNotFoundError.naruse2009-08-161-2/+6
* * lib/csv.rb: Change magic comment to US-ASCII in order tonaruse2009-08-162-1/+6
* * regparse.c: commit miss again.nobu2009-08-161-23/+18
* * regparse.c: commit miss.nobu2009-08-161-10/+19
* * regparse.c (parse_char_class, parse_exp, parse_branch),nobu2009-08-162-25/+41
* * vm.c (vm_backtrace_each, vm_backtrace_push),nobu2009-08-164-13/+20
* * vm_dump.c (bugreport_backtrace): rb_backtrace_iter_func nownobu2009-08-162-2/+7