summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2009-01-06* ext/socket/socket.c (io_call_close, io_close, pair_yield):nobu
2009-01-05* ext/curses/curses.c (free_window): use xfree instead of free.kazu
2009-01-05* ext/gdbm/gdbm.c (rb_gdbm_fetch): remove needless cast.kazu
2009-01-04* ext/socket/socket.c (rb_getaddrinfo): defined for address lookup without GVL.akr
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2009-01-04* ext/socket/socket.c (constant_arg): constified.nobu
2009-01-03* ext/socket/socket.c: redundant #ifdef removed.akr
2009-01-02* ext/socket/socket.c: don't apply socktype hack [ruby-core:184] forakr
2009-01-02* ext/socket/mkconstants.rb: rename family_to_str to intern_family.akr
2009-01-02* ext/socket/mkconstants.rb: use ID in the values ofakr
2009-01-02* ext/socket/mkconstants.rb: refactored to gather stringizerakr
2009-01-02* ext/socket/mkconstants.rb: make common prefix optional.akr
2009-01-02* ext/socket/mkconstants.rb: use hash for family_to_str to avoidakr
2009-01-02* ext/socket/mkconstants.rb (gen_int_to_name): don't compare constantsakr
2009-01-02* ext/socket/mkconstants.rb (gen_int_to_name): add lenp argument.akr
2009-01-01* ext/socket/mkconstants.rb: check duplicates.akr
2009-01-01* ext/socket/socket.c (optname_arg): defined.akr
2009-01-01* ext/socket/socket.c (constant_arg): extracted from family_arg.akr
2009-01-01* ext/socket/socket.c (level_arg): defined.akr