| Commit message (Expand) | Author | Age | Files | Lines |
* | * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX. | akr | 2004-12-23 | 1 | -1/+1 |
* | * ext/socket/socket.c (sock_listen): get OpenFile just before calling | nobu | 2004-12-09 | 1 | -1/+3 |
* | * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c: | akr | 2004-12-08 | 1 | -1/+0 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -12/+14 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -40/+35 |
* | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 1 | -7/+0 |
* | * string.c (str_gsub): should have removed rb_str_unlocktmp(str). | matz | 2004-11-04 | 1 | -0/+3 |
* | * string.c (str_gsub): string modify check no longer based on | matz | 2004-11-04 | 1 | -5/+7 |
* | * 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 |
* | * array.c (rb_ary_times): Array#* should return an instance of | matz | 2004-10-19 | 1 | -5/+7 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -9/+7 |
* | * array.c (rb_ary_delete): comparison may change the capacity. | matz | 2004-09-29 | 1 | -0/+2 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2004-09-07 | 1 | -7/+42 |
* | * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() | 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: check SCM_RIGHTS macro addition to | akr | 2004-05-20 | 1 | -9/+21 |
* | * ext/socket/socket.c (make_hostent_internal): remove debug print. | matz | 2004-05-20 | 1 | -1/+0 |
* | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 3 | -0/+7 |
* | * 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 | -5/+5 |
* | * ext/socket/socket.c (raise_socket_error): never return. | usa | 2004-04-06 | 1 | -3/+3 |
* | * ext/socket/socket.c (raise_socket_error): some platforms don't have | usa | 2004-04-05 | 1 | -0/+2 |
* | * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup. | matz | 2004-04-02 | 1 | -15/+65 |
* | * ext/socket/socket.c (make_hostent): fix memory leak, based on | matz | 2004-04-01 | 1 | -95/+55 |
* | * pack.c (pack_pack): raises RangeError if uv is out of UTF8 value | matz | 2004-03-31 | 1 | -7/+16 |
* | * struct.c (rb_struct_s_def): Struct::new executes block with | matz | 2004-03-10 | 1 | -0/+17 |
* | * ext/socket/socket.c (bsock_do_not_reverse_lookup): control reverse | nobu | 2004-02-06 | 1 | -8/+44 |
* | * ext/socket/socket.c (s_recvfrom): sending length should be an | nobu | 2004-01-27 | 1 | -3/+4 |
* | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz | 2004-01-21 | 1 | -18/+25 |
* | * ext/socket/socket.c (make_hostent): a bug in brace position. | matz | 2004-01-10 | 1 | -1/+3 |
* | * configure.in: install rdoc by default. if you do not want to | matz | 2004-01-10 | 1 | -12/+17 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-02 | 1 | -12/+13 |
* | * 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 |