Age | Commit message (Expand) | Author |
2005-10-16 | * ext/extmk.rb: omit non-existing directories. | nobu |
2005-10-16 | check remote hash tuple | seki |
2005-10-15 | typo fixed, again. thanks, Doug Kearns. | seki |
2005-10-14 | * win32/win32.c (ioctl): should set errno. | usa |
2005-10-14 | * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil. | gotoyuzo |
2005-10-13 | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu |
2005-10-13 | * parse.y (HEAPCNT): bison allocates indivisible size. | nobu |
2005-10-12 | * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms(). | gotoyuzo |
2005-10-12 | * file.c (rb_f_test): typo in RDoc comments. | eban |
2005-10-11 | * eval.c (rb_obj_respond_to): check if obj responds to the given | nobu |
2005-10-08 | * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666] | nobu |
2005-10-08 | * 2005-10-08 | nobu |
2005-10-08 | * ext/iconv/charset_alias.rb: parse config.charset_alias file directly. | nobu |
2005-10-08 | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu |
2005-10-07 | * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices may | matz |
2005-10-06 | * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]... | aamine |
2005-10-04 | * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount the | gotoyuzo |
2005-10-04 | * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong call | gotoyuzo |
2005-09-29 | * ext/dl/dl.c (rb_io_to_ptr): abolish sizeof(FILE). | akr |
2005-09-28 | * evalc. (rb_f_send): underscores need to be escaped. | nobu |
2005-09-28 | * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when | nobu |
2005-09-28 | * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy), | nobu |
2005-09-28 | * file.c (apply2files): add prototype. | nobu |
2005-09-28 | * lib/delegate.rb: document update from James Edward Gray II | matz |
2005-09-28 | * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should | gotoyuzo |
2005-09-28 | * ext/tcltklib/tcltklib.c: cannot compile with Tcl/Tk8.0.x | nagai |
2005-09-27 | * io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334] | nobu |
2005-09-27 | * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo. | nobu |
2005-09-27 | * rubysig.h: fixed build problem with --enable-pthread on platforms | usa |
2005-09-26 | * eval.c (set_trace_func): add rb_secure(4) to prevent adding | matz |
2005-09-26 | *** empty log message *** | nobu |
2005-09-25 | * lib/optparse.rb (RequiredArgument#parse): not consume unmatched | nobu |
2005-09-25 | typo fixed | seki |
2005-09-24 | * misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indent | nobu |
2005-09-24 | * misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately. | nobu |
2005-09-24 | * eval.c (unknown_node): show more information. [ruby-dev:26196] | akr |
2005-09-23 | * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele... | aamine |
2005-09-23 | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba... | aamine |
2005-09-22 | * lib/mkmf.rb (find_executable0): default path if environment is not | nobu |
2005-09-22 | * test/readline/test_readline.rb (TestReadline::replace_stdio): | shugo |
2005-09-21 | * lib/mkmf.rb (configuration): generalized nmake dependent code. | nobu |
2005-09-21 | * ChangeLog: last minute fixup. | matz |
2005-09-20 | * ext/syck/token.c: correctly compute identation of a block | why |
2005-09-20 | * stable version 1.8.3 released. | matz |
2005-09-20 | * README.EXT, README.EXT.ja: add new features. | nobu |
2005-09-20 | * lib/optparse.rb (default_argv, Arguable#options): defaults strings | nobu |
2005-09-20 | * file.c (fpath_check): typo fixed. | matz |
2005-09-20 | * file.c (path_check_0): disallow sticky world writable directory | matz |
2005-09-20 | * test/wsdl/simpletype/rpc/test_rpc.rb, test/wsdl/ref/test_ref.rb, | nahi |
2005-09-20 | * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag | nobu |