summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2005-03-30* ext/openssl/ossl_engine.c (ossl_engine_s_load): should not raisegotoyuzo
2005-03-30* sample/tkextlib/iwidgets/sample/hierarchy.rb: fail to treatnagai
2005-03-30* Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu
2005-03-30* ext/tk/ChangeLog.tkextlib: commit miss.nagai
2005-03-30* ext/tcltklib/tcltklib.c: add TclTkIp#_create_console() method tonagai
2005-03-29* lib/tkextlib/blt/component.rb: cannot create elements exceptnagai
2005-03-28* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu
2005-03-28* ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.ocean
2005-03-27* ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3nobu
2005-03-26* ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai
2005-03-18* ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai
2005-03-16* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: call wrong method innagai
2005-03-16* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and suppotnagai
2005-03-15* ext/stringio/stringio.c: use right arrows.nobu
2005-03-15* ext/tk/lib/tkextlib/SUPPORT_STATUS: change the support status ofnagai
2005-03-15* ext/stringio/stringio.c: add rdoc.nobu
2005-03-15* ext/iconv/iconv.c (Init_iconv): InvalidEncoding also should includenobu
2005-03-15* ext/tk/sample/tkextlib/tkimg/*: Tk::Img extension samplenagai
2005-03-15* ext/tk/tkutil.c (ary2list): give wrong arguments to hash2kv()nagai
2005-03-14* ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_valuenagai
2005-03-14* ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai
2005-03-13* ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai
2005-03-10* ext/tcltklib/tcltklib.c (lib_eventloop_ensure): mis-delete a timernagai
2005-03-10This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-03-09* ext/tk/sample/demo-jp/floor.rb: bug on scrollbar assignmentnagai
2005-03-09* ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_write): callgotoyuzo
2005-03-09* ext/tk/sample/tktextio.rb: add show_mode which means that see wherenagai
2005-03-09* ext/tk/sample/tktextio.rb: fix bug of handling 'end' position.nagai
2005-03-08* ext/socket/socket.c: document from Sam Robertsmatz
2005-03-08* ext/tk/sample/tktextio.rb: add commentnagai
2005-03-08This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-03-08* ext/socket/socket.rb: workaround for some of 4.4BSD-Lite derived OSs.usa
2005-03-07* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66naruse
2005-03-07bugfix for typealias() in import.rb.ttate
2005-03-07* ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,gotoyuzo
2005-03-06* ext/tk/tkutil.c: remove the some codes which depend on thenagai
2005-03-06* ext/tcltklib/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai
2005-03-06* ext/tk/lib/tkextlib/SUPPORT_STATUS: add version info of Tcl/Tk extensionsnagai
2005-03-05* ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"nagai
2005-03-05* ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai
2005-03-04* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu
2005-03-04* ext/tcltklib/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nagai
2005-03-03* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63naruse
2005-03-03* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62naruse
2005-03-02* ext/extmk.rb (parse_args): add DESTDIR only when not directednobu
2005-03-02* ext/tcltklib/tcltklib.c (lib_eventloop_core): fix typonagai
2005-03-02* ext/tcltklib/tcltklib.c: enforce thread-check and exception-handling tonagai
2005-03-02This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-02-28* ext/socket/socket.c (Init_socket): add bunch of Socketmatz