summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-29* ChangeLog: fixed entry.nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): rejectnobu
2010-04-29* io.c (seek_before_access): renamed. see [ruby-core:29861].nobu
2010-04-29* io.c (rb_io_s_binread): fixed rdoc. parts of a patch from Rogernobu
2010-04-28* 2010-04-29svn
2010-04-28* lib/xmlrpc/utils.rb: Fixing an incompatibility withjeg2
2010-04-28* lib/thwait.rb: revise rdoc. a patch from Roger Pack inmame