summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2005-11-17* lib/rss/taxonomy.rb: implemented taxonomy module.kou
2005-11-17* lib/rss/1.0.rb: added rdf:Bag.kou
2005-11-17* lib/rss/rss.rb : removed needless argument 'prefix'.kou
2005-11-15* lib/rss/trackback.rb: added TrackBack prefix.kou
2005-11-15* lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou
2005-11-15* file.c (file_load_ok): use eaccess() instead of actually openingmatz
2005-11-13* lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine
2005-11-10* lib/shellwords.rb: fix for blank but not empty string.nobu
2005-11-08* lib/shellwords.rb: refactored. [ruby-core:06581]nobu
2005-11-08* lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean
2005-11-06* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean
2005-11-02* lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...aamine