summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-06-04* ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-06-03* ext/socket/getaddrinfo.c (gai_strerror): make literals const.nobu
2002-06-03* ext/socket/addrinfo.h: typo.nobu
2002-05-29Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi
2002-05-23* ruby.c (proc_options): removed "-*-" support for #! line.matz
2002-04-19* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-02* ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.eban
2002-04-01* io.c (rb_io_fptr_cleanup): need flush even when io will not bematz
2002-03-28* ext/socket/socket.c (sock_addrinfo): should specify socktypematz
2002-03-26* parse.y (primary): while/until statement modifiers to "begin"matz
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
2002-03-22socket.c: oops, half-baked modifies were commited; backoutmatz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-08* ext/socket/extconf.rb (have_struct_member): don't print checkedakr
2002-03-04Make cvs ignore mkmf.log.knu
2002-03-01* ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban
2002-02-28* ext/socket/extconf.rb (have_struct_member): new method.akr
2002-02-27* io.c (READ_DATA_PENDING): uClibc support.eban
2002-02-05* io.c (fptr_finalize): should raise error when fclose fails.matz
2002-01-19* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2002-01-18* ext/socket/socket.c (tcp_svr_s_open): fix typo.usa
2002-01-17* eval.c (block_pass): allow "retry" from within argument passedmatz
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-18* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-12-03* ext/socket/extconf.rb: remove -L/usr/local/lib.eban
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-04* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-05* ext/socket/socket.c (Init_socket): remove duplicating constants.nobu
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-08-16* ext/socket/socket.c (s_recvfrom): fix typo.usa
2001-08-16* ext/socket/socket.c (s_recvform): avoid VC++6 warning.usa
2001-08-06* socket.c: wrap UNIX code by ifdef HAVE_SYS_UN_H.matz
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-31* process.c (last_status_set): nothing returned, should be void.nobu
2001-07-18* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz
2001-07-12* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-06-22* ext/socket/socket.c (ruby_connect): typoeban
2001-06-22* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-05-06forgot some checkins.matz
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2001-02-16* io.c (set_outfile): f should be the FILE* from the assigning value.matz