aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bigdecimal/newton.rb: resolve LoadError.ocean2005-02-182-3/+3
* remove GNU regex APIkosako2005-02-171-10/+8
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::Nonblock#initialize):gotoyuzo2005-02-161-1/+2
* * ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): shouldgotoyuzo2005-02-153-2/+16
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2005-02-141-0/+26
* * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):gotoyuzo2005-02-111-0/+12
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-101-7/+2
* * ext/extmk.rb (extract_makefile): default to true if not compilednobu2005-02-101-6/+6
* modified some test scripts for [ruby-dev:25661].ttate2005-02-092-4/+4
* * ext/socket/socket.c (wait_connectable): fixed wrong condition.usa2005-02-091-1/+4
* * ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.usa2005-02-093-45/+4
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-083-36/+19
* Use define_method instead of module_eval.ttate2005-02-072-13/+13
* minor bugfix.ttate2005-02-071-1/+1
* Improved DL::Handle#sym.ttate2005-02-075-45/+98
* Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]ttate2005-02-064-8/+18
* * ext/socket/extconf.rb (sockaddr_storage): winsock2.h have theusa2005-02-061-2/+3
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-063-259/+126
* added DL::Importer.sizeof().ttate2005-02-063-0/+50
* * ext/dl/dl.c (Init_dl): function declaration should precedeakr2005-02-061-3/+3
* added missing files.ttate2005-02-046-0/+733
* added new files.ttate2005-02-0417-0/+2555
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-0430-6260/+0
* * ext/ripper/lib/ripper/lexer.rb: last Lexer fix was incomplete; test all green.aamine2005-02-041-4/+8
* * ext/ripper/lib/ripper/filter.rb: ripper/tokenizer -> ripper/lexer. [ruby-de...aamine2005-02-041-4/+4
* * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write):nobu2005-02-031-28/+31
* bugfix.ttate2005-02-031-2/+2