summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-08-11fix typoskazu
2011-08-11* lib/mkmf.rb (link_command): use LIBRUBYARG in rbconfig fornobu
2011-08-10* ext/socket/lib/socket.rb: fix argument check in the previous commit.akr
2011-08-10add ML ref. [ruby-core:38538]akr
2011-08-10* ext/socket/lib/socket.rb (Socket.tcp): add :connect_timeout option.akr
2011-08-10* lib/net/pop.rb: fix typo in document.akr
2011-08-10* complex.c (nucomp_rationalize): calls rationalize of real part ifmrkn
2011-08-10* lib/mkmf.rb (init_mkmf): set $LIBRUBYARG regardless of sharednobu
2011-08-09* lib/net/http.rb: come back autoload. OpenSSL constant is usednaruse
2011-08-09* ext/date/date_parse.c (date_zone_to_diff): add RB_GC_GUARD.nagachika
2011-08-09* ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sargngoto
2011-08-09* gc.c (gc_lazy_sweep): if sweep target slots are not found, wenari
2011-08-09* ChangeLog: mention [ruby-core:38853] [Bug #5168] for r32892ngoto
2011-08-09* test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.ngoto
2011-08-09 * ext/zlib/zlib.c (gzfile_wrap): Document encoding options.drbrain
2011-08-07* time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki
2011-08-07* ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.kosaki
2011-08-07* configure.in: add -Wunused-variable to default CFLAGS.kosaki
2011-08-07* ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.naruse
2011-08-07* ext/objspace/objspace.c: fix typos in a document.ktsj
2011-08-06* cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSDnaruse
2011-08-06* ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receivernaruse
2011-08-05 * marshal.c (w_object): Fix exception message when _dump_data is notdrbrain
2011-08-05* numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.ngoto
2011-08-05Fix a possible merge error.knu
2011-08-05* test/test_syslog.rb (TestSyslog#test_log): Do not be tooknu
2011-08-05* complex.c (f_signbit): fix compile error in gcc4 on Solaris withngoto
2011-08-05* test/ruby/test_object.rb: tests that respond_to? returns false.nobu
2011-08-05* lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo
2011-08-05* vm_eval.c (check_funcall): try respond_to? first if redefined.nobu
2011-08-05 * lib/rubygems: Import RubyGems 1.8.7:drbrain
2011-08-05* test/io/console/test_io_console.rb: for Fedora Rawhide, not OpenBSD.nobu
2011-08-04* test/io/console/test_io_console.rb (test_noctty): daemon() onnobu
2011-08-04* thread_pthread.c (native_cond_signal): retry to call pthread_cond_signalmrkn
2011-08-04* configure.in: when Solaris cc, use $(CC) to link shared libs.ngoto
2011-08-04* error.c (report_bug): use a small message buffer instead of BUFSIZ.kosaki
2011-08-04* tool/rbinstall.rb (gem): install all gemspecs under lib and ext.nobu
2011-08-04* tool/rbinstall.rb (Gem::Specification): may not be defined whennobu
2011-08-04* include/ruby/missing.h: define __syscall on OpenBSD as r32702.naruse
2011-08-03* tool/rbinstall.rb: use rubygems to load gemspecs, copy actualtenderlove
2011-08-03* configure.in: set CXX variable to the C++ compiler that matches themrkn
2011-08-03* lib/mkmf.rb (link_command): use static library only for bundlednobu
2011-08-03installing psych as a gemtenderlove
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-08-03* test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):shyouhei
2011-08-02* encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu
2011-08-02* lib/prettyprint.rb: update document. [ruby-core:36776]akr
2011-08-02* gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse
2011-08-02* test/testunit/test_parallel.rb: pass "--ruby" option tosorah
2011-08-02* encoding.c (str_to_encoding): rename from to_encoding andnaruse