| Commit message (Expand) | Author | Age | Files | Lines |
* | use CMSG_LEN. | akr | 2005-07-02 | 1 | -2/+2 |
* | * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and | akr | 2005-07-02 | 1 | -13/+29 |
* | * bignum.c (get2comp): calculate proper 2's complement for | matz | 2005-06-08 | 2 | -2/+33 |
* | * ext/socket/socket.c: document from Sam Roberts | matz | 2005-03-08 | 1 | -0/+85 |
* | * ext/socket/socket.rb: workaround for some of 4.4BSD-Lite derived OSs. | usa | 2005-03-08 | 1 | -0/+1 |
* | * exception error messages updated. [ruby-core:04497] | matz | 2005-02-28 | 1 | -4/+4 |
* | * ext/socket/socket.c (Init_socket): add bunch of Socket | matz | 2005-02-28 | 1 | -0/+252 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2005-02-21 | 1 | -7/+45 |
* | * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h. | usa | 2005-02-10 | 1 | -2/+1 |
* | * ext/curses/curses.c (window_color_set): [ruby-core:04393] | matz | 2005-02-08 | 1 | -0/+3 |
* | * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir into | usa | 2005-02-06 | 1 | -1/+2 |
* | * ext/socket/extconf.rb: check if getaddrinfo() works fine only when | nobu | 2005-02-06 | 1 | -150/+54 |
* | * eval.c (run_trap_eval): prototype; avoid VC++ warnings. | usa | 2004-12-11 | 1 | -1/+1 |
* | * ext/socket/socket.c (sock_listen): get OpenFile just before calling | nobu | 2004-12-09 | 1 | -1/+3 |
* | Port socket library to VMS. | akiyoshi | 2004-12-09 | 2 | -2/+11 |
* | * ext/socket/socket.c (bsock_setsockopt): [ruby-dev:25039] | matz | 2004-12-07 | 1 | -0/+1 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -8/+9 |
* | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 1 | -4/+0 |
* | * gc.c (gc_mark): enable GC stack checking. | matz | 2004-11-04 | 1 | -0/+2 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -8/+0 |
* | * string.c (str_gsub): reentrant check. [ruby-dev:24432] | matz | 2004-10-20 | 1 | -5/+7 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -9/+7 |
* | * string.c (rb_str_sum): check was done with false pointer. | matz | 2004-10-02 | 1 | -0/+2 |
* | ext/socket/socket.c (s_recvfrom): remove C++ style comment. | eban | 2004-07-15 | 1 | -1/+0 |
* | * eval.c (rb_thread_atfork): remove "fork terminates thread" | matz | 2004-06-24 | 1 | -1/+18 |
* | Work around OSX strangneness with recvfrom on connection-oriented sockets | dave | 2004-06-23 | 1 | -1/+5 |
* | * ext/socket/socket.c: fix SEGV. [ruby-dev:23550] | ocean | 2004-05-20 | 1 | -1/+1 |
* | * ext/socket/socket.c: check SCM_RIGHTS macro addition to | akr | 2004-05-20 | 1 | -9/+21 |
* | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 2 | -0/+6 |
* | * ext/socket/socket.c (setup_domain_and_type): honor duck typing. | matz | 2004-05-17 | 1 | -7/+18 |
* | use numerichost if cannot resolve hostname | seki | 2004-05-06 | 1 | -4/+4 |
* | * ext/socket/socket.c (make_hostent): must return value. | usa | 2004-04-06 | 1 | -3/+2 |
* | * eval.c (top_include): include in the wrapped load is done for | matz | 2004-04-05 | 1 | -25/+44 |
* | * eval.c (return_jump): set return value to the return | matz | 2004-03-10 | 1 | -0/+17 |
* | * ext/socket/socket.c (s_recvfrom): sending length should be an | nobu | 2004-01-27 | 1 | -3/+4 |
* | * ext/socket/socket.c (Init_socket): IPv6 is not supported although | eban | 2003-12-14 | 1 | -2/+2 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -4/+4 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 2 | -5/+9 |
* | * ext/socket/socket.c (make_hostent): get rid of SEGV on aliases | nobu | 2003-11-07 | 1 | -7/+12 |
* | * gc.c (gc_sweep): loosen page free condition to avoid add_heap() | matz | 2003-10-20 | 1 | -4/+8 |
* | * marshal.c (w_object): dump extended modules as well. | matz | 2003-10-15 | 1 | -1/+1 |
* | * ext/socket/extconf.rb: useless assignment removed. | akr | 2003-10-07 | 1 | -2/+2 |
* | * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists. | akr | 2003-10-06 | 2 | -1/+14 |
* | * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, | matz | 2003-10-01 | 2 | -225/+141 |
* | * ext/socket/socket.c (ruby_connect): on win32, type of the 4th | usa | 2003-09-26 | 1 | -2/+2 |
* | * bignum.c (rb_big_and): convert argument using 'to_int'. | matz | 2003-09-12 | 1 | -5/+14 |
* | * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX). | matz | 2003-09-02 | 3 | -0/+26 |
* | * ext/socket/socket.c (ruby_connect): many systems seem to have | nobu | 2003-08-20 | 1 | -5/+23 |
* | * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings. | nobu | 2003-08-01 | 1 | -0/+2 |
* | * configure.in (os2-emx): renamed from os2_emx, add flags to | nobu | 2003-07-30 | 2 | -6/+8 |