aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c: add declaration of wstati64 for gcc.wanabe2010-04-302-0/+5
* * merge some patches from win32-uncode-test branch.usa2010-04-307-197/+603
* * io.c (seek_before_access): fixed argument type.nobu2010-04-301-2/+3
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-303-0/+23
* * test/ruby/test_io.rb: skip false tests on Windows.nobu2010-04-303-11/+40
* * math.c: Math::DomainError < StandardException [ruby-core:29855]marcandre2010-04-302-1/+5
* * test/test_open3.rb (TestOpen3#test_commandline): use simplenobu2010-04-302-2/+7
* * ext/tk/extconf.rb: better support for MinGW environment.nagai2010-04-302-60/+300
* * signal.c (ruby_signal_name): rdoc fix for undocumented parametermarcandre2010-04-301-3/+4
* * file.c (file_expand_path): call rb_str_set_len before BUFCHECK toakr2010-04-302-0/+9
* * string.c (rb_str_sub_bang): String#sub! now raises an error whenmarcandre2010-04-302-0/+7
* * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre2010-04-309-21/+43
* * time.c (TIMET_MAX): should be time_t, not unsigned_time_t.usa2010-04-292-1/+5
* * time.c (rb_time_unmagnify_to_float): should cast.usa2010-04-292-1/+5
* * numeric.c (fix_mul): the width of fixnum is same as long's on allusa2010-04-292-4/+9
* * lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rankmarcandre2010-04-293-146/+118
* * lib/matrix.rb (Matrix#singular?, Matrix#regular?): raise on rectangularmarcandre2010-04-291-4/+4
* * 2010-04-30svn2010-04-291-2/+2
* * win32/Makefile.sub (config.h): define some constants to selectusa2010-04-292-0/+21
* Follow reverting wrong commit; see r11156, r27400.naruse2010-04-291-2/+1
* * test/test_open3.rb (test_commandline): use dump instead ofnobu2010-04-292-3/+6
* * test/test_open3.rb (test_commandline): skip the test with Shellwords onwanabe2010-04-291-0/+1
* * lib/thwait.rb (ThreadsWait#join): refined rdoc again.nobu2010-04-292-2/+7
* * ChangeLog: fixed entry.nobu2010-04-291-2/+1
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-2910-21/+25
* * test/ruby: fixed nonsense assertions.nobu2010-04-298-10/+12
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-292-10/+5
* * lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]nobu2010-04-292-1/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): rejectnobu2010-04-292-0/+15
* * io.c (seek_before_access): renamed. see [ruby-core:29861].nobu2010-04-292-3/+5
* * io.c (rb_io_s_binread): fixed rdoc. parts of a patch from Rogernobu2010-04-292-3/+8
* * 2010-04-29svn2010-04-281-2/+2
* * lib/xmlrpc/utils.rb: Fixing an incompatibility withjeg22010-04-282-2/+8
* * lib/thwait.rb: revise rdoc. a patch from Roger Pack inmame2010-04-282-35/+14
* * ext/json: Update to JSON 1.4.2.naruse2010-04-283-2/+6
* * thread. (rb_thread_terminate_all): revert r24591 which caused SEGVmame2010-04-282-7/+9
* * test/psych/visitors/test_yaml_tree.rb (test_struct_const): removemame2010-04-282-0/+7
* * time.c (time_timespec): use rb_check_funcall.nobu2010-04-282-6/+7
* * test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):nobu2010-04-281-0/+1
* * ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,nobu2010-04-282-1/+7
* * ext/socket: fixed types.nobu2010-04-2811-84/+86
* * include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT): check longnobu2010-04-282-18/+26
* * ext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking):nobu2010-04-282-3/+6
* * ext/socket/rubysocket.h: non-implemented method definitions neednobu2010-04-283-8/+11
* * vsnprintf.c (ruby_vsnprintf, ruby_snprintf): suppress warnings.nobu2010-04-282-2/+7
* * tool/compile_prelude.rb: enable optimization.nobu2010-04-282-3/+17
* * ext/bigdecimal: fixed types.nobu2010-04-282-54/+53
* * thread.c (timer_thread_function): unused variable.nobu2010-04-281-1/+0
* * parse.y (warn_balanced): do not warn for EXPR_ENDFN.nobu2010-04-282-1/+5
* Cleaning up syntax warnings.naruse2010-04-273-5/+5