aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (search_required, rb_require_safe): expand path innobu2005-04-181-3/+3
* * ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712]ocean2005-04-181-0/+5
* * ext/extmk.rb (relative_from): treat mere drive letter as an absolutenobu2005-04-171-1/+2
* * ext/extmk.rb (extmake, parse_args): do not expand destdir.nobu2005-04-171-4/+6
* * ext/openssl/extconf.rb: check for OPENSSL_cleanse.gotoyuzo2005-04-152-0/+5
* * ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE.codepage=suke2005-04-152-2/+18
* ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnilsuke2005-04-151-3/+40
* * parse.y [ripper] (regexp): dispatch regexp option. [ruby-Bugs:1688]aamine2005-04-141-2/+2
* * ext/tk/tcltklib.c (ip_finalize): better modification than thenagai2005-04-121-12/+32
* * ext/tk/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval()nagai2005-04-121-9/+15
* * ext/tk/tcltklib.c (ip_finalize): add existence check of Tcl commandsnagai2005-04-111-3/+16
* * ext/tk/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV when exitnagai2005-04-111-4/+4
* CUnionEntity should inherit CStructEntity.ttate2005-04-101-1/+1
* commit miss...ocean2005-04-101-5/+1
* * ext/tk/sample/tkextlib/treectrl/mailwasher.rb: fixed typo. [ruby-dev:26008]ocean2005-04-092-1/+5
* * ext/tk/lib/tk.rb: update RELEASE_DATEnagai2005-04-0950-27/+1868
* * ext/tk/sample/tkextlib/treectrl/explorer.rb: File.executable? returns trueocean2005-04-092-10/+7
* * ext/tk/sample/demos-jp/goldberg.rb: reduced text size of "click toocean2005-04-091-2/+2
* * ext/tk/sample/tkextlib/treectrl/{help,www-options}.rb: fixed typo.ocean2005-04-093-5/+10
* * ext/tk/sample/tkextlib/treectrl/imovie.rb: fixed typo. (click on clip title)ocean2005-04-082-1/+5
* * ext/tk/sample/tkextlib/treectrl/random.rb: fixed typo. (drop node outside ofocean2005-04-082-1/+6
* * ext/tk/sample/tkextlib/treectrl/outlook-newgrounp.rb: image had disappered ...ocean2005-04-082-11/+12
* * ext/extmk.rb (extmake): hdrdir needs to be defined also innobu2005-04-081-0/+1
* * ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb: tk::treectrl uses 'aft...ocean2005-04-083-21/+41
* * lib/tkextlib/treectrl/tktreectrl.rb (selection_clear): fixed typo.ocean2005-04-084-6/+15
* * ext/tk/sample/tkextlib/treectrl/help.rb: fixed typo. (wrong color)ocean2005-04-072-4/+13
* commit missocean2005-04-071-6/+2
* * 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