summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (rb_str_new_frozen): must not change encoding of frozennobu2009-08-123-3/+22
* * configure.in (rb_cv_broken_crypt): needs more checks.nobu2009-08-122-3/+20
* * sprintf.c (rb_str_format): should preserve format encodingmatz2009-08-112-5/+10
* * encoding.c (rb_enc_compatible): If a string is empty andnaruse2009-08-113-2/+10
* * encoding.c (is_data_encoding): fix condition.naruse2009-08-112-2/+8
* * 2009-08-12svn2009-08-111-2/+2
* * test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior.nobu2009-08-111-2/+2
* * lib/date.rb (complete_frags): Monday must be suitable for %W'stadf2009-08-113-3/+8
* rdoc update.akr2009-08-111-1/+8
* * numeric.c (num_divmod): fixed rdoc. [ruby-core:24862]nobu2009-08-112-1/+5
* * 2009-08-11svn2009-08-111-2/+2
* * ChangeLog: fixed typo.nari2009-08-111-2/+2
* * include/ruby/intern.h (rb_path2class): no deprecation.nobu2009-08-102-1/+5
* fix typoskazu2009-08-101-10/+10
* * ChangeLog: sign why.nari2009-08-101-1/+3