summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-06-20* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu
2006-06-19RDoc from Hugh Sasse [ruby-core:8012]drbrain
2006-06-19* ext/socket/socket.c (unix_sysaccept): typo fixed.matz
2006-06-18Add Test::Unit::Assertions.drbrain
2006-06-17* eval.c (Init_eval): add aliases invoke_method andmatz
2006-06-17* lib/pathname.rb (Kernel#Pathname): new method.akr
2006-06-16* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printedakr
2006-06-14Don't merge ri files if is nil/emptydrbrain
2006-06-14Don't print warnings when -q is set.drbrain
2006-06-11* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to thenobu
2006-06-10* lib/optparse.rb (OptionParser#getopts): new methods.nobu
2006-06-10* lib/rdoc/ri/ri_writer.rb: use String#ord.usa
2006-06-10* lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa
2006-06-09* math.c (log2): may be a macro.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-06-02* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu
2006-05-27* ext/extmk.rb (extmake): remove extinit files if no statically linkednobu
2006-05-26* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24* mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu
2006-05-24* lib/mkmf.rb (pkg_config): particular config commands support.nobu
2006-05-18* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo
2006-05-17* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu
2006-05-13* lib/pp.rb (PP.mcall): new method.akr
2006-05-07* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr
2006-04-15Short summary:ser
2006-04-04* lib/pathname.rb: use a subclass for instantiation exceptakr
2006-03-15* lib/mkmf.rb (create_makefile): support libraries without *.so.usa
2006-03-05* lib/fileutils.rb: do not repeat command options.aamine
2006-03-05* lib/net/http.rb (send_request_with_body): #content_type never return false,...aamine
2006-03-03* lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr
2006-02-28* lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean
2006-02-28 * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and...keiju
2006-02-22* lib/pathname.rb (Pathname#each_filename): use split_names properly.akr
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2006-02-20* lib/find.rb: should raise ENOENT if root entry does not exist,usa
2006-02-20* lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz
2006-02-20* lib/delegate.rb (Delegator): should not delegate "funcall".matz
2006-02-20* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):matz
2006-02-19* lib/open-uri.rb: add :ssl_verify_mode option.akr
2006-02-18* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz
2006-02-17* lib/tracer.rb: merged a minor clarification patch from Danielmatz
2006-02-17* eval.c (ev_const_get): simplified using rb_const_get_fallback().matz
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-05* lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine
2006-02-05* lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD.ocean
2006-02-05* lib/pstore.rb: should return default value if name is not found.ocean
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-02-02* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa
2006-01-27* lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean