aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/drb/eq.rb: fix circular requrie in drb.seki2010-01-262-2/+6
* * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.naruse2010-01-263-920/+15
* * ext/strscan/strscan.c: fix rdoc. (length -> bytesize)naruse2010-01-262-3/+8
* don't gnerate core file.akr2010-01-261-1/+3
* supress warnings.akr2010-01-2520-77/+77
* * lib/matrix.rb: suppress warnings.akr2010-01-259-34/+46
* * 2010-01-26svn2010-01-251-2/+2
* * cont.c, vm_core.h, eval.c: because rb_protect must not be jumped bymame2010-01-254-0/+24
* * thread.c (do_select): wrong conditions. [ruby-core:27753]usa2010-01-252-3/+7
* * test/ruby/envutil.rb: use method_defined? instead ofmame2010-01-252-1/+6
* * cont.c (rb_cont_call, cont_restore_1): remove trap_tag check becausemame2010-01-254-17/+7
* * test/ruby/envutil.rb: fix the check if instance method `ruby' ismame2010-01-252-1/+6
* * test/ruby/test_rubyoptions.rb (test_segv_test): add a test formame2010-01-252-0/+26
* * file.c (be_chown, be_fchown, eaccess): suppressed warnings.nobu2010-01-251-7/+7
* * configure.in (RUBY_ARCHLIB): moved to version.c.nobu2010-01-251-7/+0
* * ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, andnobu2010-01-252-3/+8
* * version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.nobu2010-01-258-30/+36
* * include/ruby.h: removed duplication, added the macro for version.h.nobu2010-01-251-1/+1
* * signal.c (USE_SIGALTSTACK): only when SA_SIGINFO also isnobu2010-01-252-4/+10
* * dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse2010-01-255-10/+15
* * math.c (domain_check): ignore errno if y is inf.naruse2010-01-252-1/+12
* * string.c (rb_str_inspect): suppress a warning.nobu2010-01-252-3/+3
* * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko12010-01-246-39/+120
* rdoc update.akr2010-01-241-0/+2
* * string.c (rb_str_inspect): increment by rb_enc_mbminlen(enc) forakr2010-01-242-4/+10
* * string.c (rb_enc_strlen_cr): increment by rb_enc_mbminlen(enc) forakr2010-01-242-1/+9
* * dir.c (dir_s_glob): get rid of comment starter.nobu2010-01-231-2/+2
* * thread.c (thread_start_func_2): unlock all locking mutexesnobu2010-01-234-7/+43
* * ext/win32ole/lib/win32ole.rb: eol-style.nobu2010-01-230-0/+0
* * lib/rdoc/parser/ruby.rb: fix typo.naruse2010-01-232-2/+7
* * 2010-01-24svn2010-01-231-2/+2
* * lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.naruse2010-01-232-1/+6
* * dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669]naruse2010-01-232-0/+7
* * lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into):naruse2010-01-232-0/+10
* * ext/win32ole/win32ole.c: add WIN32OLE.ole_initialize,suke2010-01-233-1/+74
* * sample/coverage.rb: preserve exit status.mame2010-01-222-0/+6
* * test/ruby/test_dir.rb: get rid of debug print.mame2010-01-223-9/+9
* * 2010-01-23svn2010-01-221-2/+2
* * test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame2010-01-2213-5/+205
* * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame2010-01-224-0/+19
* * time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133] akr2010-01-223-0/+13
* * common.mk (rdoc): needs encodings and exts.nobu2010-01-222-1/+5
* * configure.in: add missing comma.naruse2010-01-222-1/+5
* * test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame2010-01-217-0/+38
* * 2010-01-22svn2010-01-211-2/+2
* * test/ruby/test_require.rb (test_define_class): expect TypeErrormame2010-01-212-1/+6
* * configure.in: some tidy.shyouhei2010-01-212-127/+47
* * array.c (rb_ary_rotate): new methods, Array#rotate! andnobu2010-01-214-8/+163
* * array.c (rb_ary_reverse_m): copy directly.nobu2010-01-212-4/+22
* * configure.in: use AS_CASE instead of when, to get rid ofnobu2010-01-212-504/+445