aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * sample/tkextlib/treectrl/*.rb: fixed typo. (wrong itemheight)ocean2005-04-077-24/+92
* * ext/extmk.rb (extmake): top_srcdir is based from ext directory.nobu2005-04-071-1/+1
* * ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu2005-04-071-3/+10
* * lib/treectrl/tktreectrl.rb: performance tuning. (call tk_send_without_encocean2005-04-0711-76/+110
* * ext/tk/lib/tk.rb (TkComm#array2tk_list): accept enc-mode argument toocean2005-04-042-13/+13
* * ext/tk/lib/tk/dialog.rb: fixed typo.ocean2005-04-044-4/+15
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-04-028-23/+112
* * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'nagai2005-04-017-114/+221
* * ext/tk/ChangeLog.tkextlib: add log of the modification bynagai2005-04-012-2/+22
* * lib/tkextlib/blt/component.rb: bug fix on treatment ofnagai2005-04-013-79/+2387
* * ext/tk/sample/tkextlib/treectrl/demo.rb: should use Hash#index.ocean2005-03-312-3/+6
* * sample/tkextlib/iwidgets/sample/hierarchy.rb: show basenamenagai2005-03-315-10/+63
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should returngotoyuzo2005-03-311-2/+6
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should not raisegotoyuzo2005-03-301-1/+1
* * sample/tkextlib/iwidgets/sample/hierarchy.rb: fail to treatnagai2005-03-302-4/+9
* * ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai2005-03-3016-418/+571
* * lib/tkextlib/blt/component.rb: cannot create elements exceptnagai2005-03-299-48/+537
* * ext/extmk.rb (extract_makefile): nothing to be removed when no filenobu2005-03-281-3/+6
* * 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
* added as binary (from ruby_1_8)ocean2005-03-273-0/+0
* removed temporalyocean2005-03-273-0/+0
* * 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/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/openssl/ossl_ssl.c (ossl_tmp_dh_callback): should get DHgotoyuzo2005-03-121-2/+2
* * ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo.gotoyuzo2005-03-122-4/+4
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-1034-292/+531
* * ext/tk/sample/demo-jp/floor.rb: bug on scrollbar assignmentnagai2005-03-094-8/+8
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-095-39/+238
* * parse.y (gettable_gen): warns if VCALL name is used asmatz2005-03-095-8/+93
* * 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
* changed the spec of CPtr#[]/[]= to suit String#[]/[]=.ttate2005-03-082-7/+37
* minor bugfix.ttate2005-03-081-1/+1
* * ext/tk/sample/tktextio.rb: add commentnagai2005-03-081-2/+10
* * ext/tk/sample/tktextio.rb: New sample script. TkTextIO class in thisnagai2005-03-081-0/+463
* * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Liteusa2005-03-081-0/+3
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66naruse2005-03-071-1/+2
* * ext/openssl/ossl_ssl.c (ssl_get_error): typo.usa2005-03-071-1/+1