Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: d53bf0ff2bcc7ea4410408597877369f7aa3f104 https://github.com/MacRuby/MacRuby/commit/d53bf0ff2bcc7ea4410408597877369f7a... Author: Watson <watson1978@gmail.com> Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M ext/socket/extconf.rb M ext/socket/mkconstants.rb M ext/socket/socket.c Log Message: ----------- ext/socket: update mkconstants.rb with CRuby update at https://github.com/ruby/ruby/commit/75412a4, before splited source files of socket. Commit: aafec388d81292bd8ea168f8857d0673b56146af https://github.com/MacRuby/MacRuby/commit/aafec388d81292bd8ea168f8857d0673b5... Author: Watson <watson1978@gmail.com> Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M ext/socket/mkconstants.rb Log Message: ----------- ext/socket: retain hash table Commit: efbe15965b433697b6b746eb5285b5bea6e53b68 https://github.com/MacRuby/MacRuby/commit/efbe15965b433697b6b746eb5285b5bea6... Author: Watson <watson1978@gmail.com> Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: add constant_arg, family_arg, socktype_arg, level_arg, optname_arg and shutdown_how_arg Commit: 7b435776d32b2e730dc1d32123b3ff3c4f7679bd https://github.com/MacRuby/MacRuby/commit/7b435776d32b2e730dc1d32123b3ff3c4f... Author: Watson <watson1978@gmail.com> Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: BasicSocket#shutdown(how) accepts symbol or string as how. Commit: ebb2e2b707f235cf7198cce7efff6ea7f2fa2839 https://github.com/MacRuby/MacRuby/commit/ebb2e2b707f235cf7198cce7efff6ea7f2... Author: Watson <watson1978@gmail.com> Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: BasicSocket#{getsockopt, setsockopt} accept symbol or string as argument. Commit: 8e9870357a6f62ab2bbe4d2a6dfb9c18e0e68254 https://github.com/MacRuby/MacRuby/commit/8e9870357a6f62ab2bbe4d2a6dfb9c18e0... Author: Watson <watson1978@gmail.com> Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: accept symbol or string as socket family. Commit: e76212baee2fa16e9e8a5bc82dd3387403deb647 https://github.com/MacRuby/MacRuby/commit/e76212baee2fa16e9e8a5bc82dd3387403... Author: Watson <watson1978@gmail.com> Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: accept symbol or string as socket type. Commit: 04af3bb481a6ceac7d081bc7f33da5c7e5976d1f https://github.com/MacRuby/MacRuby/commit/04af3bb481a6ceac7d081bc7f33da5c7e5... Author: Watson <watson1978@gmail.com> Date: 2011-12-16 (Fri, 16 Dec 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: refer socket family from hash table. Compare: https://github.com/MacRuby/MacRuby/compare/ba5848c...04af3bb