aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * compile.c (iseq_compile_each): should consider block on stack,matz2010-06-024-11/+56
* * re.c (unescape_nonascii): \P{FOO} is also Unicode regexp. [ruby-core:30540]naruse2010-06-012-0/+6
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-014-10/+70
* * ext/readline/extconf.rb: reject GPLv3 readline. [ruby-dev:39172]naruse2010-05-312-1/+12
* * 2010-06-01svn2010-05-311-3/+3
* * io.c (pipe_open): add RB_GC_GUARD.tarui2010-05-312-0/+9
* * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai2010-05-315-120/+585
* update comment.akr2010-05-311-1/+1
* * lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNRESETakr2010-05-312-1/+7
* * regparse.c (onig_syntax_warn): do not use external strings asnobu2010-05-313-2/+11
* * misc/ruby-mode.el (ruby-mode-set-encoding): commit miss.nobu2010-05-311-1/+1
* * misc/ruby-mode.el (ruby-mode-set-encoding): skip shebang linenobu2010-05-312-1/+6
* * file.c (file_expand_path): Refix r28102: this breaksnaruse2010-05-313-2/+10
* * string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse2010-05-313-1/+15
* * encoding.c (rb_enc_unicode_p): check the encoding is Unicodenaruse2010-05-312-1/+7
* * file.c (file_expand_path): check if expanded dname encoding isnobu2010-05-303-2/+11
* * insns.def (defined): respond_to_missing? may not be availablematz2010-05-302-2/+14
* * 2010-05-31svn2010-05-301-2/+2
* * lib/delegate: Delegator: combine (public|protected) methods withmarcandre2010-05-302-4/+41
* * lib/set.rb (keep_if, select!): New methods [ruby-core:29749]marcandre2010-05-303-0/+34
* * test/rake/test_application.rb: update a test because of r28089.mame2010-05-302-1/+5
* * lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil tomame2010-05-302-1/+7
* * ext/nkf/nkf-utf8/nkf.c: updated to b856dd07.naruse2010-05-302-6/+11
* * load.c (load_failed): use more accurate error message.mame2010-05-302-1/+6
* * file.c (rb_file_directory_p): update rdoc. a patch from Ilkkamame2010-05-302-11/+7
* * gc.c (gc_mark_all_clear): don't call obj_free() innari2010-05-302-15/+16
* * .gdbinit (rp): mark singleton classes.nobu2010-05-301-1/+1
* * removed trailing spaces.nobu2010-05-2919-92/+86
* * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu2010-05-294-27/+22
* * lib/rdoc/generator/template/darkfish/classpage.rhtml:naruse2010-05-292-1/+6
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start):tarui2010-05-293-11/+5
* * ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame2010-05-292-0/+6