aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-0928-794/+353
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+14
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-25/+44
* update doc.akr2006-06-021-50/+52
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-023-0/+8
* fix a comment.akr2006-06-011-6/+6
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-61/+281
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-9/+14
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-259-66/+53
* * ext/extmk.rb: deal with $static set in extconf.rb.nobu2006-05-241-6/+1
* update nonblocking methods document.akr2006-05-241-2/+9
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2006-05-231-3/+3
* add reason for accept(2) failure in accept_nonblock.akr2006-05-221-2/+1
* update *_nonblock doc.akr2006-05-221-160/+25
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-4/+361
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-171-2/+2
* * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should returngotoyuzo2006-05-111-0/+1
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-05-084-31/+63
* ext/win32ole/win32ole.c (add_event_call_back): should notsuke2006-05-015-194/+3
* ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke2006-04-303-35/+2
* add test/win32ole/test_win32ole_variant.rb.suke2006-04-303-788/+260
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo2006-04-291-1/+1
* * ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai2006-04-251-2/+3
* * ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai2006-04-211-3/+5
* * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai2006-04-184-12/+32
* remove testOLEPARAM.rbsuke2006-04-081-1/+0
* add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke2006-04-081-4/+25
* remove testOLEPARAM.rbsuke2006-04-081-74/+0
* WIN32OLE_TYPELIB.new accepts OLE files.suke2006-04-071-18/+49
* * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai2006-04-061-1/+1
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-055-39/+68
* remove testOLEMETHOD.rbsuke2006-04-012-93/+0
* remove 3 testsuke2006-04-013-296/+0
* add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke2006-04-012-16/+46
* change the behavior of WIN32OLE#[] and WIN32OLE#[]=.suke2006-03-293-32/+147
* * ext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar,usa2006-03-291-3/+3
* * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: imported nkf 2.0.6.naruse2006-03-276-1730/+2238
* * ext/win32ole/win32ole.c (folevariant_value): could not compileusa2006-03-201-1/+2
* change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1suke2006-03-192-3/+57
* * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should usegotoyuzo2006-03-152-2/+2
* * ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT insuke2006-03-123-23/+211
* * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr2006-03-031-1/+1
* * ext/dl/.cvsignore: ignore callback.h.aamine2006-03-033-0/+3
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-203-12/+12
* * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo2006-02-191-1/+1
* * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean2006-02-141-8/+29
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-135-442/+241
* add WIN32OLE.create_guid.suke2006-02-112-1/+34
* * ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean2006-02-071-55/+45
* * ruby.h: fixed prototype.ocean2006-02-031-5/+6