summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2006-06-04* ext/socket/socket.c: fix sockaddr_un handling.akr
2006-06-02update doc.akr
2006-06-01fix a comment.akr
2006-06-01* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24update nonblocking methods document.akr
2006-05-22add reason for accept(2) failure in accept_nonblock.akr
2006-05-22update *_nonblock doc.akr
2006-05-22* rubyio.h (rb_io_set_nonblock): declared.akr
2006-03-03* ext/dl/.cvsignore: ignore callback.h.aamine
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-01-26* ext/socket/socket.c: turn on do_not_reverse_lookup by default.matz
2005-11-28* ext/socket/socket.c (init_inetsock_internal): remove settingusa
2005-11-28* ext/socket/socket.c (init_inetsock_internal): remove settingusa
2005-11-18* ext/socket/socket.c: Socket Documentation. [ruby-core:6580]ocean
2005-10-21* intern.h, struct.c (rb_struct_iv_get): constified.ocean
2005-10-18* sorry, commit miss.usa
2005-10-18* ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa
2005-09-18* file.c (rb_thread_flock): wrap the flock system call byakr
2005-08-02* ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz
2005-07-28* parse.y (f_larglist): allow bv_decl at the end of lambdamatz
2005-07-19* ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean
2005-07-19* ext/socket/socket.c: should not undef close on win32.ocean
2005-07-02use CMSG_LEN.akr
2005-07-02* ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr
2005-06-07* bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz
2005-06-03* intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu
2005-03-09* parse.y (gettable_gen): warns if VCALL name is used asmatz
2005-03-08* ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Liteusa
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-28* ext/socket/socket.c (Init_socket): IPv6 is not supported althoughocean
2005-02-28* ext/socket/socket.c (Init_socket): ported more Socket::Constantsocean
2005-02-10* configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa
2005-02-09* ext/socket/socket.c (wait_connectable): fixed wrong condition.usa
2005-02-06* ext/socket/extconf.rb (sockaddr_storage): winsock2.h have theusa
2005-02-06* ext/extmk.rb (extract_makefile): extract previously collectednobu
2004-12-23* rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr
2004-12-09* ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-04* string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz
2004-11-04* string.c (str_gsub): string modify check no longer based onmatz
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-29* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-07* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa