summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2006-06-24add extconf.h to .cvsignore.akr
2006-06-21* ext/socket/socket.c (sock_s_socketpair): try GC only once.akr
2006-06-21* ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-21* parse.y (method_call): remove (fn)(args) style lambdamatz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-20* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu
2006-06-19* kconv.rb: remove default -m0 and fix document.naruse
2006-06-19* ext/nkf/nkf-utf8/nkf.c: imported nkf 2.0.7naruse
2006-06-19* ext/socket/socket.c (unix_sysaccept): typo fixed.matz
2006-06-19* ext/socket/socket.c (tcp_accept_nonblock): forgot to removematz
2006-06-18* ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai
2006-06-18support PROPERTYPUTREF. [ruby-talk:183042]suke
2006-06-17* eval.c (Init_eval): add aliases invoke_method andmatz
2006-06-13* ext/socket/socket.c (Init_socket): remove obsolete constants:matz
2006-06-10* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz
2006-06-09* math.c (log2): may be a macro.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-06-05* ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr
2006-06-04* ext/socket/socket.c: fix sockaddr_un handling.akr
2006-06-02update doc.akr
2006-06-02* ext/openssl/extconf.rb: use create_header.gotoyuzo
2006-06-01fix a comment.akr
2006-06-01* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr
2006-05-27* ext/extmk.rb (extmake): remove extinit files if no statically linkednobu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24* ext/extmk.rb: deal with $static set in extconf.rb.nobu
2006-05-24update nonblocking methods document.akr
2006-05-23* ext/openssl/lib/openssl/ssl.rbgotoyuzo
2006-05-22add reason for accept(2) failure in accept_nonblock.akr
2006-05-22update *_nonblock doc.akr
2006-05-22* rubyio.h (rb_io_set_nonblock): declared.akr
2006-05-17* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu
2006-05-11* ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should returngotoyuzo
2006-05-08* ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo
2006-05-01ext/win32ole/win32ole.c (add_event_call_back): should notsuke
2006-04-30ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke
2006-04-30add test/win32ole/test_win32ole_variant.rb.suke
2006-04-29* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo
2006-04-25* ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai
2006-04-21* ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai
2006-04-18* ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai
2006-04-08remove testOLEPARAM.rbsuke
2006-04-08add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke
2006-04-08remove testOLEPARAM.rbsuke
2006-04-07WIN32OLE_TYPELIB.new accepts OLE files.suke
2006-04-06* ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai
2006-04-05* ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai
2006-04-01remove testOLEMETHOD.rbsuke
2006-04-01remove 3 testsuke