aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * gc.c: reject unused longlife gc.nari2009-08-109-254/+47
* * marshal.c (must_not_be_anonymous): fixed silly miss.nobu2009-08-091-3/+5
* * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu2009-08-096-41/+70
* * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai2009-08-093-5/+12
* * common.mk (ruby.imp): excluded prelude.o to get rid of circularnobu2009-08-092-4/+11
* * bignum.c (rb_big_cmp, bigsub, big_real_len, bigmul1_normal,mame2009-08-092-16/+38
* New API Encoding#ascii_compatible?.naruse2009-08-083-0/+28
* * ext/ripper/eventids2.c (token_to_eventid): addednobu2009-08-082-0/+6
* * 2009-08-09svn2009-08-081-2/+2
* * tool/compile_prelude.rb: fixes a regexp pattern for require.yugui2009-08-082-2/+7
* fix the name in the entrymatz2009-08-081-1/+1
* * bignum.c (bigzero_p): removing BDIGITS() inside of thematz2009-08-082-1/+9
* * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu2009-08-074-19/+80
* * eval_error.c (error_print): removed an extra argument.nobu2009-08-062-1/+5
* * eval.c (rb_exc_raise, rb_exc_fatal): nil is used to reraise.nobu2009-08-062-2/+10
* Fix a typo.knu2009-08-061-1/+1
* * ext/digest/sha2/sha2.c: The ULL suffix is not supported byknu2009-08-062-60/+71