aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead ofnobu2009-08-134-5/+13
* Merge changes from ruby_1_8 except for the post-1.8.7 part.knu2009-08-131-2/+15
* * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixednobu2009-08-132-2/+10
* * 2009-08-13svn2009-08-131-2/+2
* revert r24507. [ruby-dev:39073]matz2009-08-132-6/+1
* * ChangeLog: typo.usa2009-08-121-1/+1
* * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa2009-08-122-0/+9
* * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY.usa2009-08-122-1/+5
* * class.c (rb_define_module_id_under): fix the name.naruse2009-08-122-2/+8
* * test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu2009-08-121-0/+6
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-125-18/+46
* * test/ruby/test_struct.rb (test_inspect): use assert_match.nobu2009-08-121-1/+1
* * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko12009-08-128-4/+50
* * win32/win32.c (readdir_internal): free old temporary filename.usa2009-08-122-2/+9