summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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* test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):nobu
2010-04-28* ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,nobu
2010-04-28* ext/socket: fixed types.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* ext/bigdecimal: fixed types.nobu
2010-04-28* thread.c (timer_thread_function): unused variable.nobu
2010-04-28* parse.y (warn_balanced): do not warn for EXPR_ENDFN.nobu
2010-04-27Cleaning up syntax warnings.naruse
2010-04-27* ext/psych/lib/psych/deprecated.rb: adding deprecated object_makertenderlove
2010-04-27* ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"tenderlove
2010-04-27* 2010-04-28svn