summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2009-01-19* ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only whennobu
2009-01-19 * ext/socket/depend: workaround for nmake. files in depend withoutusa
2009-01-19 * ext/socket/raddrinfo.c (addrinfo_mdump, addrinfo_mload): supportusa
2009-01-18* ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr): newakr
2009-01-18* ext/socket/raddrinfo.c (addrinfo_ip_address): new methodakr
2009-01-18* ext/socket/unixsocket.c: redandant #ifdef removed.akr
2009-01-17* ext/socket/raddrinfo.c (addrinfo_mdump): don't use symbol.akr
2009-01-17* ext/socket/raddrinfo.c (addrinfo_mdump): new method.akr
2009-01-17* ext/socket/socket.c (sock_s_getnameinfo): accept AddrInfo object.akr
2009-01-17rdoc update.akr
2009-01-17* ext/socket/lib/socket.rb: new file.akr
2009-01-17* configure.in (darwin): get rid of strange settings issue ofnobu
2009-01-17* ext/socket/mkconstants.rb: generate a header file for generatedakr
2009-01-17* ext/socket/raddrinfo.c (make_inspectname): add a res argument toakr
2009-01-17* ext/socket/mkconstants.rb: don't cause an error for duplicate names.akr
2009-01-17rdoc update.akr
2009-01-17* ext/socket: split files for each class.akr
2009-01-16* ext/socket/socket.c: move addrinfo code.akr
2009-01-15* ext/socket/socket.c (addrinfo_s_ip): new method AddrInfo.ip.akr
2009-01-14* gc.c (negative_size_allocation_error_with_gvl): abolish a warning.akr
2009-01-14* ext/curses/extconf.rb: check ncursesw earlier than ncurses tomatz
2009-01-14* ext/socket/extconf.rb (gai_strerror): checks if available and ifnobu
2009-01-13* ext/socket/addrinfo.h (AI_NUMERICSERV): defined.akr
2009-01-13* ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL ifakr
2009-01-13 * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.husa
2009-01-13Commit miss in previous commit.duerst
2009-01-12 * ext/socket/extconf.rb: use headers instead of "netdb.h" in checkingusa
2009-01-12* ext/tk/lib/tk.rb: use Encoding.find("locale") instaed ofnagai
2009-01-12* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too shortakr
2009-01-12* ext/socket/socket.c (addrinfo_ip_unpack): new methodakr
2009-01-12* ext/socket/socket.c (IS_IP_FAMILY): defined.akr
2009-01-12rdoc update.akr
2009-01-12* ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent.akr
2009-01-11* ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature fornobu
2009-01-10add constants.akr
2009-01-10rdoc update.akr
2009-01-10rdoc update.akr
2009-01-10* ext/socket/mkconstants.rb: don't generate unintended newlines.akr
2009-01-10* ext/socket/mkconstants.rb: refactored to nest properly in staticallyakr
2009-01-09* ext/socket/socket.c (sock_define_const): use INT2NUM.akr
2009-01-09 * ext/socket/mkconstants.rb: define macro if default_value is passed.usa
2009-01-09* ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.nagai
2009-01-08* ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.akr
2009-01-08* ext/socket/mkconstants.rb (gen_name_to_int_func): generateakr
2009-01-08* ext/socket/socket.c: don't use AI_NUMERICSERV for platforms whichakr
2009-01-07* ext/socket/socket.c (init_unix_addrinfo): don't return a value.akr
2009-01-07* ext/socket/socket.c (addrinfo_getnameinfo): use NI_DGRAM if socktypeakr
2009-01-07* ext/socket/socket.c (host_str): add flags_ptr argument to specifyakr
2009-01-07* ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo.akr
2009-01-07* ext/socket/socket.c (ruby_getaddrinfo, ruby_getaddrinfo__aix):nobu