summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-05-03Add rdoc about IO#read(length). [ruby-core:29161]naruse
2010-05-03* ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.naruse
2010-05-03* 2010-05-04svn
2010-05-03* ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methodstenderlove
2010-05-03* sample/README: update file list. [ruby-core:28981]kazu
2010-05-03trivial changekazu
2010-05-03* file.c (rb_str_encode_ospath): unused variable.nobu
2010-05-02* ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu
2010-05-02* test/json/test_json_addition.rb (test_utc_datetime): fixednobu
2010-05-02* lib/rdoc/task.rb (RDoc::Task): should not override newer code.nobu
2010-05-02* ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.nobu
2010-05-02* test: fixed wrong assertions.nobu
2010-05-02* test/digest/test_digest.rb (test_eq): use descriptive assertion.nobu
2010-05-02* NEWS: List all changes to lib/matrixmarcandre
2010-05-02fix log. missed ref.wanabe
2010-05-02* iseq.c (iseq_load): allow filepath to be nil.wanabe
2010-05-01* lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value insteadnobu
2010-05-01* lib/mkmf.rb (dir_config): should not modify argument arraysnobu
2010-05-01* test/test_tempfile.rb: fixed errors.nobu
2010-05-01* lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-05-01* ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't usenobu
2010-05-01Merge fix for gem server, bump RubyGems version to 1.3.7drbrain
2010-05-01Upgrade to RDoc 2.5.8drbrain
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-30* win32/win32.c: add declaration of wstati64 for gcc.wanabe
2010-04-30* merge some patches from win32-uncode-test branch.usa
2010-04-30* io.c (seek_before_access): fixed argument type.nobu
2010-04-30* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-30* test/ruby/test_io.rb: skip false tests on Windows.nobu
2010-04-30* math.c: Math::DomainError < StandardException [ruby-core:29855]marcandre
2010-04-30* test/test_open3.rb (TestOpen3#test_commandline): use simplenobu
2010-04-30* ext/tk/extconf.rb: better support for MinGW environment.nagai
2010-04-30* signal.c (ruby_signal_name): rdoc fix for undocumented parametermarcandre
2010-04-30* file.c (file_expand_path): call rb_str_set_len before BUFCHECK toakr
2010-04-30* string.c (rb_str_sub_bang): String#sub! now raises an error whenmarcandre
2010-04-30* eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre
2010-04-29* time.c (TIMET_MAX): should be time_t, not unsigned_time_t.usa
2010-04-29* time.c (rb_time_unmagnify_to_float): should cast.usa
2010-04-29* numeric.c (fix_mul): the width of fixnum is same as long's on allusa
2010-04-29* lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rankmarcandre
2010-04-29* lib/matrix.rb (Matrix#singular?, Matrix#regular?): raise on rectangularmarcandre
2010-04-29* 2010-04-30svn
2010-04-29* win32/Makefile.sub (config.h): define some constants to selectusa
2010-04-29Follow reverting wrong commit; see r11156, r27400.naruse
2010-04-29* test/test_open3.rb (test_commandline): use dump instead ofnobu
2010-04-29* test/test_open3.rb (test_commandline): skip the test with Shellwords onwanabe
2010-04-29* lib/thwait.rb (ThreadsWait#join): refined rdoc again.nobu