Age | Commit message (Expand) | Author |
2005-04-09 | * lib/rss: backoported from HEAD. | kou |
2005-04-08 | * ext/extmk.rb (extmake): hdrdir needs to be defined also in | nobu |
2005-04-07 | * ext/extmk.rb (extmake): keep directory names in Makefile as macros. | nobu |
2005-04-02 | * lib/mkmf.rb (create_makefile): ensure library directories get made | nobu |
2005-04-02 | * configure.in (CP, INSTALL): get rid of less portable options. | nobu |
2005-03-31 | * lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on case | nobu |
2005-03-30 | * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in, | nobu |
2005-03-28 | move method DRbObject#reinit to DRbObject.new_with. | seki |
2005-03-24 | * lib/mkmf.rb (macro_defined?): try to compile for an old compiler | nobu |
2005-03-23 | * lib/webrick/utils.rb (WEBrick::Utils.create_listeners): | gotoyuzo |
2005-03-20 | * lib/mkmf.rb (mkmf_failed): check if Makefile is created without | nobu |
2005-03-15 | *** empty log message *** | nobu |
2005-03-09 | * lib/webrick/server.rb (WEBrick::GenericServer#start): should | gotoyuzo |
2005-03-07 | * lib/un.rb: should use OptionParser. (backported form HEAD) | eban |
2005-03-07 | * string.c (rb_str_cmp_m): should not return false but nil. | matz |
2005-03-06 | * lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f... | aamine |
2005-03-06 | * lib/pp.rb: rdoced by by Sam Roberts. [ruby-core:4490] | akr |
2005-03-06 | * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgid | akr |
2005-03-04 | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace | nobu |
2005-03-04 | * lib/set.rb (SortedSet::setup): a hack to shut up warning. | matz |
2005-02-28 | improved keeper thread | seki |
2005-02-23 | * array.c (rb_ary_s_create): no need for negative argc check. | matz |
2005-02-23 | * lib/uri/generic.rb (split_userinfo): should split ":pass" into "" | akira |
2005-02-22 | * lib/net/imap.rb (initialize): handle certs correctly. Thanks, | shugo |
2005-02-19 | * lib/open-uri.rb (URI::FTP#buffer_open): access mechanism | akr |
2005-02-19 | (DRbObject#respond_to?) take two arguments. [ruby-dev:25722] | seki |
2005-02-19 | * lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_check | akr |
2005-02-17 | * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo. | ocean |
2005-02-17 | * lib/test/unit/collector.rb (collect_file): now deletes paths added | ntalbott |
2005-02-16 | add lazy stop_service. | seki |
2005-02-14 | * lib/rss/parser.rb (RSS::ListenerMixin::tag_end): | kou |
2005-02-13 | pass DRb info to sub thread | seki |
2005-02-13 | * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): added | kou |
2005-02-13 | add safe_level, default_safe_level | seki |
2005-02-13 | * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrase | gotoyuzo |
2005-02-12 | make module_function | seki |
2005-02-12 | * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check. | matz |
2005-02-12 | * lib/open-uri.rb (OpenURI.open_loop): send authentication only for | akr |
2005-02-12 | document updated. | akr |
2005-02-12 | * lib/open-uri.rb: support https if the platform provides CA | akr |
2005-02-11 | * lib/open-uri.rb (URI::HTTP#proxy_open): new option supported: | akr |
2005-02-08 | reject :instance_eval, :class_eval, :module_eval [druby-ja:117] | seki |
2005-02-08 | document updated. | akr |
2005-02-08 | * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040] | matz |
2005-02-07 | * lib/resolv.rb (Resolv::DNS::Name#subdomain_of?): new method. | akr |
2005-02-06 | * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir into | usa |
2005-02-06 | * lib/mkmf.rb (create_makefile): fix unbalanced parens. | nobu |
2005-02-06 | * ext/socket/extconf.rb: check if getaddrinfo() works fine only when | nobu |
2005-02-06 | synchronized with date2 3.6.3 | tadf |
2005-02-05 | * lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was not | akr |