| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/webrick/server.rb (WEBrick::GenericServer#start): should | gotoyuzo | 2005-03-07 | 1 | -0/+9 |
| * | * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read, | gotoyuzo | 2005-03-07 | 1 | -3/+38 |
| * | * lib/un.rb: should use OptionParser. (backported form HEAD) | eban | 2005-03-07 | 1 | -0/+4 |
| * | * string.c (rb_str_cmp_m): should not return false but nil. | matz | 2005-03-07 | 1 | -0/+10 |
| * | * ext/tk/tkutil.c: remove the some codes which depend on the | nagai | 2005-03-06 | 1 | -0/+6 |
| * | * ext/tcltklib/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4 | nagai | 2005-03-06 | 1 | -0/+4 |
| * | * lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f... | aamine | 2005-03-06 | 1 | -0/+7 |
| * | * lib/pp.rb: rdoced by by Sam Roberts. [ruby-core:4490] | akr | 2005-03-06 | 1 | -0/+4 |
| * | * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgid | akr | 2005-03-06 | 1 | -0/+6 |
| * | * dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't have | ocean | 2005-03-05 | 1 | -4/+7 |
| * | * ext/tk/lib/multi-tk.rb: freeze callback-entry objects | nagai | 2005-03-05 | 1 | -0/+6 |
| * | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace | nobu | 2005-03-04 | 1 | -3/+12 |
| * | * lib/set.rb (SortedSet::setup): a hack to shut up warning. | matz | 2005-03-04 | 1 | -0/+5 |
| * | * ext/tcltklib/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand): | nagai | 2005-03-04 | 1 | -0/+7 |
| * | * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63 | naruse | 2005-03-03 | 1 | -0/+4 |
| * | * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62 | naruse | 2005-03-03 | 1 | -0/+4 |
| * | * sample/rss/tdiary_plugin/rss-recent.rb: added site information. | kou | 2005-03-03 | 1 | -0/+4 |
| * | * ext/extmk.rb (parse_args): add DESTDIR only when not directed | nobu | 2005-03-02 | 1 | -4/+9 |
| * | * ext/tcltklib/tcltklib.c (lib_eventloop_core): fix typo | nagai | 2005-03-02 | 1 | -0/+4 |
| * | * ext/tcltklib/tcltklib.c: enforce thread-check and exception-handling to | nagai | 2005-03-02 | 1 | -0/+50 |
| * | backport from CVS_HEAD. use MockClock.sleep instead of Kernel.sleep [ruby-dev... | seki | 2005-02-28 | 1 | -0/+5 |
| * | 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 |