| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * marshal.c (w_object): if object responds to 'marshal_dump', | matz | 2003-07-29 | 2 | -2/+2 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -2/+1 |
* | * eval.c (thgroup_add): no warning for terminated threads. | matz | 2003-07-24 | 1 | -2/+23 |
* | * io.c (io_close): missing prototype. | aamine | 2003-06-23 | 1 | -0/+1 |
* | * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptr | nobu | 2003-05-27 | 1 | -2/+2 |
* | * ext/socket/socket.c (ruby_connect): connect() after EINPROGRESS | nobu | 2003-05-16 | 1 | -12/+33 |
* | * numeric.c (num_step): remove epsilon; add margin of 0.5, to make | matz | 2003-05-06 | 1 | -0/+1 |
* | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct | matz | 2003-04-07 | 1 | -4/+0 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -7/+5 |
* | * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST and | knu | 2002-12-31 | 1 | -0/+2 |
* | * ext/socket/socket.c (tcp_svr_init): local host to | nobu | 2002-12-29 | 1 | -3/+3 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 3 | -6/+6 |
* | * pack.c (utf8_to_uv): added checks for malformed or redundant | matz | 2002-12-02 | 1 | -0/+15 |
* | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu | 2002-10-29 | 1 | -7/+7 |
* | * io.c (rb_io_wait_readable): handle retryable errors. | nobu | 2002-10-02 | 2 | -18/+13 |
* | * ext/socket/socket.c (init_sock): no need for special finalizer, | nobu | 2002-10-01 | 1 | -20/+0 |
* | * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb. | eban | 2002-09-08 | 1 | -59/+5 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | ext/socket/socket.c (sock_s_getaddrinfo): add strcmp. | eban | 2002-08-30 | 1 | -1/+1 |
* | * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may be | nobu | 2002-08-30 | 1 | -10/+8 |
* | * parse.y (tokadd_string): ignore backslashed spaces in %w. | matz | 2002-08-01 | 1 | -4/+9 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -10/+25 |
* | * eval.c (rb_eval): ruby_frame->last_func may be null, if it's | matz | 2002-06-11 | 1 | -22/+28 |
* | new platform [bccwin32] merged. | H_Konishi | 2002-06-11 | 1 | -0/+4 |
* | * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete. | eban | 2002-06-04 | 1 | -3/+4 |
* | * string.c (rb_str_aset): should raise error if an indexing string | matz | 2002-06-04 | 2 | -4/+5 |
* | * ext/socket/getaddrinfo.c (gai_strerror): make literals const. | nobu | 2002-06-03 | 1 | -1/+1 |
* | * ext/socket/addrinfo.h: typo. | nobu | 2002-06-03 | 3 | -51/+122 |
* | Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org> | H_Konishi | 2002-05-29 | 1 | -2/+2 |
* | * ruby.c (proc_options): removed "-*-" support for #! line. | matz | 2002-05-23 | 1 | -0/+45 |
* | * ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32. | eban | 2002-04-19 | 1 | -9/+19 |
* | * pack.c (pack_unpack): should treat 'U' in character unit, not in | matz | 2002-04-15 | 1 | -1/+0 |
* | * variable.c (rb_obj_remove_instance_variable): raise NameError if | matz | 2002-04-10 | 1 | -1/+9 |
* | * ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints. | eban | 2002-04-02 | 1 | -0/+1 |
* | * io.c (rb_io_fptr_cleanup): need flush even when io will not be | matz | 2002-04-01 | 1 | -2/+7 |