summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2005-09-05* parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu
2005-09-05* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz
2005-09-04* ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):gotoyuzo
2005-09-01* ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai
2005-08-30* ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo
2005-08-27* ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean
2005-08-25* ext/win32ole/win32ole.c: supress warnings. (win32)ocean
2005-08-22* ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512.gotoyuzo
2005-08-22* ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo
2005-08-20refactoringsuke
2005-08-20add test script to check WIN32OLE can invoke InvokeVerb of FolderItem2suke
2005-08-17* ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_methodnaruse
2005-08-13add WIN32OLE_VARIANT class.suke
2005-08-13add WIN32OLE_VARIANT classsuke
2005-08-13* ext/stringio/stringio.c (strio_set_string): disallow nil.nobu
2005-08-12* ext/nkf/lib/kconv.rb: Kconv.kconv is now alias of Kconv.convnaruse
2005-08-12* ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should setsuke
2005-08-11* ext/stringio/stringio.c: keep holding string after closed.nobu
2005-08-10* ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai
2005-08-09* ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai
2005-08-08* ext/tk/tcltklib.c: restored some DUMPsocean
2005-08-07* ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo
2005-08-06* ext/tk/tcltklib.c: combined tcl_protect and tcl_check_result.ocean
2005-08-06* ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean
2005-08-05* ext/tk/tcltklib.c: rectoring - tcl_protect.ocean
2005-08-05* ext/tk/tcltklib.c: refactoring - extracted status check as function.ocean
2005-08-05* ext/tk/tcltklib.c: refactoring - extracted status check as function. (tcl_p...ocean
2005-08-05* ext/tk/tcltklib.c: fixed memory leak when tk_funcall raisedocean
2005-08-04* ext/tk/tcltklib.c: refactoring - extract ruby string <->ocean
2005-08-04* extmk.rb (extmake): needs to be wrapped in an Array.nobu
2005-08-04* ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai
2005-08-04reverted. [ruby-dev:26726]ocean
2005-08-04just fixed indentation.ocean
2005-08-04* ext/tk/sample/tkextlib/tile/demo.rb: followed previous changes.ocean
2005-08-04* ext/tk/sample/tkextlib/tile/demo.rb: fixed: Tk::Tile::TProgressbar isocean
2005-08-03* ext/extmk.rb (extmake): should not modify $mflags for eachnobu
2005-08-03* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean
2005-08-02* ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz
2005-08-02* ext/tk/lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigureocean
2005-08-02* ext/tk/lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#startocean
2005-08-02* ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo.ocean
2005-08-02* ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean
2005-08-01* ext/tk/lib/tkextlib/tile.rb: fixed autoload for Treeview.ocean
2005-08-01* ext/tk/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean
2005-08-01* ext/tk/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean
2005-08-01* ext/tk/sample/tkextlib/tile/demo.rb: added combobox demo.ocean
2005-08-01* ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletionocean
2005-07-30add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.suke
2005-07-28* ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai
2005-07-28* parse.y (f_larglist): allow bv_decl at the end of lambdamatz