aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr2006-06-232-2/+2
* * lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz2006-06-231-1/+1
* fixed an issue about mathn.tadf2006-06-211-2/+2
* * lib/pp.rb (PP::PPMethods::seplist): should have preservedmatz2006-06-211-3/+3
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-211-9/+9
* * parse.y (method_call): remove (fn)(args) style lambdamatz2006-06-211-6/+1
* * ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu2006-06-201-2/+2
* RDoc from Hugh Sasse [ruby-core:8012]drbrain2006-06-191-0/+3
* * ext/socket/socket.c (unix_sysaccept): typo fixed.matz2006-06-191-0/+1
* Add Test::Unit::Assertions.drbrain2006-06-181-0/+1
* * eval.c (Init_eval): add aliases invoke_method andmatz2006-06-171-46/+194
* * lib/pathname.rb (Kernel#Pathname): new method.akr2006-06-171-3/+28
* * lib/pp.rb (Kernel#pretty_inspect): defined for pretty printedakr2006-06-161-1/+9
* Don't merge ri files if is nil/emptydrbrain2006-06-141-2/+4
* Don't print warnings when -q is set.drbrain2006-06-141-3/+10
* * lib/optparse.rb (OptionParser::Arguable#getopts): pass self to thenobu2006-06-111-1/+1
* * lib/optparse.rb (OptionParser#getopts): new methods.nobu2006-06-101-1/+51
* * lib/rdoc/ri/ri_writer.rb: use String#ord.usa2006-06-101-1/+1
* * lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa2006-06-104-24/+19
* * math.c (log2): may be a macro.nobu2006-06-092-8/+13
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-0913-60/+209
* * lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu2006-06-021-1/+1
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-1/+1
* * lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu2006-05-261-1/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-24/+32
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-241-4/+4
* * lib/mkmf.rb (pkg_config): particular config commands support.nobu2006-05-241-10/+20
* * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo2006-05-185-14/+86
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-171-1/+1
* * lib/pp.rb (PP.mcall): new method.akr2006-05-131-3/+15
* * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr2006-05-071-1/+1
* Short summary:ser2006-04-1523-1287/+1436
* * lib/pathname.rb: use a subclass for instantiation exceptakr2006-04-041-21/+23
* * lib/mkmf.rb (create_makefile): support libraries without *.so.usa2006-03-151-1/+1
* * lib/fileutils.rb: do not repeat command options.aamine2006-03-051-52/+54
* * lib/net/http.rb (send_request_with_body): #content_type never return false,...aamine2006-03-051-2/+2
* * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr2006-03-031-5/+8
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-281-4/+4
* * lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and...keiju2006-02-281-5/+5
* * lib/pathname.rb (Pathname#each_filename): use split_names properly.akr2006-02-221-1/+2
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-203-21/+21
* * lib/find.rb: should raise ENOENT if root entry does not exist,usa2006-02-201-1/+1
* * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz2006-02-201-1/+1
* * lib/delegate.rb (Delegator): should not delegate "funcall".matz2006-02-201-3/+3
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):matz2006-02-203-42/+20
* * lib/open-uri.rb: add :ssl_verify_mode option.akr2006-02-191-1/+25
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-182-2/+1
* * lib/tracer.rb: merged a minor clarification patch from Danielmatz2006-02-171-13/+9
* * eval.c (ev_const_get): simplified using rb_const_get_fallback().matz2006-02-171-1/+1
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-2/+2