summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2006-01-22* lib/test/unit/autorunner.rb (process_args): ignore arguments afternobu
2006-01-19* lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]aamine
2006-01-13* lib/rdoc/diagram.rb:ocean
2006-01-10(ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior.seki
2006-01-10* lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean
2006-01-10* lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean
2006-01-09* win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean
2005-12-31* lib/generator.rb: (Generator#initialize): should kill @loop_threadocean
2005-12-30Sorry again, incorrent exception propagation.ocean
2005-12-30Sorry, reverted. Mutex is damn slow.....ocean
2005-12-30* lib/generator.rb: uses Mutex instead of Thread.critical.ocean
2005-12-30* lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.ocean
2005-12-30* lib/generator.rb: (Generator#initialize) fixed dead lock. this occuredocean
2005-12-29* lib/generator.rb: should work with another thread. (more robust code)ocean
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-29* lib/generator.rb: reimplemented Generator class with Thread instead ofocean
2005-12-27* lib/optparse.rb (CompletingHash#match): fix for 1.9.nobu
2005-12-15* lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain atmatz