aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/nkf/lib/kconv.rb: add Kconv::VERSIONnaruse2005-06-273-53/+40
* * ext/nkf/lib/kconv.rb: remove constantsnaruse2005-06-251-65/+202
* * 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
* * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo2005-06-171-4/+30
* * lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.nagai2005-06-163-0/+14
* * ext/tk/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/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/tkutil.c: forgot update RELEASE_DATEnagai2005-06-141-1/+1
* * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...)nagai2005-06-132-1/+142
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-2/+1
* * ext/Win32API/Win32API.c (Win32API_Call): disable globalnobu2005-06-092-3/+7
* * ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances ofnagai2005-06-082-1/+10
* if dlload fail to load a library, it should raise an error.ttate2005-06-081-1/+1
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-072-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
* * 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/ripper/depend: add .y to .SUFFIXES for nmake.usa2005-06-061-0/+1
* * ext/tk/lib/tk/console.rb: create console when requiredocean2005-06-062-1/+22
* * ext/tk/lib/tk/console.rb: create console when requirednagai2005-06-052-0/+5
* * 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
* * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu2005-06-032-31/+83
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-032-3/+3
* * parse.y: pragma support on ripper. [ruby-dev:26266]nobu2005-06-023-6/+14
* * 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
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-2517-108/+249
* * ext/tk/extconf.rb: Framework support on MacOS X Tiger.nagai2005-05-232-13/+60
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo2005-05-222-2/+16
* * ext/readline/readline.c (readline_attempted_completion_function):shugo2005-05-201-3/+4
* * ext/readline/extconf.rb: check rl_vi_editing_mode() andshugo2005-05-192-6/+29
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-192-113/+144
* Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate2005-05-142-0/+7
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-1/+1
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-2/+2
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5naruse2005-05-121-11/+18
* * ext/tk/lib/tkextlib/blt/winop.rb: fix typonagai2005-05-102-2/+6
* added a test.ttate2005-05-091-0/+6
* replaced the local variable 'entity' with an instance variable.ttate2005-05-091-7/+6
* use DL::CStructBuilder instead of CStructBuilder.ttate2005-05-081-2/+2
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-0810-21/+25
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.nobu2005-04-301-2/+2