aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.ocean2005-07-272-1/+5
* * ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo2005-07-261-4/+4
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-252-57/+8
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo2005-07-231-1/+3
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-07-222-0/+1002
* * ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai2005-07-217-63/+183
* * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean2005-07-192-2/+5
* * ext/socket/socket.c: should not undef close on win32.ocean2005-07-191-5/+0
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-07-191-1/+1
* * ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int.ocean2005-07-191-8/+8
* * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai2005-07-191-0/+1
* * ext/io/wait/wait.c: wrong backport from trunk. fixed: [ruby-dev:26562]nobu2005-07-181-8/+16
* * ext/io/wait/wait.c: fixed commit miss.nobu2005-07-171-1/+1
* * ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu2005-07-172-1/+18
* * ext/.document: enabled documents in stringio.nobu2005-07-151-0/+1
* * ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-132-16/+18
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-093-3/+13
* * ext/tk/tkutil.c: fix typo.nagai2005-07-051-2/+2
* * ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-0512-93/+336
* use CMSG_LEN.akr2005-07-021-2/+2
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-13/+29
* * ext/sdbm/init.c (fsdbm_select): SDBM#select had returned the arrayocean2005-06-251-2/+0
* * ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai2005-06-242-17/+51
* * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai2005-06-234-41/+263
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-203-0/+48
* * ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo2005-06-195-5/+9
* * lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.nagai2005-06-163-0/+14
* * ext/tcltklib/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.ocean2005-06-161-1/+2
* * ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which returnnagai2005-06-161-1/+7
* * ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return.ocean2005-06-151-0/+1
* * ext/tk/sample/demos-jp/ctext.rb: modify improper message text.nagai2005-06-151-1/+1
* * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai2005-06-152-1/+117
* * ext/tk/tkutil.c: forgot update RELEASE_DATEnagai2005-06-141-1/+1
* * ext/tk/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) &nagai2005-06-132-1/+142
* * ext/Win32API/Win32API.c (Win32API_Call): disable globalnobu2005-06-092-3/+7
* Data object is automatically converted to a PtrData object using to_ptr().ttate2005-06-081-1/+15
* * ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances ofnagai2005-06-082-1/+10
* * bignum.c (get2comp): calculate proper 2's complement formatz2005-06-082-2/+33
* * ext/curses/curses.c (curses_insertln): merged a patch frommatz2005-06-071-0/+27
* * ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: also support tile 0.4.ocean2005-06-073-9/+29
* * ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: support tile 0.5 or later.ocean2005-06-073-52/+116
* * ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai2005-06-071-5/+13
* * ext/tk/lib/tk/console.rb: create console when requirednagai2005-06-053-1/+27
* * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr2005-06-042-1256/+0
* * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb withakr2005-06-031-556/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-06-031-0/+72
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-032-3/+3
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-3047-4/+316
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): shouldgotoyuzo2005-05-271-12/+7
* * ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai2005-05-251-1/+55