aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (Init_Thread): no need to suppress warning fornobu2010-06-072-3/+2
* * string.c (rb_str_buf_cat_escaped_char): get rid of buffernobu2010-06-062-3/+13
* * test/ruby/test_array.rb (test_product): test for r28187.nobu2010-06-061-0/+5
* fix typos.akr2010-06-061-2/+2
* * array.c (rb_ary_product): clear uninitialized elements in temporaryakr2010-06-062-0/+6
* * test/ruby/test_env.rb (class TestEnv): fix typo.tarui2010-06-061-2/+2
* * gc.c: set_heaps_increment is notnari2010-06-062-16/+29
* * array.c (rb_ary_product): need to set the length in order to getnobu2010-06-064-0/+22
* * vm.c (Init_BareVM): call Init_native_thread here.akr2010-06-055-3/+17
* * NEWS: Enumerable#join has been reverted. [ruby-core:30604]nobu2010-06-053-3/+6
* * text/ruby/envutil.rb: ToArray when args is String.naruse2010-06-051-0/+1
* * re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse2010-06-053-22/+63
* * string.c (sym_inspect): Escape when the symbol is notnaruse2010-06-052-1/+9
* * string.c (rb_str_buf_cat_escaped_char): defined.naruse2010-06-052-22/+36
* add an assertion message.akr2010-06-051-1/+1
* * .gdbinit (rp): show type name for RTypedData.akr2010-06-052-1/+5
* * ruby.c (process_options, load_file_internal): $0 seen fromnobu2010-06-053-8/+13
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for childnobu2010-06-052-1/+10
* * test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu2010-06-052-0/+6
* * lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returningmarcandre2010-06-052-3/+10
* * lib/matrix.rb: trivial optimizationsmarcandre2010-06-051-20/+16
* * error.c (rb_name_err_mesg_new): guard mesg, recv and method.akr2010-06-052-1/+11
* * .gdbinit (rp): detect and show RTypedData.akr2010-06-052-2/+11
* * ruby.c (process_options): revert r25330, so that $0 can be seennobu2010-06-054-7/+19
* * file.c (rb_f_test): 'W' should test writable by real uid/git,nobu2010-06-043-2/+7
* * 2010-06-05svn2010-06-041-2/+2
* Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain2010-06-044-7/+9
* * test/dl/test_cfunc.rb: test for r28156tenderlove2010-06-041-0/+4
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): should taint the result.nobu2010-06-042-1/+9
* * 2010-06-04svn2010-06-041-2/+2
* * gc.c (gc_sweep): suppress a warning on VC, again.usa2010-06-042-1/+5
* Mention deprecation of digest/hmac.knu2010-06-031-4/+12
* * ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu2010-06-032-0/+13
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings bynobu2010-06-033-12/+9
* * load.c (ruby_init_ext): statically linked extensions have nonobu2010-06-034-5/+12
* * insns.def (concatarray): removed unused variable.nobu2010-06-031-1/+0
* * test/rake/test_win32.rb (Rake::TestWin32): update tests.nobu2010-06-032-31/+11
* * test/io/nonblock/test_flush.rb (test_flush): try pipe andnobu2010-06-032-2/+16
* * test/gdbm/test_gdbm.rb (test_s_open_create_new): Windows doesn't supportsusa2010-06-031-2/+2
* * ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa2010-06-032-1/+6
* * properties.nobu2010-06-021-1/+0
* * test/ruby/test_path.rb (test_path): workaround for drivenobu2010-06-022-2/+5
* * test/ruby/test_path.rb (test_path): get rid of blocking onnobu2010-06-022-2/+7
* Allow bin/* install from dot-dirs. Fixes rvm and multiruby installations.ryan2010-06-022-1/+8
* * ext/tk/lib/tk.rb: fix typo and race condition.nagai2010-06-022-4/+13
* * 2010-06-03svn2010-06-021-2/+2
* * ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove2010-06-023-1/+20
* * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect):nobu2010-06-022-2/+4
* * test/dl/test_cfunc.rb (test_last_error): CFunc.last_error is thread localusa2010-06-021-4/+6
* * 2010-06-02svn2010-06-021-2/+2