aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sargngoto2011-08-094-5/+28
* * gc.c (gc_lazy_sweep): if sweep target slots are not found, wenari2011-08-092-0/+16
* * ChangeLog: mention [ruby-core:38853] [Bug #5168] for r32892ngoto2011-08-091-0/+1
* * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.ngoto2011-08-093-2/+21
* * 2011-08-09svn2011-08-091-2/+2
* * ext/zlib/zlib.c (gzfile_wrap): Document encoding options.drbrain2011-08-092-14/+33
* * time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki2011-08-073-1/+16
* * ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.kosaki2011-08-073-3/+8
* * configure.in: add -Wunused-variable to default CFLAGS.kosaki2011-08-072-0/+6
* * ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.naruse2011-08-072-0/+6
* * ext/objspace/objspace.c: fix typos in a document.ktsj2011-08-072-3/+7
* * cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSDnaruse2011-08-062-1/+6
* * 2011-08-07svn2011-08-061-2/+2
* * ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receivernaruse2011-08-062-3/+9
* * 2011-08-06svn2011-08-051-2/+2
* * marshal.c (w_object): Fix exception message when _dump_data is notdrbrain2011-08-052-1/+6
* * numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.ngoto2011-08-052-2/+7
* * include/ruby/win32.h (frexp, modf): original macros.nobu2011-08-051-2/+2
* more clarified the license.usa2011-08-051-219/+229
* Fix a possible merge error.knu2011-08-051-4/+0
* * test/test_syslog.rb (TestSyslog#test_log): Do not be tooknu2011-08-052-2/+23
* * complex.c (f_signbit): fix compile error in gcc4 on Solaris withngoto2011-08-053-4/+13
* * test/ruby/test_object.rb: tests that respond_to? returns false.nobu2011-08-053-2/+20
* * lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo2011-08-054-12/+22
* * vm_eval.c (check_funcall): try respond_to? first if redefined.nobu2011-08-054-5/+44
* * thread_pthread.c: fix typo.mrkn2011-08-051-1/+1
* * lib/rubygems: Import RubyGems 1.8.7:drbrain2011-08-0513-14/+143
* * test/io/console/test_io_console.rb: for Fedora Rawhide, not OpenBSD.nobu2011-08-051-2/+5
* * test/io/console/test_io_console.rb (test_noctty): daemon() onnobu2011-08-042-8/+21
* * 2011-08-05svn2011-08-041-2/+2
* * thread_pthread.c (native_cond_signal): retry to call pthread_cond_signalmrkn2011-08-042-7/+40
* * configure.in: when Solaris cc, use $(CC) to link shared libs.ngoto2011-08-042-1/+5
* * error.c (report_bug): use a small message buffer instead of BUFSIZ.kosaki2011-08-042-2/+11
* * ext/psych/psych.gemspec (files): remove extra commas.nobu2011-08-041-83/+83
* * tool/rbinstall.rb (gem): install all gemspecs under lib and ext.nobu2011-08-043-10/+15
* * tool/rbinstall.rb (Gem::Specification): may not be defined whennobu2011-08-042-0/+26
* * include/ruby/missing.h: fix typo and so on.nobu2011-08-041-1/+1
* * include/ruby/missing.h: define __syscall on OpenBSD as r32702.naruse2011-08-042-2/+6
* * tool/rbinstall.rb: use rubygems to load gemspecs, copy actualtenderlove2011-08-032-16/+61
* oops, fix author in the psych gemspectenderlove2011-08-031-1/+1
* * configure.in: set CXX variable to the C++ compiler that matches themrkn2011-08-032-0/+14
* * lib/mkmf.rb (link_command): use static library only for bundlednobu2011-08-032-1/+7
* * ext/psych/psych.gemspec: property.nobu2011-08-030-0/+0
* installing psych as a gemtenderlove2011-08-033-0/+113
* Mark a code is GPL or not.naruse2011-08-032-1/+221
* * 2011-08-04svn2011-08-031-2/+2
* Cosmetic change of Hash literal.nahi2011-08-032-2/+2
* update doc.akr2011-08-031-0/+9
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-0310-277/+29
* * variable.c (check_before_mod_set): should be static.nobu2011-08-031-1/+1