summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tcltklib/tcltklib.c: add TclTkIp#_create_console() method tonagai2005-03-3015-418/+553
* * lib/tkextlib/blt/component.rb: cannot create elements exceptnagai2005-03-299-48/+537
* * ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu2005-03-281-0/+2
* * ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.ocean2005-03-281-1/+1
* * ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3nobu2005-03-271-7/+10
* * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai2005-03-2694-208/+5854
* * ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai2005-03-184-434/+1286
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: call wrong method innagai2005-03-162-27/+32
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and suppotnagai2005-03-163-87/+257
* * ext/stringio/stringio.c: use right arrows.nobu2005-03-151-16/+16
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: change the support status ofnagai2005-03-151-2/+2
* * ext/stringio/stringio.c: add rdoc.nobu2005-03-151-0/+284
* * ext/iconv/iconv.c (Init_iconv): InvalidEncoding also should includenobu2005-03-151-43/+36
* * ext/tk/sample/tkextlib/tkimg/*: Tk::Img extension samplenagai2005-03-153-0/+1522
* * ext/tk/tkutil.c (ary2list): give wrong arguments to hash2kv()nagai2005-03-151-2/+7
* * ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_valuenagai2005-03-142-0/+82
* * ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai2005-03-142-1/+8
* * ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai2005-03-138-49/+169
* * ext/tcltklib/tcltklib.c (lib_eventloop_ensure): mis-delete a timernagai2005-03-1033-294/+465
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-03-101-0/+68
* * ext/tk/sample/demo-jp/floor.rb: bug on scrollbar assignmentnagai2005-03-094-8/+8
* * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_write): callgotoyuzo2005-03-092-3/+3
* * ext/tk/sample/tktextio.rb: add show_mode which means that see wherenagai2005-03-091-2/+64
* * ext/tk/sample/tktextio.rb: fix bug of handling 'end' position.nagai2005-03-091-27/+79
* * ext/socket/socket.c: document from Sam Robertsmatz2005-03-081-0/+85
* * ext/tk/sample/tktextio.rb: add commentnagai2005-03-081-2/+10
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-03-081-0/+463
* * ext/socket/socket.rb: workaround for some of 4.4BSD-Lite derived OSs.usa2005-03-081-0/+1
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66naruse2005-03-071-8/+19
* bugfix for typealias() in import.rb.ttate2005-03-071-2/+3
* * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,gotoyuzo2005-03-074-74/+107
* * ext/tk/tkutil.c: remove the some codes which depend on thenagai2005-03-061-57/+1
* * ext/tcltklib/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai2005-03-061-0/+1
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: add version info of Tcl/Tk extensionsnagai2005-03-061-57/+65
* * ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"nagai2005-03-052-0/+6
* * ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai2005-03-0519-63/+544
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-042-12/+33
* * ext/tcltklib/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nagai2005-03-041-2/+2
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63naruse2005-03-031-1/+8
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62naruse2005-03-031-147/+511
* * ext/extmk.rb (parse_args): add DESTDIR only when not directednobu2005-03-021-1/+8
* * ext/tcltklib/tcltklib.c (lib_eventloop_core): fix typonagai2005-03-021-1/+1
* * ext/tcltklib/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-0216-667/+2957
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-03-028-0/+4654
* * exception error messages updated. [ruby-core:04497]matz2005-02-2811-80/+80
* * ext/socket/socket.c (Init_socket): add bunch of Socketmatz2005-02-281-0/+252
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2005-02-211-7/+45
* * ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean2005-02-183-40/+2
* * bigdecimal/newton.rb: resolve LoadError.ocean2005-02-182-3/+3
* * ext/tk/tkutil.c: Follow the change of st.c (st_foreach)nagai2005-02-161-44/+46