aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * spec/default.mspec: fix for builddir != srcdiryugui2009-01-013-5/+14
* * ext/socket/socket.c (sock_s_getnameinfo): use family_to_int.akr2009-01-013-8/+12
* * ext/socket/mkconstants.rb: check all alias possibility. akr2009-01-012-20/+8
* * ext/socket/mkconstants.rb: more possible aliases.akr2009-01-012-1/+7
* * ext/socket/mkconstants.rb: AF_ISO and AF_OSI may be aliased.akr2009-01-012-1/+6
* * process.c (before_exec): it makes no sense for a conditionalshyouhei2009-01-012-1/+6
* * ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int.akr2009-01-013-8/+13
* * ext/socket/socket.c: include constants.h at top.akr2009-01-012-10/+12
* * ext/socket/mkconstants.rb: add valp argument for family_to_int andakr2009-01-013-16/+17
* * ext/socket/mkconstants.rb: generate family_to_str.akr2009-01-013-23/+56
* * ext/socket/mkconstants.rb: generate socktype_to_int.akr2009-01-013-35/+35
* * ext/socket/socket.c (setup_domain_and_type): initialize ptr.akr2009-01-012-1/+6
* * ext/socket/mkconstants.rb: refine family_to_int.akr2009-01-012-5/+28
* * ext/socket/mkconstants.rb: generate family_to_int().akr2009-01-015-47/+69
* * tool/flie2lastrev.rb: supports git repositories which are clonedyugui2009-01-012-1/+12
* * ext/socket/mkconstants.rb: generate init_constants function.akr2009-01-013-1/+13
* * ext/socket/mkconstants.rb (Socket::AF_INET6): moved from socket.c.akr2009-01-013-7/+21
* * ext/socket/mkconstants.rb: use erb.akr2009-01-012-20/+41
* * ext/socket/mkconstants.rb: add -o option.akr2009-01-013-2/+36
* * lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]matz2008-12-312-3/+7
* * Makefile.in (distclean-ext, realclean-ext): use EXTS as default.nobu2008-12-313-9/+27
* * tool/file2lastrev.rb: unset PWD.nobu2008-12-312-1/+7
* describe a block for UNIXSocket.pair.akr2008-12-311-0/+3
* * 2009-01-01svn2008-12-311-4/+4
* * ext/socket/socket.c (sock_s_socketpair): yield if a block is given.akr2008-12-313-2/+53
* describe Buffering#read_nonblock.akr2008-12-311-0/+4
* * object.c (rb_to_float): replaced by to_flo definition frommatz2008-12-313-26/+16
* rdoc update.akr2008-12-311-0/+1
* * spec/README: follows the change of directory structure in rubyspec.yugui2008-12-314-21/+25
* update rdoc.akr2008-12-311-0/+5
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr2008-12-313-3/+16
* * io.c (copy_stream_body): don't check to_io becauseakr2008-12-313-4/+70
* * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStrakr2008-12-313-3/+11
* * ext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock):akr2008-12-313-88/+81
* * pack.c (pack_pack): replace all rb_Float() to rb_to_float().matz2008-12-302-5/+8
* * 2008-12-31svn2008-12-301-2/+2
* * object.c (rb_to_float): prohibit conversion from nil to float.matz2008-12-302-0/+8
* * ext/socket/mkconstants.rb: use sock_define_uconst for INADDR_*akr2008-12-303-2/+24
* Imported minitest 1.3.1 r4506.ryan2008-12-303-5/+60
* * transcode.c: Minor fixes and tweaks in documentation.duerst2008-12-302-76/+89
* * ext/dl/test/test_import.rb: fix a prototype decl.ko12008-12-302-1/+6
* * thread.c (rb_thread_blocking_region): add a comment.ko12008-12-303-1/+85
* * 2008-12-30svn2008-12-291-2/+2
* properties.nobu2008-12-290-0/+0
* * ext/dl/test/test_base.rb: add libc search logic.ko12008-12-296-33/+109
* * process.c (rb_waitpid): retries waitpid when EINTR.yugui2008-12-293-5/+21
* * bignum.c (rb_cstr_to_inum): changed an error message.tadf2008-12-294-3/+11
* * pack.c (pack_pack): template f should not accept non floatmatz2008-12-294-1/+24
* * random.c (rb_f_rand): type check simplified. strings are nomatz2008-12-293-36/+26
* * ext/dl/test/test_base.rb: add x86_64-linux's case again. #932yugui2008-12-291-0/+3