| Commit message (Expand) | Author | Age | Files | Lines |
| * | improved keeper thread | seki | 2005-02-28 | 1 | -0/+6 |
| * | * exception error messages updated. [ruby-core:04497] | matz | 2005-02-28 | 1 | -0/+4 |
| * | * ext/socket/socket.c (Init_socket): add bunch of Socket | matz | 2005-02-28 | 1 | -0/+6 |
| * | * array.c (rb_ary_s_create): no need for negative argc check. | matz | 2005-02-23 | 1 | -0/+17 |
| * | * lib/uri/generic.rb (split_userinfo): should split ":pass" into "" | akira | 2005-02-23 | 1 | -0/+5 |
| * | * lib/net/imap.rb (initialize): handle certs correctly. Thanks, | shugo | 2005-02-22 | 1 | -0/+5 |
| * | * parse.y (parser_yylex): identfier after dot must not be a variable. | nobu | 2005-02-21 | 1 | -1/+5 |
| * | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2005-02-21 | 1 | -0/+13 |
| * | * lib/open-uri.rb (URI::FTP#buffer_open): access mechanism | akr | 2005-02-19 | 1 | -0/+6 |
| * | (DRbObject#respond_to?) take two arguments. [ruby-dev:25722] | seki | 2005-02-19 | 1 | -0/+7 |
| * | * lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_check | akr | 2005-02-19 | 1 | -0/+5 |
| * | * ext/bigdecimal/sample/linear.rb: resolve LoadError. | ocean | 2005-02-18 | 1 | -2/+8 |
| * | added ML number | ocean | 2005-02-18 | 1 | -1/+1 |
| * | * bigdecimal/newton.rb: resolve LoadError. | ocean | 2005-02-18 | 1 | -0/+6 |
| * | * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo. | ocean | 2005-02-17 | 1 | -12/+20 |
| * | * lib/test/unit/collector.rb (collect_file): now deletes paths added | ntalbott | 2005-02-17 | 1 | -0/+12 |
| * | remove TestDRbReusePort, resuce sleep, add DRbService.ext_service | seki | 2005-02-16 | 1 | -0/+16 |
| * | * eval.c (is_defined): NODE_IASGN is an assignment. | matz | 2005-02-16 | 1 | -0/+4 |
| * | add lazy stop_service. | seki | 2005-02-16 | 1 | -0/+6 |
| * | * ext/tk/tkutil.c: Follow the change of st.c (st_foreach) | nagai | 2005-02-16 | 1 | -0/+7 |
| * | * cancel [ruby-dev:25699], which is for 1.9. | matz | 2005-02-16 | 1 | -5/+0 |
| * | * ext/readline/readline.c (Readline.readline): use rl_outstream | matz | 2005-02-15 | 1 | -0/+5 |
| * | * lib/rss/parser.rb (RSS::ListenerMixin::tag_end): | kou | 2005-02-14 | 1 | -0/+5 |
| * | * ext/openssl/lib/openssl/ssl.rb | gotoyuzo | 2005-02-14 | 1 | -0/+5 |
| * | pass DRb info to sub thread | seki | 2005-02-13 | 1 | -0/+6 |
| * | * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): added | kou | 2005-02-13 | 1 | -0/+11 |
| * | add safe_level, default_safe_level | seki | 2005-02-13 | 1 | -0/+7 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrase | gotoyuzo | 2005-02-13 | 1 | -0/+5 |
| * | make module_function | seki | 2005-02-12 | 1 | -0/+4 |
| * | * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check. | matz | 2005-02-12 | 1 | -0/+15 |
| * | * lib/open-uri.rb (OpenURI.open_loop): send authentication only for | akr | 2005-02-12 | 1 | -0/+5 |
| * | * random.c (rand_init): suppress warning. | nobu | 2005-02-12 | 1 | -1/+5 |
| * | * lib/open-uri.rb: support https if the platform provides CA | akr | 2005-02-12 | 1 | -0/+5 |
| * | * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths): | gotoyuzo | 2005-02-11 | 1 | -0/+5 |
| * | * lib/open-uri.rb (URI::HTTP#proxy_open): new option supported: | akr | 2005-02-11 | 1 | -0/+6 |
| * | * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h. | usa | 2005-02-10 | 1 | -0/+7 |
| * | * ext/curses/curses.c: don't need to check HAVE_WCOLOR_SET excluding | usa | 2005-02-10 | 1 | -0/+5 |
| * | * struct.c (make_struct): fixed: [ruby-core:04402] | matz | 2005-02-09 | 1 | -0/+4 |
| * | typo fix. | ocean | 2005-02-09 | 1 | -1/+1 |
| * | * ext/curses/curses.c (window_color_set): [ruby-core:04393] | matz | 2005-02-08 | 1 | -0/+9 |
| * | reject :instance_eval, :class_eval, :module_eval [druby-ja:117] | seki | 2005-02-08 | 1 | -0/+5 |
| * | * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040] | matz | 2005-02-08 | 1 | -9/+26 |
| * | * lib/resolv.rb (Resolv::DNS::Name#subdomain_of?): new method. | akr | 2005-02-07 | 1 | -0/+6 |
| * | * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir into | usa | 2005-02-06 | 1 | -0/+13 |
| * | * lib/mkmf.rb (create_makefile): fix unbalanced parens. | nobu | 2005-02-06 | 1 | -1/+3 |
| * | * mkconfig.rb: no longer embed srcdir and compile_dir into | nobu | 2005-02-06 | 1 | -1/+4 |
| * | * ext/socket/extconf.rb: check if getaddrinfo() works fine only when | nobu | 2005-02-06 | 1 | -3/+24 |
| * | * eval.c (stack_extend): add prototype because VC++8 doesn't | usa | 2005-02-06 | 1 | -0/+6 |
| * | synchronized with date2 3.6.3 | tadf | 2005-02-06 | 1 | -0/+7 |
| * | Fix a typo in the previous log entry. | knu | 2005-02-06 | 1 | -1/+1 |