aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine2006-02-051-6/+8
* * lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD.ocean2006-02-051-1/+1
* * lib/pstore.rb: should return default value if name is not found.ocean2006-02-051-2/+3
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-2/+2
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa2006-02-021-2/+6
* * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean2006-01-271-1/+1
* * lib/test/unit/autorunner.rb (process_args): ignore arguments afternobu2006-01-221-1/+1
* * lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]aamine2006-01-191-0/+1
* * lib/rdoc/diagram.rb:ocean2006-01-136-60/+60
* (ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior.seki2006-01-101-4/+4
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-10/+12
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+1
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-091-1/+1
* * lib/generator.rb: (Generator#initialize): should kill @loop_threadocean2005-12-311-0/+2
* Sorry again, incorrent exception propagation.ocean2005-12-301-1/+1
* Sorry, reverted. Mutex is damn slow.....ocean2005-12-301-31/+30
* * lib/generator.rb: uses Mutex instead of Thread.critical.ocean2005-12-301-30/+31
* * lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.ocean2005-12-301-3/+3
* * lib/generator.rb: (Generator#initialize) fixed dead lock. this occuredocean2005-12-301-0/+1
* * lib/generator.rb: should work with another thread. (more robust code)ocean2005-12-291-7/+12
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-295-100/+148
* * lib/generator.rb: reimplemented Generator class with Thread instead ofocean2005-12-291-45/+40
* * lib/optparse.rb (CompletingHash#match): fix for 1.9.nobu2005-12-271-1/+1
* * lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain atmatz2005-12-152-0/+4
* * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu2005-12-141-1/+1
* * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju2005-12-091-12/+138
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-094-33/+57
* * eval.c (call_trace_func): klass parameter should be amatz2005-12-071-1/+1
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-071-0/+4
* A trick for negative address removed.akr2005-11-301-1/+0