| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 | 1 | -4/+4 |
* | * marshal.c (w_object): if object responds to 'marshal_dump', | matz | 2003-07-29 | 1 | -1/+1 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -2/+1 |
* | * 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 |
* | * 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/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 | 1 | -3/+3 |
* | * 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 | 1 | -12/+7 |
* | * ext/socket/socket.c (init_sock): no need for special finalizer, | nobu | 2002-10-01 | 1 | -20/+0 |
* | 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 |
* | * string.c (rb_str_aset): should raise error if an indexing string | matz | 2002-06-04 | 1 | -2/+2 |
* | * ext/socket/addrinfo.h: typo. | nobu | 2002-06-03 | 1 | -49/+120 |
* | 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 |
* | * 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 |
* | * ext/socket/socket.c (sock_addrinfo): should specify socktype | matz | 2002-03-28 | 1 | -15/+21 |
* | * parse.y (primary): while/until statement modifiers to "begin" | matz | 2002-03-26 | 1 | -0/+1 |
* | * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be | matz | 2002-03-25 | 1 | -106/+49 |
* | socket.c: oops, half-baked modifies were commited; backout | matz | 2002-03-22 | 1 | -28/+0 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -37/+75 |
* | * ext/socket/extconf.rb (have_struct_member): new method. | akr | 2002-02-28 | 1 | -0/+194 |
* | * io.c (fptr_finalize): should raise error when fclose fails. | matz | 2002-02-05 | 1 | -8/+8 |
* | * eval.c (rb_eval): need not to clar method cache for NODE_CLASS, | matz | 2002-01-19 | 1 | -2/+3 |
* | * io.c (rb_io_s_new): block check moved from initialize to this | matz | 2002-01-18 | 1 | -56/+0 |
* | * ext/socket/socket.c (tcp_svr_s_open): fix typo. | usa | 2002-01-18 | 1 | -1/+1 |
* | * eval.c (block_pass): allow "retry" from within argument passed | matz | 2002-01-17 | 1 | -52/+99 |
* | * eval.c (rb_mod_define_method): define_method should follow | matz | 2001-12-19 | 1 | -25/+2 |
* | * string.c (rb_str_replace): swap arguments of OBJ_INFECT. | matz | 2001-12-18 | 1 | -15/+14 |
* | * parse.y (str_extend): shuould allow interpolation of $-x. | matz | 2001-10-29 | 1 | -0/+2 |
* | * ext/socket/socket.c (ruby_connect): EALREADY is the equivalent | eban | 2001-10-04 | 1 | -2/+2 |
* | * marshal.c (r_object): better allocation type check for | matz | 2001-10-03 | 1 | -3/+2 |
* | * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0. | matz | 2001-10-02 | 1 | -0/+4 |
* | * ext/socket/socket.c (Init_socket): remove duplicating constants. | nobu | 2001-09-05 | 1 | -23/+0 |
* | * re.c (Init_Regexp): to_s to be alias to inspect. | matz | 2001-09-05 | 1 | -3/+164 |
* | * ext/socket/socket.c (s_recvfrom): fix typo. | usa | 2001-08-16 | 1 | -1/+1 |
* | * ext/socket/socket.c (s_recvform): avoid VC++6 warning. | usa | 2001-08-16 | 1 | -0/+2 |
* | * socket.c: wrap UNIX code by ifdef HAVE_SYS_UN_H. | matz | 2001-08-06 | 1 | -12/+16 |