summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-05-02* ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.nobu
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* 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* 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* 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* win32/Makefile.sub (config.h): define some constants to selectusa
2010-04-29* test/test_open3.rb (test_commandline): use dump instead ofnobu
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* lib/xmlrpc/utils.rb: Fixing an incompatibility withjeg2
2010-04-28* lib/thwait.rb: revise rdoc. a patch from Roger Pack inmame
2010-04-28* ext/json: Update to JSON 1.4.2.naruse
2010-04-28* thread. (rb_thread_terminate_all): revert r24591 which caused SEGVmame
2010-04-28* test/psych/visitors/test_yaml_tree.rb (test_struct_const): removemame
2010-04-28* time.c (time_timespec): use rb_check_funcall.nobu
2010-04-28* ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,nobu
2010-04-28* include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT): check longnobu
2010-04-28* ext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking):nobu
2010-04-28* ext/socket/rubysocket.h: non-implemented method definitions neednobu
2010-04-28* vsnprintf.c (ruby_vsnprintf, ruby_snprintf): suppress warnings.nobu
2010-04-28* tool/compile_prelude.rb: enable optimization.nobu
2010-04-28* parse.y (warn_balanced): do not warn for EXPR_ENDFN.nobu
2010-04-27* eval.c (ruby_cleanup): add exception guard around code runningmame