summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-06* test/ruby/test_array.rb (test_product): test for r28187.nobu
2010-06-06fix typos.akr
2010-06-06* array.c (rb_ary_product): clear uninitialized elements in temporaryakr
2010-06-06 * test/ruby/test_env.rb (class TestEnv): fix typo.tarui
2010-06-06* gc.c: set_heaps_increment is notnari
2010-06-06* array.c (rb_ary_product): need to set the length in order to getnobu
2010-06-05* vm.c (Init_BareVM): call Init_native_thread here.akr
2010-06-05* NEWS: Enumerable#join has been reverted. [ruby-core:30604]nobu
2010-06-05* text/ruby/envutil.rb: ToArray when args is String.naruse
2010-06-05* re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse
2010-06-05* string.c (sym_inspect): Escape when the symbol is notnaruse
2010-06-05* string.c (rb_str_buf_cat_escaped_char): defined.naruse
2010-06-05add an assertion message.akr
2010-06-05* .gdbinit (rp): show type name for RTypedData.akr
2010-06-05* ruby.c (process_options, load_file_internal): $0 seen fromnobu
2010-06-05* test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for childnobu
2010-06-05* test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu
2010-06-05* lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returningmarcandre
2010-06-05* lib/matrix.rb: trivial optimizationsmarcandre
2010-06-05* error.c (rb_name_err_mesg_new): guard mesg, recv and method.akr
2010-06-05* .gdbinit (rp): detect and show RTypedData.akr
2010-06-05* ruby.c (process_options): revert r25330, so that $0 can be seennobu
2010-06-04* file.c (rb_f_test): 'W' should test writable by real uid/git,nobu
2010-06-04* 2010-06-05svn
2010-06-04Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain
2010-06-04* test/dl/test_cfunc.rb: test for r28156tenderlove
2010-06-04* ext/dl/cfunc.c (rb_dlcfunc_inspect): should taint the result.nobu
2010-06-04* 2010-06-04svn
2010-06-04* gc.c (gc_sweep): suppress a warning on VC, again.usa
2010-06-03Mention deprecation of digest/hmac.knu
2010-06-03* ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu
2010-06-03* ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings bynobu
2010-06-03* load.c (ruby_init_ext): statically linked extensions have nonobu
2010-06-03* insns.def (concatarray): removed unused variable.nobu
2010-06-03* test/rake/test_win32.rb (Rake::TestWin32): update tests.nobu
2010-06-03* test/io/nonblock/test_flush.rb (test_flush): try pipe andnobu
2010-06-03* test/gdbm/test_gdbm.rb (test_s_open_create_new): Windows doesn't supportsusa
2010-06-03* ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa
2010-06-02* properties.nobu
2010-06-02* test/ruby/test_path.rb (test_path): workaround for drivenobu
2010-06-02* test/ruby/test_path.rb (test_path): get rid of blocking onnobu
2010-06-02Allow bin/* install from dot-dirs. Fixes rvm and multiruby installations.ryan
2010-06-02* ext/tk/lib/tk.rb: fix typo and race condition.nagai
2010-06-02* 2010-06-03svn
2010-06-02* ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove
2010-06-02 * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect):nobu
2010-06-02* test/dl/test_cfunc.rb (test_last_error): CFunc.last_error is thread localusa
2010-06-02* 2010-06-02svn
2010-06-02* compile.c (iseq_compile_each): should consider block on stack,matz
2010-06-01* re.c (unescape_nonascii): \P{FOO} is also Unicode regexp. [ruby-core:30540]naruse