summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2005-12-14* lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu
2005-12-09 * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju
2005-12-09* lib/rexml/encoding.rb (encoding=): give priority to particularnobu
2005-12-07* eval.c (call_trace_func): klass parameter should be amatz
2005-12-07* sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz
2005-11-30A trick for negative address removed.akr
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-11-30ChangeLog lib/pp.rbakr
2005-11-29follow change of observer.rb. fixed [ruby-core:6796]seki
2005-11-28* lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr
2005-11-28* lib/mkmf.rb (create_makefile): should not change sodir withocean
2005-11-26* lib/pathname.rb: use File.basename to decompose pathnames.akr
2005-11-26 * lib/wsdl/xmlSchema/complexContent.rb: missingnahi
2005-11-25* lib/rss/rss.rb: added backward compatibility codes.kou
2005-11-25* lib/rss/rss.rb: improved type conversion.kou
2005-11-25* lib/rss/image.rb: added Image prefix.kou
2005-11-25* test/rss/test_2.0.rb: added RSS 2.0 tests.kou
2005-11-23* lib/rss/parser.rb: added entity handling type predicate.kou
2005-11-23* lib/rss/: use #__send__ instead of #send.kou
2005-11-23* lib/rss/taxonomy.rb: changed class or module prefix tokou
2005-11-23* lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou
2005-11-23* lib/rss/rss.rb: fixed a indentation bug.kou
2005-11-22* lib/optparse.rb: match incomplete (in current enconding) multibytenobu
2005-11-21Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodelryan
2005-11-19* lib/fileutils.rb (FileUtils::ln): ln documentation fix.matz
2005-11-17* lib/rss/1.0.rb: added convenience method 'resources'.kou