aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,usa2005-03-071-3/+9
* * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo2005-03-071-10/+6
* * ext/tk/tkutil/tkutil.c: follow the change of st.c (committed at Fri,nagai2005-03-061-57/+1
* * ext/tk/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/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-053-61/+77
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.65naruse2005-03-051-7/+17
* * 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-221/+226
* * eval.c (rb_exec_recursive): matched the declaration to prototype.usa2005-03-042-26/+2
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-0417-98/+169
* * 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-137/+236
* * ext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nobu2005-03-031-2/+2
* * ext/extmk.rb (parse_args): return false if nothing matched.nobu2005-03-021-0/+1
* * ext/tk/tcltklib.c (lib_eventloop_core): fix typonagai2005-03-021-1/+1
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-0223-681/+7623
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althoughocean2005-02-282-7/+9
* strscan.c: use new Oniguruma API.kosako2005-02-281-10/+3
* * ext/socket/socket.c (Init_socket): ported more Socket::Constantsocean2005-02-283-442/+269
* remove oniggnu.h (GNU regex API).kosako2005-02-261-4/+4
* * ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu2005-02-221-0/+2
* * ext/extmk.rb (extract_makefile): remove no longer existing installednobu2005-02-191-2/+8
* * ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean2005-02-183-40/+2