aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/curses/extconf.rb: check ncursesw earlier than ncurses tomatz2009-01-141-1/+1
* * ext/socket/extconf.rb (gai_strerror): checks if available and ifnobu2009-01-142-2/+18
* * ext/socket/addrinfo.h (AI_NUMERICSERV): defined.akr2009-01-132-1/+5
* * ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL ifakr2009-01-132-0/+13
* * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.husa2009-01-132-0/+2
* Commit miss in previous commit.duerst2009-01-131-1/+1
* * ext/socket/extconf.rb: use headers instead of "netdb.h" in checkingusa2009-01-122-2/+2
* * ext/tk/lib/tk.rb: use Encoding.find("locale") instaed ofnagai2009-01-121-2/+3
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too shortakr2009-01-121-0/+10
* * ext/socket/socket.c (addrinfo_ip_unpack): new methodakr2009-01-121-1/+66
* * ext/socket/socket.c (IS_IP_FAMILY): defined.akr2009-01-121-6/+7
* rdoc update.akr2009-01-121-15/+17
* * ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent.akr2009-01-121-1/+1
* * ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature fornobu2009-01-111-1/+1
* add constants.akr2009-01-101-0/+2
* rdoc update.akr2009-01-101-0/+10
* rdoc update.akr2009-01-101-2/+711
* * ext/socket/mkconstants.rb: don't generate unintended newlines.akr2009-01-101-2/+2
* * ext/socket/mkconstants.rb: refactored to nest properly in staticallyakr2009-01-101-23/+34
* * ext/socket/socket.c (sock_define_const): use INT2NUM.akr2009-01-091-2/+2
* * ext/socket/mkconstants.rb: define macro if default_value is passed.usa2009-01-091-4/+8
* * ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.nagai2009-01-091-2/+2
* * ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.akr2009-01-082-4/+12
* * ext/socket/mkconstants.rb (gen_name_to_int_func): generateakr2009-01-081-52/+21
* * ext/socket/socket.c: don't use AI_NUMERICSERV for platforms whichakr2009-01-081-1/+8
* * ext/socket/socket.c (init_unix_addrinfo): don't return a value.akr2009-01-071-4/+1
* * ext/socket/socket.c (addrinfo_getnameinfo): use NI_DGRAM if socktypeakr2009-01-071-0/+3
* * ext/socket/socket.c (host_str): add flags_ptr argument to specifyakr2009-01-071-5/+11
* * ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo.akr2009-01-072-13/+1068
* * ext/socket/socket.c (ruby_getaddrinfo, ruby_getaddrinfo__aix):nobu2009-01-071-26/+21
* * ext/socket/socket.c (io_call_close, io_close, pair_yield):nobu2009-01-062-2/+3
* * ext/curses/curses.c (free_window): use xfree instead of free.kazu2009-01-051-1/+1
* * ext/gdbm/gdbm.c (rb_gdbm_fetch): remove needless cast.kazu2009-01-051-1/+1
* * ext/socket/socket.c (rb_getaddrinfo): defined for address lookup without GVL.akr2009-01-041-11/+82
* * ext/extmk.rb (extmake): does not use both of makefile.rb andnobu2009-01-041-5/+4
* * ext/socket/socket.c (constant_arg): constified.nobu2009-01-042-1/+5
* * ext/socket/socket.c: redundant #ifdef removed.akr2009-01-031-2/+0
* * ext/socket/socket.c: don't apply socktype hack [ruby-core:184] forakr2009-01-021-4/+4
* * ext/socket/mkconstants.rb: rename family_to_str to intern_family.akr2009-01-022-13/+14
* * ext/socket/mkconstants.rb: use ID in the values ofakr2009-01-022-17/+22
* * ext/socket/mkconstants.rb: refactored to gather stringizerakr2009-01-021-10/+37
* * ext/socket/mkconstants.rb: make common prefix optional.akr2009-01-021-16/+35
* * ext/socket/mkconstants.rb: use hash for family_to_str to avoidakr2009-01-022-18/+24
* * ext/socket/mkconstants.rb (gen_int_to_name): don't compare constantsakr2009-01-021-12/+8
* * ext/socket/mkconstants.rb (gen_int_to_name): add lenp argument.akr2009-01-022-7/+7
* * ext/socket/mkconstants.rb: check duplicates.akr2009-01-011-2/+4
* * ext/socket/socket.c (optname_arg): defined.akr2009-01-012-3/+74
* * ext/socket/socket.c (constant_arg): extracted from family_arg.akr2009-01-011-53/+19
* * ext/socket/socket.c (level_arg): defined.akr2009-01-012-2/+34
* * ext/socket/socket.c (family_arg): accept symbols as well.akr2009-01-011-4/+12