summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-07-03* ext/tk/lib/tkextlib/tkDND.rb: fix syntax error.eban
2004-07-01* ext/tk/lib/tcltklib : bug fixnagai
2004-07-01* ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify isgotoyuzo
2004-06-30* ext/openssl/ossl_cipher.c (ossl_cipher_encrypt, ossl_cipher_decrypt):gotoyuzo
2004-06-30* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo
2004-06-29* ext/syck/rubyext.c (syck_emitter_new): set buffer afterwhy
2004-06-25* ext/iconv/extconf.rb: check stricter. [ruby-talk:104501]nobu
2004-06-24* ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz
2004-06-23Work around OSX strangneness with recvfrom on connection-oriented socketsdave
2004-06-23* ext/zlib/zlib.c: 0xff should not shift 24 bits on 64 bitmatz
2004-06-22* ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean
2004-06-22 * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke
2004-06-21* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo
2004-06-15* ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai
2004-06-14* ext/tk/lib/remote-tk.rb: bug fixnagai
2004-06-12* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai
2004-06-11* array.c: remove #indexes, #indices.matz
2004-06-10* ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz
2004-05-26* ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo
2004-05-25* ext/syck/syck.c (syck_new_parser): clear parser on init.why
2004-05-24* ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo
2004-05-24* ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option andnagai
2004-05-23Merged Nakada-san's patch [ruby-core:02916].ttate
2004-05-22* ext/tk/sample/remote-ip_sample2.rb: modifynagai
2004-05-22* MANIFEST: add test/openssl/test_x509store.rb.nobu
2004-05-22* add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'nagai
2004-05-21* ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai
2004-05-20* ext/socket/socket.c: check SCM_RIGHTS macro addition toakr
2004-05-20* ext/socket/socket.c (make_hostent_internal): remove debug print.matz
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-19* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai
2004-05-17* ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz
2004-05-16* add a new sample scriptnagai
2004-05-16* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr
2004-05-15* ext/syck/depend: commit miss.eban
2004-05-15* ext/syck/depend: add ruby's headers.eban
2004-05-15* ext/syck/MANIFEST, ext/syck/depend: new file.nobu
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-14* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai
2004-05-13* ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy
2004-05-12* ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo
2004-05-12* ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai
2004-05-11Fix for 'incomplete bug fix' for 1.41.shigek
2004-05-08* io.c (rb_f_open): open should not ignore block when "to_open"matz
2004-05-08 * win32ole.c: add RDoc style comment.suke
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-05-06use numerichost if cannot resolve hostnameseki
2004-05-06* ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-05-06* ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu