aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * thread_win32.c (w32_wait_events): get GVL before handle interruptwanabe2010-05-052-9/+18
* * ext/tk/extconf.rb: revert. enbugged by last commit.nagai2010-05-053-300/+71
* * file.c (rb_stat): use STAT macro instead of calling stat() directly.usa2010-05-052-1/+6
* * test/etc/test_etc.rb: assert only when any value is given.nobu2010-05-051-2/+2
* * debug.c (RUBY_NODE_LMASK): may exceed int limit.nobu2010-05-051-1/+1
* * bootstraptest/test_io.rb (megacontent-copy_stream): get rid ofnobu2010-05-052-5/+12
* * gc.c (rb_mark_method_entry): renamed.nobu2010-05-044-5/+5
* * method.h (rb_gc_mark_method_entry): fixed typo.nobu2010-05-042-1/+5
* * method.h, vm_method.c: rename some internal functions related toko12010-05-045-19/+34
* Fix and add tests for String#inspect. [ruby-dev:41153]naruse2010-05-041-6/+23
* * 2010-05-05svn2010-05-041-2/+2
* * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is notusa2010-05-042-7/+17
* * compile.c (iseq_build_body): update iseq->ic_size.wanabe2010-05-042-0/+7
* * error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu2010-05-043-1/+14
* * test/fileutils/test_fileutils.rb (test_copy_stream):nobu2010-05-042-7/+14
* Setup Symbol#to_json to avoid conflict.naruse2010-05-041-0/+8
* * vm_insnhelper.c (argument_error): removed unused variable.nobu2010-05-041-1/+0
* * include/ruby/win32.h (rb_w32_uchdir): missing prototype.nobu2010-05-041-0/+1
* * vm_insnhelper.c (argument_error): never return.nobu2010-05-041-0/+1
* * vm_insnhelper.c (argument_error): push correct backtrace.ko12010-05-042-7/+35
* * ext/socket/option.c (sockopt_inspect): use rb_str_cat2 andakr2010-05-043-4/+10
* * ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 andakr2010-05-042-1/+7
* * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame2010-05-034-20/+94
* Add rdoc about IO#read(length). [ruby-core:29161]naruse2010-05-031-5/+6
* * ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.naruse2010-05-032-6/+14
* * 2010-05-04svn2010-05-031-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methodstenderlove2010-05-031-22/+22
* * sample/README: update file list. [ruby-core:28981]kazu2010-05-032-4/+6
* trivial changekazu2010-05-031-2/+2
* * file.c (rb_str_encode_ospath): unused variable.nobu2010-05-031-1/+0
* * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu2010-05-024-26/+103
* * test/json/test_json_addition.rb (test_utc_datetime): fixednobu2010-05-021-2/+2
* * lib/rdoc/task.rb (RDoc::Task): should not override newer code.nobu2010-05-023-228/+8
* * ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.nobu2010-05-022-2/+18
* * test: fixed wrong assertions.nobu2010-05-022-13/+13
* * test/digest/test_digest.rb (test_eq): use descriptive assertion.nobu2010-05-021-1/+1
* * NEWS: List all changes to lib/matrixmarcandre2010-05-022-87/+114
* fix log. missed ref.wanabe2010-05-021-0/+1
* * iseq.c (iseq_load): allow filepath to be nil.wanabe2010-05-022-1/+6
* * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value insteadnobu2010-05-012-1/+6
* * lib/mkmf.rb (dir_config): should not modify argument arraysnobu2010-05-012-2/+7
* * test/test_tempfile.rb: fixed errors.nobu2010-05-012-5/+5
* * lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu2010-05-013-9/+14
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-05-012-2/+5
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-05-012-1/+6
* * ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't usenobu2010-05-012-1/+6
* Merge fix for gem server, bump RubyGems version to 1.3.7drbrain2010-05-014-2/+10
* Upgrade to RDoc 2.5.8drbrain2010-05-015-5/+13
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-05-012-1/+6
* * win32/win32.c: add declaration of wstati64 for gcc.wanabe2010-04-302-0/+5