aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * vm_insnhelper.c (opt_eq_func): fix optimization bug. This issueko12009-08-152-23/+18
* * regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse2009-08-153-2/+15
* * 2009-08-16svn2009-08-151-2/+2
* \d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse2009-08-154-12/+80
* * 2009-08-15svn2009-08-151-2/+2
* * parse.y (fname, string_dvar, sym, dsym, f_arglist): removednobu2009-08-152-13/+12
* * include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu2009-08-144-4/+11
* * re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse2009-08-143-8/+17
* * enc/Makefile.in (MKDIRS): revert r24525.naruse2009-08-142-1/+5
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): fasternobu2009-08-142-5/+10
* * configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079]nobu2009-08-142-1/+5
* * doc/ChangeLog-1.8.0: add forgotten entry contributed bymatz2009-08-132-0/+10
* * 2009-08-14svn2009-08-131-2/+2
* * lib/delegate.rb (Delegator#method_missing): __FILE__ may containmatz2009-08-132-1/+6
* * vm.c (vm_exec): returning from lambda runs ensure section.wanabe2009-08-132-4/+22
* * configure.in (RUBY_CHECK_SIZEOF): set cross_compiling to yesnobu2009-08-132-4/+13
* * configure.in (RUBY_CHECK_SIZEOF): use AC_COMPUTE_INT instead ofnobu2009-08-132-3/+10
* * insns.def (opt_case_dispatch): suppressed a warning.nobu2009-08-133-2/+10
* Oops, my finger slipped.knu2009-08-131-1/+1