aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean2005-02-173-60/+91
* * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott2005-02-175-12/+29
* fix typo.akr2005-02-171-5/+5
* * 2005-02-17eban2005-02-161-3/+3
* update unittest, port from v1.8seki2005-02-163-3/+10
* * test/openssl/ssl_server.rb: get rid of race condition.nobu2005-02-161-2/+1
* * eval.c (rb_thread_start_1): outer block variables wasn't linked tonobu2005-02-162-1/+6
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::Nonblock#initialize):gotoyuzo2005-02-162-1/+7
* * 2005-02-16usa2005-02-161-3/+3
* * ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): shouldgotoyuzo2005-02-154-2/+31
* * lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou2005-02-142-1/+7
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2005-02-143-0/+80
* * 2005-02-14eban2005-02-131-3/+3
* add safe_leve, default_safe_level ([druby-ja:120])seki2005-02-135-9/+65
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-137-0/+26
* * eval.c (rb_thread_start_0): restore prot_tag before rewinding.nobu2005-02-132-2/+6
* * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrasegotoyuzo2005-02-132-1/+9
* * 2005-02-13eban2005-02-131-3/+3
* * regparse.c (type_cclass_hash): (Thanks Nobu) fixed overrun. ([ruby-dev:2567...ksaito2005-02-132-2/+7
* * oniggnu.h, oniguruma.h, regcomp.c, st.c: imported Oni Guruma 3.6.0.ksaito2005-02-134-7/+43
* This commit was generated by cvs2svn to compensate for changes in r7956,ksaito2005-02-131-0/+8
* make module_functionseki2005-02-122-0/+8
* * eval.c (TAG_THREAD): to start a new thread.nobu2005-02-122-32/+220
* * lib/open-uri.rb (OpenURI.open_loop): send authentication only forakr2005-02-122-1/+12
* * random.c (rand_init): suppress warning.nobu2005-02-122-2/+6
* * 2005-02-12eban2005-02-121-3/+3
* document updated.akr2005-02-121-8/+9
* * lib/open-uri.rb (OpenURI.open_http): reject userinfo explicitly.akr2005-02-122-0/+8
* * lib/open-uri.rb: support https if the platform provides CAakr2005-02-122-72/+88
* * 2005-02-11eban2005-02-111-3/+3
* * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):gotoyuzo2005-02-112-0/+17
* * lib/open-uri.rb (URI::HTTP#proxy_open): new option supported:akr2005-02-112-2/+22
* * win32/win32.c (rb_w32_fdopen): suppress warning.nobu2005-02-101-1/+1
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-106-20/+22
* * lib/mkmf.rb (create_makefile): fix typo.usa2005-02-101-1/+1
* * 2005-02-10nobu2005-02-101-3/+3
* * ext/extmk.rb (extract_makefile): default to true if not compilednobu2005-02-102-6/+13
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-105-5/+40
* * win32/win32.c (init_stdhandle): assign standard file handles.nobu2005-02-102-0/+26
* modified some test scripts for [ruby-dev:25661].ttate2005-02-092-4/+4
* * ext/socket/socket.c (wait_connectable): fixed wrong condition.usa2005-02-092-1/+8
* * eval.c (scope_dup): add volatile not to optimize tbl.usa2005-02-092-1/+5
* * 2005-02-09usa2005-02-091-3/+3
* * ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.usa2005-02-094-45/+10
* reject :instance_eval, :class_eval, :module_eval [druby-ja:117]seki2005-02-082-1/+6
* typo fix.akr2005-02-081-1/+1
* * keywords, parse.y: separate EXPR_VALUE from EXPR_BEG.nobu2005-02-084-50/+40
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-083-36/+19
* document updated.akr2005-02-081-47/+53
* Use define_method instead of module_eval.ttate2005-02-072-13/+13