aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/sdbm/test_sdbm.rb (test_s_open_error): doesn't support to avoid readusa2010-05-271-0/+1
* * 2010-05-27svn2010-05-271-2/+2
* * LGPL: Removed. We no longer have LGPL'd source files in ourknu2010-05-272-504/+5
* * random.c (random_rand): add the result of random to thenobu2010-05-262-3/+7
* * file.c (file_expand_path): revert a part of r22392. it's commit miss.usa2010-05-262-1/+5
* * ChangeLog: fix wrong format.tarui2010-05-261-3/+2
* * test/rinda/test_rinda.rb (class TupleSpaceTest): kill a used threadtarui2010-05-262-0/+14
* * test/open-uri/test_open-uri.rb (test_find_proxy_case_sensitive_env):usa2010-05-261-0/+1
* * test/test_tempfile.rb: skip some tests on Windows because unlinking is alwaysusa2010-05-261-0/+4
* * random.c (random_rand): subtraction method of non-numeric cannobu2010-05-263-3/+16
* document marshal_dump and marshal_loaddrbrain2010-05-262-9/+78
* * configure.in (rb_cv_large_fd_select): needed on mingw, evennobu2010-05-262-1/+11
* * 2010-05-26svn2010-05-251-2/+2
* * regparse.c (add_code_range_to_buf0): fix false negativenaruse2010-05-253-2/+14
* update doc.akr2010-05-251-0/+2
* refine an assertion.akr2010-05-251-1/+3
* * misc/ruby-style.el (ruby-style-version): take revision ifnobu2010-05-252-1/+6
* * test/test_find.rb: skip some tests on Windows.usa2010-05-251-0/+2
* * include/ruby/vm.h, include/ruby/encoding.h: add externalnobu2010-05-253-0/+33
* Ignore Makefile etc of json, fiddle and io/console.naruse2010-05-250-0/+0
* * 2010-05-25svn2010-05-241-2/+2
* * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame2010-05-242-7/+13
* * error.c: fix wrong exception class name in rdoc.akr2010-05-242-3/+7
* fix typo.akr2010-05-241-5/+5
* add an assertion.akr2010-05-241-0/+1
* * parse.y (warn_balanced, parser_yylex): no warnings after closingnobu2010-05-242-1/+7
* * common.mk (change, prelude): phony targets.nobu2010-05-241-2/+2
* * tool/change_maker.rb: line number may not present.nobu2010-05-241-1/+1
* * tool/change_maker.rb: use external diff for -p option.nobu2010-05-241-13/+16
* * common.mk (change), tool/change_maker.rb: make a brief templatenobu2010-05-243-0/+35
* * gc.c (gc_sweep): suppres a warning on VC.usa2010-05-242-1/+5
* * process.c (rb_f_spawn): use correct command name for the errornobu2010-05-234-22/+53
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-238-8/+13
* * parse.y (warn_balanced): no warning for singleton class.nobu2010-05-232-1/+7
* * include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppressnobu2010-05-232-3/+8
* * 2010-05-23svn2010-05-221-2/+2
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-228-19/+140
* * numeric.c (rb_num2ulong): explicit cast to suppress a warning.nobu2010-05-221-1/+1
* * 2010-05-22svn2010-05-211-2/+2
* * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().kosaki2010-05-212-10/+6
* * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu2010-05-212-3/+8
* * ext/syck/implicit.c (YYFILL): suppress warnings.nobu2010-05-211-1/+1
* * configure.in (warnflags): removed -pedantic after all.nobu2010-05-212-4/+1
* * suppress warnings.nobu2010-05-2111-35/+37
* * configure.in: fixed typo.nobu2010-05-211-1/+1
* * configure.in (warnflags): add -pedantic if gcc.nobu2010-05-213-1/+9
* fix typoskazu2010-05-211-13/+13
* * configure.in (LIBRUBYARG_SHARED): shared library will not benobu2010-05-212-4/+9
* * ruby.c (ruby_init_loadpath_safe): use real path for non-sharednobu2010-05-213-6/+13
* * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppressnobu2010-05-212-2/+2